/* CSS DOCUMENT */

/*-------------------------- GENERAL --------------------------*/
body{
	padding:0;
	margin:0;
	background-color:#fff;
	font:normal 13px/21px Georgia, "Times New Roman", Times, serif;
	color:#3A3A3A;
	}
div, td, th, img, p, a, ul, h1, h2, h3, h4, h5, h6, form, input, label, select, textarea, object, iframe{
	padding:0;
	margin:0;
	}
img{ display:block;
	 border:none;
	 }
a{ text-decoration:none;
	outline:none;
	}
ul{ list-style-type:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

/*-------------------------- MAIN --------------------------*/
div#main{
	}
div.homeBanner{
	background:url(images/home-banner.jpg) 50% 0 no-repeat;
	}
	
div.aboutBanner{
	background:url(images/about-banner.jpg) 50% 0 no-repeat;
	}
div.serviceBanner{
	background:url(images/service-banner.jpg) 50% 0 no-repeat;
	}
div.corporateBanner{
	background:url(images/corporate-banner.jpg) 50% 0 no-repeat;
	}
div.contactBanner{
	background:url(images/contact-banner.jpg) 50% 0 no-repeat;
	}
div.featuredHomeBanner{
	background:url(images/featured-home-banner.jpg) 50% 0 no-repeat;
	}

/*-------------------------- MAIN CONTAINER --------------------------*/
div#mainContainer{
	width:900px;
	margin:0 auto;
	}
div#mainContainer span.bodyLinks{
	display:block;
	text-align:right;
	}
div#mainContainer span.bodyLinks a{
	padding-right:14px;
	background:url(images/bull1.gif) 100% 5px no-repeat;
	font-size:17px;
	line-height:21px;
	color:#1C3168;
	}
div#mainContainer span.bodyLinks a:hover{
	color:#ABA03C;
	}

/*-------------------------- HEADER --------------------------*/
div#header{
	height:487px;
	position:relative;
	}
div#header a.logo{
	display:block;
	width:221px;
	height:147px;
	position:absolute;
	left:0;
	top:11px;
	z-index:10;
	}
div#header a.logo img{
	behavior:url(images/iepngfix.htc);
	}
div#header h1{
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	width:387px;
	height:19px;
	background:url(images/caption.png) 0 0 no-repeat;
	position:absolute;
	left:79px;
	top:237px;
	z-index:20;
	behavior:url(images/iepngfix.htc);
	}
div#header span.bodyLinks{
	padding-top:90px;
	} 

/*-------------------------- BODY CONTAINER --------------------------*/
div#bodyContainer{
	padding-bottom:35px;
	}
div#bodyContainer div#bodyPanel{
	height:100%;
	overflow:hidden;
	background:url(images/body-container-divider.gif) 245px 0 repeat-y;
	}

/*-------------------------- BODY CONTAINER - LEFT PANEL --------------------------*/
div#leftPanel{
	width:230px;
	float:left;
	}
div#leftPanel ul.leftNav{
	font:normal 18px/22px Georgia, "Times New Roman", Times, serif;
	padding-bottom:15px;
	}
div#leftPanel ul.leftNav li{
	padding-bottom:20px;
	}
div#leftPanel ul.leftNav li a{
	color:#1C3168;
	}
div#leftPanel ul.leftNav li a:hover,
div#leftPanel ul.leftNav li a.active{
	color:#ABA03C;
	}

/*-------------------------- BODY CONTAINER - RIGHT PANEL --------------------------*/
div#rightPanel{
	width:620px;
	float:right;
	}
div#rightPanel h2{
	font-size:25px;
	line-height:29px;
	font-weight:normal;
	padding-bottom:18px;
	color:#1C3168;
	}
div#rightPanel h2 span{
	color:#ABA03C;
	}
div#rightPanel p{
	padding-bottom:18px;
	}
div#rightPanel p a{
	color:#1C3168;
	text-decoration:underline;
	}
div#rightPanel p a:hover{
	text-decoration:none;
	}

/*-------------------------- FOOTER --------------------------*/
div#footer{
	height:125px;
	background:url(images/footer-bg.gif) 0 0 repeat-x #F3F1E1;
	border-top:3px solid #1C3168;
	padding-top:35px;
	}
div#footer ul{
	font:normal 12px/16px Georgia, "Times New Roman", Times, serif;
	color:#2D2D2D;
	padding-bottom:12px;
	text-align:center;
	}
div#footer ul li{
	display:inline;
	padding:0 2px;
	}
div#footer ul li a{
	color:#2D2D2D;
	}
div#footer ul li a:hover,
div#footer ul li a.active{
	color:#1C3168;
	}
div#footer p{
	font-size:11px;
	line-height:15px;
	text-align:center;
	color:#1C1C1C;
	}
div#footer p a{
	color:#1C1C1C;
	}
div#footer p a:hover{
	text-decoration:underline;
	}


/*=========================================================================*/
/*============================== INNER PAGES ==============================*/
/*=========================================================================*/

/*-------------------------- FEATURE HOME BLOCKS --------------------------*/
div.featureHomesArea{
	width:620px;
	overflow:hidden;
	padding-bottom:30px;
	}
div.featureHomesArea div.featureHomesContainer{
	width:670px;
	height:100%;
	overflow:hidden;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock{
	width:180px;
	padding-right:41px;
	float:left;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock img{
	padding:8px;
	border:1px solid #D9D7C8;
	background-color:#F3F1E1;
	margin-bottom:8px;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock h2{
	text-transform:uppercase;
	font-size:13px !important;
	line-height:17px !important;
	padding-bottom:5px !important;
	color:#1C3168 !important;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock p{
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	color:#4C4C4C;
	padding-bottom:11px !important;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock div.btns{
	height:22px;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock div.btns span{
	display:block;
	width:103px;
	height:22px;
	background-color:#C0B74D;
	color:#000;
	font:normal 14px/22px "Times New Roman", Times, serif;
	text-align:center;
	float:left;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock div.btns a{
	display:block;
	width:65px;
	height:22px;
	background-color:#1C3168;
	color:#fff;
	font:normal 14px/22px "Times New Roman", Times, serif;
	text-align:center;
	float:right;
	}
div.featureHomesArea div.featureHomesContainer div.featureHomesBlock div.btns a:hover{
	background-color:#C0B74D;
	color:#000;
	}


/*-------------------------- contact page --------------------------*/
div.formArea{
	padding-bottom:30px;
	width:264px;
	float:left;
	}
div.formArea div.fields{
	height:100%;
	overflow:hidden;
	padding-bottom:10px;
	}
div.formArea div.fields label{
	display:block;
	font-size:12px;
	line-height:20px;
	width:74px;
	float:left;
	font-weight:bold;
	}
div.formArea div.fields input{
	width:182px;
	height:20px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	float:right;
	padding:0 0 0 3px;
	background-color:inherit;
	color:#000;
	border:#ABA03C solid 1px;
	}
div.formArea div.fields textarea{
	width:182px;
	height:61px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	float:right;
	padding:0 0 0 3px;
	background-color:inherit;
	color:#000;
	border:#ABA03C solid 1px;
	}
div.formArea div.fieldsBtn{
	height:27px;
	padding:7px 0 0 170px;
	}
div.formArea div.fieldsBtn input{
	border:none;
	width:92px;
	height:20px;
	float:right;
	}
/*-------------------------- contact page --------------------------*/


/*-------------------------- BLOG AREA --------------------------*/
div#blogArea{
	background:url(images/body-container-divider.gif) 410px 0 repeat-y;
	height:100%;
	overflow:hidden;
	}
div#blogArea h3{
	font-size:18px !important;
	line-height:22px !important;
	padding-bottom:15px !important;
	color:#1C3168 !important;
	font-weight:normal;
	}
div#blogArea h3 a,
div.blogContainer ul.commentsList li a,
div#blogArea ul.pagiList li a:hover,
div#blogArea div#blogAreaRight ul.blogRightList li a{
	color:#1C3168;
	}
div#blogArea h3 a:hover,
div.blogContainer ul.commentsList li a:hover,
div#blogArea ul.pagiList li a,
div#blogArea div#blogAreaRight ul.blogRightList li a:hover{
	color:#ABA03C;
	}
div#blogArea h3 span{
	display:block;
	font-size:11px;
	line-height:17px;
	color:#3A3A3A;
	padding-top:8px;
	}
div#blogArea h3 span strong{
	display:block;
	color:#ABA03C;
	}
div#blogArea ul.pagiList{
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;
	color:#ABA03C;
	text-transform:lowercase;
	padding-bottom:15px;
	}
div#blogArea ul.pagiList li{
	display:inline;
	padding-left:8px;
	}

/*-------------------------- BLOG AREA - LEFT --------------------------*/
div#blogArea div#blogAreaLeft{
	float:left;
	width:375px;
	}
div.blogContainer{
	padding-bottom:20px;
	}
div.blogContainer ul.commentsList{
	text-align:right;
	font:bold 11px/17px Georgia, "Times New Roman", Times, serif;
	color:#1C3168;
	text-transform:lowercase;
	padding-bottom:12px;
	}
div.blogContainer ul.commentsList li{
	display:inline;
	padding-left:8px;
	}
div.blogContainer ul.commentsList li span{
	padding-right:8px;
	}

/*-------------------------- BLOG AREA - RIGHT --------------------------*/
div#blogArea div#blogAreaRight{
	float:right;
	width:175px;
	}
div#blogArea div#blogAreaRight ul.blogRightList{
	font:normal 12px/18px Georgia, "Times New Roman", Times, serif;
	padding:0 0 20px 3px;
	}
div#blogArea div#blogAreaRight ul.blogRightList li{
	background:url(images/bull3.gif) 0 7px no-repeat;
	padding:0 0 3px 9px;
	}














