@charset "UTF-8";

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, tt, var,
b, u, i, center,
dl, dt, dd, ul, ul li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	font-family: Arial, Helvetica, sans-serif;
}

/************************************/
/**** Header                     ****/
/**** Primary nav is in menu.css ****/
/************************************/

#logo
{
	display: block;
	width: 162px;
	position: absolute;
	left: 25px;
	top: 25px;
}

/*********************/
/**** Left Column ****/
/*********************/

ul#secondaryNav
{
	width: 235px;
}
ul#secondaryNav li
{
	width: 235px;
	padding: 0;
	background: url(../images/snav-li-bg.gif) no-repeat right bottom;
}
ul#secondaryNav li a
{
	display: block;
	width: 182px;
	padding: 7px 15px 12px 38px;
	background: url(../images/snav-bullet-off.gif) no-repeat 25px 11px;
	font-size: 12px;
	line-height: 14px;
	color: #555;
	text-decoration: none;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	background: url(../images/snav-bullet-on.gif) no-repeat 25px 11px;
	color: #ED7820;
	text-shadow: none;
}
ul#secondaryNav li ul
{
	width: 235px;
	padding-bottom: 9px;
}
ul#secondaryNav li ul li
{
	width: 235px;
	background: none;
}
ul#secondaryNav li ul li a
{
	display: block;
	width: 176px;
	padding: 2px 15px 3px 44px;
	background: url(../images/snav-dash-off.gif) no-repeat 37px 9px;
	font-size: 11px;
	line-height: 13px;
	color: #555;
	text-decoration: none;
}
ul#secondaryNav li ul li a:hover, ul#secondaryNav li ul li a.highlight
{
	background: url(../images/snav-dash-on.gif) no-repeat 37px 9px;
	color: #ED7820;
	text-shadow: none;
}

/***************************/
/**** Main content area ****/
/***************************/

.contentInnerContainer h1
{
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	color: #ED7820;
	margin-bottom: 12px;
}
.contentInnerContainer a
{
	color: #ED7820;
	text-decoration: underline;
}
.contentInnerContainer a:hover
{
	/*text-decoration: none;
	text-shadow: #B60 2px 2px 2px;*/
	color: #0079c1;
	text-decoration: none;
	text-shadow: 1px 1px 2px #B0AFB0;

}
.contentInnerContainer .centerColumn h2, .contentInnerContainer .centerColumn h3
{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
}
.contentInnerContainer p
{
	font-size: 12px;
	line-height: 15px;
	color: #333;
	margin-bottom: 12px;
}
.contentInnerContainer ul, .contentInnerContainer ol
{
	margin-bottom: 12px;
}
.contentInnerContainer ul li
{
	font-size: 12px;
	line-height: 15px;
	color: #333;
	margin-bottom: 3px;
	padding-left: 8px;
	background: url(../images/list-bullet.gif) no-repeat 0 5px;
}

/************************/
/**** Sidebar column ****/
/************************/

.contentOuterContainer#withSidebar .contentInnerContainer .rightColumn h2, .sidebarHeader
{
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #0079C1;
	margin-bottom: 10px;
}
/*.contentOuterContainer#withSidebar .contentInnerContainer .rightColumn p
{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	margin-bottom: 10px;
}
.contentOuterContainer#withSidebar .contentInnerContainer .rightColumn ul li
{
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding-left: 8px;
	background: url(../images/list-bullet.gif) no-repeat 0 5px;
}*/

/***********************/
/**** Callout table ****/
/***********************/

table.callout
{
	width: 270px;
	float: right;
	margin-left: 15px;
}
table.callout th
{
	background-color: #0079C1;
	border-left: 1px solid #0079C1;
	border-top: 1px solid #0079C1;
	border-right: 1px solid #0079C1;
	border-bottom: 1px solid #FFF;
	padding: 4px 0 6px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFF;
	text-align: left;
}
table.callout td
{
	border-left: 1px solid #99C1E1;
	border-bottom: 1px solid #99C1E1;
	border-right: 1px solid #99C1E1;
	padding: 5px 8px 0 10px;
}
table.callout td p
{
	font-size: 11px;
	line-height: 13px;
	color: #333;
	margin-bottom: 10px;
}
.prlistTable td
{
	padding: 5px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

.prlistTable td.prlistDate
{
	width: 90px;
}
.prlistTable td.prlistTitle
{
	width: 340px;
}


/****************/
/**** footer ****/
/****************/

#footerContainer ul
{
	width: 400px;
	float: left;
	display: inline;
	margin-left: 10px;
}
#footerContainer ul li
{
	float: left;
	padding: 0 16px 0 12px;
	font-size: 11px;
	line-height: 13px;
	color: #666;
	background: url(../images/footer-bullet.gif) no-repeat 0 4px;
}
#footerContainer ul li:first-child
{
	background: none;
}
#footerContainer a
{
	color: #666;
}
#footerContainer a:hover
{
	color: #ED7820;
	/*color: #0079c1;*/
	text-decoration: none;
	text-shadow: 1px 1px 2px #B0AFB0;

}
#footerContainer ul a
{
	text-decoration: none;
}
#footerContainer ul a:hover
{
	color: #ED7820;
	/*text-shadow: #B60 2px 2px 2px;*/
	/*color: #0079c1;*/
	text-decoration: none;
	text-shadow: 1px 1px 2px #B0AFB0;

}

#footerContainer p
{
	width: 104px;
	float: right;
	text-align: right;
}
#footerContainer p img
{
	margin-left: 6px;
}

/***************** site map styles *******************/

.sitemapTable td
{
	vertical-align: top;
	width: 50%;
}
.sitemapContainer a.sitemapLevelTwo, .sitemapContainer a.sitemapLevelOne, .sitemapContainer a.sitemapLevelThree
{
	font-size: 12px;
	color: #ED7820;
	display: block;
	text-decoration: underline;
	background: transparent url(/images/sitemap-arrow.gif) no-repeat 0 4px;
	margin-left: 0;
	padding: 0 0 0 8px;
}
.sitemapContainer a.sitemapLevelOne:hover, .sitemapContainer a.sitemapLevelTwo:hover, .sitemapContainer a.sitemapLevelThree:hover
{
	font-size: 12px;
	background: transparent url(/images/sitemap-arrow-over.gif) no-repeat 0 4px;
	margin-left: 0;
	padding: 0 0 0 8px;
}
.sitemapContainer .sitemapHeaderLevelOne, .sitemapContainer .sitemapHeaderLevelTwo, .sitemapContainer .sitemapHeaderLevelThree
{
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #333;
	margin: 8px 0 0 0;
}
/**** Form table ****/
.formTable th
{
	width: 146px;
	font-size: 12px;
	text-align: right;
	padding: 4px 4px 4px 0;
}
.formTable td
{
	font-size: 12px;
	width: 296px;
	padding: 4px 0 4px 4px;
}
.formTable td.pagetitle 
{
	color: #FFFFFF;
	font: bold 13px/15px verdana, arial, helvetica, sans-serif;
	BORDER-COLOR: #AAAAAA;
	BORDER-STYLE: solid;
	BORDER-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	background: #AEAEAE url(/images/tabBg_gray.gif) repeat-x;
	padding: 2px; 
}
input.button 
{
	color: #FFF;
	font: 11px/13px arial, verdana, tahoma, sans-serif;
	background-color: #39C;
	border: 1px solid #369;
	padding: 1px;
	margin-top: 4px; 
}
.required
{
	font-size: 12px;
	font-weight:bold;
	color: #E00;
}

/***************************************/
/**** Widely-scoped utility classes ****/
/***************************************/

.clearAll
{
	clear: both;
}
.backToTop
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
	text-align: right;
}
.imgFloatRight
{
	float: right;
	margin: 0 0 10px 10px;
}
.imgFloatLeft
{
	float: left;
	margin: 0 10px 10px 0;
}
sup, sub
{
	font-size: .65em;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup
{
	bottom: .5ex;
}
sub
{
	top: .5ex;
}


