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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
*{
	padding:0px;
	margin:0px;
}
h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:lighter;
}
hr{
	color: #999999;
}
.left{
	float:left;
}
.right{
	float:right;
}
.border{
	width:560px;
	border-bottom: 1px solid #999999;
	float:left;
}
.break{
	width:560px;
	height:20px;
	color:#FFFFFF;
	float:left;
}
.fix{
	float:left;
}
#wrap{
	width:938px;
	margin:0 auto;
}
#logo{
	width:277px;
	height:120px;
	float:left;
}
#logo span{
	display:none;
}
#top-pic{
	height:55px;
	width:661px;
	float:left;
	background:url(../images/top-pic.jpg) no-repeat;
}

/* Nav Specifics */
#nav{
	width:661px;
	height:65px;
	background:url(../images/nav-bg.jpg) no-repeat;
	float:left;
}
#navlist{
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:13px;
	margin-left:178px;
	font-family:Helvetica, arial;
}
#navlist li{
	float:left;
}
#navlist li a{
	display:inline;
	padding:0px 46px 0 0px;
	text-decoration:none;
	color:#FFFFFF;
}
#navlist li a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

/* Home */
#main-display{
	width:938px;
	height:368px;
	background:url(../images/main-image.jpg) no-repeat;
	float:left;
}
#spacer{
	width:938px;
	height:27px;
	background:url(../images/spacer.jpg) no-repeat;
	float:left;
}
#company{
	width:309px;
	height:230px;
	background:url(../images/company-bg.jpg) no-repeat;
	float:left;
}
.company-text{
	width:291px;
	height:108px;
	float:left;
	padding:44px 0 0 0;
	color:#484848;
}
#specialties{
	width:320px;
	height:230px;
	background:url(../images/specialties-bg.jpg) no-repeat;
	float:left;
}
#special-list{
	width:200px;
	float:left;
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
	padding:48px 0 0 52px;
	line-height: 26px;
	font-weight:bold;
}
#projects{
	width:309px;
	height:230px;
	background:url(../images/project-bg.jpg) no-repeat;
	float:left;
}
.proj{
	width:309;
	float:left;
	padding:42px 0 0 0;
}

/* About */
#about-header{
	width:938px;
	height:205px;
	float:left;
	background:url(../images/sub/about-header.jpg) no-repeat;
}
#content-text{
	width:938px;
	background-color:#FFFFFF;
	float:left;
}
.text-left{
	width:560px;
	float:left;
	color:#4e4d4d;
}
.left-box{
	width:594px;
	float:left;
	margin:27px 0 0 25px;
	border-right:1px solid #999999;
}
.text-left span{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#222222;
}
#box-right{
	width:317px;
	float:right;
	margin-top:27px;
}
.projects-sub{
	width:275px;
	height:172px;
	float:left;
	background:url(../images/sub/projects-sub-bg.jpg) no-repeat;
	margin:0px 0 0 24px;
}
.pics-sub{
	float:left;
	width:276px;
	height:120px;
	padding-top:33px;
}
.sub-nav{
	float:left;
	width:275px;
	height:218px;
	background:url(../images/sub/sub-nav-bg.jpg) no-repeat;
	margin:38px 0 0 24px;
}
#sub-navlist{
	list-style-type:none;
	float:left;
	padding:42px 0 0 5px;
	font-weight:bold;
	line-height:32px;
}
#sub-navlist li{
	background:url(../images/sub/plus.jpg) no-repeat;
	padding-left:22px;
	background-position:center;
	background-position:left;
}
#sub-navlist li a{
	color:#4e4d4d;
	text-decoration:none;
}
#sub-navlist li a:hover{
	color:#4e4d4d;
	text-decoration:underline;
}
.sub-selected{
	font-style:italic;
	font-weight:normal;
}
#specialties-header{
	width:938px;
	height:205px;
	float:left;
	background:url(../images/sub/specialties-header.jpg) no-repeat;
}
.left-box-rick{
	width:594px;
	height:507px;
	float:left;
	margin:27px 0 0 25px;
	border-right:1px solid #999999;
}

/* Projects */
#projects-header{
	width:938px;
	height:205px;
	float:left;
	background:url(../images/sub/projects-header.jpg) no-repeat;
}
#project-list{
	width:560px;
	list-style-type:none;
	font-weight:bold;
	line-height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
}
#project-list li{
	background:url(../images/sub/blue-arrow.jpg) no-repeat;
	padding-left:35px;
	background-position:center;
	background-position:left;
}
#project-list li a{
	color:#4e4d4d;
	text-decoration:none;
}
#project-list li a:hover{
	color:#4e4d4d;
	text-decoration:underline;
}
.tenants{
	width:560px;
	float:left;
}
.tenants-left{

	float:left;
}
.tenants-right{

	float:left;
}
#tenants-list-left{
	float:left;
	padding-left: 17px;
	width:212px;	
}
#tenants-list-right{
	float:left;
	padding-left: 17px;
	width:300px;
}
/* Village Page */
#village-display{
	width:938px;
	background-color:#FFFFFF;
	float:left;
}
.village-box{
	width:890px;
	float:left;
	margin:27px 0 0 25px;
}
ul#village-pics{
	list-style-type:none;
	float:left;
	width:890px;
}
ul#village-pics li{
	float:left;
	display:inline;
	padding-right:2px;
}

/* Contact */
#contact-header{
	width:938px;
	height:205px;
	float:left;
	background:url(../images/sub/contact-header.jpg) no-repeat;
}
.left-box-contact{
	width:594px;
	height:638px;
	float:left;
	margin:27px 0 0 25px;
	border-right:1px solid #999999;
}
#contact-right{
	width:317px;
	height:670px;
	float:right;
	margin-top:27px;
}
.map{
	width:270px;
	float:left;
	margin:0px 0 0 24px;
	border:1px solid #999999;
}
.contact-info{
	width:270px;
	float:left;
	margin:33px 0 0 24px;
}
#contacts{
	float:left;
	list-style-type:none;
	padding-top:15px;
}
.plus-tab{
	background:url(../images/sub/plus.jpg) no-repeat;
	padding-left:22px;
	background-position:center;
	background-position:left;
}
.push{
	padding-left:22px;
}
#contacts li a:link{
	color:#0F79B6;
}
.address{
	width:270px;
	float:left;
	margin:5px 0 0 24px;
}

/* Footer */
#footer{
	width:938px;
	height:45px;
	background:url(../images/footer-bg.png) no-repeat;
	float:left;
	margin-top:34px;
}
.foot-left{
	color:#919090;
	padding:13px 0 0 26px;
	float:left;
}
.foot-left a{
	text-decoration:none;
	color:#919090;
}
.foot-left a:hover{
	text-decoration:underline;
	color:#919090;
}
.foot-right{
	padding:13px 26px 0 0;
}
.foot-right a{
	text-decoration:none;
	color:#03d6fc;
}
.foot-right a:hover{
	text-decoration:underline;
	color:#03d6fc;
}
#foot-btm{
	text-align:center;
	margin:15px 0 15px 0;
	width:938px;
	float:left;
	color:#919090;
}