/******************************************************************************
 * Reset page elements to start from base for all browsers
 ******************************************************************************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD { 
	margin: 0px;
	padding: 0px;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0px;
}

FIELDSET, IMG { 
	border: 0px;
}

ADDRESS, CAPTION, CITE, CODE, DFN, EM, STRONG, TH, VAR {
	font-style: normal;
	font-weight: normal;
}

OL, UL {
	list-style: none;
}

CAPTION, TH {
	text-align: left;
}

H1, H2, H3, H4, H5, H6 {
	font-size: 100%;
	font-weight: normal;
}

Q:before, Q:after {
	content: '';
}

ABBR, ACRONYM { 
	border: 0px;
}

/******************************************************************************
 * Page elements
 ******************************************************************************/
HTML {
}

BODY {
	background-color: #F3F3F3;
}

BODY, TD, P, LEGEND, INPUT, SELECT, TEXTAREA {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #696A6C;
}

P {
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 1.4em;
}

P, LI {
	line-height: 1.4em;
}

A, A:link, A:visited {
	color: #50B3CF;
	text-decoration: none;
}

A:hover, A:active {
	color: #E86C1F;
	text-decoration: none;
}

A[href $='.pdf'],
A[href $='.doc'],
A[href $='.xls'],
A.document {
	display: inline;
	margin: 0px auto;
	padding-right: 15px;
	background: transparent url(../../images/icon_document.gif) right center no-repeat;
}

A[href ^='mailto:'],
A.mailto {
	display: inline;
	margin: 0px auto;
	padding-right: 25px;
	background: transparent url(../../images/icon_mailto.gif) right center no-repeat;
}

#right A[href ^='mailto:'],
#right A.mailto {
	padding-right: 0px;
	background: transparent;
}
/* Add an external-link icon to absolute links */
/*
A[href ^="http:"],
A.external {
	display: inline;
	margin: 0px auto;
	padding-right: 15px;
	background: transparent url(../../images/icon_extlink.gif) right center no-repeat;
}
*/

/* ...but not to absolute links in this domain... */
A[href ^="http://www.iscvt.org"],
A[href ^="http://iscvt.org"],
A.no-icon {
	background: transparent;
	padding-right: 0px;
}

STRONG {
	font-weight: bold;
}

EM {
	font-style: italic;
}

H1 {
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #696A6C;
	line-height: 1em;
}

H2 {
	padding-left: 17px;
	border-bottom: 1px solid #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 21px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #696A6C;
	background-color: #D9D9D9;
}

H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #696A6C;
}
 
H3.date {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

H4, H5, H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #696A6C;
}

UL, OL {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 16px;
}

UL {
	list-style-type: disc;
	list-style-image: url(../../images/bullet_on_white.gif);
}

UL.simple {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
}

UL UL {
	margin-bottom: 0px;
}

OL {
	list-style-type: decimal;
	padding-left: 25px;
}

OL.alpha {
	list-style-type: upper-alpha;
}

OL.alphaLower {
	list-style-type: lower-alpha;
}

LI.more {
	text-align: right;
	font-weight: bold;
}

IMG {
	display: block;
	border: none;
}

IMG.button {
	display: inline;
}

IMG.bordered {
	border: 4px solid #FFF;
	background-color: #FFF;
}

IMG.right {
	float: right;
	margin: 0px 0px 5px 20px;
}

IMG.left {
	float: left;
	margin: 0px 20px 5px 0px;
}

.image-credit {
	padding-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	text-align: right;
	color: #999;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.clear-float {
	clear: both;
}

SPAN.clear-float, DIV.clear-float {
	display: block;
	visibility: hidden;
}

TABLE {
	margin-bottom: 15px;
}

TABLE TD {
	padding: 4px 4px;
	vertical-align: top;
}

TABLE TD.label {
	font-weight: bold;
	padding-right: 10px;
}

TABLE CAPTION {
	font-weight: bold;
}

PRE {
	text-align: left;
}

.site-error {
	color: #FE0000;
	font-weight: bold;
	margin: 20px;
	border: 1px solid #FE0000;
	padding: 10px;
	text-align: left;
}

.error {
	color: #FE0000;
	font-weight: bold;
}

.hide {
	display: none;
}

.required {
	color: #FE0000;
	font-weight: bold;
}

.highlight {
	color: #E86C1F;
}

HR {
	height: 1.4em;
	width: 100%;
	border: 0px;
	/* 
	background: #E2E5C3 url(../../images/hr_dashes.gif) left top repeat-x;
	*/
	border-bottom: 1px dotted #f00;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.back {
	display: block;
	float: right;
	padding-left: 11px;
	background: transparent url(../../images/arrow_back_on_white.gif) left center no-repeat;
	outline: none;
}

.more {
	display: block;
	float: right;
	padding-right: 11px;
	background: transparent url(../../images/arrow_on_white.gif) right center no-repeat;
	outline: none;
}

#right .more, .barker .more {
	background: transparent url(../../images/arrow_on_grey.gif) right center no-repeat;
}

#right, #right P {
	font-size: 13px;
}

#right H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: normal;
	color: #696A6C;
	border-bottom: none;
	padding: 0px 0px 10px 0px;
	background-color: transparent;
}

.center-copy H1, .center-copy H2 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	color: #E86C1F;
	text-transform: none;
	background-color: transparent;
}

.center-copy H3 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #E86C1F;
	text-transform: none;
	background-color: transparent;
}

.center-copy UL P {
	padding-bottom: 1em;
}

.css-image SPAN {
	position: absolute;
	left: -9500px;
}

.date {
	font-weight: bold;
}

BLOCKQUOTE .quote,
#right BLOCKQUOTE .quote {
	margin: 0 10px 0 0;
	padding: 20px 15px 10px 25px;
	font-size: 18px;
	color: #E86C1F;
}

BLOCKQUOTE .citation {
	padding-top: 10px;
	text-align: right;
}

BLOCKQUOTE .citation .association {
	font-style: italic;
}


#right BLOCKQUOTE {
	background: transparent url(../../images/quote_open_on_grey.gif) left top no-repeat;
}

#right BLOCKQUOTE .quote {
	background: transparent url(../../images/quote_close_on_grey.gif) right bottom no-repeat;
}

#center BLOCKQUOTE {
	background: transparent url(../../images/quote_open_on_white.gif) left top no-repeat;
}

#center BLOCKQUOTE .quote {
	background: transparent url(../../images/quote_close_on_white.gif) right bottom no-repeat;
}

.quote-feature {
	padding-top: 10px;
	margin-bottom: 20px;
}

#center .quote-feature BLOCKQUOTE {
	margin-top: 26px;
	background-position: 168px top;
}

#center .quote-feature BLOCKQUOTE .quote {
	padding-left: 0px;
}

.image-feature-portrait {
	float: right;
	margin: 0px 0px 5px 20px;
}

#flash-feature {
	padding: 0px;
	background-color: #FFF;
}

UL.staff-list, UL.donor-list, UL.partner-list {
	padding: 0px;
	font-size: 11px;
	list-style-type: none;
	list-style-image: none;
}

UL.staff-list LI, UL.donor-list LI, UL.partner-list LI  {
	padding-bottom: 15px;
}

/*
#center .center-copy .three-col-container H4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #696A6C;
}
*/

#center .center-copy UL {
}

#center .center-copy UL LI {
	padding-bottom: .5em;
}

#center .center-copy UL.inset {
	margin-top: -1.4em;
	margin-left: 40px;
}

#center .center-copy UL.inset LI {
	padding-bottom: 0em;
}
