@charset "utf-8";
/* CSS Document */
Body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
	background-image: url();	
}
a{
	color: #0066CC;
	font-weight:  bold;
	text-decoration:none
}
a:hover{
	color: #0066CC;
	font-weight:  bold;
	text-decoration: underline
}
h1{
	font-size: 25px;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
	line-height:25px;
	
}
h2{
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;
	line-height:25px;
}
h3{
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: left;	
}

#contentArea{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 10px;
	font-size: 13px;
	line-height: 19px;
	width: 570px;
	float: left;
}
#contentArea .page_2images{
	width: 580px!important;
	float:left;
}
.mainPage{
	border: 1px solid #000;
	margin-right: 60px;
	margin-bottom: 10px;
}
#contentArea table{
	font-size: 13px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#topstoryHolder{
	background: url(/Images/topstory-shadow.png) no-repeat bottom center;
	float: left;
	width: 583px;
	padding: 0px 0 15px 0px;
}
#topstory{
	float: left;
	width: 574px;
	border-top: 1px solid #333;
	text-align: justify;
	padding: 10px 0 0 0px;
	margin: 0px 0 0 0px;
}
#topstory img{
	margin-bottom: 10px;
	float:right;
	display: block;
}

#topstoryIntro{
	float: left; width: 275px; margin-right: 15px; padding: 0px 0 0 10px;
}
#topstoryImg{
	float:right; width: 260px; margin-right: 10px; text-align: right;
}


#secondstoryHolder{
	background: url(/Images/substory-shadow.png) no-repeat bottom center;
	width: 282px;
	padding: 0px 0 15px 0px;
}
#secondstory{
	width: 275px;
	border-top: 1px solid #333;
	text-align: justify;
	padding: 10px 0 0 0px;
	margin: 0px 0 0 0px;
}
#secondstory img{
	margin-bottom: 10px;
	float:right;
	display: block;
}
#secondstoryText{
width: 255px; margin-right: 15px; padding: 0px 0 0 10px;
}
#thirdstoryHolder{
	background: url(/Images/substory-shadow.png) no-repeat bottom center;
	width: 282px;
	padding: 0px 0 15px 0px;
}
.homeTextLinks{
	clear:both; width: 100%
}
.homeTextLinks UL{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.homeTextLinks li{
	margin: 0 0 0px 0;
}
.homeTextLinks li a{
	margin: 0 0 5px 0;
}
.pagination{
	font-size: 11px;
	border-bottom: 1px solid #999;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 580px;
}
ul.subNav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.subNav li{
	margin: 0px 0 10px 0;
	padding: 0px;
}
.level1{
	clear: both;
	list-style: none;
	margin: 0px 0 10px 0;
	padding: 0px;
	width: 580px;
	border-bottom: 1px dotted #999;
	float: left;
	padding-bottom: 10px;
}
.level1 a{
	clear: both;
	display: block;
}
.level1 img{
	float: right;
}
.archiveIntroText{
	float: left;
	width: 350px;
		padding-bottom: 20px;
}
.archiveIntroImg{
	width: 200px;
	float: right;
	padding-bottom: 20px;
}
.floatLeft
{
float: left;
}
.floatRight
{
float: right;
}
.clearBoth
{
clear: both;
}
form{ margin: 0px; padding: 0px;}
input { vertical-align: middle; }



ul.subProducts {
	position: absolute;
	background: #D70000;
	padding: 0;
	width: 210px;
	margin: 0px;
	border-top: 1px solid #900;
	list-style: none;
}

.subProducts li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;	
}

.subProducts li a {
	color: white;
	text-indent: 0;
	padding: 7px 0 10px 10px;
	background: none;
	margin: 0 0 5px 4px;
	border-bottom: 1px dotted #fff;
	display: block;
	height: auto;
	width: 190px;
	text-align: left;
}

.subProducts li a:hover {
	background: none;
	display: block;
	color: #FFFA00;
	text-align: left;
	width: 190px;
}










#main_nav, #main_nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#main_nav a {
	display: block;
	width: 154px;
}

#main_nav li ul a {
	display: block;
	width: 154px;
	color: white;
	text-indent: 0;
	background: none;
	margin: 0 0 5px 4px;
	padding: 7px 0 10px 10px;		
	border-bottom: 1px dotted #fff;
	text-align: left;
}


#main_nav li { /* all list items */
	float: left;
	width:154px; /* width needed or else Opera goes nuts */
}

#main_nav li ul { /* second-level lists */
	position: absolute;
	background: #D70000;
	border-top: 1px solid #900;
	width: 154px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#main_nav li ul ul { /* third-and-above-level lists */
	margin: -40px 0px 0px 154px;
}

#main_nav li:hover ul ul, #main_nav li.sfhover ul ul {
	left: -999em;
}

#main_nav li:hover ul, #main_nav li li:hover ul, #main_nav li.sfhover ul, #main_nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




#right_ad{
width:169px;
float:right;
padding-top: 15px;
}
	

.image_1 img{

padding:0px 0px 10px 10px;

}