@charset "utf-8";
/* CSS Document */
* {
	margin: 0px; padding: 0px;
	border: none;	
	list-style-type: none;
	text-decoration: none; text-transform: capitalize; color: #3A3A3A;
}
body {
	background: #BABABA url(../images/bg.gif) center repeat-y; 	
	font: 14px/16px Arial, Helvetica, sans-serif;
}
h2 a:hover {
	text-decoration: none;
}
h3 {
	margin: 10px; /*clear: both;*/
	border-bottom: 1px dotted #3A3A3A;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
	outline: none;			
}
#container {
	width: 966px;
	margin: auto;
	background: #EDEDED;
}
/*-----------------header-----------------*/
#header {
	background: #FFFFFF;
/*	position: relative;*/
}

#header span a, #header span a:hover, #header span a:visited {
	width: 1px; height: 1px;
	left: 0px; top: 0px;
	margin: auto;
	position: absolute; overflow: hidden;
	float: left; z-index: 10;
	color: #FF0000;
}
#header span a:active, #header span a:focus {
	width: auto; height: auto;

}
#header h1 a {
	width: 207px; height: 86px;
	display: block;
	float: left;
	background:#FFFFFF url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header fieldset{
	float: right;
}
#header .portal {
	color: #2075FF; 
}
#header a {
	font-size: 12px;
}
#header input {
	border: 1px solid #000000;
}
#header #go {
	margin: 5px 10px -4px 0px;
	border: none;
}
#header ul {
	margin:0px 10px; margin-top:-50px;
	float: right; clear: left;
	background: #FFFFFF; 
}
#header ul li {	
	display: inline; float: left;
	text-indent: -9999px;
}
#header ul li a {
	height: 55px;
	display: block;
}
li#about a {
	width: 85px;
	background: url(../images/about.gif) no-repeat;

}
li#products a {
	width: 109px;
	background: url(../images/products.gif) no-repeat;
}
li#industries a {
	width: 131px;
	background: url(../images/industries.gif) no-repeat;
}
li#solutions a {
	width: 90px;
	background: url(../images/solutions.gif) no-repeat;
}
li#contact a {
	width: 155px;
	background: url(../images/contact.gif) no-repeat;
}
li#about a:hover, li#products a:hover, li#industries a:hover, li#solutions a:hover, li#contact a:hover, #header .active {
	background-position: bottom;	
}
#header h2 {
	height: 50px; clear: both;
	background: #383838 url(../images/tagBG.gif) repeat-x;
	font-size: 20px; line-height: 50px; text-align: center; text-transform: uppercase; color: #FFFFFF;
}
/*-----------------main-----------------*/
#main {

}
#breadcrumb {
	height: 50px;
	padding-left: 20px;
	background: #BABABA url(../images/breadcrumbShadow.gif) top repeat-x;
	font-size: 20px; line-height: 50px;
}
#breadcrumb a {
	text-transform: uppercase; color: #2075FF; 
}
#sideNav {
	width: 250px;
	padding: 20px;
	float: left; display: inline;	
}
html>/**/body #sideNav {
/*	position: fixed;
	clear: both;*/
}
.accordion_headings {
	border-bottom: 1px dotted #2075FF;
	font-size: 20px; line-height: 24px; color: #2075FF;
	cursor: pointer;
}
.accordion_child {
	border-bottom: 1px dotted #2075FF;
}
.accordion_child ul {
	width: 250px;
}
.accordion_child ul li a {
	width: 250px; height: 24px;
	display: block;
	font-size: 14px; line-height: 24px;
}
.accordion_child ul li a:hover, .accordion_child .active {
	background: #BABABA url(../images/sideNavBG.gif) no-repeat;
	font-weight: bold;  text-decoration: none; color: #2075FF;
}
.accordion_border {
	border-bottom: 1px dotted #2075FF;
}
#custom {
	width: 210px; height: 115px;
	padding: 20px;
	background: #383838 url(../images/configureBG.jpg) no-repeat;
	line-height: 22px;	
}
#main {
	padding-bottom: 20px;
}
#content {
	margin-left: 290px; padding-top: 20px;
}
#content h2 {
	font-size: 20px; font-weight: normal; color: #2075FF; 
}
#content fieldset {
	margin-top: 10px;
}
#content img, .flashBox {	
	display: block;
	margin: 10px;
	border: 10px solid #FFFFFF;
	text-align: center;
}
.flashBox {
	width: 610px; height: 300px;
}
#content a {
	font-weight: bold; color: #2075FF;
}
#content p {
	padding: 10px 20px;
	text-transform: none;
}
#content ul, h4 {
	margin: 10px 40px;
}
#content h4 {
	font-size: 16px; color: #2075FF;
}
td ul {
	margin: 10px; 
	font-size:16px; font-weight: bold;
}
#contactMap img {
	margin: auto;
	border: none;
}
/*
#contactMap ul{
	width: 100%; height: 479px;
	margin: auto;
	position: relative;
	background: url(../images/contact-map.jpg) no-repeat;
}
#contactMap ul li {		
	padding: 5px;
}
#contactMap ul li a {
	width: auto; height: 31px;
	padding-left: 30px;
	display: block;
	background: url(../images/lockBG.gif) 5px no-repeat;
	font-size: 16px; font-weight: bold; line-height: 31px; color: #000000; 
}
#contactMap ul li a span {
	display: none;
}
#contactMap ul li a:hover {
	width: 161px; height: 31px;
	display: block;
	background: url(../images/contactBG.gif) no-repeat;
	text-decoration: none;
}
#contactMap ul li a:hover span {
	width: 165px;
	padding: 12px 5px 32px 43px;	
	bottom: 30px; position: absolute;
	display: block;
	background: url(../images/addressBG.gif) 35px top no-repeat;
	cursor: pointer;
	font-size: 14px; line-height: 16px; color: #2075FF;
}*/
/*input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background: #FFFCE2 url(../images/warning_obj.gif) right no-repeat;
}*/
input:focus, select:focus, textarea:focus {
	border: 2px groove #2075FF; 
	background-color:#EFEFEF;
}
.terms h3 {
	margin-top: 10px;
}
.terms ol, .terms ul {
	margin: 0px 20px; padding: 10px;
}
.terms ol li {
	margin: 10px;
	list-style-type: lower-alpha;
	text-transform: none;		
}
.terms ol li ol li {
	list-style-type:lower-roman;
	text-transform: none;
}
.terms ul li{
	margin: 10px;
	list-style-type: disc;
	text-transform: none;	
}
.sitemap ul {
	margin: 10px; padding: 10px;
}
.sitemap ul li{
	font-size: 16px; line-height: 18px; font-weight: bold; color: #2075FF;
}
.sitemap ul li ul {
	margin: 0px; padding: 0px;
}
.sitemap ul li ul li {
	margin-left: 20px;
	font-size: 14px; line-height: 16px; font-weight: normal;
}
#slideshow {
	margin: 10px auto;
	position: relative; overflow: hidden;
	border: 10px solid #FFFFFF;
	cursor: pointer;	
}
#slideshow img {
	top: 0; left: 0;	
	margin: 0px;
	position: absolute; display: none;
	border: none;
	cursor: pointer;
}
.testimonials {
	width: 610px; height: 300px;	
}
#content blockquote{
	margin: 0px auto;	 
}
blockquote.inline p {
	width: 300px;
	margin: 10px; padding: 10px 0px;
	float: right;
	background: #FFFFFF;
	border: dotted; border-width: 1px 0px;
	font-size: 22px; line-height: 24px; font-weight: bold; text-align: center;	color: #2075FF;	
}
.bqstart {
    height: 45px;
    margin: -20px 0px -50px 0px; padding-top: 45px;
	float: left;
    font-size: 700%; font-family: Georgia, "Times New Roman", Times, serif; color: #2075FF;	
}
.bqend {
    height: 25px;
    padding-top: 45px;
    float: right;
    font-size: 700%; font-family: Georgia, "Times New Roman", Times, serif;	color: #2075FF;
}
.quote {
	text-align: right;
	font-size: 14px;
}
#quotes {
	width: 250px; height: 155px;
	margin-top: 10px;
	position: relative; overflow: hidden;
	cursor: pointer;		
}
#quotes h2 {
	top: 0; left: 0;	
	margin: 0px;
	position: absolute; display: none;
	cursor: pointer;
}
#quotes h2 a {
	width: 210px; height: 115px;
	padding: 20px;
	display: block;	
	background: #383838 url(../images/quoteBG.jpg) no-repeat;
	line-height: 22px;
	font-size: 19px; text-transform: uppercase; color: #FFFFFF;
}
.badge {
	width: 250px;
	margin-top: 10px;
	display: block;	
	font-size: 20px; text-transform: uppercase; color: #FFFFFF;
}
#content address {
	margin: 10px;
	font-style: normal;
}
.input, .error{
	width: 205px; height: 30px;
	margin-top: 5px; 
	background: #FFFFFF url(../images/tagShadow.gif) repeat-x;
	border: 2px groove #383838;
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; text-transform: none; color: #383838; 
}
.error {
	background-color: #E3E3E3;
	border: 2px groove #FF0000;
}
.button {
	width: auto; height: auto;
	margin: 20px 50px;
	float: right;	
	border: none;
}
.textarea {
	height: 90px;
	font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; text-transform: none; color: #383838; 
}
.label {
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block; line-height: 30px;
}
/*-----------------footer-----------------*/
#footer{
	height: 150px;
	clear: both;
	background: #BABABA;
	font-size: 12px;
}
#footer a {
	padding: 0px 5px;
	line-height: 12px;
}
#footer ul {
	height: 50px;
	padding-left: 10px;
	background: #2075FF;
}
#footer ul li {
	display: inline;
	line-height: 50px;	
}
#footer ul li a {
	border-right: 1px solid #FFFFFF;
 	color: #FFFFFF;
}	
ul#links {	
	background: #3A3A3A;
}
#footer address {
	padding: 10px;
	float: right;
	font-style: normal;	
}
#footer address a, #footer p a {		
	margin: 0px; padding: 0px;
	text-transform: none;
}
#footer p {
	height: 40px;
	padding: 10px 20px;	
}
p#credit {
	margin-top: 10px;	
	font-size: 10px; text-align: center; 
}