/* cpf.org - default.css */

/* @group Eric Meyer's Reworked Reset */
/* http://meyerweb.com/eric/thoughts/2007/04/14/reworked-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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}


a img, :link img, :visited img {
	border: 0;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Don't forget the bit for IE6 and earlier browsers. */

/* @end */




/* @group Navigation */

/* @group Breadcrumb Nav */ 
#crumbList {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}

#crumbList li {
	list-style: none;
	display: inline;
		color: #51423e;
}

#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 0 12px 0 !important;
	padding: 0 !important;
	display: inline;
}

#navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}

#navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em .2em;
}

#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;
	font-weight: bold;
}

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;
	line-height: 1.2;
}

#contentPrimary dd p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

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 */

dt.releaseDate, dt.releaseDateFirst { margin: 0 0 2px 0; font-weight: normal !important; color: #666; font-size: 11px; }

/* @end */

/* @group Display Objects & System Components */

/* @group Content Collections */

.syndLocal dd img {
	
}

/* @end */

/* @group Tag Clouds */
.savaTagCloud li { display: inline; }
.savaTagCloud span { position: absolute; left: -999px; width: 990px; }
.savaTagCloud .not-popular { font-size: .9em; }
.savaTagCloud .not-very-popular { font-size: 1em; }
.savaTagCloud .somewhat-popular { font-size: 1.3em; }
.savaTagCloud .popular { font-size: 1.6em; }
.savaTagCloud .very-popular { font-size: 1.9em; }
.savaTagCloud .ultra-popular { font-size: 2.2em; }

/* @end */

/* @group Portals */
#portal {
	/*border-top: 1px solid #ccc;*/
	margin-bottom: 1em;
}

#portal dl {
	border-top: 1px dotted #ccc;
	margin: 1em 0;
	padding-top: 1em;
}

#portal dl.first {
	border-top: 0;
}

#contentPrimary div#portal dt {
	margin-bottom: .75em;
}

#contentPrimary div#portal dt.releaseDate {
	font-size: 1em;
	font-weight: normal;
	color: #999;
}

#contentPrimary div#portal dd {
	margin-bottom: .75em;
}

#contentPrimary div#portal dd.summary {
	min-height: 70px;
	margin-bottom: .75em;
}

#contentPrimary div#portal dd.summary span.readMore {
	font-size: .9em;
}

#contentPrimary div#portal dd.credits {
	font-size: 1em;
	float: left;
	margin-bottom: 1.2em;
	margin-right: .75em;
	color: #666;
}

#contentPrimary div#portal dd.comments {
	font-size: 1em;
	margin-bottom: 1em;
	float: left;
	padding: 0 .5em 0 0;
}

#contentPrimary div#portal dd.comments a {
	background: url(../images/icon_comments.gif) no-repeat left center;
	padding: 0 .5em 0 13px;
}

#contentPrimary div#portal dd li {
	display: inline;
	padding-right: 1em;
	list-style: none;
	margin: 0;
}

#contentPrimary div#portal dd li a {
	border: 0;
	font-size: .9em;
}

/* @end */

/* @group Featured Portal Items */

div.portalFeatures {
	margin: 0 0 1em 0;
	padding: 0 0 1em 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 .5em 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}

div.portalFeatures dd {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	font-weight: normal;
	clear: both;
}

div.portalFeatures dd p {
	margin: 0 0 .5em 0;
	padding: 0;
	font-weight: normal;
}

div.portalFeatures dd img {
	margin: 0 6px .5em 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: 1em; }

/* @end */

/* @group Advertisements */

div.ad {
	margin: 0 0 20px 0;
}

div.ad 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;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
	text-align: center;
}

#calendar th a {
	color: #fff;
	text-align: center;
	display: block;
	padding: .5em 2px;
}

#contentPrimary #calendar th a:hover {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

#calendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px .5em;
	text-align: center;
	height: auto;
	background-color: #ccc;
}

#calendar tr.dayofweek td a {

}

#calendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: .5em;
	line-height: 1em;
	font-size: 9px;
}

#calendar td .date {
	font-style: italic;
}

#contentPrimary #calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentPrimary #calendar ul li {
	list-style: none;
}

#calendar ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px 0;
	display: block;
	text-align: left;
	border: 0;
}

#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: 1em;
	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: 1em;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: .5em;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 1em;
	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: .5em;
	display: block;
}

#datePicker #calendarDates a:hover, #calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: .5em;
	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 (New) */
ul#siteMap {
	list-style: none;
	margin: 1em 0;
}

#siteMap li {
	font-weight: normal;
	list-style: none;
	margin-left: 0;
}

#siteMap ul {
	margin: 0;
	list-style: none;
}

#siteMap li li {
	font-weight: bold;
	margin: 1em 2em;
}

#siteMap li li li {
	font-weight: normal;
}

/* @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 {

}

div#captcha {
	margin-bottom: .5em;
}


#contentPrimary #captcha img {
	border: 0 !important;
	padding: 0 !important;
	width: auto !important;
	margin-bottom: .5em;
}

/* @end */

/* @group User Tools */
#tools {
margin: 0 0 1em 0;
padding: 0;
}

#tools h3 {
	font-size: 1.2em;
}

#tools ul {
margin: 0;
padding: 0;
}

#tools li {
list-style: none;
margin: 0;
padding: 0 0 0 20px;
line-height: 1.5em;
font-size: 11px;
}

#tools li a {
line-height: 20px;
}

#tools li#addFavorite {
background: url(../images/icon_addfavorite.gif) no-repeat top left;
}

#tools li#sendToFriend {
background: url(../images/icon_emailarticle.gif) no-repeat top left;
}

#tools li#print {
background: url(../images/icon_print.gif) no-repeat top left;
}

#tools li#discuss {
background: url(../images/icon_discuss.gif) no-repeat top left;
}

/* @end */

/* @group Favorites */
#userTools {
	
}

#userTools p#welcome {
	font-size: 1.1em;
	margin-bottom: .75em;
}

#userTools #navSession {
	margin: 0 0 2em 0;
}

#userTools #navSession li {	
display: inline;
}

#userTools #navSession li#navEditProfile a {
	border-right: 1px solid #ccc;
	padding-right: .5em;
}

#userTools #navSession li#navLogout {
	padding-right: 0;
	padding-left: 2px;
}

#favoritesList {
	margin-bottom: 2em;
}

#favoritesList h3 {
	font-size: 1.2em;
}

#favoritesList ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#favoritesList li {
	margin: 0 0 .5em 0;
	padding: 0;
	border: none;
	font-size: 11px;
	background: url(../images/arrow_sm_gray.gif) no-repeat left .5em;
}

#favoritesList li.defaultMsg {
	font-size: 1em;
	margin: 0;
	line-height: 1.2;
	color: #666;
	background-image: none;
}

#favoritesList li a {
	margin: 0 0 0 1em; 
	padding: 0;

}

#favoritesList a {text-decoration: none; }
#favoritesList li {margin-bottom: .6em; }

/* @end */

/* @end */

/* @group Galleries
===================================== */

#svGallery ul {
	margin: 0;
	list-style: none;
	}
#svGallery li {
	float: left;
	width: 23%;
	margin: 0 1%;
	padding: 0 0 1.5em;
	list-style: none;
	font-size: 1.1em;
	text-align: center;
	}

#svGallery li img { margin: 0; }

#svGallery li p {
	margin: 0;
	font-size: .9em;
	text-align: center;
	}

#svGallery dl {
	margin: 0;
	padding: 0;
	}

#svGallery dt {
	margin: 0;
	padding: 0;
	}

#svGallery dd {
	float: none;
	margin: 0;
	padding: 0;
	line-height: 1.25;
	background: transparent;
	}

#svGallery .comments a {
	padding-left: 13px;
	background: url(../images/icon_comments.gif) no-repeat 0 50%;
	}

/* @end Galleries
-------------------------------- */



/* @group Forms */

/* @group General */

form ul {
	margin: 0 0 1em 0 !important;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 15px;
	clear: both;
}

fieldset.submit {
	border: none;
}

legend {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 10px;
	margin-left: -10px;
}

fieldset label {
	float: left;
	font-weight: bold;
	width: 12em;
	margin-right: 10px;
	line-height: 2em;
	text-align: right;
}

fieldset li {
	width: 100%;
	margin-bottom: 1em;
	list-style: none !important;
}

fieldset li.last {
	margin-bottom: 0;
}

fieldset li a {
	margin-left: 135px; /* Margin to account for width of label, label margin. */
}

input.text {
	width: 20em;
}

form textarea {
	height: 10em;
	width: 20em;
}

strong.zip {
	margin-left: 1.75em;
	margin-right: 5px;
}

.submit {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}

.required {
	color: red;
	margin: 0 0 .5em .25em;
	font-weight: normal;
}

p.required {
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Login Form */
#loginContainer {
	width: 300px;
}

form#login, form#sendLogin {
	margin-bottom: 2em;
}

#login dl, #sendLogin dl {
	margin: 0 0 .5em 0;
}

#login dt, #sendLogin dt {
	margin: 0 0 .5em 0 !important;
	font-weight: bold;
	float: none !important;
	line-height: auto !important;
	width: auto !important;
}

#login dd, #sendLogin dd {
	margin: 0 0 .5em 0 !important;
	float: none !important;
}

.sidebar #login button {
	float: right;
}

#loginContainer input.text, #sendLogin input.text {
		width: 100%;
		max-width: 200px;
	}

#login p {
	margin: 0 0 .5em 0;
	font-size: 11px;
	line-height: 1.2;
}

#notRegistered {

}

#notRegistered h3 {
	
}

#notRegistered a {
	margin: 0;

}

/* @end */

/* @group Mailing Lists */
.mailingList form {
	margin: 1em 0;
	padding: 0;
}

.mailingList h3 {
	text-align: left;
	margin: 5px 0 5px;
	padding: 0;
}

.mailingList p.description {
	margin: 0 0 1em 0;
	font-size: 1em;
}

.mailingList label {
	display: block;
	margin: 0 0 .35em 0;
	font-size: 1em !important;
}

.mailingList input.text {
	width: 95%;
	margin: 0 0 .75em 0;
}

.mailingList input.submit {
	margin: 6px 0 .5em 0;
}

/* Mailing Lists in Main Content */

#contentPrimary .mailingList {

}

/* Master Mailing List form */

#frmEmailMaster {
	margin: 0 0 2em 0;
	padding: 0;
}

#frmEmailMaster h3 {

}

#frmEmailMaster input.text {

}

dl#masterEmail {
	margin: 1em 0;
	padding: 0;
}

#masterEmail dt {
	list-style: none;
	font-weight: bold;
	line-height: 11px;
	margin: 0 0 .5em 0;
	padding: 0;
}

#masterEmail input.checkbox {
	margin: 0 .5em 0 0;
}

#masterEmail dd {
	margin: 0 0 1em 0;
	padding: 0;
}

/* @end */

/* @group Data Collection */

div.form {
	margin: 1em 0;
}

.sidebar div.form {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em 0;
	padding: 0 0 1em 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 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

#searchForm input.text {
	width: 100px;
	margin: 0 .5em 0 0;
}

#searchForm input.submit {
	width: auto;
	margin: 0 .5em 0 0;
	clear: none;
	float: none;
}

.searchResults dl#portal {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
}

.searchResults dt {
	margin: 1em 0 .5em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
}

.searchResults dt.first {
	border-top: 0;
}

.searchResults dd {
	margin: 0 0 1em 0;
	padding: 0;
}

.searchResults dd.last {
	margin: 0;
	padding: 0 0 1em 0;
	border-bottom: 0;
}

.searchResults dd h3 {
	margin: 0 0 .5em 0;
	font-weight: normal;
}

.searchResults dl img { display: none; }

.searchResults .moreResults {
	margin: .75em 0;
	padding: .75em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2f2f2;
}

.searchResults p {
	margin: 1em 0 .5em;
}

.searchResults form {}

.searchResults .submit {
	float: none;
}

span.keywords {
	background: yellow;
	padding: .2em;
}

/* @end */

/* @end */


/* EOF */