/*******Global browser resets*******/

*{
	margin: 0;
	padding: 0;
}

html, body{
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body{
	font-family: arial, tahoma, verdana;
	font-size: 62.5%;
	color: #000;
	background: #fff;
}

ul, ol, li{
	list-style-type: none;	
}

a{
	color: #00349a;
	text-decoration: none;
	
}





a:hover{
	color: #ffcc33;
	text-decoration: none;
}

a img{
	border: 0;
}

/*clearfix styles*/
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

/*******Global browser resets*******/

.wrapper{
	width: 100%;
}

#headerWrap, #contentWrap, #footerWrap, #secondaryLink{
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
}

/*Secondary links*/
.secondaryLink{
	background: #000000;
	overflow: hidden;
	padding: 0 0 5px 0;
}

.clear{
clear:both;
}

.prevBtn {
    background: url(../images/prev_btn.png) no-repeat;
    display: block;
    float: left;
	 text-indent: -999px;
    height: 38px;
    margin-top: -48px;
    position: absolute;
    width: 20px;
}




.secondaryLink .homebtn a{
	background: #ffcc33;
	padding: 5px 10px;
	float: right;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/*header*/
.header{
	background: #fff url(../images/bg_topGrad.gif) repeat-x left bottom;
}

.header .logo{
	float: left;
	padding: 20px;
}

.header .mainNav{
	float: right;
	/*background: transparent url(../images/nav_divider.gif);*/
	margin-top: 38px;
}

.header .mainNav li{
	float: left;
	background: transparent url(../images/nav_divider.gif) no-repeat right top;
	width: 132px;
}

/*.statusicon {
    float: right !important;
    margin: -17px 158px -17px -17px;
}*/

.statusicon {
    float: right !important;
    margin: -25px 242px -17px -17px;
}


.header .mainNav li a{
	color: #000000;
	width: 122px;
	display: block;
	font-size: 18px;
	line-height: 12px;
	padding-left: 10px;
	height: 35px;
	font-family:Tahoma, Geneva, sans-serif
}

.header .mainNav li a span{
	font-size: 10px;
	color: #666;
	letter-spacing: 0px;
}

.header .mainNav li.active a{
	background: transparent url(../images/nav_active.gif) no-repeat left bottom;
}


/*banner area*/
.bannerArea{
	background: #000;
}

.bannerArea .mainBanner{
	margin: 0 auto;
	width: 980px;
	height: 215px;
}

.homeBanner .mainBanner{
	height: 420px;
}


/*main content*/
#mainContent{
	padding: 30px 0;
}
#mainContent .secondaryNav{
	background: #000;
	color: #fff;
	margin-bottom: 30px;
	margin-top: -30px;
	border-top: 5px solid #ffcc33;
}

#mainContent .secondaryNav .secNav{
	padding: 10px 20px;
}

#mainContent .secondaryNav .secNav li{
	float: left;
	border-right: 1px solid #666;
}

#mainContent .secondaryNav .secNav li a{
	color: #fff;
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
}

#mainContent .secondaryNav .secNav li.active a{
	color: #ffcc33;
}

#mainContent .secondaryNav .secNav li a:hover{
	color: #ffcc33;
}

#mainContent p{
	font-size: 12px;
	padding: 0 0 12px;
	line-height: 18px;
	text-align:justify;
}

#mainContent .box{
	width: 295px;
}

#mainContent .box .boxTop{
	background: url(../images/box_top.png) no-repeat left top;
	height: 23px;
}

#mainContent .box .boxMid{
	background: url(../images/box_mid.png) repeat-y left top;
	padding: 0px 25px;
}

#mainContent .box .boxBot{
	background: url(../images/box_bot.png) no-repeat left bottom;
	height: 23px;
}

.iconLinks{
	padding: 8px 0px 0px 90px;
}

.chat{
	background: url(../images/icon_chat.gif) no-repeat left top;
}

.write{
	background: url(../images/icon_write.gif) no-repeat left top;
}

.iconLinks h3 a{
	color: #000;
	font-size: 18px;
}

.iconLinks h3{
	padding: 0 0 5px !important;
	font-weight: bold !important;
	font-family:Tahoma, Geneva, sans-serif
}

.clientlogos span{
/*	padding:10px;
	border:1px solid #cccccc;
	float:left;
	margin:20px;
	width:200px*/}

.iconLinks h3 span{
	font-weight: normal;
}

#mainContent .buttonLink{
	background: #000;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#mainContent .buttonLink:hover{
	background: #ffcc33;
	color: #000;
}

.contentArea{
	background: transparent url(../images/bg_content.gif) repeat-x left top;
}

#mainContent .homeColumns .column{
	margin: 0 40px 0 0;
	float: left;
	width: 290px;
}

#mainContent .contentColumns .leftColumn{
	margin: 0 30px 0 0;
	float: left;
	width: 630px;
}

#mainContent .contentColumns .rightColumn{
	float: left;
	width: 300px;
}

#mainContent h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	padding: 0 0 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	font-family:Tahoma, Geneva, sans-serif
}

#mainContent h2 span{
	font-size: 35px;
	font-weight: bold;
}

#mainContent h3{
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10px;
}
#mainContent h3 a{
	font-size: 23px;
	font-weight: normal;
	padding: 0 0 10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#mainContent .homeColumns .last{
	margin: 0;
}

#mainContent .serviceLinks{
	padding: 20px 0;
}

#mainContent .serviceLinks ul li{
	padding-bottom: 10px;
}

#mainContent .serviceLinks ul li a{
	font-size: 18px;
	color: #000000;
	letter-spacing: -1px;
}

#mainContent .serviceLinks ul li a span{
	font-weight: bold;
	color: #ffcc33;
}

/*general content*/
/*#mainContent .genCon h3{
	font-size: 18px;
	padding: 0 0 10px 0;
}*/



#mainContent .genCon h3 {
    font-size: 17px;
    padding: 0 0 10px;
    width: 389px;
}

#mainContent .genCon h4{
	font-size: 16px;
	padding: 0 0 5px 0;
}

#mainContent .genCon h5{
	font-size: 14px;
	padding: 0 0 5px 0;
}

#mainContent .genCon ul{
    padding: 0 0 10px;
}

#mainContent .genCon ul li{
	background: url(../images/square_bullet.gif) no-repeat scroll 0 6px transparent;
    font-size: 12px;
    padding: 0 0 5px 10px;
}

#mainContent .genCon ol {
    padding: 10px 0 10px 15px;
	list-style-type: decimal;
}

#mainContent .genCon ol li{
    padding: 0 0 5px 0;
	list-style-type: decimal;
	font-size: 12px;
}

/*carousel*/
.tabsCarousel{
	position: relative;
}

.tabsNav {
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #ffcc33 url(../images/bg_tabs.gif) left bottom;
	width: 92%;
	margin-left:30px;
	height: 68px;
	padding-left: 20px;
	
}

.tabsNav li{
	float: left;
	margin-right: 18px;
	letter-spacing: 0px;
	
}


.nextBtn{
background: url(../images/next_btn.png) no-repeat;
    display: block;
	    text-indent: -999px;
    float: right;
    height: 38px;
    margin-top: -48px;
    position: relative;
    width: 20px;

}

.tabsNav li a{
	color: #000;
	height: 60px;
	display: block;
	padding-top: 8px;
}

.tabsNav li a .number{
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -2px;
	float: left;
}

.tabsNav li a .text{
	float: left;
	line-height: 19px;
	padding: 5px 0 0 5px;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#463000;
	text-transform:lowercase
	
}

.tabsNav li.ui-state-active{
	background: url(../images/bg_tabactive.gif) no-repeat 35px top;
}

.tabsNav li.ui-state-active a{
	
}
.tabWrapper{
	position: relative;
	width: 980px;
	height: 420px;
}

.tabWrapper .tabItems{
	position: absolute;
	left: 0;
	top: 0;
	width: 980px;
	height: 420px;
}


.tabsCarousel .ui-tabs-hide {
	display:none;
}

.bannerCont{
	position: relative;
	color: #fff;
}

.bannerCont .desc{
	position: absolute;
	bottom: 85px;
	left: 55px;
}

.bannerCont .desc .number{
	float: left;
	font-size: 75px;
	font-weight: bold;
	letter-spacing: -3px;
	margin-right: 15px;
	color: #ffcc33;
}

.bannerCont .desc .text{
	float: left;
	width: 500px;
	padding-top: 12px;
	
}

.bannerCont .desc .text h3{
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif
}

.bannerCont .desc .text p{
	font-size: 14px;
	color: #666;
	font-weight:bold;
	line-height:20px;
}


/*footer*/
.footerArea{
	background: #000;
}

.footerArea #footer{
	padding: 15px 0;
}

.footerArea #footerWrap{
	background: url(../images/logo_grey.gif) no-repeat 699px 50px ;
}

.footerArea #footer h2{
	color: #ffcc33;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 15px;
}

.footerArea .footerLinks h3{
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
}

.footerArea .footerLinks{
	float: left;
	width:180px;
	margin-right: 15px;
}

.footerArea .footerLinks li{
	background: transparent url(../images/bullet_arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.footerArea .footerLinks a{
	color: #666;
	font-size: 12px;
}

.footerArea .footerLinks a:hover{
	color: #ffcc33;
}

.footerArea .footerLinks dl{
	font-size: 12px;
	color: #666;
}

.footerArea .footerLinks dl dd{
	font-size: 18px;
	color: #999;
	margin-bottom: 10px;
}

.footerArea .footerLinks dl dd a{
	font-size: 18px;
	color: #999;
	margin-bottom: 10px;
}

.footerArea .baseLinks{
	clear: both;
	padding-top: 20px;
	font-size: 11px;
	color: #333;
}

.footerArea .baseLinks p{
	padding-bottom: 5px;
}

.footerArea .baseLinks a{
	color: #666;
	font-size: 11px;
}

.footerArea .baseLinks a:hover{
	color: #ffcc33;
	font-size: 11px;
}

.contactarea{ border-top:1px solid #bbbbbb; width:847px; }
.contactdetail{ float:left; padding:10px; width:455px;}
.contactform{ padding:0px 10px 10px 0px;font-size:14px;}
table.contactus tr td input, textarea, select{border:1px solid #CCC; }
table.contactus #error{color:#900}
.error{
		background-color:#FFFBCC;border:#CCBB41 1px solid;padding:5px;font-weight:bold;font-size:12px;
	color:#930;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:5px;
}
.sitemaplink{float:left; width:200px;padding:20px}
.sitemaplink ul{ display:inline-block; padding-left:12px;}
.sitemaplink ul li{ line-height:18px; list-style-type:circle;}
.sitemaplink ul li a{color: #00349a; font-size:13px; font-weight:bold;}



.clientlogos span{

padding:9px;
	border:1px solid #cccccc;
	float:left;
	margin:5px;
	width:180px;



border-radius: 6px 6px;
}