/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #000000;
}

a{
	color: #990000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 14px;
	color: #000;
	font-weight: normal;
}
h2{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 8px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 11px;
	font-weight: bold;	
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
input, select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 18px;
	border: 1px solid #333333;
}

/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#aboveTop{
	margin: 0 auto;
	padding: 0;
	width: 984px;
	height: 107px;
	background-image: url(../images/topborder.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#menuArea{
	float: left; 
	width: 673px;
	height: 32px;
	margin-top: 75px;
	margin-left: 2px;
	text-align: left;
}
#logoArea{
	float: left;
	width: 275px;
	height: 57px;
	text-align: right;
	margin-right: 25px;
	margin-top: 50px;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 984px;
	text-align: left;
}
#siteContainerShade{
	margin: 0 auto;
	padding: 0;
	width: 984px;
	min-height: 550px;
	text-align: left;
	background-image: url(../images/pagebg_shade.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#siteContainer{
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 958px;
	margin-left: 13px;
	margin-right: 13px;
	min-height: 550px;
	text-align: left;
	background-color: #FFFFFF;
}
.siteContainerLine{
	margin: 0 auto;
	padding: 0;
	width: 958px;
	height: 100%;
	text-align: center;
	background-image: url(../images/vertical-line.gif);
	background-repeat: repeat-y;
	min-height: 550px;
}
#bottomContainer{
	margin: 0 auto;
	padding: 0;
	clear: both;
	width: 960px;
	background-image: url(../images/bottomborder.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 8px;
	height: 16px;
	text-align: left;
	font-size: 10px;
}
/* Main container styles - END */

#menuContainer{
	margin: 0;
	padding: 0;
	width: 642px;
	height: 32px;
	position: relative;
}
#menuContainer div.unselected{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 13px;
	font-weight: normal;
	float: left;
	background: none;
}
#menuContainer a{
	color: #000000;
	text-decoration: none;
}
#menuContainer div.selected{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 13px;
	font-weight: normal;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/menu_selected_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}
div.leftSelected{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/menu_selected_left.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 32px;
}
div.leftSelectedHome{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/menu_selected_left_home.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 32px;
}
div.rightSelected{
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../images/menu_selected_right.jpg);
	background-repeat: no-repeat;
	width: 11px;
	height: 32px;	
}
#menuContainer div a:hover{
	color: #000000;
}
#menuContainer div.selected div.subMenuContainer{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	left: 60px;
	height: 28px;
	width: 500px;
	z-index: 50;
	list-style: none;
	background-color: #FFFFFF;
}
#menuContainer div.selected div.subMenuContainer div.selected{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	padding-bottom: 4px;
	margin-right: 25px;
	padding-top: 8px;
	font-weight: normal;
	float: left;
	color: #666666;
	background: none;
}
#menuContainer div.selected div.subMenuContainer div.unselected{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	height: 16px;
	padding-bottom: 4px;
	margin-right: 25px;
	padding-top: 8px;
	font-weight: normal;
	float: left;
	color: #666666;
	background: none;
}
#menuContainer div.selected div.subMenuContainer div.selected a{
	float: left;
	background: none;
	text-decoration:underline;
}
#menuContainer div.selected div.subMenuContainer div.unselected a{
	background: none;
	float: left;
}
#menuContainer div.selected div.subMenuContainer div.selected a:hover{
	color: #990000;
}
#menuContainer div.selected div.subMenuContainer div.unselected a:hover{
	color: #990000;
}
#mainContentArea{
	float: left;
	width: 908px;
	margin-left: 25px;
	margin-right: 25px;
}
#frontContentContainer{
	margin: 0;
	padding: 0;
	float: left;
	width: 908px;
}
.flashContainer{
	background-color: #333333;
	height: 333px;
	width: 454px;
	margin-top: 20px;
	float:left;
}
#imageContainer{
	float: left;
	width: 454px;
	background-color: #333333;
	height: 333px;
	margin-top: 20px;
	
}
#frontBottomContentContainer{
	float: left;
	width: 908px;
}
.doubleColumnContainer{
	width: 908px;
	float: left;
}
.singleColumnContainerFrontLeft{
	margin: 0;
	width: 429px;
	margin-top:25px;
	
	margin-right:25px;
	float: left;
	text-align: left;
}
.singleColumnContainer{
	width: 404px;
	margin: 25px;
	float: left;
	text-align: left;
}
.singleColumnContainer a{

}
.singleColumnContainer h4 a{
	color: #333333;
}
.singleColumnContainer p{
	margin: 0;
	margin-bottom: 11px;
}
.singleColumnContainerFront{
	color:#FFFFFF;
	width: 404px;
	min-height:155px;
	margin: 0;
	margin-bottom:25px;
	padding:25px;
	float: left;
	text-align: left;
	background-color:#C02736;
	}

.singleColumnContainerFront p{
	margin: 0;
	margin-bottom: 11px;
	}
.singleColumnContainerFront h2{
color:#FFFFFF;

}
.articleImageContainer{
	width: 404px;
	float: left;
	margin-bottom: 15px;
}
.leftAlign{
	float: left;
}

.rightAlign{
	float: right;
}

.flashVideo{
	float: left;
	position:absolute;
	/*background-color:#330099;width:100%;*/
	
}

.articleListItem{
	float: left;
	width: 384px;
	margin-bottom: 5px;
	padding: 10px;
}

.articleListItemFront{
	float: left;
	width: 429px;
	margin-bottom: 5px;

}
.articleListItem.selected{
	background-color: #CCCCCC;
}
.articleListText{
	float: left;
	width: 215px;
	margin-right: 15px;
	text-align: right;
}
.articleListTextFront{
	float: left;
	width: 340px;
	margin-left: 15px;
	text-align: left;
}
.articleListTextFront a{
	color: #000;
}

.articleListTextFront p{
	margin: 0;
	padding: 0;
}
.articleListTextWide{
	float: left;
	width: 404px;
	text-align: left;
}
.articleListImage{
	float: left;
	width: 153px;
}
.articleListImageFront{


	float: left;
	width: 70px;
}
.rightAlign{
text-align:right;
float:right;
}