
/* @group Resets */

/* @group Eric Meyer Reset */
/* v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; }

/* @end */

a img, :link img, :visited img { border: 0; }

.clear { width: 100%; clear: both; }

button { cursor: pointer; }

/* @end */

/* @group Navigation */

/* @group Breadcrumb Nav */ 
#crumbList {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}

#crumbList li {
	list-style: none;
	display: inline;
}

#crumbList li a {
	text-decoration: none;
}

/* @end */

/* @group Session Nav */

#navSession {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #fff;
}

#navSession li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#navSession li a {
	text-decoration: none;
}

/* @end */

/* @group Sequential & More Results Nav */ 
.navSequential, .moreResults ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
	display: inline;
}

.navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0 0 0 6px;
	margin: 0 0 0 5px !important;
	border-left: 1px solid #39c;
	text-align: center;
}

.navSequential li.first,
.moreResults li.first,
.navSequential li:first-child,
.moreResults li:first-child {
	border-left: none;
	padding: 0;
	margin: 0 !important;	
}

.navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em 0;
}

.navSequential li#current a, .moreResults li#current a {
	border: 1px solid #e4e4e4;
	color: #000;
}

.navSequential li a:hover, .moreResults li a:hover {
	background: #e4e4e4;
	color: #78A8D4;
}

.navSequential a.current, .moreResults a.current {
	border: 1px solid #ccc;
}

/* @end */

/* @end */

/* @group Tables */

table {
	margin: 0 0 2em 0;
	border-collapse: collapse;
}

#popUp table {
	width: 100%;
}		

table + .divide {
	margin-top: 8px;
}

table th {
	padding: 4px;
	border: 1px solid #e4e4e4;
}

table th a {
	color: #fff;
}

table td {
	padding: 4px;
	border: 1px solid #e4e4e4;
}

table tr.alt {
}

/* @end */

/* @group Definition Lists */

dl {
	margin: 0 0 1em 0;
}

dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
}

dt a {
	text-decoration: none;
}

dd {
	padding: 0;
	margin: 0 0 .5em 0;
}

dd p {
	margin: 0 0 .25em 0;
	padding: 0;
}

dd img {
	
}

/* @group Two Column */
dl.twoColumn {
	text-align: left;
	margin: 0;
}

dl.twoColumn dt {
	float: left;
	clear: left;
	width: 200px;
}

dl.twoColumn dt.description {
}

dl.twoColumn dt.required {
	font-weight: bold;
}

dl.twoColumn dd {
	margin: 0 0 0 220px;
	padding: 0;
	clear: right;
	vertical-align: middle;
}

dl.twoColumn dd input.text {
	width: 290px;
	margin: 0;
}

dl.twoColumn dd textarea {
	width: 290px;
	height: 97px;
}
/* @end */

/* @end */

/* @group Featured Portal Items */

div.portalFeatures {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

div.portalFeatures dl {
	margin: 6px 0 0 0;
	list-style: none;
}

div.portalFeatures dt {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}

div.portalFeatures dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	clear: both;
}

div.portalFeatures dd p {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}

div.portalFeatures dd img {
	margin: 0 6px 4px 0;
	padding: 0;
	float:  left;
}

div.portalFeatures a {
	text-decoration: none;
}

/* Release Date & Other exceptions */

.portalFeatures dt.releaseDate, .portalFeatures dt.releaseDateFirst { margin: 0 0 2px 0; font-weight: normal !important; color: #666; font-size: 10px; }

/* @end */

/* @group Display Objects & System Components */

/* @group Advertisements */

div.svAd {
	clear: both;
	margin: 0 auto 20px auto;
}

div.svAd img {
	border: none;
}

/* @end */

/* @group Calendar */

#calendarContainer {
	text-align: center;
}

#calendar {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#calendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
}

#calendar th a {
	color: #fff;
	display: block;
	padding: 4px 2px;
}

#calendar th a:hover {
	background-color: #999;
}

#calendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px 4px;
	text-align: center;
	height: auto;
}

#calendar tr.dayofweek td a {

}

#calendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: 4px;
	line-height: 10px;
	font-size: 9px;
}

#calendar td .date {
	font-style: italic;
}

#calendar ul {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#calendar ul li {

	line-height: 10px;
}

#calendar ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px 0;
	display: block;
	text-align: left;
}

#calendar ul li a:hover, #calendar ul li a#today {
	text-decoration: underline;
}

/* @end */

/* @group Calendar Date Selector */

#datePicker {
	background: #fff none;

	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker form {

}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#datePicker input.submit {
	vertical-align: middle;

}

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background-color: #fff;
}

body#datePicker #calendarDates th {
	font-size: 10px;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

body#datePicker #calendarDates th a {
	color: #fff;
}

#datePicker #calendarDates tr.dayofweek td {
	font-size: 10px;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: 4px;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 10px;
	background-color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #EAE7E7;
	text-align: center;
}

#datePicker #calendarDates a {
	color: #333;
	text-decoration: none;
	padding: 4px;
	display: block;
}

#datePicker #calendarDates a:hover, #calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: block;
	background-color: #f6f6f6;
}

/* @end */

/* @group Send to a Friend Pop-Up */

.sendToFriend input.text {
	width: 300px;
}

.sendToFriend textarea {
	height: 100px;
	width: 300px;
}

/* @end */

/* @group Site Map */

#siteMap {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#siteMap ul {
	margin: 6px 0 0 0;
	list-style: none;
	padding: 0;
}

#siteMap li {
	list-style: none;
	margin: 0 0 6px 8px;
	padding: 0;
}

#siteMap li a:hover {
	text-decoration: underline;
}

#siteMap li.home {
	margin: 0 0 6px 0;
}

#siteMap li li a {
	color: #666;
}

#siteMap li li li a, #siteMap li li li li a, #siteMap li li li li li a {
	font-weight: normal;
	font-size: 9px;
}

/* @end */

/* @group Add Comment Component */

div.comments {
}

div.comments h3 {
}

div.comments #postComment {
	border-top: 1px dotted #ccc;
}

div.comments form dl {
}

#content div.comments form dt, #content div.comments form dd {

}

/* @end */


/* @group Lightbox */
.galleryclearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .galleryclearfix {
	display: inline-block; 
	width: 100%;
	}

* html .galleryclearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../default/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../default/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../default/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* @end */

/* @group Ratings */
#ratings {
	border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	margin: 10px 0 10px 0;
	height: 40px;
}

#ratings a:hover {
	border:  0;
}

#ratings h4 {
	padding: 0;
	margin: 0 0 4px 0;
}

#rateIt h4 {
	margin: 0 0 4px 0;
}

#ratings h4 span, #avgrating h4 {
	font-weight: normal;
}

#rateIt {
	float: left;
	margin: 0 10px 0 0;
}

#avgrating {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

div.ratestars {
}

div.stars {
	width: 140px;
	float: left; /*necessary if not strict type */
	clear: both; /*necessary if not strict type */
}

div.stars *, #rateIt *, div.ratestars, div.ratestars * {
	padding: 0;
	margin: 0;
}

div.stars a {
	cursor: hand;
	cursor: pointer;
	margin: 0;
	float: left;
	display: block;
	width: 14px;
	height: 13px;
	padding: 0;
	background: transparent url(../../default/images/rater/stars.gif) no-repeat;
}

div.stars a.over {
	background-position: 0px -30px;
}

div.stars a.selected {
	background-position: 0px -60px;
}

div.stars a.selectedover {
	background-position: 0px -45px;
}

div.stars a.selectedless {
	background-position: 0px -15px;
}


/* hide from mac ie5 \*/
div.checks, div.stars, div.halfstars, div.smiley {
	height: 1%;
}

#ratings img{
	margin:0px;
}

/* end hack */

div.clr {
	clear: both;
	line-height: 0px;
}

html>body div.clr {
	height: .01em;
}

/* @end */

/* @group User Tools */
div#userTools {
margin: 0 0 30px 0;
padding: 0;
}

#userTools ul {
margin: 0;
padding: 0;
}

#userTools li {
list-style: none;
margin: 0;
padding: 0 0 0 20px;
line-height: 14px;
}

#userTools li a {
line-height: 20px;
}

#userTools li#addFavorite {
background: url(../images/icon_addfavorite.gif) no-repeat top left;
}

#userTools li#sendToFriend {
background: url(../images/icon_emailarticle.gif) no-repeat top left;
}

#userTools li#print {
background: url(../images/icon_print.gif) no-repeat top left;
}

#userTools li#discuss {
background: url(../images/icon_discuss.gif) no-repeat top left;
}

/* @end */

/* @group Favorites */
#navSession {
margin: 10px 0 0 0;
padding: 0 0 5px 0;
width: 186px;
height: 20px;
background: url(../images/bg_favoritestop.gif) no-repeat top left;
}

#navSession li {	
float: left;
width: 62px;
margin: 0;
padding: 2px 0 0 0;
text-align:center;
}

#navSession li a:hover {
color: #333;
}

#navSession li#navEditProfile {
border: none;
}

#navSession li#navLogout {
border: none;
}

#favoritesList {
width: 186px;
margin: 0;
padding: 0;
}

#favoriteList {
width: 100%;
list-style: none;
background: url(../images/bg_favorites.gif) no-repeat bottom left;
padding: 2px 0 5px 0;
margin: 0 0 30px 0;
}

#favoriteList li {
margin: 0 0 4px 0;
padding: 0;
border: none;
line-height: normal !important;
}

#favoriteList li.defaultMsg {
margin: 0 0 0 10px;
padding: 0;
background: none;
border: none;
}

#favoriteList li a {
margin: 0 0 0 10px; 
padding: 0;

}

#favoriteList {font-size: 1em; margin: 20px 0 20px 0; }
#favoriteList a {text-decoration: none; }
#favoriteList li {margin-bottom: .6em; }

/* @end */

/* @group Site Map (New) */
ul#siteMap {
list-style: none;
margin: 13px 0 13px 0;
padding: 0;
border-bottom: 1px #ccc dotted;
}

#siteMap li {
font-weight: bold;
padding: 0;
margin: 0;
}

#siteMap li ul {
margin: 3px 0 13px 0 !important;
padding: 10px 0 10px 0 !important;
list-style: none;
background-color: #e4e4e4;
}

#siteMap li ul li {
/* background: url(../images/arrow_sm_red.gif) no-repeat 7px 8px; */
padding: 3px 10px 10px 10px !important;
margin: 0 !important;
background-color: #e4e4e4;
font-weight: bold;
}

#siteMap li ul li ul {
margin: 3px 0 5px 0 !important;
padding: 5px 10px 5px 10px !important;
background: #f1f1f1;
}

#siteMap li ul li ul li {
margin: 0 !important;
padding: 0 !important;
font-weight: normal;
background: none;
}

#siteMap li ul li ul li a {font-size: inherit; }

#siteMap li ul li ul li ul {
background: #fafafa;
}

#siteMap li ul li ul li ul li {
margin: 0 !important;
padding: 0 0 0 5px !important;
background: none;
font-weight: normal;
}

/* @end */

/* @end */

/* @group Forms */

/* @group Contact Form */
form#contactForm {
	margin: 0 0 30px 0;
	float: left;
}

#contactForm select.dropdown {
	font-size: 1em;
	width: 200px;
	margin: 0;
}

#contactForm textarea {
	width: 100%;
	height: 130px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

#contactForm dl {margin: 0 0 6px 0; }
#contactForm dt {display: block; border: none !important; margin: 0 0 2px 0 !important; padding: 0 !important; }
#contactForm dd {display: block; border: none !important; margin: 0 !important; padding: 0 !important; }
#contactForm dd input {width: 100%; border: 1px solid #ccc; }

#contactForm .fname {float: left; width: 49%; }
#contactForm .lname {float: right; width: 49%; }

#contactForm .address, #contactForm .email, #contactForm .subjectfield, #contactForm .message {float: left; width: 100%; }

#contactForm .city {float: left; width: 37%; }
#contactForm .state {float: left; width: 10%; margin-left: 2%; }
#contactForm .zip {float: right; width: 49%; }
#contactForm .phone {float: left; width: 49%; }
#contactForm .fax {float: right; width: 49%; }
#contactForm .email {float: left; width: 100%; }
#contactForm .subjectfield {float: left; width: 100%; }
#contactForm .message {float: left; width: 100%; }

#contactForm .submit {float: right; margin-bottom: 13px; }

#contactMsg {
	margin-top: 6px;
	margin-bottom: 6px;
	color: red;
	line-height: 14px;
}

.required {
	color: red;
	margin: 0 0 4px 0;
}

span.textAlt {
	font-weight: normal;
}

/* @group Required Field
=================================================== */

form li.req {} /* could add background color */

.req label { background: url(../images/icon_star.png) no-repeat 100% 0; } /* could add color */

.req ins {
	position: absolute;
	left: -9999px;
	}

li span.req {
	padding-right: 7px;
	background: url(../images/icon_star.png) no-repeat 100% 0;
	}

.req input {} /* could do { border: 1px solid darkred; color: darkred; } */


/* @end Required Field
---------------------------------------------- */

/* @end */

/* @group Login Form */
#loginContainer {
}

form#login, form#sendLogin {
}

#login dl, #sendLogin dl {
	margin: 0 0 10px 0;
}

#loginContainer h3 {
	color: red !important;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0;
	background: url(../images/rule_dotted_horz.gif) repeat-x left top;
}

#login {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/rule_dotted_horz.gif) repeat-x left bottom;
}

#login dt, #sendLogin dt {
	margin: 0 0 4px 0 !important;
	font-weight: bold;
	float: none !important;
	line-height: auto !important;
	width: auto !important;
}

#login dd, #sendLogin dd {
	margin: 0 0 4px 0 !important;
	float: none !important;
}

#login input.text, #sendLogin input.text{
		width: 200px;
	}

#login p {
	margin: 0 0 4px 0;
}

#notRegistered {
	/*padding: 10px;
	background: #fff;
	display: none;*/
}

#notRegistered h3 {
	margin: 2px 0 8px 0 !important;
}

#notRegistered a {
	margin: 0;

}

/* @end */

/* @group Mailing Lists */
form.mailinglist {
	margin: 0 0 10px 0;
	padding: 0;
}

form.mailinglist h3 {
	text-align: left;
	margin: 5px 0 5px;
	padding: 0;
}

form.mailinglist dl {
	margin: 0;
}

form.mailinglist dt {
	margin: 0 0 2px 0;
}

form.mailinglist dd {
	margin: 0 0 2px 0;
}

form.mailinglist .firstName, form.mailinglist .lastName, form.mailinglist .company {
	display: none;
}

form.mailinglist p.description {
	margin: 0 0 4px 0;
	color: #666;
}

form.mailinglist input.text {
	width: 95%;
	margin: 0 0 4px 0;
}

form.mailinglist span.radiogroup {
	/*	display: none; */
}

form.mailinglist input.submit {
	margin: 6px 0 4px 0;
}

/* Mailing Lists in Main Content */

#content form.mailinglist {

}

/* Master Mailing List form */

#frmEmailMaster {
	margin: 0 0 30px 0;
	padding: 0;
}

#frmEmailMaster h3 {

}

#frmEmailMaster input.text {

}

dl#masterEmail {
	margin: 10px 0;
	padding: 0;
}

#masterEmail dt {
	list-style: none;
	font-weight: bold;
	line-height: 11px;
	margin: 0 0 4px 0;
	padding: 0;
}

#masterEmail input.checkbox {
	margin: 0 4px 0 0;
}

#masterEmail dd {
	margin: 0 0 10px 0;
	padding: 0;
}

/* @end */

/* @group Data Collection */

div.form {
	margin: 10px 10px 10px 0;
	padding: 10px 0;
	background: url(../images/rule_dotted_horz.gif) left top repeat-x;
}

.sidebar div.form {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

div.form h3 {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
}

div.form p {
	margin: 10px 0 0 0;
	padding: 0;
}

div.form input.submit {
	margin: 6px 0 0 0;
}

input.text, form textarea {
	width: 260px;
}

form textarea {
	height: 100px;
}

button {
	padding: 4px 6px;
	border: 0;
}

/* @end */

/* @group Form Submission Responses */

.sidebar .responseMessage {
	color: red;
}

.sidebar .responseMessage em {
	font-style: normal;
}

.pollResults {
	list-style: none;

}

.pollResults li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
}

.pollValue {

}

.pollPercent {
	font-style: oblique;
}

.pollQty {
	display: none;
}

/* @end */

/* @group Search Form */

#searchForm {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#searchForm input.text {
	width: 100px;
	margin: 0 4px 0 0;
}

#searchForm input.submit {
	width: auto;
	margin: 0 4px 0 0;
}

/* @end */

/* @end */http://www.sarta.org/go/sarta/#jumpLinks
