body {
	font-family:"trebuchet ms", Helvetica, sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	margin-top:0px;
	color:#ffffff;
	margin:0px;
	/*background-image:url(./images/background_images/body_bg.jpg);*/
	background-repeat:repeat-x;
	padding:0px;
	margin-top:0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	word-spacing:5px;
	font-size:24px;
	color:#ffffff;
	text-transform:none;
	font-weight:normal;
	margin: 10px;
	
}


a{
	font-size:11px;
	font-weight:bold;
	color:orange;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:orange;
}

img{
	border:0px;
}

h2{
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr{
	color:#333333;
	background-color:none;
	height:1px;
	width:90%;
	border:1px solid #555555;
}

.redcaps{
	font-size:16px;
	color:#ff0000;
	text-transform:uppercase;
	font-weight:normal;
}




h2 a{
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}


.main_wrap {
	width: 862px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	padding:0px;
}

#header h1 a{
	text-align:left;
	text-indent:-90px;
	display:block;
	overflow:hidden;
	clip:auto;
	
	width:72px;
	height:93px;
	
}

#header h1{
	margin:0px;
	padding:0px;
	background-image:url(./images/background_images/h1_logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:10px;
	top:25px;
	width: 40px;
	height: 40px;
}

#header h2 a{
	display:block;
	text-indent:-2000px;
	width:250px;
	height:54px;
	
}

#header h2{
	margin:0px;
	padding:0px;
	background-image:url(./images/background_images/h2_logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:60px;
	top:22px;
}
#header h3{
	margin:0px;
	padding:0px;
	position:absolute;
	left:60px;
	top:50px;
	color:#ffffff;
	font-weight:400;
	font-size:12px;
}

#header {
	position:relative;
	height: 155px;
	width:862px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(./images/background_images/header_bg.jpg);
	background-repeat:no-repeat;
	margin-right: 0px;
	margin-left: 0px;
}
ul {
list-style-type: none;
margin-left: -40px;
margin-right: 0px;
} 
li {list-style-type: none;} 
/***************top menu ***********************/
.topmenudiv{
	width:100%;
	position:absolute;
	z-index:15;
	height:27px;
	top:0px;
	right:0px;
}

ul.topMenuList
{
	display:block;
	padding: 0;
	position:relative;
	margin:0px;
	background-color:transparent;
	width:100%;
	white-space: nowrap;
}

ul.topMenuList li{
	float:right;
	list-style-type: none;
	background-image:url(./images/background_images/top_menu_item.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left:2px;
	margin-right:2px;
}

ul.topMenuList li.selected{
	float:right;
	list-style-type: none;
	background-image:url(./images/background_images/top_menu_over.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
ul.topMenuList li.lastitem{
	margin-right:15px;
}
ul.topMenuList li a, ul.topMenuList li a:hover, ul.topMenuList li a:visited{
	text-align:center;
	width:92px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff !important;
	display:block;
	padding-top:5px;
	height:27px;
}


/*----------------top menu----------------------*/

.searchbox{

position:absolute;
right:18px;
top:50px;
}

.newslink{
	font-weight:normal;
	text-decoration:none;
	color:#697277;
}


/*************** PAGe NAVIGATION ****************/

.paginate{
	float:right;
	font-size:11px;
}
#paginate{
	list-style:none;
	margin:0px;
	padding:10px;
	float:left;
}

#paginate li{
	float:left;
	margin-right:5px;	
}

#paginate li.selected a{
	display:block;
	width:22px;
	height:16px;
	background-color:#a30f0f;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	margin-top:0px;
}

#paginate li a{
	display:block;
	margin-top:0px;
	width:20px;
	height:16px;
	background-color:#3E3E3E;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
}

#paginate li a:hover{
	background-color:#666;
}

/************************************************/
 
/***********PRESS ITEM LISTINGS *******************/
#pressitems{
	position:relative;
	margin:0px;
	padding:20px;
	padding-top:5px;
	list-style:none;
}
#pressitems li,#pressitems div{
	margin-top:0px;
	margin-bottom:40px;
	background-image:url(./images/background_images/news_logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}

#pressitems li h2, #pressitems div h2{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	padding-top:0px;
	padding-left:50px;
}
#pressitems li h2 a{
	width:100%;
	display:block;	
}

#pressitems li h3,#pressitems div h3{
	font-weight:normal;
	font-size:11px;
	color:#f2f2f2;
	padding:0px;
	margin:0px;
	padding-left:40px;
	padding-bottom:6px;
	border-bottom:1px solid #151515;
}
#pressitems li h4,#pressitems div h4{
	margin:0px;
	padding:25px 0px 0px 0px;
	position:absolute;
	right:0px;
	top:0px;
}

#pressitems li p,#pressitems div p{
	padding:0px;
	margin:0px;
	padding-top:5px;
	border-top:1px solid #383838;
	text-align:justify;
	
}
#pressitems li a{
	float:right;
	margin-right:10px;
}

#pressbody{

}

#pressbody p{
padding-left:20px;	
padding-right:20px;
}

/****************************************************/

/***************main menu ***********************/
.mainmenudiv{
	width:100%;
	position:absolute;
	z-index:15;
	height:44px;
	bottom:0px;
	left:0px;
}

ul.mainMenuList
{
	display:block;
	padding: 0;
	position:relative;
	margin:0px;
	background-color:transparent;
	
	width:100%;
	white-space: nowrap;
}

ul.mainMenuList li{
	float:left;
	list-style-type: none;
}

ul.mainMenuList li.selected{
	float:left;
	list-style-type: none;
	background-image:url(./images/background_images/menu_over.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

ul.mainMenuList li.firstitem{
	margin-left:15px;
}


ul.mainMenuList li a,ul.mainMenuList li a:hover,ul.mainMenuList li a:visited{
	float:left;
	text-align:center;
	width:105px;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff !important;
	display:block;
	padding-top:15px;
	height:29px; /* 44 minus the 15 paddingtop */
	letter-spacing:-1px;
}

ul.mainMenuList li a:hover{
	text-decoration:underline;
}
/*----------------main menu----------------------*/

.social_bookmarks_container{
	width:862px;
	background-repeat:no-repeat;
	height:63px;
	margin-top:5px;
}



/************* main content area ******************/

.main_box{
	width:633px;
	margin-top:10px;
	position:relative;
	background-color:#232323;
	float:left;
}
.main_box_top{
	width:633px;
	background-image:url(./images/background_images/box_top.gif);
	background-repeat:no-repeat;
	height:10px;
	top:-10px;
	left:0px;
	position:absolute;
}
.main_box_bottom{
	width:633px;
	background-image:url(./images/background_images/box_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0px;
}

.content_m{
	width:862px;
	padding-bottom:15px;
}

.main_box_single{
	width:100%; 
	margin-top:10px;
	position:relative;
	background-color:#232323;
	float:left;
}

/************* side content area ******************/
.side_box{
	width:190px;
	margin-top:10px;
	position:relative;
	background-color:#292929;
	float:right;
	clear:right;
	margin-bottom:10px;
	padding: 0px 10px 10px 10px;

}
.side_box_top{
	width:210px;
	background-image:url(./images/background_images/side_box_top.gif);
	background-repeat:no-repeat;
	height:37px;
	top:-37px;
	left:0px;
	position:absolute;
}
.side_box_top h2{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	
}

.side_box_bottom{
	width:210px;
	background-image:url(./images/background_images/side_box_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0px;
}

/****************end side content area ***************/



/************* side full area ******************/
.full_box{
	width:862px;
	position:relative;
	clear:both;
	background-image: url(./images/background_images/footer_bg.gif);
	background-repeat: repeat-y;
}
.full_box_top{
	width:862px;
	background-image:url(./images/background_images/box_full_top.gif);
	background-repeat:no-repeat;
	height:11px;
	top:-11px;
	left:0px;
	position:absolute;
}
.full_box_top h2{
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	
}

.full_box_bottom{
	width:862px;
	background-image:url(./images/background_images/box_full_bottom.gif);
	background-repeat:no-repeat;
	height:11px;
	position:absolute;
	bottom:-11px;
	left:0px;
}

/****************end full content area ***************/

#middle_content_article_container{
	position:relative;
	margin-top:25px;
	width:862px;
}
.middle_content_article_top{
	background-image:url(./images/background_images/fullarticle_top.gif);
	background-repeat:no-repeat;
	height:19px;
	width:862px; 
}
.middle_content_article_middle{
	background-color:#232323;
	width:860px;
	margin-left:1px;
}
.middle_content_article_bottom{
	background-image:url(./images/background_images/fullarticle_bottom.gif);
	background-repeat:no-repeat;
	height:19px;
	width:862px; 
}

/*********** home page top options *****************/
#middle_content_container{
	position:relative;
	margin-top:10px;
	width:862px;
}

#middle_content{
	background-image:url(./images/background_images/middle_bg.png);
	background-repeat:repeat-x;
	width:862px;
	padding-bottom: 20px;
}

.middle_content_top{
	background-image:url(./images/background_images/middle_bg.jpg);
	background-repeat:repeat-x;
	height:12px;
	background-color:#232323;
	width:838px; /*minus 24px for corners*/
	position:absolute;
	top:-12px;
	left:12px;

}
.middle_content_bottom{
	/*background-image:url(./images/background_images/middle_bg.jpg);*/
	background-repeat:repeat-x;
	height:12px;
	background-color:#232323;
	width:838px; /*minus 24px for corners*/
	position:absolute;
	bottom:-12px;
	left:12px;

}

.top_right_corner{
	background-image:url(./images/background_images/middle_topright.gif);
	background-repeat:no-repeat;
	top:-12px;
	right:0px;
	position:absolute;
	width:12px;
	height:13px;
}

.bottom_right_corner{
	background-image:url(./images/background_images/middle_bottomright.gif);
	background-repeat:no-repeat;
	bottom:-12px;
	right:0px;
	position:absolute;
	width:12px;
	height:12px;
}

.top_left_corner{
	background-image:url(./images/background_images/middle_topleft.gif);
	background-repeat:no-repeat;
	top:-12px;
	left:0px;
	position:absolute;
	width:12px;
	height:12px;
}

.bottom_left_corner{
	background-image:url(./images/background_images/middle_bottomleft.gif);
	background-repeat:no-repeat;
	bottom:-12px;
	left:0px;
	position:absolute;
	width:12px;
	height:12px;
}

/******************* home page top options end **************/




/*************MY ACCOUNT STYLES **********************/

.account_grey{
	color:#2b97a3;
	font-weight:bold;
	font-size:11px;
}
.account_grey12{
	font-weight:bold;
	font-size:14px;
	color:#30393D;
}
.account_red{
	font-weight:bold;
	font-size:11px;
	color:#ed1c24;
}


/************************MY ACCOUNT MENU **********************************/
ul.leftMenuList
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:5px;
	width:180px;
	margin-top:0px;
	margin-bottom:20px;
}
ul.leftMenuList li,ul.leftMenuList li.header {
	font-size:13px;
	font-weight:normal;
	color:#555555;
	height:25px;
	clear:both;
	width:100%;
	border-bottom:1px dotted #53575a;
	padding-left:0px;
    padding-top:5px; 
}
ul.leftMenuList li.header{
	border:0px;
}

ul.leftMenuList li.submenu{
	height:auto;
}
ul.leftMenuList li.submenu ul{
	list-style: none;
		padding-left:20px;
}
ul.leftMenuList li.submenu ul li{
	border:0px;

}
ul.leftMenuList li.submenu ul li a{
	font-weight:normal;
	color:#ffffff;
}

ul.leftMenuList li a:link, ul.leftMenuList li a:visited{
	text-decoration: none;
	color: #cccccc;
/*display:block;*/    
	padding:0px;
	padding-top:6px;
	font-weight:bold;
}
ul.leftMenuList li a:hover{
	text-decoration: underline;
	color: #ffffff;
}
/*************************************************************************/

/*************************END MYACCOUNT *************/


/*********************END APPROVED ********************/
























.header_right form{


}

.header_right form label
{
	float:left;
	margin-right:10px;
	font-size:11px;
	line-height:20px;

}
.header_right form input
{
	float:left;
	font-size:11px;
}
.searchinput{
	margin-right:5px;
	width:100px;
	height:15px;
	border:1px solid #333333;
	background-color:#1a1a1a;
}

.searchbutton{
	line-height:20px;
	margin-right:5px;
	width:60px;
	color:#009add;
	font-weight:bold;
	height:15px;
	border:0px;
	background-color:transparent;
}


/**********************END HEAD STYLES *****************************/










/************* CONTACT FORM STYLING **************/
table input[type=text]{
	width:300px;
	height:15px;
	font-size:11px;
	color:#333333;
	border:1px solid #cecece;
}
table textarea{
	width:300px;
	height:50px;
	font-size:11px;
	color:#333333;
	border:1px solid #cecece;
}

/************ ACCOUNT FORM TEXT **************/

.account_input{
	margin:0px;
	width:300px;
	height:15px;
	font-size:11px;
	color:#333333;
	border:1px solid #cecece;
	margin-bottom:10px;
	padding:2px;
	padding-top:4px;

}

select.account_input{
	height:23px;
	width:306px;
}

.search_input{
	float:left;
	width:100px;
	height:12px;
	font-size:11px;
	color:#333333;
	border:1px solid #cecece;
	margin:0px;
}


.account_blue{
	font-weight:bold;
	font-size:14px;
	color:#2b97a3;
}



.account_green{
	font-weight:bold;
	font-size:10px;
	color:#00a651;
}

.account_black{
	font-weight:bold;
	font-size:10px;
	color:#30393D;
}

.account_black11{
	font-weight:bold;
	font-size:11px;
	color:#30393D;
	text-decoration:none;
}

.account_black12{
	font-weight:bold;
	font-size:14px;
	color:#30393D;

}

.newsitem_by{
	position:absolute;
	right:10px;
	top:5px;
	color:#81888d;
	font-style:italic;
	font-family:georgia;
	font-size:11px;
}
.newsitem_by span{
	font-family:georgia;
	font-weight:bold;
	color:#000000;
}
.newsitem_content{
	position:relative;
	margin-top:60px;
}


.newsitem_date{
	position:absolute;
	right:10px;
	top:5px;
}
.newsitem_date h4{
	font-weight:normal;
	color:#81888d;
	font-style:italic;
	font-family:georgia;
	font-size:11px;
}

#contact_form h3{
	margin-bottom:2px;
}