html {
	overflow-x: hidden;
}

body {
	background: #10446b url(/img2/standard/homebg.jpg) repeat-x;
	font: 13px Helvetica, Arial, Geneva, sans-serif;
	color: #848484;
}

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

a:hover {
	text-decoration: none;
}

.ie6-upgradebar {
     display: none;
}

/* @group Header */

#headerstretch {
	background: url(/img2/standard/menubg.png) repeat-x;
}

#headerstripe {
	background: url(/img2/standard/headerbottomstrip.png) bottom repeat-x;
}

#header {
	width: 940px;
	height: 270px;
	margin: auto;
	
	}
	
#header h1 a{
	background: url(/img2/standard/logo.png);
	width: 178px;
	height: 63px;
	text-indent: -9999px;
	float: left;
	position: relative;
	right: 32px;
	display: block;
}

#header h1 a:hover{
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

#header h1 a:active {
	position: relative;
	top: 1px;
}

ul#nav {
	float: right;
	position: relative;
	top: 25px;
}

ul#nav li{
	padding-left: 20px;
	display: inline;
	font-size: 15px;
	
}

ul#nav li a {
	color:  #fff;
	text-shadow: #0b2440 1px 1px 1px;	
}

ul#nav li a:hover {
	color: #e3cb70;
	text-decoration: none;
}

ul#nav li a:active {
	position: relative;
	top: 1px;
}

ul#nav span{
	color: #e3cb70;
}


#headercta {
	clear: both;
	position: relative;
	top: 40px;
}

#headercta h2 {
	font-size: 50px;
	color: #fff;
	text-shadow: #17446f 1px 1px 1px;
	float: left;
}


#ctabuttons {
	position: relative;
	top: 11px;
}

#ctabutton1 a {
	display: block;
	width: 187px;
	height: 39px;
	background-image: url(/img2/standard/ctabutton-contact.png);
	float: right;
	text-indent: -9999px;
}

#ctabutton1 a:hover {
	background-position: 0 -39px;
}

#ctabutton2 a {
	display: block;
	width: 187px;
	height: 39px;
	background-image: url(/img2/standard/ctabutton-products.png);
	float: right;
	text-indent: -9999px;
	position: relative;
	right: 20px;
}

#ctabutton2 a:hover {
	background-position: 0 -39px;
}

#headercta p {
	padding: 10px 0px 90px 3px;
	clear: both;
	width: 420px;
	color: #e3f5fc;
	line-height: 17px;
	text-shadow: #2565a2 1px 1px 1px;
}

/* @end */


#mainstretch {
	background: #fff;	
	
}

#mainstrip {
	background: url(/img2/standard/maintopstrip.jpg) repeat-x;
	
}

#maingradient {
	background: url(/img2/standard/mainbottomgradient.jpg) bottom repeat-x;
	padding-bottom: 30px;
	
}

#main {
	padding: 40px 0px 5px 0px;
	width: 954px;
	margin: auto;
	
}

/* @group Products */

.newtab a{
	text-indent: -9999px;
	background: url(/img2/quote/new-tab.png) no-repeat;
	position: relative;
	top: 531px;
	left: 881px;
	height: 71px;
	display: none;
}

.product {
	width: 300px;
	float: left;
	padding: 15px 9px 20px 9px;
}

.product h3{
	font-size: 19px;
	padding: 17px 0px 10px 0px;
	font-weight: bold;
	color: #1f68b4;
	
}

.product p {
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 15px;
	}
	
.lineselect {
	background-color: #e8f5fd;
	padding: 13px;
	text-align: center;
}

.lineselect a {
	color: #6b6b6b;	
}

.lineselect a:hover {
	text-decoration: underline;
}

/* @end */
	
	
/* @group Footer */

#footerstretch {
	background: url(/img2/standard/footerbg.jpg) repeat-x;
	height: 185px;
	
}

#footer {
	position: relative;
	top: 20px;
	width: 940px;
	margin: auto;
	color: #beced6;
	text-shadow: #185582 -1px 0 1px;
}

#footer a{
	color: #cadae3;
}

#footer a:hover{
	text-decoration: underline;
}

#footer h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-shadow: #0e436a -1px -1px 1px;
	margin-bottom: 10px;
	padding-bottom: 8px;
}


.footercontent {
	position: relative;
	top: 20px;
	float: left;
	border-left: 1px solid #2177b2;
	border-right: 1px solid #165784;

}

#mailinglist {
	border-left: none;
	width: 240px;
	padding-right:40px;
	padding-bottom: 20px;
	
}


input{
	padding-top: 10px;
	padding-left: 7px;
	background-color: #186092;
	height: 22px;
	width: 183px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #175a88;
	color: #5685a9;
	position: relative;
}

.submit {
	
	background: url(/img2/standard/signuphome.png) repeat-x;
	background-color: transparent;
	width: 39px;
	height: 34px;
	font-size: 1px;
	border: none;
	text-indent: -9999px;
	position: relative;
	left: 2px;
	cursor: pointer;
}

.submit:hover {
	background-position: 0 -34px;
}

label.error {
	float: left;
	padding-top: 32px;
	padding-left: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c6e5ed;
	text-shadow: #093441 -1px -1px 1px;
	
}

input:focus {
	background-color: #1c699f;
}

#addressinfo {
	padding-left: 30px;
	padding-right: 30px;
}

#contactinfo {
	padding-left: 35px;
	padding-right: 35px;
}

#networking {
	padding-left: 35px;
	border-right: none;
}


ul#icons li{
	display: inline;
	padding-right: 5px;
}

#copyright {
	clear: both;
	position: relative;
	top: 40px;
	color: #186091;
	text-shadow: #0f3b60 -1px -1px 1px;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end */
