html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}
:focus {
outline:0;
}

body {
	margin: 0px;
	padding: 0px;
	color:#444444;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em; 
	background-color: #fff;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

a, a:link, a:visited {
	color: #0053a0;
}

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

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 28px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #0053a3; }
h2 { font-size: 22px; font-weight: bold; line-height: 22px; margin: 0px 0 30px 0; padding: 0; color: #0053a3; }
h3 { font-size: 21px; margin: 20px 0 28px 0; padding: 0; padding: 0; }
h4 { font-size: 18px; margin: 15px 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}
.center{
text-align:center;	
}
.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

.quote { font-style: italic; margin-left: 10px;}
.cite { font-weight: bold; font-size:13px;margin-left:10px;margin-bottom:20px; }
.cite span { color: #000; }

.list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.list li {
	background: transparent url(../images/list.png) no-repeat scroll 0 0px;
	margin:0 0 20px;
	padding:0 0 0 25px;
	line-height: 1em;
}
.highlight{
	font-style:italic;
}
#outer_wrapper {
	width: 100%;
/*	background: url(images/wrapper.jpg) top center no-repeat;*/
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	padding: 0 10px;
}

#header {
	height: 80px;
}

#header  #site_title {
	float: left;
	width: 285px;
	padding: 0;
	padding-top:10px;
}

ul#topnav {
	margin: 0 0 0 0px; padding: 0;
	float:left;
	
	list-style: none;
	
	
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	
}
ul#topnav li a {
	float: left; 
	height: 50px;
	color:#0053a1;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	font-size:14px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background:#0053a1; color:#fff; }

/*Active State Formatting*/
ul#topnav li .solutions{ background:#0053a1; color:#fff; }
ul#topnav li .industries{ background:#0053a1; color:#fff; }
ul#topnav li .services{ background:#0053a1; color:#fff; }
ul#topnav li .testimonials{ background:#0053a1; color:#fff; }
ul#topnav li .about{ background:#0053a1; color:#fff; }
ul#topnav li .contact{ background:#0053a1; color:#fff; }
/*End of Active State Formatting*/

ul#topnav li .sub {
	position: absolute;	
	top: 79px; left: 0;
	background: #0053a1;
	padding: 10px 15px 15px;
	float: left;
	display: none;
	z-index:999999;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color:#CCC;
	text-decoration:underline;
	font-size:14px;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight:normal;
}
ul#topnav .sub ul li a:hover {text-decoration:underline;}

.sub p{
color:#fff;
text-decoration:underline;
font-size:13px;
margin-bottom:10px;
font-weight:bold;
}

#banner {
	position: relative;
	width: 970px;
	height: 485px;
	
}

/* Gallery styles */
#gallery{
	background:url(../images/panel.jpg) repeat-x bottom center #ffffff;	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
		border:1px solid #ccc;
		margin-left:25px;
		margin-top:25px;
			line-height:normal; 
			font-size:13px;
	
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
	
}

.slide{
	float:left;
	width:920px;
	
}



#gallery ul{
	margin:0px;
	padding:0px;
}

#gallery li{
	/* Every thumbnail is a li element */
	min-width:80px;
	display:inline-block;
	height:45px;
	overflow:hidden;
}

#gallery a {
	
	outline:none;
	padding-left:10px;
	padding-right:15px;
	color:#fff;
}

#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:#ccc;
}

#gallery li.act,li.act:hover{
	/* The active state of the thumb */
	background:#ccc;
	
}

#gallery li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	/*background:url(img/divider.png) no-repeat right;*/
}

#gallery li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	height:35px;
	padding-top:10px;
}

#gallery a img{
	border:none;
}

#gallery h1{
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:15px;
	
	color:#444444;
}

#gallery h2{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:0px;
	margin-bottom:10px;
	line-height:normal;
	color:#444444;
	
}
#gallery h3{
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	color:#444444;
	margin-bottom:0px;
}
#gallery .slideTitle{
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
	padding-top:15px;
	
}
 #gallery p{
	padding-top:10px;
	font-size:14px;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;	
}
#menu a{
color:#0053a0;	
text-decoration:none;
}

/*Buttons*/
.button{float:left;display:block;color:#fff;background:url(../images/body.jpg) center;line-height:40px;text-decoration:none;cursor:pointer;}
a.button{
color:#fff;	padding:0 15px 0 15px;
}
a:hover.button{
text-decoration:underline;	
}

.homepageButton{
margin-left:120px;margin-top:15px;
}

.infoRequestButton{
float:right;margin-top:10px;margin-left:20px;background:#0154a2;
}


#main_top {
	clear: both;
	width: 970px;
	height: 40px;
	background: url(../images/content_top.png) no-repeat;
}

#main_bottom {
	clear: both;
	width: 970px;
	height: 50px;
	
}

#main {
	width: 900px;
	min-height:500px;
	padding: 0 35px;
	background:#fff;
}

#content {
	float: left;
	width: 610px;
}

#pageTop{
	
margin-bottom:30px;
}
#pageTopContent{
margin-left:30px;	
}
#pageTopContent h2{
margin-bottom:5px;
margin-top:5px;
}
#pageTopContent h3{
margin-bottom:15px;	margin-top:15px;
font-size:18px;
}
#pageContent {
	float: right;
	width: 670px;
}


#sidebar {
	float: right;
	width: 250px;
}
#sidebar h2{
margin:30px 0 10px 0;
padding:0;
}

#SideMenu {
	float: left;
	width: 200px;
	border-right:#e5e5e5 solid 1px;
	padding-right:5px;
}
#SideMenu a{
text-decoration:none;	
}
#SideMenu h2{
text-align:center;
}
#SideMenu a:hover{
color:#000;
}

#SideMenu ul{
list-style-type:none;	
padding-top:25px;
}
#SideMenu li{
	padding-top:5px;
padding-bottom:5px;
text-align:left;
}
.activeSideMenu{
font-weight:bold;
font-style:italic;
}

.topics{
margin-top:30px;padding-top:30px;	
}

.h1center{
margin-bottom:0px;text-align:center;
margin-top:20px;
}
.h3center{
font-size:18px;text-align:center;	
}
.col_w420 {
	width: 420px;
}

.col_w250 {
	width: 250px;
}
.one_column {
	width:900px;
	float: left;
	margin-top:15px;
	margin-right:15px;
	
}
.one_column h3{
margin-bottom:10px;	
}
.floatImageLeft{
float:left;margin:15px;	
}
.floatImageRight{
float:right;margin:15px;	
}

.two_column {
	width: 250px;
}

.three_column {
	float: left;
	width: 190px;
	min-height:425px;
	margin-right:15px;
	margin-left:15px;
	margin-top:30px;
}
.three_column h3{
margin-bottom:10px;	
}

.five_column {
	float: left;
	width: 150px;
	margin-top:25px;
	margin-right:15px;
	margin-left:35px;
	margin-top:30px;
}
.five_column h3{
margin-bottom:10px;	
}


#contact_form {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	width:850px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	background:#e5e5e5;
	border:1px solid #CCC;
	padding:15px;
}

#contact_form form .input_field {
	width: 250px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	float:left;
}

#contact_form form label {
	display: block;
width:350px;
	margin-right: 10px;
	font-size: 12px;
	font-weight:bold;
	padding-top:2px;
	float:left;
	text-align:right;
}

#contact_form select.error,
#contact_form textarea.error,
#contact_form input.error,
#contact_form input.error:focus
#contact_form textarea.error:focus{ border-color: #C00; background-color: #FEF; }

/*CONTACT US PAGE FORM*/

#contactus_form {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	width:600px;
	float:right;
}

#contactus_form form {
	margin: 0px;
	padding: 0px;
	background:#e5e5e5;
	border:1px solid #CCC;
	padding:15px;
}

#contactus_form form .input_field {
	width: 250px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #ccc;
	float:left;
}

#contactus_form form label {
	display: block;
width:250px;
	margin-right: 10px;
	font-size: 12px;
	font-weight:bold;
	padding-top:2px;
	float:left;
	text-align:right;
}

#contactus_form select.error,
#contactus_form textarea.error,
#contactus_form input.error,
#contactus_form input.error:focus
#contactus_form textarea.error:focus{ border-color: #C00; background-color: #FEF; }


#popup_form {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	width:350px;
}

#popup_form form {
	margin: 0px;
	padding: 0px;
}

#popup_form form .input_field {
width:200px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #ccc;
}

#popup_form form label {
	float:left;
	width: 100px;
	margin-right: 10px;
	font-size: 12px;
	font-weight:bold;
}

#popup_form select.error,
#popup_form textarea.error,
#popup_form input.error,
#popup_form input.error:focus
#popup_form textarea.error:focus{ border-color: #C00; background-color: #FEF; }



#ina_form {
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	
}

#ina_form form {
	margin: 0px;
	padding: 0px;
}

#ina_form form .input_field {
	width: 350px;
	padding: 3px 0;
	background: #fff;
	border: 1px solid #ccc;
}

#ina_form form label {
	width: 100px;
	margin-right: 10px;
	font-size:14px;
}

#ina_form select.error,
#ina_form textarea.error,
#ina_form input.error,
#ina_form input.error:focus
#ina_form textarea.error:focus{ border-color: #C00; background-color: #FEF; }


.submit_btn {
	margin-right: 100px;
	padding: 7px 14px;
	color: #FFF;
	margin-top:10px;
	background: #0053a3;
	border: 1px solid #505050;
	cursor:pointer;
}

/* footer */
footer_wrapper{
width: 100%;
	
}
#footer_wrapper {
	clear: both;
	width: 100%;
	
	background: url(../images/footerBackground.jpg);
}

#footer {
	clear: both;
	width: 970px;
	height:275px;
	padding: 10px 0; 
	color: #fff;
	margin: 0 auto;
	font-size:11px;
}
#footer a{
color:	#fff;
text-decoration:none;
}
#footer a:hover{
	color:#ccc;
}
#footer h3{
font-size:14px;
font-weight:bold;
margin-bottom:0px;
}
#footer ul{
list-style-type:none;	
}

/* end of footer */

.breadcrumb{
margin-top:43px; margin-left:40px;	
color:#CCC;
}
.breadcrumb a{
color:#fff;	text-decoration:none;
}
.breadcrumb a:hover{
text-decoration:underline;	
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#102540;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}
		
		
		
		
		/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

