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

body {
	margin:0;
	padding: 0;
	background: #ffefa0 url(../img/background.jpg) repeat-x top left;
}

#wrapper {
	margin-left:10%;
	margin-top: 1%;
	width: 855px;
	height: 768px;
	background: #ffe276 url(../img/content_background.jpg) no-repeat top left;
	border: 1px #ffe065 solid;
	font-family:"Trebuchet MS";
	font-size:12px;
}
p {
	margin:0;
	padding:0;

}
h1 {
	color: #204094;
}
#header {
	width: auto;
	height:162px;
	padding: 20px;
	float:left;
	
}
#header .logo {
	float:left;
}

#header #quote {
	float: right;
	font-size: 18px;
	font-family: Palatino;
	margin-top:50px;
	margin-left: 70px;
	color: #204094;
	width: 475px;
}
#header #quote a, a:link {font-size: 18px;}

#homeImage {
	width: auto;
	height: 235px;
	float: left;
}
#navigation
{
	width: 855px;
	height: 35px;
	background: transparent url(../img/navBar.jpg) top repeat-x;
	float:left;
	
}
#navigation ul
{margin:0px; padding:0px; padding-left:30px;}

#navigation ul li
{display:inline; float:left; list-style:none; margin-left:20px; position:relative; height:36px;}

#navigation li a {
	color:#204094; 
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size: 14px;
	display:block;
	height:36px;
	line-height:36px;
	padding-left: 30px;
	padding-right: 30px;
}
#selected {
	background:transparent url(../img/active_arrow.jpg) bottom center no-repeat;
	height:32px;
	position:relative;
	width: 20px;
	z-index: 1;
	bottom: 0;
}

#navigation li a:hover
{	color:#204094; 
	background: transparent url(../img/navBar_Over.jpg) top repeat-x;
}

#navigation li ul
{margin:0px; padding:0px; display:none; position:absolute; left:0px; top:32px;}

#navigation li:hover ul
{display:block; width:160px;}

#navigation li li
{list-style:none; display:list-item; margin-left: 0; background:#85aae0 url(../img/navBar.jpg) top repeat-x;}

#navigation li li a
{color:#204094; 
text-decoration:none; 
font-size: 12px;
margin-left: 0px;
font-family:"Trebuchet MS";
display: block;
width: 220px;

}

#navigation li li a:hover
{color:#204094;  background: url(../img/navBar_Over.jpg) repeat-x; font-weight:bold;}

#pageContentHome {
	width:855px;
	height:185px;
	float:left;
}
#pageContent {
	width:855px;
	height:auto;
	float:left;
}
#pageContent #content{
	width:820px;
	padding: 20px;
	color: #333333;
	font-size: 11px;
	font-family:"Trebuchet MS";
	float:left;
	line-height: 15px;
	height:auto;
	
}
#pageContentHome #leftCol {
	width: 340px;
	padding-left: 20px;
	padding-top: 15px;
	height: auto;
	color: #333333;
	font-size: 11px;
	font-family:"Trebuchet MS";
	float:left;
	line-height: 15px;
}
#pageContentHome #divider{
	height: 180px;
	padding: 5px;
	background-image:url(../img/divider.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 5px;
	display: block;
	float:left;
}
#pageContentHome #dividerTwo {
	height: 180px;
	padding: 5px;
	background-image:url(../img/dividerTwo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 5px;
	display: block;
	float:left;
}

#pageContentHome #midCol {
	width: 215px;
	padding:10px;
	height: 145px;
	background: transparent url(../img/floorplan.jpg) no-repeat top;
	float:left;
	text-align:center;
}
#pageContentHome .button {
	margin-top: 8px;
	margin-left: 60px;
}
/*\*/
html*#pageContentHome .button {
	[ margin-top: 20px;]
	[ margin-left: 60px;]
}/*end*/
.dummyend[id]{clear:both;}

#pageContentHome .buttonMid {
	margin-top: 100px;
}
#pageContentHome #rightCol{
	padding:10px;
	width: 185px;
	height: 145px;
	background:transparent url(../img/photos.jpg) center no-repeat;
	float:left;
}


#footer {
	height: 35px;
	width: 855px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	float:left;
	line-height: 35px;
	font-size:10px;
	color: #289640;
}

#footer.copyright {
	padding-left: 20px;
}

#footer a, a:link{
	color: #289640;
	text-decoration:none;
	font-size:10px;
}

#footer a:hover{
	color: #204094;
}

#pageContent #content img {
	border: #f5d343 2px solid;
}
#pageContent #content img:hover {
	border: #FFF 2px solid;
}

/*lightbox stuff*/
#overlay{ 
    background-image: url(../img/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
}

#box{
    width:300px;
    background:#2d2d2d;
    padding:10px;
    border:2px solid #eee;
	color:#FFFFFF;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

.white {
	color:#FFFFFF;
}