/* Stylesheet for TitleIX, started Feb 2008, TEM   */
/* Validation http://jigsaw.w3.org/css-validator/ as of mm-dd-yy	*/
/* ___________________________________________________________________________________*/

/* ------------------ Clear Styles to Preferred Default -------------------------- */
body
{
	/* necessary for CMS */
	margin: 0;
	padding: 0;
	height: 100%;
	
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	
	line-height: 1.4; 
}

body.content
{	
	background-color: #ffffff;
	background-image: none;
} 

h1, h2, h3, h4, h5, h6, p, ol, ul, li, fieldset, form, label
{	
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul { list-style: none; }

/* ------------------ Baseline Styles  ------------------------------------------- */

/* Headers *****************************/
h1 
{
	color: #182d96;
	font-size: 14px;
	display: block;
	margin: 10px 0 5px 0;
}

h2 
{	color: #333333;
	font-size: 13px;
	margin-bottom: 4px;
}

h3 
{ 
	color: #333333;
	font-size: 12px;
}

h4 {}
h5 {}

/* Text *****************************/
p { }

/* Links *****************************/
a 
{
	color: #182d96;
	font-weight: bold;
	text-decoration: underline;	
}
a:hover {text-decoration: underline;}
a:active {}
a:visited {}
a.featured
{
	font-size: 13px;
}

/* Images *****************************/
img, a img, a { border: 0; }
img { display: block; }
img.arrowBlue { display: none; }


/* Misc Sitewide ********************/	

hr
{
	float: left;
	border: solid 1px #d2d6e8;
	height: 1px;
	margin: 12px 0;
}

.clear {clear: both;}

/* ------------------ Centered Content  ------------------------------------------ */
#BoxWrapper, #Box , #Main
{
	margin: 0;
	padding: 0;
}

/* ------------------ Header  ------------------------------------------ */
.headerFlash {margin: 0 8px 0 8px;}

#header
{
	
}

#flashWrapper
{
	height: 92px;
	overflow: hidden;
	visibility: hidden;
}

#flashWrapper img.logo
{
	visibility: visible;
	display: block;
	float:none;
	margin-left: -15px;
	margin-bottom: 10px;
}

.searchPanel
{
	display:none;
}

#headerNav 
{ 
	display:none;
} 


#bgFillWrapper
{
}

#bgFill 
{
}

div#Col1, div#Col2, div#Col3 
{ 
}

div#Col1 
{
	display:none;
}

div#Col2 
{
}

div#Col3 
{
	display:none;
}

.printable
{
	display: block;
}

.tellUs { display: none; }

/* subNav ********************/
div#subnavWrapper
{
	display:none;
}

/* Interior Main Content ********************/	

#breadcrumbs a {font-weight:normal;}
#breadcrumbs {margin-bottom: 10px; display:block;}

div#mainContent 
{ 
	padding: 0;
}

.content h1 {
	color: #e97a21;
	border-bottom: 2px #d2d6e8 solid;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.content p {margin-bottom: 15px;}
.content h2 {margin-bottom: 15px; }
.content .divider {
	
	border-bottom: 1px #d2d6e8 solid;
	margin-bottom: 12px;
}

.content ul 
{
	margin-left: 10px;
	margin-bottom: 15px;
}

.content li 
{ 
	padding: 5px 0; 
	margin-left: 15px;
	list-style-type: disc;
}

.blurbcontent
{
	display: inline;
	padding-bottom: 10px;
}

div#mainContent div.blurbcontent
{

}

div.blurbcontent p
{
	margin-bottom: 0;
}

a.readmore 
{
	
}

a.next, a.next .arrowBlue
{
	
}

/* ------------------ Footer  ------------------------------------------ */
#footer, #footer a 
{
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}

#footer p
{
	float: none;
}

#footer ul 
{
	display:none;
}

/* BEGIN FORMS */

fieldset { float: left; border-style: none; padding-bottom: 10px; padding-left:20px; }
label, input, select { float: left; }
input, select, textarea { color: #666666; }
label.required { font-weight: bold; }
fieldset br { clear: both; }

fieldset label 
{ 
	padding: 6px 2px;
	width: 100px;
}

fieldset input
{
	padding: 2px;
	margin-bottom: 8px;
	width: 200px;
	
	font-size: 14px;
}

fieldset select
{
	padding: 2px;
	margin-bottom: 8px;
	width: 208px;
	
	font-size: 14px;
}

fieldset textarea
{
	width: 300px;
	height: 100px;
	padding: 2px;
	margin: 8px 0;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

fieldset input.submit
{
	margin-left: 105px;
}

.validationSummary
{
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffcc;
	color: #c72d37;
	border-top: solid 1px #d2d6e8;
	border-bottom: solid 1px #d2d6e8;
}

.validationSummary ul
{
	margin: 8px 0 0 0;
}

.validationSummary ul li
{
	padding: 0;
	list-style-type: none;
	margin: 0 0 2px 0;
}