@charset "utf-8";
/* CSS Document */

.header {
background-image: url(images/afhsir.png);
background-repeat: no-repeat;
border: none;
}

.atlanta {
	background-image: url(images/atlsky.jpg);
	background-repeat: no-repeat;
	border: none;
}
.sidney {
	background-image: url(images/slw_02.jpg);
	background-repeat: no-repeat;
	border: none;
}
.leftbar {
	background-image: url(images/whiteright.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fef9d9;
}
#subcon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C804D;
}
#space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #002B5C;
	visibility: hidden;
}
.content1 {
	background-color: #FFFFFF;
	background-image: url(images/atlreflect.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
	color: #000033;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.content2 {
	background-image: url(images/nhtextsmall.png);
	background-position: left, top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}
.table {
	bottom: 5px;
}
.listtable {
	background-color: #FFFFFF;
	background-image: url(images/atlreflect.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.listtable2 {
	margin-top: 5px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align: justify;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#address {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #D2C075;
}
#rooms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D2C075;
}
#status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}
#statusp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
	float: right;
}
#statuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	float: right;
}
#caption1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #8C804D;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C804D;
	font-weight: bold;
	text-decoration: underline;
}


/* NAVIGATION BUTTONS */
			.navigation {
						height: 18px;
						width: 650px;
			}
			.cssnav	{
						position: relative;
						float: left;
						font-family: arial, helvetica, sans-serif;
						white-space: nowrap;
						display: block;
						width: 130px;
						height: 18px;
						margin: 0; 
						padding: 0;
						overflow: hidden; 
			}
			.cssnav a {
						display: block;
						color: #FFFFFF;
						background-image: url(images/button_on.png);
						background-repeat: no-repeat;
						font-size: 10px;
						width: 130px;
						height: 18px;
						display: block;
						float: left;
						color: #FFFFFF; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #F0BB5A;
			}
			
			.cssnav img {width: 130px; height: 18px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 0px;
						bottom: 2px;
						cursor: pointer;
						width: 130px;
						height: 14px;
						text-align: center;
						vertical-align: middle;
			}
			/* END OF NAVIGATION */
