body {
	background-image:url(../images/body_Bkgd_Repeat-X.jpg); background-repeat:repeat-x; background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
	line-height:15px;
	margin:0;
	padding:0;
	border:0;
	background-color:white;
}

.wrapper {
	width:798px;
	margin:18px auto;
	overflow:auto;
	border: 1px solid #030062;
	background-image:url(../images/bodyBkgd_Inside_repeat-Y.jpg); 
	background-repeat:repeat-y;
	position:relative;
}

a.link {
	color:#303030;
	text-decoration:underline;
}

a.link:hover {
	color:#C8802B
}

/* ------------- Header Styles -------------------- */
.headerWrap {
	width:798px;
	background-color:#CA8029;
	background-image: url(../images/header_americas.jpg);
	background-repeat: no-repeat;
}

.utilityNav {
	width:136px;
	float:left;
	padding-top:46px;
	font-family:Arial, Helvetica, sans-serif;
}

a.utilityLinks {
	color:white;
	display:block;
	border-top: 1px solid white;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:3px;
	text-decoration:none;
	font-size:8pt;
	line-height:6px;
	font-weight:bold;
}

a.utilityLinks:hover {
	background-color:#EA922A;
}

.header {
	width:662px;
	float:right;
}

.headerBottom {
	clear:both;
}



/* Main Nav Styles */

.subMenuWrapper {
	display: block;
	width: 136px;
}

a.subLinks {
	color:white;
	display:block;
	padding-left:12px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

a.subLinks_Last {
	color:white;
	display:block;
	padding-left:12px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	border-bottom: 1px solid white;
	padding-bottom:4px;
}

a.subLinks:hover {
	background-color: #9FB5E2;
}

a.subLinks_Last:hover {
	background-color: #9FB5E2;
}

.mainNav {
	width:136px;
	float:left;
	background-color: #758DBD;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

a.mainLinks {
	color:white;
	display:block;
	border-bottom: 1px solid white;
	padding-left:8px;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	padding-top:5px;
}

a.mainLinks_Open {
	color:white;
	display:block;
	padding-left:8px;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	padding-top:5px;
}

a.mainLinks:hover {
	background-color: #9FB5E2;
}


a.mainLinks_Open:hover {
	background-color: #9FB5E2;
}


.lineDrop {
	padding-left:7px;
}


/* ---------------- Body Styles ----------------------- */

.bodyWrap {
	width:798px;
	overflow:auto;
}


.mainbody {
	width:648px;
	float:right;
	padding-right:14px;
	padding-bottom:20px;
	vertical-align:top;
	
}

.titleGraphic  { }
.headline	{
	font-variant:small-caps;
	font-weight:bold;
	font-size:15px;
	}
.content {
	display:block;
	padding-left:14px;
	padding-right:25px;
}
a		{
	color:#445E9B;
	}
.strong	{
	font-weight:bold;
	}
.block	{
	padding-left:45px;
	}

ul.none	{
		list-style-type:none;
		}
		
.footNote	{
	font-style:italic;
	}
	
.footer {
	clear:both;
}

/* --------------- Ask An Expert ------------------ */
.FAQ	{
	padding-left:50px;
	}
.question_left	{
	float:left;
	width:25%;
	}
.question_right	{
	float:right;
	width:70%;
	}

/* --------------  Question Form ------------------ */
.topFloat_left	{
	float:left;
	width:25%;
}
.topFloat_right	{
	float:right;
	width:70%;
	}
.prodAppWrap	{
	clear:both;
	padding-top:15px;
	}
.prodFloat	{
	float:left;
	width:45%;
	}
.appFloat	{
	float:right;
	width:50%;
	}
.questWrap	{
	clear:both;
	padding-top:15px;
	}
input	{
	border:1px solid #445e9b;
	}
select	{
	border:1px solid #445e9b;
	}
textarea	{
	border:1px solid #445e9b;
	}

/* ---------------- Contact Columns--------------- */
.contact_leftcol	{
	float:left;
	}
.contact_rightcol	{
	float:right;
	}
.contact_footer	{
	clear:both;
	}

/*-------------- PRINT STYLES --------------------*/

.printHeader {	 display:none; }

.printFooter { 	display:none; }

