@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,400italic,700);


/* CSS Document */
/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #12569c;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Bold;
	Font-Size : 22px;
	}

.sub_heading{
	Color : #181b20;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Bold;
	Font-Size : 20px;
	}

.normal_bold_text{
	Color : #6d6d6d;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_text{
	Color : #6d6d6d;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Normal;
	Font-Size : 14px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	font-family: 'Open Sans', sans-serif;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.normal_small_bold{
	Color : #12569c;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_small_text{
	Color : #12569c;
	Font-Weight : Normal;
	Font-Size : 13px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family: 'Open Sans', sans-serif;
	font-size : 12px;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	font-family: 'Open Sans', sans-serif;
	Font-Size : 12px;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #eeeeee;
}
 
.buttonfontstyle{
	font-family: 'Open Sans', sans-serif;
	font-size: 11px; 
	color:#000;	
	Font-Weight:bold;
	line-height:17px;
	padding:0 10px 0 0;
	
	}


body{
	background-color:#FFFFFF;
	padding:0; margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#6d6d6d;
	}
td{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#6d6d6d;
	}
a{	
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	color:#165ea8; 
	outline:none; cursor:pointer; 
	text-decoration:underline;
	}
img{
	border:none;
	outline:none;
}
a:hover{
	text-decoration:none;
	}
	
.spacer {
font-size:0;
line-height:0;
clear:both;
}
				
td, div, img, p, a, ul, h1, h2, h3, h4, span, form, label, input, select, textarea{
	padding:0;
	margin:0;
	}
h1{
	font-size:30px;
	line-height:35px;
	color:#181b20;
	font-weight:400;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
	margin:0 0 20px 0;
}
.marginright{
	margin-right:0!important;
}

.toppanel {
	background-color: #fff;
	width: 100%;
	padding: 26px 0 12px 0;
}
.innerpanel{
	width:1200px;
	margin:0 auto;
}
img.footermarg{
	margin:0 28px 0 28px;
	}
.toppanelpart{
	padding:0;
	margin:0;
}
.toppanelpart img{
	float:left;
	display:block;
	margin:0 365px 0 0;
}
.toppanelpart ul{
	float:left;
	list-style-type:none;
	padding:20px 20px 0 0;
	margin:0;
}
.toppanelpart ul li{
	float:left;
	background:url(/sw/themes/37561/site_images/divider.gif) no-repeat 0 2px;
}
.toppanelpart ul li.noimg{
	background:none;
}
.toppanelpart ul li a {
font-size: 15px;
line-height: 20px;
color: #2f2f2f;
padding: 0 10px;
text-decoration: none;
font-weight: 400;
}
.phone{
	float:left;
	background:url(/sw/themes/37561/site_images/phone.gif) no-repeat 0 4px;
	display:block;
	font-size:15px;
	line-height:20px;
	color:#2f2f2f;
	padding:0 0 0 22px;
	margin:17px 0 0 0;
}
.search table{
	width:160px;
}
.search table img{
	padding:0;
	margin:0;
}
.search{
	float:right;
	width:180px;
	display:block;
	margin:15px 0 0 0;
}

.topnavmain{
	width:100%;
	background:url(/sw/themes/37561/site_images/navbg.gif) repeat-x 0 0;
	height:55px;
}
ul.topnav{
	list-style-type:none;
	padding:0 0 0 30px;
	margin:0;
	}
ul.topnav li{
	float:left;
	padding:0 50px 0 0;
	margin:12px 0 0 0;
	position: relative;
}
ul.topnav li a{
	font-family: 'Droid Sans', sans-serif;
	font-size:18px;
	line-height:30px;
	color:#fffff3;
	display:block;
	padding:0 20px;
	font-weight:400;
	text-decoration:none;
}
ul.topnav li a:hover{
	background-color:#d70707;
	border-radius: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
}
ul.topnav li ul {
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 250px;
  display: none;
  z-index:999;
  color:#fff;
  background:#d80709;
}
ul.topnav li ul li a {
font-size:14px!important;
display: block!important; 
white-space: nowrap;
}
ul.topnav li ul li { 
 background:#d70707;!important; 
  display: block!important;
  color: #fff;
  padding-right:0!important;
  margin:0!important;
  font-size:14px!important;
   -webkit-border-radius:0!important;  
    -moz-border-radius: 0!important;
	float:none;
}
ul.topnav li ul li a:hover { background: #fff;  -webkit-border-radius:0!important;  
    -moz-border-radius: 0!important; 
	color:#000;
	}
ul.topnav li:hover ul {
  display: block;
  visibility: visible;
}
/*--banner start--*/
.bannermainbg{
	width:100%;
	background-color:#FFF;
}
.banner{
	font-family: 'Vollkorn', serif;
	
	position:relative;
}
#slider {
	padding:0;
	margin:0;
}
#slider div.bgOne {
	background:url(/sw/themes/37561/site_images/banner.jpg) no-repeat 100% 0;
}
#slider div.bgTwo {
	background:url(/sw/themes/37561/site_images/banner02.jpg) no-repeat 90% 38px;
}
#slider div {
	padding:0;
	margin:0;
	width:1150px;
	height:336px;
	padding:72px 0 0 58px;
}
#slider div h2{
	font-size:48px;
	line-height:42px;
	text-transform:uppercase;
	color:#181b20;
	font-weight:400;
	margin-bottom:8px;
	display:block;
	width:560px;
}
#slider div h3{
	font-size:24px;
	line-height:20px;
	text-transform:uppercase;
	color:#165ea8;
	font-weight:400;
	margin-bottom:20px;
	display:block;
	width:560px;
}
#slider div p{
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#181b20;
	width:560px;
	font-weight:400;
	
}
#slider div a{
	background:url(/sw/themes/37561/site_images/button.jpg) no-repeat 0 0;
	display:block;
	width:145px;
	height:36px;
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;
	line-height:36px;
	color:#ffffff;
	padding:0 0 0 14px;
	font-weight:400;
	text-decoration:none;
	margin-top:20px;
}
#prev {
	background:url(/sw/themes/37561/site_images/banner-arrow-lft.gif) no-repeat 0 0;
	text-indent:-99999px;
	width:49px;
	height:49px;
	position:absolute;
	left:-50px;
	top:180px;
	cursor:pointer;
	z-index:50;
}
#next {
	background:url(/sw/themes/37561/site_images/banner-arrow-right.gif) no-repeat 0 0;
	text-indent:-99999px;
	width:49px;
	height:49px;
	position:absolute;
	right:-50px;
	top:180px;
	z-index:50;
	cursor:pointer;
}

.professional{
	background:url(/sw/themes/37561/site_images/pattern.jpg) repeat 0 0;
	width:100%;
	padding:38px 0 0 0;

}
.homeconpan{
	width:1200px;
	margin:0 auto 25px;
}
.professionalPanel {
font-family: 'Vollkorn', serif;
padding: 20px 18px;
background-color: #FFF;
margin: 0 0 42px;
}

.professionalPanel h2{
	font-size:30px;
	line-height:42px;
	text-transform:uppercase;
	color:#181b20;
	font-weight:400;
	
}

.professionalPanel h3{
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
	color:#595a5a;
	font-weight:400;
	
}
.professionalPanel a{
	background:url(/sw/themes/37561/site_images/button-1.gif) no-repeat 0 0;
	display:block;
	width:239px;
	height:36px;
	font-family: 'Droid Sans', sans-serif;
	font-size:16px;
	line-height:36px;
	color:#ffffff;
	padding:0 0 0 20px;
	font-weight:400;
	text-decoration:none;
	margin-top:14px;
}
.callaction{
	padding: 48px 0 56px 0;
	position:relative;
}
#slidermid{
	padding:0;
	margin:0;
	}
#slidermid div{
	padding:0;
	margin:0;
	width:1200px;
	background-color:inherit!important;
	height:350px;
	}
#slidermid div div.action{
	float:left;
	font-family: 'Vollkorn', serif;
	width:204px;
	padding:0 48px;
	margin:0 0 0 0;
	background:url(/sw/themes/37561/site_images/line-devi.gif) repeat-y 100% 0;
}
.noimgrig{
	background:none!important;
}
#slidermid div div.action img{
	margin:15px auto;
	display:block;
	padding-bottom:10px;
}
#slidermid div div.action h2 {
font-size: 22px;
line-height: 24px;
color: #2c3b6c;
padding-bottom: 16px;
text-align: center;
font-weight: 400;
height: 46px;
}
#slidermid div div.action p {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
color: #6d6d6d;
text-align: center;
height: 48px;
padding: 0 0 10px 0;
}
#prevmid{
	background:url(/sw/themes/37561/site_images/mid-banArrow-lft.gif) no-repeat 0 0;
	position:absolute;
	width:24px;
	height:18px;
	text-indent:-99999px;
	cursor:pointer;
	left:-2px;
	top:110px;
	z-index:60;
	}
#nextmid{
	background:url(/sw/themes/37561/site_images/mid-banArrow-rght.gif) no-repeat 0 0;
	position:absolute;
	width:24px;
	height:18px;
	text-indent:-99999px;
	cursor:pointer;
	right:-2px;
	top:110px;
	z-index:60;
	}
.formpanelpart{
	padding:38px 0 40px 0;
}
.formpanel{
	float:left;
	width:312px;
	padding:0 60px 0 0;
}
.formpanel h2{
	font-size:22px;
	line-height:24px;
	font-weight:400;
	color:#2c3b6c;
	padding-bottom:13px;
}
.formpaneltext{


	font-size:13px;
	line-height:17px;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:16px;
}
.formpad{
	padding-top:16px;
}
.testimonial{
	float:left;
	width:380px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	padding:0 50px 0 50px;
	margin:0 0 0 0;
}
.testimonial h2{
	font-size:22px;
	line-height:24px;
	font-weight:400;
	color:#2c3b6c;
	padding-bottom:24px;	
}
.testimonialbox{
	background-color:#ebebeb;
	padding:32px 22px 105px 32px;
}
.testimonialtext{
	font-weight:600;
	font-size:13px;
	line-height:18px;
	color:#f70608;
}
.testimonialtext span{
	font-weight:400;
	font-size:13px;
	line-height:18px;
	color:#999999;
	display:block;
}
.testimonialboxtext{
	font-size:17px;
	line-height:21px;
	font-style:italic;
	color:#7d7d7d;
}

.blog{
	float:left;
	width:296px;
	padding:0 0 0 50px;
}
.blog h2{
	font-size:22px;
	line-height:24px;
	font-weight:400;
	color:#2c3b6c;
	padding-bottom:13px;
	border-bottom:1px solid #cfcfcf;
	display:block;
	margin-bottom:10px;
}
.blog1{
	background:url(/sw/themes/37561/site_images/img-1.gif) no-repeat 0 5px;
	font-size:13px;
	line-height:17px;
	color:#6d6d6d;
	padding:0 14px 20px 55px;
}
.blog1 span{
	color:#252728;	
}

.blog2{
	background:url(/sw/themes/37561/site_images/img-2.gif) no-repeat 0 5px;
	font-size:13px;
	line-height:17px;
	color:#6d6d6d;
	padding:0 14px 20px 55px;
}
.blog2 span{
	color:#252728;	
}

.blog3{
	background:url(/sw/themes/37561/site_images/img-3.gif) no-repeat 0 5px;
	font-size:13px;
	line-height:17px;
	color:#6d6d6d;
	padding:0 14px 20px 55px;
}
.blog3 span{
	color:#252728;	
}
.line{
	border-bottom:1px solid #cfcfcf;

}

.address{
	background:url(/sw/themes/37561/site_images/address.gif) no-repeat 0 3px;
	font-size:12px;
	line-height:16px;
	color:#5b5c5d;
	padding:0 0 10px 18px;
	width:100%;
}
.phone1{
	background:url(/sw/themes/37561/site_images/phone-1.gif) no-repeat 0 3px;
	font-size:12px;
	line-height:16px;
	color:#5b5c5d;
	padding:0 0 10px 18px;
	width:100%;
}
.email{
	background:url(/sw/themes/37561/site_images/email.gif) no-repeat 0 3px;
	font-size:12px;
	line-height:16px;
	color:#5b5c5d;
	padding:0 0 10px 18px;
	width:100%;
}
a.email{
	font-size:12px;
	line-height:16px;
	color:#f70608;
}

.footer{
	background:url(/sw/themes/37561/site_images/pattern.jpg) repeat 0 0;
	width:100%;
	padding:0 0 50px 0;

}
ul.footernav{
	list-style-type:none;
	padding:0;
	margin:0;
	width:810px;
	float:left;
}
ul.footernav li{
	float:left;
	padding:0 3px;
}
ul.footernav li a{
	font-size:12px;
	line-height:14px;
	color:#242425;
	text-decoration:none;
	font-weight:400;
}
ul.footernav li a:hover{
	color:#c80f16;	
}
p.copyright{
	display:block!important;
	font-size:13px;
	line-height:18px;
	color:#5b5c5d;
	font-weight:400;
	}
	
.FormTextBox, .FormTextBoxFocus{
	width:300px;
	height:25px;
	border:none;
	margin:0 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eaeaea;
}
.FormAreaCodeBox, .FormAreaCodeBoxFocus{
	width:100px;
	height:25px;
	border:none;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eaeaea;
}
.FormPhoneBox, .FormPhoneBoxFocus{
	width:200px;
	height:25px;
	border:none;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eaeaea;
}
.FormTextAreaBox, .FormTextAreaBoxFocus{
	width:296px;
	height:100px;
	border:none;
	overflow:auto;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eaeaea;
}
.FormSelectBox, .FormSelectBoxFocus{
	width:300px;
	height:20px;
	border:none;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#eaeaea;
}
input[name="q"]{
	border:1px solid #e1e1e1;
	height:26px;
	background-color:#fffff3;
	color:#7d7d7d;
	border-right:none;
}
.awardPan {
	background-color: #f3f3f3;
	padding: 0 0 5px 0;
	margin: 0 0 28px 0;
}
.innerFooter{
	width:1200px;
	margin:0 auto 25px;
	padding:15px 0 0 0;
}
.innerFooter h2{
	color:#2c3b6c;
	font-size:22px;
	padding:15px 0;
}
td.profPan img{
	padding:4px;
	border:1px solid #cccccc;
}
.testimonialPan7{
	background:url(/sw/themes/37561/site_images/icon_solutions.png) no-repeat 0 0;
}
table.tabularPan2{
	border-left:1px solid #666;
	border-top:1px solid #666;
}
table.tabularPan2 td{
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:6px;
}
.leftPanMenu{
	background-color:#e8e8e8;
	padding:10px;
}
.leftPanMenu{
	background-color:#e8e8e8;
	padding:15px 10px 0 0;
	border:1px solid #c4c4c4;
}
.innerPagePan ul li a{
	font-size:14px;
	line-height:20px;
	text-decoration:none!important;
	color:#606060;
	font-weight:normal;
}
.innerPagePan ul li a:hover{
	color:#165ea8!important;
}
.innerPagePan ul li a.active{
	color:#165ea8!important;
}
.testimonialPan9{
	background:url(/sw/themes/37561/site_images/icon_managed_services.png) no-repeat 0 0;
}
.testimonialPan10{
	background:url(/sw/themes/37561/site_images/icon_savedollar.png) no-repeat 0 0;
}
.testimonialPan, .testimonialPan2, .testimonialPan3, .testimonialPan4, .testimonialPan5, .testimonialPan6, .testimonialPan7, .testimonialPan8, .testimonialPan9, .testimonialPan10{
	border:1px solid #c0c0c0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:20px 20px 20px 80px;
	margin:0 0 20px 0;
	overflow:hidden;
}

ul.leftNav{
	margin:0;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#555555;
	background-color:inherit;
	padding:0!important;
	}
ul.leftNav li{
	margin:0 0 10px 0;
	padding:0!important;
	background-color:#dedede!important;
	background-image:none!important
	}
ul.leftNav li ul{
	font:normal 14px/22px Arial, Helvetica, sans-serif;
	padding:1px 0 0 0;
	}
ul.leftNav li div{
	background-color:#fff !important;
	border:none !important;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#b0b0b0;
	padding:5px 10px;
}
ul.leftNav li a{
	display:block;
	background:url(/sw/themes/37561/site_images/main-img.gif) 99% 50% no-repeat;
	color:#555555;
	background-color:inherit;
	padding:5px 10px;
	height:25px;
	text-decoration:none;
	}
ul.leftNav li a span{
	color:#25b50c;
}
ul.leftNav li a:hover,
ul.leftNav li a.leftNavActive{
	background:url(/sw/themes/37561/site_images/hover-img.gif) 99% 50% no-repeat;
	color:#555555;
	}


a.button2{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	width: 120px;
	height: 36px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	margin-top: 20px;
	background-color: #165ea8;
	text-align: center;
}