/* CSS Document */

BODY {
	background-color: #F5F8F9;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
position: center;
margin-top:1px;
	}


h1{color:#0078bc; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em;}
h2{color:#666666;; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em;}
h3{color:#6699CC;; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em;}



.footerDiv{
width:900px;
	margin-right: auto;
	margin-left: auto;
}

.logo{
background:#7dbe36;
background-image:url(images/logo_Left2.jpg);
background-position:top; 
background-repeat:no-repeat;
min-height:455px;
height:455px;
}

.nav{
background-color:#0078bc;
font-family:Georgia, "Times New Roman", Times, serif;
	border-top-style:solid;
	border-top-color:#5fabec;
	border-top-width:1px;
}

	.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:1em;
	}
	
	.nav a:hover {
	color:#7ed0ff;
	text-decoration: none;
	}

.homeTable{
	background-color:#E7EAEB;
		border-top-style:solid;
	border-top-color:#FEFEFE;
	border-top-width:1px;
			border-left-style:solid;
	border-left-color:#dbe0e4;
	border-left-width:1px;
			border-right-style:solid;
	border-right-color:#dbe0e4;
	border-right-width:1px;
	border-bottom:hidden;
	vertical-align:middle;
}

.homeStrip{
	background-color:#ECEFEF;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-top-width:1px;
		border-bottom-style:solid;
	border-bottom-color:#dbe0e4;
	border-bottom-width:1px;
	vertical-align:middle;
}



.content{
font-family:Georgia, "Times New Roman", Times, serif;
color:#545a5e;
font-size:.8em;
text-align:justify;
}
	.content a {
	color: #333333;
	text-decoration: underline;
	font-size:1em;
	
	}
	
	.content a:hover {
	color:#3d4245;
	text-decoration: none;
	}

.homeImg{
	border-style:solid;
	border-color:#ccd2d7;
	border-width:1px;
	margin-bottom:10px;
		margin-top:10px;
	}
	.roomImg{
	border-style:solid;
	border-color:#ccd2d7;
	border-width:1px;
	margin-bottom:10px;
	}


	.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
		font-size:.7em;
	}

	.footer a {
	color:#959595;
	text-decoration: none;
	font-size:.9em;
	}
	
		.footer a:hover {
	color:#c6c6c6;
	text-decoration: none;
	}
