@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
}
p {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0c3482;
	margin: 10px 0;
}
a  {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0c3482;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0c3482;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	color: #0c3482;
	margin: 0;
	padding:10px 0 0 0;
}
h2 {
	font-size: 20px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	text-align: center;
	color: #0c3482;
	margin: 10px 0;
}
h3 {
	font-size: 16px;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	color: #0c3482;
	margin: 0;
	padding:5px 0;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0 0 0 25px;
}
ul li{
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0c3482;
	margin: 10px 0;
}
li.pdf {
	background-image: url(../_images/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 35px;
	height: auto;
	padding-bottom: 10px;
	padding-top: 5px;
	display: block;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	z-index: 110;
}

.border {
	border: 2px solid #0c3482;
	margin: 3px;
	width: 98px;
	height: 98px;
}
.right {
	border: 2px solid #0c3482;
	margin: 3px;
	float: right;
}

.thumbs {
	margin: 3px;
	border: none;
}
.quote {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	width: 600px;
	overflow: hidden;
}
.quote1 {
	float: left;
	margin: 0 15px 20px 15px;
}
.quote2 {
	float: right;
	margin: 15px 15px 0 10px;
}



#wrapper {
	background-color: #e5e5e5;
}
#man-wrapper {
	width:900px;
	margin:0 auto;
	position: relative;
	padding:0;
}
#left-side-man {
	background-image: url(../_images/man.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:100;
	width: 272px;
	height: 365px;
	left:-160px;
	margin:0;
	padding:0;
	bottom: 0px;

}

#header-wrapper {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#header   {
	height: 160px;
	background-image: url(../_images/exlogo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 900px;
	background-color: #FFF;
	margin: 0 auto;
}
#menu {
	position: relative;
	float: right;
	width: 500px;
	top: 75px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style-type: none;
	display: block;
	width: auto;
	float: left;
	padding: 0;
	color: #0c3482;
	margin: 0;
}
#menu ul a span {
	display: none;
}


#menu ul li a {
	color: #0c3482;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #3e87e4;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#menu ul .home a{
	background-image: url(../_images/nav/home.jpg);
	background-repeat: no-repeat;
	width:60px;
	height:25px;
	display:block;
}
#menu ul .home a:hover {
	background-image: url(../_images/nav/home_hover.jpg);
	background-repeat: no-repeat;
	width:60px;
	height:25px;
}
#menu ul .about a{
	background-image: url(../_images/nav/about.jpg);
	background-repeat: no-repeat;
	width:84px;
	height:25px;
	display:block;
}
#menu ul .about a:hover {
	background-image: url(../_images/nav/about_hover.jpg);
	background-repeat: no-repeat;
	width:84px;
	height:25px;
}
#menu ul .commercial a{
	background-image: url(../_images/nav/commercial.jpg);
	background-repeat: no-repeat;
	width:106px;
	height:25px;
	display:block;
}
#menu ul .commercial a:hover {
	background-image: url(../_images/nav/commercial_hover.jpg);
	background-repeat: no-repeat;
	width:106px;
	height:25px;
}
#menu ul .contract a{
	background-image: url(../_images/nav/contract.jpg);
	background-repeat: no-repeat;
	width:87px;
	height:25px;
	display:block;
}
#menu ul .contract a:hover {
	background-image: url(../_images/nav/contract_hover.jpg);
	background-repeat: no-repeat;
	width:87px;
	height:25px;
}
#menu ul .builders a{
	background-image: url(../_images/nav/builders.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:25px;
	display:block;
}
#menu ul .builders a:hover {
	background-image: url(../_images/nav/builders_hover.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:25px;
}
#menu ul .contact a{
	background-image: url(../_images/nav/contact.jpg);
	background-repeat: no-repeat;
	width:78px;
	height:25px;
	display:block;
}
#menu ul .contact a:hover {
	background-image: url(../_images/nav/contact_hover.jpg);
	background-repeat: no-repeat;
	width:78px;
	height:25px;
}

#banner {
	background-color: #0c3482;
	height: 267px;
}
#banner #boxes {
	height: 250px;
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#content-wrapper {
	background-color: #ffffff;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#right-sidebar  {
	width: 227px;
	float: right;
	padding-left: 10px;
}

#content {
	width: 640px;
	padding: 0 0 0 20px;
	overflow:hidden;
	min-height: 320px;
!important 
	position: relative;
	z-index: 110;
	position: relative;
}
#footer {
	width: 800px;
	margin-left:50px;
	background-color: #FFF;
	height: 70px;
	clear: both;
}
#footer p {
	font-weight: bold;
	font-size: 11px;
	float: left;
	clear: both;
	padding-left:4px;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 110;
}
#footer ul li{
	list-style-type: none;
	display: block;
	width: auto;
	float: left;
	padding: 0 2px 0 2px;
	color: #0c3482;
	font-size: 11px;
	margin: 0;
}
#footer ul li a{
	color: #0c3482;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	width: auto;
}
#footer ul li a:hover{
	color: #3e87e4;
	text-decoration: none;
}
form {
	width: 450px;
	height: 200px;
}
form label {
	float: left;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0c3482;
	padding-top: 5px;
}
form .boxes {
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
	width:268px;
}
form .area {
	float: left;
	width:268px;
}
form #submit {
	float: right;
	margin-right:27px;
	font-family: Verdana, Geneva, sans-serif;
}
#content .gallery-frame {
	position: relative;
	z-index: 110;
}
table img      {
	border: none;
}

