/***********************************************/
/* 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: #0053a0;
}
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;
}
ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(art/DOyWRdy2.gif);
	line-height: 1.375em;
}
ul ul{
	font-size: 90%;
	text-indent: 0.25em;
	list-style-position: outside;
	list-style-image: url(art/mm_spacer.gif);
}
ul ul ul{
}

/***********************************************/
/* 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: 80%;
	background-color: #FFFFFF;
}
#SideBar{
	float: right;
	width: 18%;
	background-color: #d1d5d8;
	margin-top: 0.625em;
	margin-right: 0.625em;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	padding: 0em 0em 0.625em 0.625em;
}
/************* #TopNav styles **************/
#TopNav{
	width: 100%;
	position: absolute;
	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: #0053a0;
	color: #FFFFFF;
	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: #ffffff;
	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: #ee2e24;
	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:#FFFFFF;}
/************** .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%;
	border: 0.438em solid #9fa1a4;
}
.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/BAddEnv.gif);
}
.feature img{
	padding-top: 0em;
	padding-left: 0.125em;
	padding-bottom: 0.125em;
	padding-right: 0em;
	background-position: right;
	height: 12.5em;
	width: 14.25em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.feature img Banner{
	background-color: #d1d5d8;
	padding-top: 0em;
	padding-left: 0.125em;
	padding-bottom: 0.125em;
	padding-right: 0em;
	background-position: right;
	height: 3.5em;
	width: 100%;
}
.feature pc holder{
	padding-top: 0.125em;
	padding-left: 0.125em;
	padding-bottom: 0.125em;
	padding-right: 0.125em;
	background-position: right;
	height: 21.563em;
	width: 100%;
}
.feature label{
}
.feature textarea{
	float: right;
	margin-right: 3.125em;
	margin-bottom: 2.5em;
	background-color: #d1d5d8;
}
.feature input[type="text"]{
	float: right;
	margin-right: 9.375em;
	margin-bottom: 2.5em;
	background-color: #d1d5d8;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .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;
	border-right-width: 0.438em;
	border-bottom-width: 0.438em;
	border-left-width: 0.438em;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9fa1a4;
	border-bottom-color: #9fa1a4;
	border-left-color: #9fa1a4;
}
.story p{
	padding: 0em 0em 0.625em 0em;
}
.story label, textarea, input[type="text"]{
	display: block;
}
.story label{
	padding: 0 0.438em 0 0.188em;
	vertical-align: top;
}
.story textarea{
	float: right;
	margin-right: 8.75em;
	margin-bottom: 2.5em;
	background-color: #d1d5d8;
}
.story input[type="text"]{
	float: right;
	margin-right: 8.75em;
	margin-bottom: 2.5em;
	background-color: #d1d5d8;
}

/************** #recaptcha_area styles *****************/
.feature #recaptcha_table img{
	height: auto;
	width: auto;
}
#recaptcha_area{
	width: auto;
	height: auto;
	clear: both;
}
#recaptcha_table{
	border-color: #0053a0;
	width: auto;
	height: auto;
	clear: both;
	margin:0em; 
    padding:0em; 
    border:0em; 
    font-size:0.625em; 
    color:black; 
    position:static; 
    top:auto; 
    left:auto; 
    right:auto; 
    bottom:auto; 
}
#recaptcha_image{
	background:#f9f9f9;
}
#recaptcha_response_field{
   border: 1px solid #0053a0;
   background-color:#ccc;
   width:18.75em;
   padding:0.313em;
}
#captcharea a{
	text-decoration:none;
	color:#0053a0;
	text-align: right;
}
#captcharea a:hover{   
     color:#0053a0; text-decoration:underline;   
}
/************** .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;
}
/************** #BlogLink styles **************/
#BlogLink{
	font-size: 80%;
	margin: 0px;
	padding-top: 0.625em;
	padding-right: .625em;
	padding-bottom: 0.625em;
	padding-left: 0.625em;
}
#BlogLink ul{
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin-left: 0;
}

/************** #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;
}
 
#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;
}