@charset "UTF-8";
/* CSS Document */

body {
	background-color:#313131;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	background-attachment:fixed;
	font-family:Helvetica;
	font-size:10pt;
	color: #666;
	margin:0px;
	text-align:center;
}

/* ============DIVS============= */


#page {
	width:766px;
	margin:0 auto;
	margin-top:5px;
}

#header {
	margin:0px;
}

#nav {
	width:616px;
	height:24px;
	background-image:url(images/bg-nav.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;	
}

#nav-inner {
	text-align:right;
	margin:0px;
	padding-top:5px;
	padding-right:20px;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:.125em;
	font-size:90%;
}
#nav-inner a {
	color:#ffffff;
	text-decoration:none;

}

#nav-inner a:hover {
	color:#333333;
	background-color:#FFFFFF;
}

.nav {
	float:right;
}

#sidebar-left {
	width:180px;
	float:right;
	clear:left;
}

#sidebar-left-inner {
	color:#999;
	padding-right:20px;
	padding-top:45px;
	letter-spacing:.25em;
	text-align:right;

}

#sidebar-left-inner a{
	color:#999;
	text-decoration:none;
}

#sidebar-left-inner a:hover {
	background:#ffffff;
	color:#333333;
}


#sidebar-left-inner p {
	font-size:80%;
}

#main {
	width:766px;
	clear:both;
}

#content {
	background-image:url(images/content-main-bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:766px;
	clear:both;
	margin-top:0px;
	padding-top:10px;
}

#content-inner {
	width:650px;
	padding-left:40px;
	padding-right:40px;
	padding-top:0px;
	text-align:left;
}
#content-floorplans {
	background-image:url(images/content-floorplan-bg.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:766px;
	clear:both;
	margin-top:0px;
	padding-top:10px;
}
#content-inner-floorplans {
	width:500px;
	padding-left:40px;
	padding-right:40px;
	padding-top:0px;
	text-align:left;
}
#footer {
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:766px;
	height:54px;
	clear:both;
}



#footer-inner {
	color: #FFF;
	padding-top:15px;
	padding-right:15px;
	padding-left:10px;
	text-align:right;
}
#footer-inner a {
	color:#FFF;
}


.copyright {
	font-size:7pt;
	color:#666666;
}

.copyright a {
	color:#666666;
}

.cell-border {
	border-bottom: dotted 1px  #CCCCCC;
}
.highlight {
	font-size:150%;
	font-weight:bold;
}
.highlight1 {
	font-size:150%;
	font-weight:bold;
	color: #39F;
}
.cite {
	font-size:80%;
}
.newsLink {
	font-size:80%;
	font-variant:small-caps;
	color:#069;
	text-align:right;
	border-bottom: dashed 1px  #999999;
	padding-bottom:.125em;
}
.newsLink a {
	color:#069;
	text-decoration:none;
}
		
	
/* ============FONT============= */

p,
p a {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	line-height: 1.5em;
	text-decoration:none;
}
p a {
	color:#333;
}

p a:hover {
	text-decoration: underline;
}



h1	{
	font-size:300%;
	font-weight:lighter;
	color:#333;
	margin:0;
	letter-spacing:0em;
	padding-top:20px;
}

h2,
h2 a {
	font-size:125%;
	color: #666;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h3 {
	margin:0;
}

.image {
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

ul,li {
	line-height:1.5ems;
	margin-top:0px;
	padding-top:0px;
}
