@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bg.gif) repeat-x #FFFFFF;
	margin: 0px;
}

.bodyWrapper{
	width:980px; /*980*/
	margin:0 auto;
	}
	
.bodyInnerWrapper{
	width:980px; /*980*/
	margin:0 auto;
	}	
	
	
.homeBanner{
	background:url(images/main_image.jpg) no-repeat;
	height:393px;
	}
	
.banner1{
	width:100%;
	background:url(images/inner1.jpg) no-repeat top center;
	height:185px;
	}

.banner2{
	width:25%;            /*100%; */
	background:url(images/services.jpg) no-repeat top right;
	height:185px;
	}

.banner3{
	width:100%;
	background:url(images/skyline.jpg) repeat-x top left; /*inner5*/
	height:185px;
	}

.banner4{
	width:100%;
	background:url(images/faq.jpg) repeat-x  top left; /*inner7*/
	height:185px;
	}

.banner5{
	width:100%;
	background:url(images/inner6.jpg) repeat-x top center;
	height:185px;
	}

.banner6{
	width:100%;
	background:url(images/contact.jpg) no-repeat top center; /*inner9*/
	height:185px;
	}	
	
.navHome{
	background:url(images/home_nav_bg.jpg) repeat-x;
	}

.navHomeImg{
	margin-right:40px;
	}
	
.headerHome{
	background:url(images/logo.jpg) no-repeat;
	height:179px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}	
	
.header{
	background:url(images/header.jpg) no-repeat;
	height:181px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}		
	
.navInner{
	height:42px;
	}	
	
.navInnerimg{
	margin-right:26px;
	}				
	
.ind {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f5f5f;
}
.ind1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f5f5f;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.callToAction{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1.5em
	}
	
.callToAction a{
	color:#000000;
	text-decoration:none;
	}
	
.callToAction a:hover{
	color:#0099FF;
	text-decoration:underline;
	}	

#dropmenudiv {
	position:absolute;
	border:1px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:20px;
	z-index:100;
	text-align: center;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 20px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background:#3952a4;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #3952a4;;
	background-color: #f3ec19;
}	

.text1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000000;	
}

.text2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5f5f5f;	
}
