@CHARSET "UTF-8";

/* eric meyer css reset */

/* styles reset begins */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styles reset ends */

body {
	background-color: #c2b8a9;
	background-image: url('../images/alta_background.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-top: 15px;
}

/* block level elements */

#Container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 995px;
	border: 3px solid #B9C9D5;
	height: 630px;
}

#Container.Floorplan {
	height: 720px !important;
}

#NavigationContainer {
	height: 75px;
border-bottom: 1px solid #B9C9D5;
}

#Navigation a, #Navigation a:link, #Navigation a:active, #Navigation a:visited {
font-family: Arial, Helvetica, Verdana, sans-serif;
color: #8A7A67;
text-decoration: none;
font-size: 12px;
padding: 0px 20px;
margin: 45px 0px 15px 0px;
border-right: 1px solid #000000;
text-transform: lowercase;
float:left;
}

#Navigation a:hover {
color: #000000;
}

#Navigation a.Active {
	font-weight: bold;
color: #000000;
}

#BacktoTDC {
float: right;
}

#BacktoTDC a, #BacktoTDC a:link, #BacktoTDC a:active, #BacktoTDC a:visited {
	border-right: none;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
	color: #738997;
} 

#BacktoTDC a:hover {
	color: #000000;
}

#BannerContainer {
padding-top: 5px;
	height: 150px;
	clear: both;
}

#BannerContainer img {
	display: block;
}

#ContentContainer {
	height: 380px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

#ContentContainer.Floorplan {
	height: 260px;
	padding-top: 10px;
	padding-left: 170px;
}

#FloorplanContainer {
	clear: both;
	height: 315px;
	padding: 15px 0px;
	width: 100%;
	border-top: 1px solid #000;
	background-color: #FFF;
}

#LogoContainer {
	float: left;
	width: 170px;
}

#LogoContainer img {
padding-left: 32px;
}

#SitemapButtonContainer {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 20px;
	background-color: #FFF;
}

#SitemapButtonContainer img {
	float: right;
}

#FloorplanImageContainer {
	float: left;
}

#ContentLeft {
	width: 235px;
	height: 380px;
	float: left;
	padding-left: 15px;
}

#ContentRight-1Col {
	float: left;
	width: 600px;
}

#ContentRight-2Col {
	float: left;
	width: 745px;
}

#ContentRight-2Col div {
	float: left;
	width: 46%;
	padding-right: 25px;
}

#Footer {
padding-top: 8px;
	height: 45px;
	width: 995px;
	margin: 0px auto;
	clear: both;
	color: #FFFFFF;

	padding-left: 5px;
	vertical-align: middle;
}

#Footer img {
	float: left;
	padding-right: 10px;
}

#Footer img#HUD {
	padding-top: 5px;
	padding-right: 0px;
}

#Footer span {
	float: left;
	width: 922px;
	padding-top: 10px;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

/* image styles */

img {
	display: block;
}

img.H1 {
	padding-bottom: 10px;
}

#HomepageText {
padding: 100px 0px 0px 180px;
}

/* text styles */

h1 {
	font-size: 14px;
	padding-bottom: 10px;
}

h2 {
color: #8a7a67;
padding-bottom: 5px;
}

p {
	padding-bottom: 10px;
}

ul {
padding-bottom: 10px;
}

ul li {
	list-style-type: disc;
	margin-left: 15px;
}

a, a:link, a:active, a:hover {
color: #000;
}

/* table styles */

#FloorplanChart th {
	padding-right: 20px;	
	text-align: left;
	padding: 5px 10px;
color: #8A7A67;
}

#FloorplanChart td {
	text-align: left;
	padding: 7px 10px;
}

#FloorplanChart .Floorplans {
padding-left: 0px;
}

#FloorplanChart .Floorplans a {
color: #8A7A67;
padding-left: 10px;
}

#FloorplanChart tr.Active td {
	background-color: #c2b7a9;
}

#FloorplanChart tr.Active td, #FloorplanChart tr.Active a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#FloorplanChart tr.Active a.PDF {
	text-decoration: underline;
}
