html, body {
	
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11pt;
	color: #000;
	background-color: #ffffff;
	
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
	z-index: 1;
}

#outer-wrapper {
	
	max-width: 2000px;
	margin: 0 auto;
	
}

.content {
	width: 950px;
	margin: 0 auto;

}
.content#footer{
	width: 950px;
	font-size: 10pt;
	position: relative;
}

#header {
	
	width: 100%;
	height: 467px; /** 507px - padding **/
	padding: 40px 0 0 0;
	background-color: #9fb8db;
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

#download_header {
	
	width: 100%;
	height: 80px; /** 507px - padding **/
	padding: 40px 0 0 0;
	background-color: #9fb8db;
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

#header .content #logo {
	
	margin: 0 0 0 25px;
	
}

#header .content #newsletterlink {
	margin-top: -35px;
	margin-right: 10px;
	font-size: 9pt;
	font-weight: bold;
	float: right;
}

#header .content #newsletterlink a {
	color: #222222;
}
#header .content #navigation {
	
	padding: 0;
	margin: 25px 0 0 0;
	height: 24px;
	width: 974px;
	padding: 0 20px 0 23px;
	list-style: none;
	
}

#header .content #navigation li {
	width: 111px;
	height: 24px;
	line-height: 28px;
	padding: 0 10px 0 10px;
	text-align: center;
	float: left;
	position: relative;
	background-image: url('/images/tab-bg.gif');
	background-repeat: no-repeat;
	z-index: 2;
}

#header .content #navigation li.active {
	
	background-image: url('/images/tab-selected-bg.gif');
	background-repeat: no-repeat;
	
}

#header .content #navigation li a {
	
	display: block;
	width: 100%;
	color: #8c8c8c;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	z-index: 1;

}

#header .content #navigation li a:Hover {
	
	text-decoration: underline;
	
}

#header .content #navigation li ul {
	
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 24px;
	left: 3px;
	
}

#header .content #navigation li:hover ul, #header .content #navigation li.over ul {
	display: block;
}

#header .content #navigation li ul li {
	
	width: 165px; /* 149px - padding */
	background-image: none;
	background-color: #fff;
	padding: 2px 2px 0px 2px;
	
}

#header .content #navigation li ul li a {
	
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0 0px 0 0px;
	background-color: #fff;
	
}

#header .content #navigation li ul li a:hover {
	
	background-color: #e4e6e5;
	
}

#header .content #header-image {
	
}

#content {
	
	background-color: #fff;
	
}

#content #two-columns {
	
	padding: 0 0 0 20px;
	_padding: 0 0 0 0; /* Hack for IE to fix columns */
	
}

#content #two-columns #primary {
	
	width: 555px;
	float: left;
	position: relative;
	
}

#content #two-columns #secondary {
	
	width: 340px;
	float: left;
	position: relative;
	
}

#content .content #two-columns.layout1 #primary {
	margin: 0 30px 0 0;
}

#content .content #two-columns.layout1 #secondary {
	margin: 0 0 0 0;
}

#content .content #two-columns.layout2 #primary {
	margin: 0 0 0 0;
}

#content .content #two-columns.layout2 #secondary {
	margin: 0 30px 0 0;
}

#content .content .title {
	
	font-family: Arial;
	font-size: 16pt;
	color: #969697;
	
	margin: 0 0 20px 0;
	
}

#content .content .page-actions-top {
	
	position: absolute;
	top: 25px;
	right: 10px;
	
}

#content .content .page-actions-top a, #content .content .page-actions-bottom a {
	
	margin: 0px 5px 0 2px;
	vertical-align: top;
	font-family: Arial;
	font-size: 8pt;
	color: #000;
	
}

#content .content .page-actions-bottom {
	position: absolute;
	bottom: -20px;
	right: 10px
	
}

#content .content h2 {
	
	font-size: 11pt;
	margin: 15px 0 10px 0;
	
}

#content .content h2 a{
	font-size: 9pt;
	color: #000;
}

#content .content .section {
	
	position: relative;
	
	padding: 10px;
	
	background-color: #ffffff;
	border: #f4f4e2 5px solid;
	
	font-size: 9pt;
	color: #666;
	
}

#content .content .section .content {
	
	width: 60%;
	float: left;
	font-size: 8pt;
	
}

#content .content h3 {

	font-size: 10pt;
	
}

#content .content h4 {
	margin: 0 2px 0 0;
	font-size: 9pt;
}

#content .content .section .quicklinks {
	
	width: 35%;
	float: left;
	margin: 0 0 20px 10px;
	
}

#content .content .section .quicklinks ul  {
	margin: 10px 0 0 20px;
	
}

#content .content .section .quicklinks ul li {
	margin: 0 0 0 0;
	
}

#content .content .section .quicklinks ul li a {
	
	color: #71706b;
	text-decoration: none;
	
}

#content .content .section .quicklinks ul li a:Hover {
	
	text-decoration: underline;
	
}

#content .content .section .quicklinks h3 {
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	color: #7f9fd0;
	
}

#content .content .section .button {
	
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 35%;
	height: 25px;
	background-color: #f4f4e2;
	color: #b1abab;
	font-size: 10pt;
	font-weight: bold;
	
}

#content .content .section .button a {
	color: #b1abab;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	
}

#content .content .section .button a:Hover {
	text-decoration: underline;
}

#content .content #page-content {
	
	position: relative;
	
	padding: 0px 10px 10px 10px;
	
	background-color: #ffffff;
	border: #f4f4e2 5px solid;
	
	font-size: 9pt;
	color: #666;
	
}


#content .content #page-content a {
	color: #666;
	
}

#content .content .box-title {
	
	font-size: 11pt;
	font-weight: bold;
	color: #555555;
	margin:11px 0 15px 0;
	
}

#content .content .box-title a {
	font-size: 9pt;

}


#content .content .a {
	font-size: 9pt;
	color: #666;
	
}

#content .content .box .error {
	
	border: #f4e2e2 2px solid;
	background-color: #fff4f4;
	
	padding: 5px;
	margin: 0 0 10px 0;
	
}

#content .content .box #thankyou {
	
	line-height: 75px;
	text-align: center;
	
}

#content .content .box label {
	
	display: inline-block;
	width: 150px;
	margin: 7px 0 0 0;
	
}

#content .content .box input[type=text] {
	width: 155px;
	height: 20px;
}

#content .content .box #terms {
	font-size: 7pt;
	width: 190px;
	margin: 0px 0 0 0;
}

#content .content .box .termbutton {
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	color: #434242;
	background: #F4F4E2;
	font-size: 7pt;
	padding: 0px 0px 0px 0px;
	width: 100px; 
	v-align:bottom;
}

#content .content .box .agreementbutton {
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	color: #434242;
	background: #F4F4E2;
	font-size: 7pt;
	padding: 0px 0px 0px 0px;
	width: 120px; 
	v-align:bottom;

}


#content .content .box input[type=submit] {
	
	width: 111px;
	height: 35px;
	
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #969697;
	padding: 0px;
	border: 0px none;
	
	font-size: 8pt;
	font-weight: bold;
	
	background-image: url('/images/signup-button-bg.png');
	background-repeat: no-repeat;
	
}

#content .content .box #emailMeOption label {
	
	width: 175px;
	height: 50px;
	vertical-align: middle;
	font-size: 8pt;
	
}



#content .content .box .address {
	
	float: left;
	width: 190px;
	
}

#content .content .box .directionsButton {
	
	float: left;
	width: 129px;
}

#content .content .box .article a {
	display: block;
	height: 1.5em;
	padding:;
	color: #555555;
	vertical-align:  top;
}

#content .content .box .article a:Hover {
	text-decoration: underline;
	color: #555555;
}

#content .content .solution {
	
	width: 318px; /* 358px - padding */
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 40px;
	margin:0 0 0 0;
	background-image: url('/images/solution-bg.png');
	background-repeat: no-repeat;
	
}

#content .content .solution a {
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}

#content .content .solution a:Hover {
	
	text-decoration: underline;
	
}

#content .content #products {
	
	width: 100%;
	
	margin: 15px 0 0 0;
	
}

#content .content #products .product {
	
	width: 170px; /* 180px - padding */
	
	padding: 0 10px 0 0;
	float: left;
	
	font-size: 9pt;
	
}

#content .content #products .product h3 {
	
	margin: 0 0 0 0;
	
	font-size: 14pt;
	font-weight: normal;
	
}

#content .content .partner {
	margin: 10px 0 10px 0;
	
}

#content .content .partner a {
	margin: 10px 0 10px 0;
	text-decoration: none;
}

#content .content .partner .logo {
	float: left;
	width: 30%;
	height: 85px;
	margin: 0 5% 0 0;
}

#content .content .partner .content {
	float: left;
	width: 65%;
}

#footer {
	width: 100%;
	height: 212px;
	color: #fff;
	background-image: url('/images/footer-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	
}

#footer .content #contact {
	width: 400px;
	position: absolute;
	top: 110px;
	left: 20px;
	
}

#footer .content #media_icons {
	width: 200px;
	position: absolute;
	top: 110px;
	left: 370px;
	height:25;
	vertical-align:  top;
}

#footer .content #media_icons a. {
	
}

#footer .content #copyright {
	width: 350px;
	text-align: right;
	position: absolute;
	top: 110px;
	right: 20px;
	
}

#footer .content #legal {
	position: absolute;
	top: 145px;
	left: 20px;
	font-size: 7pt;
	
}


#blocker {
			width: 300px;
			height: 300px;
			background: red;
			padding: 30px;
			border: 5px solid green;
}


#content .content .box {
	
	width: 320px;
	margin: 0 0 10px 0;
	
	position: relative;
	
	padding: 10px;
	
	background-color: #ffffff;
	border: #f4f4e2 5px solid;
	
	font-size: 9pt;
	color: #666;
	
}

#content .content #request-info{
	border: #ffffff 5px solid;
}

#content .content .careerbox {
	
	width: 500px;
	margin: 0 0 10px 0;
	position: relative;
	padding: 10px;
	background-color: #ffffff;
	font-size: 9pt;
	color: #666;
	
}
#content .content .careerbox .error {
	
	border: #f4e2e2 2px solid;
	background-color: #fff4f4;
	
	padding: 5px;
	margin: 0 0 10px 0;
	
}

#content .content .careerbox #thankyou {
	
	line-height: 75px;
	text-align: center;
	
}

#content .content .careerbox label {
	
	display: inline-block;
	width: 150px;
	margin: 7px 0 0 0;
	
}

#content .content .careerbox input[type=text] {
	
	width: 300px;
	height: 20px;
	
}

#content .content .careerbox input[type=file] {
	background-color: #FFFFFF;
	width: 340px;
}

#content .content .careerbox input[type=submit] {
	
	width: 111px;
	height: 35px;
	
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #969697;
	padding: 0px;
	border: 0px none;
	
	font-size: 8pt;
	font-weight: bold;
	
	background-image: url('/images/signup-button-bg.png');
	background-repeat: no-repeat;
	
}

#content .content .careerbox #emailMeOption label {
	
	width: 175px;
	height: 50px;
	vertical-align: middle;
	font-size: 8pt;
	
}

#content .content .careerbox .address {
	
	float: left;
	width: 190px;
	




}

#content .content .careerbox .directionsButton {
	
	float: left;
	width: 129px;

}

#content .content .careerbox .article a {
	display: block;
	height: 1.5em;
	padding:;
	color: #555555;
	vertical-align:  top;
}

#content .content .careerbox .article a:Hover {
	text-decoration: underline;
	color: #555555;
}

.newsshift{
position: relative;
left: 2px; /*Number should match -left shadow depth below*/
top: 2px; /*Number should match -top shadow depth below*/
}

.newsshadow{
width: 270px; /* container width*/
height: 271px; 
background-color: #555555;
}
.newsshadow .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid #C2BDAD;
position: relative;
left: -2px; /*shadow depth*/
top: -2px; /*shadow depth*/
}

.productshift{
position: relative;
left: 2px; /*Number should match -left shadow depth below*/
width: 370px;
top: 2px; /*Number should match -top shadow depth below*/
}

.productshadow{
width: 380px; /* container width*/
background-color: #555555;
}
.productshadow .innerdiv{

/* Add container height here if desired */
background-color: white;
border: 1px solid #C2BDAD;
position: relative;
left: -2px; /*shadow depth*/
top: -2px; /*shadow depth*/
}
