@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
 font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
img {border-color:#ccc}
#mainContent h1 {
	margin:0 0 10px 0;
}

a {color:#00C;text-decoration:none}
a:hover {color:#06F;text-decoration:underline}
a:visited {color:#00C} /* #909 */

table   {
	border-collapse:collapse;
		border-spacing: 0;
		border-color:#ccc;
}

#mainContent p, #mainContent ul, #mainContent ol, #container table p   {
 font-size:0.8em;
	line-height:1.5;
}
#mainContent ul li {
	margin-bottom:8px;
	}
#mainContent table   {
 font-size:0.8em;
}

hr {color:#ddd;background-color:#dedede;height:2px;margin:15px 0;padding:0;border:none;clear:both}

#bigLandingBlue {
		background: url(/im/bg-ldg-blu.jpg) repeat-x;
		height:339px;
		margin-top:-7px;
}
#bigLandingRed {
	background: url(/im/bg-ldg-horiz-bar.jpg) repeat-x;
		height:340px;
		margin-top:-16px;
}

.prodHead {
	background-color: #f3f3f3;
	padding: 0 0 0 5px;
	clear:both;
	border:1px solid #ddd;
	margin-top:25px;
}
#mainContent p.caption {
	 margin-left:10px;
		line-height:1.2;
		font-size:11px;
}
.dullLink a {color:#666; text-decoration:none}
div.hr  {
	border-top:1px solid #ddd;
 margin:8px 0;
	}

.border1 {border:1px solid #ccc }
.tanBG {background-color:#F9EBDB }

table.table  {border-collapse:collapse }
table.table th {background-color:#f3f3f3; font-size:80%}



/* *********************** */
/* *********************** */


.twoColFixLtHdr #header h5.headerTag {
	margin: 42px 0 0 30px; 
	padding: 11px 0;
 font-weight:normal;
 font-family:Arial, Helvetica, sans-serif;
 color:#999;
 font-size:14px;
	float:left;
}


.twoColFixLtHdr .mainCol { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
} 

.twoColFixLtHdr .stretchCol { 
	text-align: left;
	clear:both;
} 


.sidepics {
	float: right;
	margin-left:25px;
	}


.ctaButton  {
	border-top:1px solid #fff;
	border-right:1px solid #666;
	border-bottom:1px solid #000;
	border-left:1px solid #ddd;
	color:#fefefe;
 display:block;
	font-size:12px;
	float:left;
	}
.ctaButton a {
	color:#fff;
	text-decoration:none;
	padding:3px 6px;
 display:block;
	background-color:#F60;
}
.ctaButton a:hover {
	background-color:#fd7830;
}





/* PROMO BAR */

#promoTopBG  {
		background: url(/im/bg-promoTop-org.gif) repeat-x;
 height: 80px;
	}
#promoTopBG110  {
		background: url(/im/bg-promoTop-org2.gif) repeat-x;
 height:100px;
	padding:10px 0 0 0;
	}
.promoTop  {
	padding: 12px 35px 0 35px;
	}
.promoH  {
	float: left;
	margin-top:0;
	}
.topCTA {
	width:200px;
	float:right;
	text-align:center;
}



/* TOP MENU */
#header #topMenu { 
	width: 210px;
	margin: 52px 0 0 0;
	float:right;
}
#header #topMenu ul.menuUL { 
	margin: 0;
	padding: 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header #topMenu ul.menuUL li { 
	display:block;
 float:left;
}
#header #topMenu .menuUL a {
	display:block;
	padding: 0 15px;
	margin: 0;
	float:left;
	list-style:none;
	border-right:1px solid #ddd;
}




/* MAIN MENU */
.menuBG {
		background: url(/im/bg-mainmenu.gif) repeat-x;
		border-bottom:1px solid #333;
		clear:both;
}
#mainMenu { 
	width: 965px;
	height: 30px;
	margin: 0 auto;
}
#mainMenu ul.mainmenuUL { 
	margin: 0;
	padding: 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#mainMenu .mainmenuUL li {
	display:block;
	float:left;
}
#mainMenu .mainmenuUL a {
	display:block;
	padding: 5px 35px;
	text-decoration:none;
	margin: 0;
	float:left;
	list-style:none;
	color:#fefefe;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#mainMenu .mainmenuUL a:hover {
	background-color:#85a7c7;
	background: url(/im/bg-mainmenu-hover.gif) bottom repeat-x;
	text-decoration:none;
	color:#fee;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* 
	color:#000;
	text-shadow: 0 0 4px rgba(255,255,255,1.0),  1px 1px 6px rgba(255,255,255,1.0),  -1px -1px 8px rgba(255,255,255,1.0); */
}

#mainMenu .mainmenuUL a .subscribe {
	background: url(/im/icon-email.png) no-repeat right middle;
}



/* BREAD CRUMBS */
ul#crumbs { 
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul#crumbs li {
	display:block;
	padding: 0 11px 0 3px;
	margin: 0;
	float:left;
	list-style:none;
	background: url(/im/br-crumb.png) no-repeat right center;
}
ul#crumbs li a {
	display:block;
	padding: 5px;
	margin: 0;
	float:left;
}
ul#crumbs li.curCrumb {
	background: none;
	padding: 5px 7px;
	font-weight:bold;
}




/* LEFT MENU */
#sidebar1 h4 { 
 margin-bottom:20px;
}
#sidebar1 ul.leftMenu { 
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#sidebar1 ul.leftMenu li {
	padding: 0;
	margin: 0;
	list-style:none;
}
#sidebar1 ul.leftMenu ul {
	padding: 0;
	margin: 0 0 0 10px;
	list-style:none;
}
#sidebar1 ul.leftMenu li a {
	display:block;
	margin: 0 -10px 0 -12px;
	padding: 5px 5px 5px 18px;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
#sidebar1 ul.leftMenu li a:hover {
	background-color:#fff;
	}
#sidebar1 ul.leftMenu .subhead {
	margin: 20px -10px 0 -12px;
	padding: 5px 8px;
	font-weight:bold;
	font-size:14px;
	background-color:#e6e6e6;
}
#sidebar1 ul.leftMenu .subhead a {
	font-weight:bold;
	margin-left: -5px;
}


/* *********************** */
/* *********************** */




.twoColFixLtHdr #container { 
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 padding-top:20px;
 text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	height:100px;
	padding: 5px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f4f4f4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 12px;
	border:1px solid #eee;
}
.twoColFixLtHdr #mainContent { 
 float:right;
 width:720px;
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
 padding: 0 0 0 10px; /*	 remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ebebeb url(/im/bg-footer.gif) repeat-x;
 font-size:0.8em;
 text-align:center;
 line-height:1.5;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixLtHdr .sidebar2 {
	float: right;
	width: 260px;
	background:#fdeace;
	padding: 10px;
	border:1px solid #ccc;
	margin-left:20px;
}

.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;
}

#mainContent .smalltext {
	font-size: small;
}

