/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/** Resets elements so they appear consistent across browsers. Without this rule, content would appear in 

different places in different browsers. Resetting these values to 0 allows the elements to be initially rendered 

identically. */
html, body, div, h1, h2, h3, h4, h5, h6, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	background-color: #9fa1a4;
}
a:link, a:visited, a:hover {
	color: #ee2e24;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0em;
}
h1{
	font-size: 140%;
	color: #ee2e24;
}
h2{
	font-size: 114%;
	color: #0053a0;
}
h3{
	font-size: 100%;
	color: #0053a0;
}
h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
h5{
	font-size: 100%;
	color: #000000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* This is a container for the page content. Use to constrain width of content. Use auto for the left and right margin to center the container on the page. */
#Holder{
	width: auto;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 4%;
	margin-left: 4%;
	background-color: #FFFFFF;
}
#Header{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#Mask{
	clear: both;
	float: left;
	width: 100%;  
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 1em;
}
#Container{
	float: left;
	position: relative;
	width: 100%;
	margin-top: 0.625em;
	margin-right: 0;
	margin-bottom: 0.625em;
	margin-left: 0;
	background-color: #FFFFFF;
}
#Content{
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 0.625em;
	margin-right: 0;
	margin-bottom: 0.625em;
	margin-left: 0;
	width: 100%;
	background-color: #FFFFFF;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	padding: 0em 0em 0.625em 0.625em;
}
/************* #TopNav styles **************/
#TopNav{
	width: 100%;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	z-index: 1;
}
#TopNav ul{
	list-style-image: none;
	list-style-type: none;
	padding-right: .625em;
	padding-left: 0.625em;
}
#TopNav a, #TopNav li, #TopNav li ul{
	width: 6.5em;
	text-indent: 0em;
}
#TopNav a{
	display: block;
	text-decoration: none;
	font-size: 95%;
	border: 0.188em outset #CACED2;
	padding-top: 0.124em;
	padding-right: 0.625em;
	padding-bottom: 0.124em;
	padding-left: 0.625em;
}
/* this is the parent */
#TopNav li{
	float: left;
	position: relative;
}
#TopNav li a{
	background-color: #ffffff;
	color: #0053a0;
	font-weight: bold;
	padding-top: 0.031em;
	padding-right: 0.063em;
	padding-bottom: 0.031em;
}
#TopNav li a:hover{
	color: #ee2e24;
	background-color: #d1d5d8;
	border-style: inset;
	float: none;
}
/* this is the child */
#TopNav li ul{
	position: absolute;
	width: 6.5em;
	left: -999em;
}
#TopNav li:hover ul{
	left: auto;
	color: #ee2e24;
	display: block;
	font-size: 95%;
	background-color: #9fa1a4;
	padding: 0.063em;
	margin: 0.063em;
}
#TopNav li:link ul, #TopNav li:visited ul{
	background-color: #d1d5d8;
}
/************* #breadcrumb styles ***************/
#BreadCrumb{
	font-size: 80%;
	background-color: #ffffff;
	width: 92%;
	padding-top: 0.625em;
	padding-right: 0em;
	padding-bottom: 0.313em;
	padding-left: 0.125em;
	margin-top: 1em;
	margin-left: 0.625em;
}
/*************** #pageName styles **************/
#PageTitle{
	background-color: #d1d5d8;
	padding-top: 0.625em;
	padding-right: 0.25em;
	padding-bottom: 0.625em;
	padding-left: 0.625em;
	margin-top: 1em;
	width: 96%;
	height: 3.125em;
	margin-right: 0.625em;
	margin-left: 0.625em;
}
#PageTitle h1 {color:#0053a0;}
/************** .feature styles ***************/
.feature{
	padding-top: 0.625em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.625em;
	margin-left: 0.625em;
	width: 92%;
}
.feature h2{
	padding-top: 2.5em;
}
.feature h3{
	padding: 0em 0em 0.313em 0em;
	text-align: center;
}
.feature h4{
	font-weight: bold;
	padding-top: 0.75em;
}
.feature_emphasis{
	font-style: italic;
}
.feature ul{
	padding-left: 1.75em;
}
.feature ul ul{
	font-size: 90%;
	text-indent: 0.25em;
	list-style-position: outside;
	list-style-image: url(../art/rdtrgt.gif);
}

/************** .story styles *****************/
.story{
	width: 92%;
	padding-top: 0.625em;
	padding-right: 0.25em;
	padding-bottom: 0.625em;
	padding-left: 0.625em;
	margin-left: 0.625em;
}
.story p{
	padding: 0em 0em 0.625em 0em;
}
.story ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(art/blui.gif);
	line-height: 1.375em;
	margin-left: 1.5em;
}

/************** .HotButton styles **************/
.HotButton a{
	display: block;
	text-decoration: none;
	font-size: 100%;
	width: 10em;
	border: 0.188em outset #CACED2;
	padding-top: 0.124em;
	padding-right: 0.75em;
	padding-bottom: 0.124em;
	padding-left: 0.5em;
	background-color: #ee2e24;
	color: #FFFFFF;
	font-weight: bold;
}
.HotButton a:hover{
	color: #0000FF;
	background-color: #d1d5d8;
	border-style: inset;
	float: none;
}

/************** #QuickLink styles **************/
#QuickLink{
	background-color: #ee2e24;
	height:auto;
	list-style-image: none;
	list-style-type: none;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 0em;
}
#QuickLink ul{
	list-style-image: none;
	list-style-type: none;
	padding-top: 0.625em;
	padding-right: .625em;
	padding-bottom: 0.625em;
	padding-left: 0.625em;
}
#QuickLink a{
	display: block;
	text-decoration: none;
	font-size: 100%;
	width: 7em;
	border: 0.188em outset #CACED2;
	padding-top: 0.124em;
	padding-right: 0.75em;
	padding-bottom: 0.124em;
	padding-left: 0.5em;
}
#QuickLink li{
}
#QuickLink li a{
	background-color: #ee2e24;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0.031em;
	padding-right: 0.063em;
	padding-bottom: 0.031em;
}
#QuickLink li a:hover{
	color: #0000FF;
	background-color: #d1d5d8;
	border-style: inset;
	float: none;
}

/************* #BottomNav styles **************/
#BottomNav{
	color: #FFFFFF;
	background-color: #0053a0;
	width: 100%;
	text-align: center;
	position: inherit;
}
 
#BottomNav img{
	display: block;
}
#BottomNav a{
	font-size: 90%;
	padding: 0em 0.25em 0em 0em;
	color: #FFFFFF;
}

/************** #Footer styles **************/
#Footer{
	font-size: 72%;
	color: #9fa1a4;
	background-color: #FFFFFF;
	text-align: center;
	width: 98.5%;
	padding-top: 0.25em;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.625em;
	bottom: 100%;
}
#Footer img{
	padding-top: 0.125em;
	padding-right: 0.125em;
	padding-bottom: 0.125em;
	padding-left: 0.125em;
}
.clear{
	font-size: 0em;
	height: 0em;
	width: 100%;
	clear: both;
	display: block;
}