/* CSS Document */
body {
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	background-color: #dadee3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-family: Times,"Times New Roman", serif;
	font-size: 36px;
	color: #1D3459;
	font-weight: normal;
	padding-top: 0;
	margin-top: 10px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1D3459;
	font-weight: normal;
	padding-top: 0;
	margin-bottom: 5px;
}

h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1D3459;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

table {
	border: 1px #1D3459 solid;
	background-color: #FFFFFF;
}

td {
	padding: 5px 15px 5px 15px;
}

iframe {
	width: 659px;
	height: 50px;
}

a:link, a:visited {
	color: #405E93;
}

a:hover, a:active {
	color: #1A2D4E;
}

#main {
	width: 790px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
}

#header {
	width: 790px;
}

#nav {
	width: 790px;
}

#footer {
	width: 790px;
	height: 35px;
	padding-top: 15px;
	background-color: #B8BDC5;
	text-align: center;
	font-size: 11px;
}

#footer2 {
	text-align: center;
	font-size: 10px;
	color: #687178;
	padding-top: 10px;
}

#content {
	padding: 30px;
	color: #1D3459;
	font-size: 12px;
	line-height: 24px;
}

.formfields {
	font-size: 11px;
	background-color: #F7FAFF;
	border: solid 1px #C0C3C7;
}

a.footer:link, a.footer:visited {
	color: #15253F;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	color: #15253F;
	text-decoration:underline;
}

a.footer2:link, a.footer2:visited {
	color: #687178;
	text-decoration: none;
}

a.footer2:hover, a.footer2:active {
	color: #687178;
	text-decoration:underline;
}

.disclaimer {
	font-size:10px;	
	line-height: 14px;
}

.box1 {
	width: 295px;
	border: solid 10px #475e7d;
	background-color: #dbdee3;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	margin: 5px;
}

.box2 {
	width: 295px;
	border: solid 10px #475e7d;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	margin: 5px;
}



/* Home Page */

#contenthome {
	padding: 20px;
	color: #1D3459;
	font-size: 12px;
	line-height: 24px;
}

#infobox {
	width: 266px;
	border: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 10px;
	margin-left: 20px;
	float:right;
	line-height:18px;
}

#infobox2 {
	width: 254px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0 16px 0 16px;
	float:right;
	background-color: #dadee3;
	line-height: 17px;
}

#infobox3 {
	width: 107px;
	margin-right: 20px;
	float:left;
}

#infobox4 {
	width: 127px;
	float:left;
}

.infoboxtop {
	background-color: #878F9D;
	margin-bottom: 1px;
}

.infoboxbtm {
	background-color: #B8BDC5;
	padding: 6px;
	height: 69px;
	width: 254px;
}



/* Apartments pages */

#floorplancopy {
	width: 304px; 
	float: left; 
	margin-left: 20px; 
	margin-right: 20px;
}

#floorplandimensions {
	width: 304px; 
	float: left; 
	margin-left: 20px; 
	margin-right: 20px;
}

#tourwindow {
	width: 461px;
	height: 426px;
	background-image:url(/images/tour-window.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 28px;
	padding-left: 30px;
	text-align:left;
}

#tourpopup {
	position: absolute; 
	display: none; 
	width: 461px;
	height: 426px;
	background-image:url(/images/tour-window.png);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 28px;
	padding-left: 30px;
	text-align:left;
	left: 0;
	top: 0; 
}

.floorplansdiv {
	padding: 20px;
	margin-bottom: 5px;
	background-color: #E9ECF1;
	width: 690px;
	height: 165px;
}

.floorplanspic {
	display: block; 
	float:left;
	margin-right: 20px;
}

.floorplanstxt {
	margin-top: 50px;
	float: left;
	width: 448px;
}

.toursdiv {
	width: 212px;
	margin-right: 20px;
	float: left;
}

.tourspic {
	border: solid 6px #475e7d;
}

.roomrow1 {
	background-color: #1D3459;
	color: #FFFFFF;
}

a.bedroom:link, a.bedroom:visited, a.bedroom:hover, a.bedroom:active {
	font-family: Times,"Times New Roman", serif;
	font-size: 18px;
	color: #527BA5;
}



/* Availability page */

#availabilitydivleft {
	width: 380px;
	float: left;
}

#availabilitydivright {
	width: 230px;
	height: 170px;
	border: solid 10px #475e7d;
	background-color: #dbdee3;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	margin-left: 40px;
}



/* Photo Gallery */

#galleryleft {
	width: 459px;
	height: 426px;
	padding-top: 28px;
	padding-left: 30px;
	background-image:url(/images/tour-window.png);
	background-position: left top;
	background-repeat:no-repeat;
	float: left;
}

#galleryright {
	margin-left: 10px;
	width: 210px;
	float: left;
}

.gallerythumb {
	padding: 5px;
	cursor:	pointer;
}



/* Application Page */

#application {
	border: solid 10px #475e7d;
	background-color: #dbdee3;
	padding: 20px;
	margin: 5px;
	line-height: 14px;
}

.apptable {
	padding: 3px;
	margin-bottom: 3px;
	border: none;
	background-color:#ECF0F5;
}



/* Lifestyle Page */

#lifestyleimg {
	width: 394px;
	float: left;
	margin-left: 10px;
}

#lifestyleimg2 {
	width: 310px;
	padding-left: 20px;
	float: left;
}

#lifestylebullets1 {
	width: 290px;
	float: left;
}

#lifestylebullets2 {
	width: 370px;
	float: left;
}



/* Location Page */

#locationmap {
	width: 310px;
	padding-left: 20px;
	float: left;
	text-align: center;
}

#locationcopy {
	width: 370px;
	float: left;
}


/* Links Page */

#linkscolumn1 {
	width: 350px;
	float: left;
}

#linkscolumn2 {
	width: 350px;
	float: left;
}



/* Contact Page */

#contactdivleft {
	width: 375px;
	float: left;
	margin-right: 25px;
}

#contactdivright {
	width: 320px;
	float: left;
}

#contactdivbtm {
	width: 335px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: solid 1px #1A2D4E;
}

.contactdiv {
	width: 160px;
	margin-right: 20px;
	float: left;
}



/* Policies Page */

#policydivleft {
	width: 280px; 
	float: left;
}

#policydivright {
	width: 450px; 
	float: left;
}