@charset "utf-8"; 
/****************************************************************************************	
	[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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, 
form, label, legend, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* Over-ride those pesky font tags */
font {
	font-family: Arial, Helvetica, sans-serif !important; 
	font-size: 10pt !important;
	color: #000 !important;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #00467f;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th {text-align: left;}
table caption {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
cite {font-style: normal;}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25pt;
	font-weight: normal;
	margin-bottom: 12px;
	color: #ef8200;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef8200;
}
h2 {font-size: 20pt;}  
h3 {font-size: 16pt;}
h4 {font-size: 14pt;}
h5, h6 {font-size: 12pt;}
h6 {font-style: italic;} 

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#content-wrapper p, #content-wrapper ul,
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 15px;}
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul, #content-wrapper ol {margin-left: 44px;}
#content-wrapper ul {list-style: disc;}
#content-wrapper ul ul {list-style: circle;}
#content-wrapper ol {list-style: decimal;}
#content-wrapper ol ol {list-style: lower-alpha;}
#content-wrapper ol ol ol {list-style: lower-roman;}
#content-wrapper ul ul, 
#content-wrapper ol ol {margin: 8px 0 8px 10px;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .submit, .feedback-sml, div.feedback, #breadcrumbs, 
ul.pagination, ul#img-lib li.divider, #review-content, 
.search, #flash-content, #sidebar, #nav-main, #bcrumbs-toolbar, 
#ancillary, #aside, #footer ul, #credits, img.doc-icon,
a.return, img.carousel-img, #carousel a img, a.panel-more,
a.read-more, #social-media {display: none;}
#carousel-nav {display: none !important;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding: 10px 0 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid #004990;
}
#content-wrapper {padding: 10px 0;}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [HOMEPAGE PANELS]
-------------------------------------------------------*/
#carousel h1 {font-size: 14pt;}
#carousel p, #carousel h1 {margin-bottom: 10px;}
    #carousel-items {
		height: 165px !important;
		overflow: hidden;
	}
#news P, #events p, #events h3 {margin-bottom: 3px;}

/* [STANDARD STRUCTURED LIST]
-------------------------------------------------------*/
#content-wrapper ul.structured-list {
	margin: 0 0 20px;
	list-style: none;
	float: left;
	width: 100%;
}
	#content-wrapper ul.structured-list li {
		padding: 8px 0;
		border-top: 1px solid #000;
		clear: left;
	}
		/* Thumbnail Image */
		#content-wrapper ul.structured-list li img {
			float: left;
			width: 134px;
			height: 90px;
		}
		/* Document Type icon */
		#content-wrapper ul.structured-list li a.external img {
			width: 16px;
			height: 16px;
			margin-right: 4px;
		}
		/* Listing Text */
		#content-wrapper ul.structured-list li h3,
		#content-wrapper ul.structured-list li p {margin: 0 0 3px 146px;}
		#content-wrapper ul.structured-list li h3 {
			font: bold 12pt Calibri, "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #ef8200;
		}
		/* No Thumbnail Img */
		#content-wrapper ul.structured-list li.no-img h3,
		#content-wrapper ul.structured-list li.no-img p {margin-left: 0;}
		
/* [BLOG]
-------------------------------------------------------*/
#content-wrapper ul#blog-list li p,
#content-wrapper ul#blog-list li h3 {margin-left: 0;}

/* [CMS MODULES]
-------------------------------------------------------*/

/* --Search Results-- */
#content-wrapper ul#search-results li p,
#content-wrapper ul#search-results li h3 {margin: 0;}
#content-wrapper ul#search-results li p.rating {
	color: #666;
	font-size: 9pt;
}
#content-wrapper ul#search-results li span.keywords {
	background-color: #ffff99;
	font-weight: bold;
}

/* --Image Library-- */
#content-wrapper ul#img-lib {list-style: none;}
	#content-wrapper ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}
		
/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/
p.intro {
	color: #ef8200;
	font-size: 14pt;
}
p.date em,
p.author em {
	font-weight: bold;
	font-style: normal;
}
