@charset "UTF-8";
/* NuEar Pro Styles */

body { 
	background:#dfded9 url(/public/images/bkgd-swoosh.jpg) top center no-repeat;
	font-size: 75%; 
}


body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea, label { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#363632;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { 
	font-size: 2em;
	line-height: 1;
	margin-bottom: 1em;
}

	h1 span {
		font-weight:normal;	
		color:#787878;
	}

h2 { 
	font-size:1.8em;
	line-height:1.5em;
	margin-bottom:0.75em;
}

h3 { 
	font-size: 1.2em; 
	line-height:1.4em; 
	margin-bottom: 1em;
}

h4 { 
	font-size:1.2em; 
	line-height:1.5em;
	margin-bottom:.7em;
}

h5 { 
	font-size:1em;
	margin-bottom:.5em;
}

h6 { font-size:1em; }


/* Text elements
-------------------------------------------------------------- */

p { 
	margin: 0 0 1.5em;
	line-height:1.5em;
}

a {
	text-decoration:none;
	color:#406077;
}
		
	a:hover {
		text-decoration:underline;	
	}
	
	a.arrow {
		padding:1px 26px 3px 0;
		background:url(/public/images/styles/arrow-button.png) right top no-repeat;
		line-height:2em;
	}
	
	* html a.arrow {
		background-image:url(/public/images/styles/arrow-button.gif);	
	}
	
	a.email {
		background:url(/public/images/icon_email.gif) left 50% no-repeat;
		padding-left:24px;
	}



#wrapper {
	width:907px;
	margin:0 auto;	
}

#head {
	padding:21px 0 20px 0;	
}

#feature {
	/*padding:0 0 20px 0;*/	
}

#promotions {
	clear:both;
	margin-top:12px;
	background:url(/public/images/promotions-bottom.gif) bottom left no-repeat;
}

	#promotions div.promo {
		float:left;
		width:297px;
		margin-right:8px;
		padding-bottom:10px;
	}
	
		#promotions div.promo h3 {
			padding:12px 19px 0 17px;
			background:url(/public/images/promo-bkgd-top.gif) top left no-repeat;
			/*color:#406077;*/
			color:#c6252c;
		}
		
		div.promo p, div.promo form, div.promo h6 {
			padding-right:19px;
			padding-left:17px;
		}
		
		div.promo form label {
			display:block;
			float:left;
			width:83px;
			padding: 0 10px 8px 0;
			text-transform:uppercase;
			padding-top:2px;
			font-size:.9em;
			line-height:1.5em;
			font-weight:bold;
			color:#454545;
		}
		
		div.promo form input {
			display:block;
			width:160px;
		}
		
			div.promo form input.submit {
				float:right; 
				width:71px;
				padding:0 4px 0 1em;
			}
		
		div.promo form a { /* Forgot your password? */
			float:left;
			line-height:23px;
			font-weight:normal;
		}			

#content {
	width:907px;
	padding-top:13px;
	background:url(/public/images/content-top.png) top left no-repeat;
}

#content a, #promotions a {
	font-weight:bold;
}

#content ul {
	list-style:square;
	padding-left:2.6em;
	margin:10px 0 20px;
}

#content li {
	margin-bottom:1em;
	line-height:1.2em;
}
	
	#content div.bottom {
		clear:both;
		padding:19px 36px 22px 34px;
		background:url(/public/images/content-bkgd2.png) bottom left no-repeat;
	}
	
#column_left {
	float:left;
	width:540px;
	margin-right:38px;
}

#column_right {
	float:left;
	width:259px;
}

#leftSide {
	float:left;
	width:378px;
	margin-right:20px;
	padding:20px;
	border-right:#696D6F 1px solid;
}

#rightSide {
	float:left;
	width:378px;
	padding:20px 0;
}

.highlight, .highlight_dark {
	margin-bottom:2em;
	padding-top:8px;
	background:url(/public/images/highlight-gray.gif) top left no-repeat;
}

	#column_right .highlight div.bottom, #column_right .highlight_dark div.bottom {
		padding:4px 14px 1px 14px;
		background:url(/public/images/highlight-gray.gif) bottom left no-repeat;	
	}
	
	.highlight_dark, #column_right .highlight_dark div.bottom {
		background-image:url(/public/images/highlight-dark.gif);
	}
	
	.highlight_dark p {
		color:#363632;
	}

	.highlight_dark a {
		color:#363632;
	}
	
		.highlight_dark a:hover {
			color:#c6252c;
		}

		
		
#footer {
	padding:8px 19px 10px 17px;
	font-size:.8em;
	color:#696d6f;
}

	#footer span a {
		color:#c6252c;
		font-weight:bold;
	}
	
	.public #footer span {
		display:none; /* hides Logout link from public pages */	
	}
	
sup {
	font-size:50%;
	vertical-align:super;
}
	

/* ----------- Account Summary Table Formatting ------------------------- */

.account table {
		margin:0 0 2em 0;
		border:0;
		text-align:center;
	}
	
		.account th {
			padding:1em 0;
			border-right:1px solid #fff;
			background-color:#e3dfe0;
			line-height:130%;
			vertical-align:middle;
		}
		
		.account td {
			padding:1em 0;
			border-bottom:1px solid #cdcdcb;
		}
		
			.account td.links {
				border:0;
				padding:0 .8em 1.5em .8em;
			}
			
			.account td.bottom {
				padding:1.5em .8em 0 .8em;
				text-align:left;
				border:0;
			}
		
		.account tr.odd {
			background-color:#f5f6f0;
		}
		
/* ------------ End Account Summary Table Formatting ------------------- */

/* START table.downloads */

table.downloads {
	border-collapse:collapse;
	width:500px;
	margin:0 0 20px;
}
	
	table.fullWidth {
		width:836px;
	}

h5.downloads_head {	/* used as a headline to break apart/describe multiple tables */
	font-size:1.5em;
	margin-bottom:-1em;
}

	table.downloads caption {
		display:block; /* need for Firefox... Firefox renders caption semi-independent of table */
		font-size:1.1em;
		color:#363632;
		font-weight:bold;
		text-align:left;
		padding:0 0 .6em .4em;
	}
	
	table.downloads tr.odd {
		background-color:#e7e7e7;
	}
	
	table.downloads td {
		line-height:1.4em;
		padding:.4em .6em;
	}
	
td.link {
	text-align:right;
}

.style2 {
	color:#C6252C;
}

		
/* end table.downloads */

/* START table.memberAds */

table.memberAds {
	background:#e7e7e7;
	border:#ccc 1px solid;
	border-collapse:collapse;
	width:837px;
}

	table.memberAds tr td {
		padding:12px;
		vertical-align:top;
	}
	
/* START #product_list */

#product_list {
	background:#e7e7e7;
	width:500px;
	border:#ccc 1px solid;
	border-collapse:collapse;
}

#product_list td {
	vertical-align:top;
	padding:10px;
}

/* END #product_list */

/* START resource form styles */

#registration .form_group {
	width:500px;
	margin:1em 0 2em 0;
	padding:12px 10px 12px 20px;
}

	#registration h3 {
		margin:0 0 1em 0;
	}
	
	#registration h3.divider {
		margin:1.5em 0 1em 0;
		padding:0 0 .3em 0;
		border-top:0;
		border-bottom:1px dotted #b2b2b2;
	}
	
	#registration h5 {
		font-size:1.2em;
	}
	
	#registration p {
		margin:0;
		padding:0;
	}
	
		#registration p.radio {
			margin-top:.5em;
		}
		
	#registration input, #registration select, #registration textarea {
		color:#333; 
	}
	
	#registration label {
		display:block;
		font-weight:bold;
		padding:4px 0;
	}
	
		#registration label em {
			padding:0 0 0 6px;
			font-size:.9em;
			font-weight:normal;
			color:#aa1948;
		}
		
		form em.red {
			padding:0 0 0 6px;
			font-size:.9em;
			font-weight:normal;
			color:#aa1948;
		}
		
	#registration #sha label, form p.radio label {	/* #sha is for yes/no radio buttons for sha membership */ 
		float:left;
		width:6em;
	}
	
		#registration #sha input {
			margin:0;
			padding:0 0 2px 0;
			vertical-align:bottom;
		}
		
	#registration .submit {	/* used for aligning register button at bottom of form */
		display:block;
		margin:1em 0 2em 20px;
	}
	
	#registration table .header em {
		display:block;
		margin:1.7em 0 .7em 0;
		font-weight:bold;
	}
	
	#registration table label {
		padding:.5em .8em;
	}
	
	#registration table tr.light {
		background-color:#f9faf0;
	}
	
/* END resource form styles */

/* START Show-Hide Div Styles */

.message_list li {
	padding-bottom:1em;
}

.message_head {
	font-size:1em;
	margin-bottom:0;
	padding:3px  0 .3em 24px;
	cursor: pointer;
	background:url(/public/images/button-arrow.png) left 50% no-repeat;
}

.message_body {
	clear:both;
	border-top:1px solid #bdbdbd;
	padding:1.5em 0 0 20px;
	overflow:hidden;
}

	.message_body .left {
		float:left;
		width:250px;
		margin-right:20px;
	}
	
	.message_body .right {
		float:left;
		width:250px;
	}

h3 span {
	font-size:70%;
	text-transform:uppercase;
	font-weight:normal;
	color:#b2b2b2;
	vertical-align:middle;
	margin-left:1em;
	padding:.2em;
}

	.bottom h3 span {
		font-size:100%;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	
.messageBodyList {
	margin:0 0 1em 1.5em;
}

#content .bottom .messageBodyList li {
	line-height:1.2em;
	list-style-type:square;
	margin:0 0 8px 1em;
}
	
#content .message_list .messageBodyList li {
	list-style:square;
	margin:0 0 8px 1em;
	padding:0;
}

/* END Show-Hide Div Styles */


/* Float Clearing Class ----------------------------------------------- */

.clearfix {
	display:block;
	clear:both;
}

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clear {
	height:1%;	/* for IE5 & IE6 */
}

*:first-child+html .clear {
	min-height: 1px;	/* for IE7 */
}