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

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS reset */

/* Colors
green - #566c11
blue - #00476B
red - #764200
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #764200;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 0px 73px;
	margin: 0px;
	padding: 0px;
	
}

strong{
	font-weight:bold;	
}

#mainMenu {
	height: 22px;
	padding-top: 15px;
	color: #ffffff;
	background-color: #566c11;
	padding-left: 315px;
	font-size: 15px;
}

#mainMenu a {
	color: #B0BB8C;
	text-decoration: none;
	margin-right: 20px;
}

#mainMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
}

#mainMenu .active {
	color: #ffffff;	
}


#page {
	/*width: 1000px;	
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: 0px 73px;*/
}


#homePage {
	width: 1000px;
	background-image: url(../images/homeBg.png);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	padding-bottom: 300px;
}

#logo img{
	margin-top:22px;
	margin-left:32px;
}	


.clr {
	clear:both;
}


#content {
	margin-left: 300px;	
	width: 440px;
	padding-bottom: 30px;
}

#content a {
	color: #764200;
}
#content a:hover {
	color: #435608;
}
#content h1 {
	font-size: 26px;
	color: #566C11;
	font-weight: normal;
	margin-bottom:30px;
}


#content h2 {
	color: #00476B;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}

#content p {
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 16px;
	width: 420px;
}

.micro {
	font-size: 9px;
	line-height: 11px;
	width: 420px;
}


#pagePicR {
	position: absolute;
	top: 415px;
	left: 740px;
}
#pagePicL {
	position: absolute;
	top: 634px;
	left: 0px;
}
#pagePicRd {
	position: absolute;
	top: 634px;
	left: 690px;
}

#sideButtons {
	position: absolute;
	height: 68px;
	width: 99px;
	left: 30px;
	top: 600px;
}

#pageFooter{
	clear:both;
	margin-left: 300px;
	margin-right: 300px;
}



#contactForm{
	margin-top: 15px;
	}

input, select, textarea{
	margin-bottom: 10px;	
	margin-top: 5px;
}

/*------------------------------Tiny Slider ---------------------*/

/*.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}*/
#slider {float:left; position:relative; overflow:auto; width:450px; height:300px; border:2px solid #fff; background:#fff; padding-bottom: 30px;}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:450px; height:300px; padding-right:10px}

.pagination {
	float:left;
	list-style:none;
	height:25px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pagination li {
	float:left;
	cursor:pointer;
	padding:5px 8px;
	background:#ffffff;
	border:1px solid #00476B;
	margin:0 4px 0 0;
	text-align:center;
	color:#00476B;
}
.pagination li:hover {background:#00476B; border:1px solid #00476B; color:#ffffff}
li.current {border:1px solid #764200; background:#764200; color:#ffffff;}


/* Colors
green - #566c11
blue - #00476B
red - #764200
*/
#apartments {
margin-bottom:15px;	
}
#apartments th{
	width:75px;
	color: #00476B;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	text-align:center;
	padding-bottom: 3px;
}

#apartments td {
	text-align:center;
	padding-bottom: 5px;
	padding-top: 5px;
}

#apartments .firstCol {
	text-align: left;	
}

#apartments img {
	margin-top: 5px;
	vertical-align:middle;
}

#apartments .spacer{
	height: 1px;
	background-color:#764200;
	padding-bottom:0px;
	padding-top:0px;
}

#floorplanThumbs {
	margin-bottom:15px;
}

#floorplanThumbs img {
	margin-top: 15px;
	margin-bottom: 7px;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}