@charset "UTF-8";
/* global screen, projection CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
}
/* hack to generate vertical slider in Firefox, & Safari doesn't work in Opera */
/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}
#container {
	width: 897px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	background-image:url(/assets/images/weblook_insidepage.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 17px solid #333333;
	border-left: 1px solid #000000;
} 
#printHeader {
	display: none;
}
#header {
	padding: 10px 15px 10px 15px;
	text-align: right;
}
#headerSpacer {
	clear: both;
	display: block;
	/*padding-bottom: 180px;*/
	padding-bottom: 95px;
	text-align: left;
}
#homeHeaderSpacer {
	clear: both;
	display: block;
	/*padding-bottom: 365px;*/
	padding-bottom: 280px;
	text-align: left;
}
/* ============================================================================================== */
/*		ADMIN AREA			*/
/* ============================================================================================== */
#adminWrapper {
	padding: 50px 50px 50px 50px;
	width: 600px;
}
#adminNav {
	clear: both;
	padding: 12px 0 12px 0;
	margin-bottom: 12px;
}
#adminNav ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#adminNav li {
	list-style-type: none;
	display: inline;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#adminNav a:link, #adminNav a:active, #adminNav a:visited {
	padding: 0 6px 0 6px;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a:link, a:visited, a:active {
	color: #CB2027;
}
a:hover, a:focus {
	color: #666666;
}
/* ============================================================================================== */
/*		GLOBAL HEADING EFFECTS			*/
/* ============================================================================================== */
h4 {
	color: #CB2027;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 100%;
}
h3 {
	color: #CB2027;
	padding-bottom: 5px;
	font-size: 110%;
}
h2 {
	color: #CB2027;
	padding-bottom: 5px;
	font-size: 120%;
}
h1 {
	color: #CB2027;
	padding-bottom: 5px;
	font-size: 130%;
}
p {
	padding-bottom: 8px;
}
ul {
	list-style-type: square;
	padding-left: 24px;
	padding-bottom: 12px;
	margin-right: 6px;
}
ol {
	padding-left: 24px;
	padding-bottom: 12px;
}
li {
	padding-bottom: 5px;
}
select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* ============================================================================================== */
/*		TOP NAVIGATION			*/
/* ============================================================================================== */
#topNav {
	clear: both;
	display: block;
}
#topNav a:link, #topNav a:visited, #topNav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover, #topNav a:focus {
	color: #AEAEAE;
	text-decoration: none;
}
#topNav li {
	display: inline;
	padding-left: 9px;
	list-style-type: none;
}
#overview {
	font-size: 125%;
	color: #666666;
	margin: 0px 20px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px 0px 5px 0px;
}
#sidebar1 {
	float: left;
	width: 410px;
	padding: 5px 10px 5px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#sidebar2 {
	float: right;
	width: 190px;
	padding: 5px 0px 5px 10px;
}
#mainContent {
	margin: 0 200px 0 422px;
	padding: 5px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
} 
#homePageContainer {
	clear: both;
	float: left;
	width: 857px;
	padding: 0px 20px 5px 20px;
}
#insideContentWrapper {
	float: right;
	width: 420px;
}
#insidePageContainer {
	clear: both;
	float: left;
	width: 857px;
	padding: 0px 20px 5px 20px;
}
/*#insidePrimaryImage {
	float: left;
	width: 210px;
	padding: 35px 10px 10px 30px;
}*/
#insidePrimaryImage {
	margin: 0 425px 0 180px;
	padding: 35px 0px 10px 30px;
}
#breadcrumbs {
	padding: 0px 0px 10px 5px;
}
#insideContent {
	padding: 5px 0px 10px 5px;
}
/* ============================================================================================== */
/*		FOOTER SETTINGS			*/
/* ============================================================================================== */
#footer {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 0px 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#footer p {
	margin: 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #CB2027;
	text-decoration: none;
}
#footertextleft {
	float: left;
	width: 225px;
	padding: 5px 0px 5px 0px;
}
#footertextright {
	text-align: right;
	float: right;
	width: 600px;
	padding: 5px 0px 5px 0px;
}
/*#copyright {
	clear: both;
	display: block;
	padding: 5px 20px 40px 20px;
	text-align: right;
}*/
#copyrightWrapper {
	clear: both;
	display: block;
	padding: 5px 20px 40px 20px;
}
#copyright {
	float: right;
	width: 350px;
	text-align: right;
	padding: 8px 0 0 0;
}
#affiliates {
	float: left;
	width: 450px;
	text-align: left;
}


#expertHighlight {
	clear: both;
	display: block;
}
/* ============================================================================================== */
/*		CLASSES			*/
/* ============================================================================================== */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #CB2027;
}
.smalltxt {
	font-size: 80%;
}
.expertimage {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
/* ============================================================================================== */
/*		SUB-NAVIGATION (with fly-out menu options for deeper menus)			*/
/* ============================================================================================== */
#subNav{
	float: left;
	width: 180px;
	background: #FFFFFF;
}
#subNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subNav a, #subNav h2 {
	display: block;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#subNav h2 {
	background: #FFFFFF;
}
#subNav a {
	color: #666666;
	background: #FFFFFF;
	text-decoration: none;
}
#subNav a:hover {
	color: #CB2027;
}
#subNav a.nav_on, a.nav_on:hover, a.nav_on:visited, a.nav_on:active {
	color: #CB2027;
}
#subNav li {
	position: relative;
}
#subNav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
div#subNav ul ul ul, div#subNav ul ul li:hover ul ul {
	display: none;
}
div#subNav ul ul li:hover ul, div#subNav ul ul ul li:hover ul {
	display: block;
}
