@import "menu_style.css";
@import "nav_bar.css";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	color:#000033;
	
	/*background-repeat:repeat-x;
	background-image:url(images/body_bkgnd_grad.jpg);
	*/
	margin:0px;
}

img
{
	border:0px;
}

a img
{
	border:0px;
}

a
{
	text-decoration:none;
	color:#003366;
	font-weight:600;
}

.large_link
{
	color:#FFFFFF;
}

.date_stamp
{
	color:#999999;
}

.wrapper
{
	width:100%;
	text-align:left;
}


.main_box
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
	margin-bottom:4px;
	margin-top:2px;

	background-color:#E5E5E5;
	border:solid #CCCCCC 1px;
}

#top_banner
{
	background-color:#b70000;
	color:#FFFFFF;
}


.block
{
	margin:0px;
	overflow:auto;
}

.item
{
	float:right;
}

.banner_box
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:91px;
}

#banner_logo
{
	position:relative;
	left: 0px;
	top: 0px;
	float:left;
}

#banner_search
{
	float:right;
	position:relative;
	left: 0px;
	top: 54px;
}

#banner_tagline
{
	float:left;
	position:relative;
	left: 0px;
	top: 48px;
	font-weight:bold;
	margin-left:10px;
	font-size:13px;
}


#banner_date
{
	position:relative;
	left: 500px;
	top: 0px;
}

.banner_fill
{
	height: 100px;
}

.article_block
{
	padding:10px;
	font-size:14px;
}

.mini_ad_box
{
	width:222px;
	height:90px;
	float:right;
}

.mini_title_box
{
	width:232px;
	height:90px;
	float:left;
}



.section_block_full
{
	width:962px;
	float:left;

	margin-top:8px;
	margin-left:8px;
	
	border: solid #CCCCCC 1px;
	background-color:#FFFFFF;
	padding:6px 10px 6px 10px ;

}

.section_row
{

}

.section_block_half
{
	width:466px;
	float:left;

	margin-top:8px;
	margin-left:8px;
	
	border: solid #CCCCCC 1px;
	background-color:#FFFFFF;
	padding:6px 10px 6px 10px ;
}

.section_one_third
{
	width:300px;
	float:left;

	margin-top:8px;
	margin-left:8px;
	
	border: solid #CCCCCC 1px;
	background-color:#FFFFFF;
	padding:6px 10px 6px 10px ;
	
	overflow:hidden;
}

.section_two_thirds
{
	width:632px;
	float:left;

	margin-top:8px;
	margin-left:8px;
	
	border: solid #CCCCCC 1px;
	background-color:#FFFFFF;
	padding:6px 10px 6px 10px ;
}

#footer
{
	background-color:#000000;
	text-align:center;
	color:#FFFFFF;
	height:30px;
}

#footer a
{
	text-decoration:none;
	color:white;
}

#footer ul
{
	margin:0px;
	padding-top:5px;
}

#footer li
{
	font-size:12px;
	display: inline;
	list-style-type: none;
	padding-right: 24px;
}

.admin_edit_panel
{
	border:solid 1px #CCCCCC;
	background-color:#F4F5F1;
	padding: 3px 10px 3px 10px;
}

.pic_right
{
	float:right;
	margin-left:10px;
}


.text_box_right
{
	float:right;
	margin-left:10px;
	padding-right:15x;
	padding-left:10px;
	width:400px;
}

.space_fill_big
{
	height:200px;
}



.text_larger
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


.error_message_block
{
	border: #000000 1px solid;
	background-color:#FFFFD9;
	padding: 5px;
	overflow:auto;
	color:red;
	font-weight:bold;
}