@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

a
{
	text-decoration:none;
}

a img
{
	border:none;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.cleared
{
	clear:both;
}
#wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:1000px;
	height:120px;
	background-image:url(../images/header.jpg);
	
}

#logo
{
	width:315px;
	height:44px;
	padding:30px 0px 0px 20px;
}
#logo_text
{
	width:315px;
	padding:0 0 0 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	font-style:italic;
	font-weight:bold;
}

#horz_menu
{
	width:1000px;
	height:41px;
	background:url(../images/horz_menu.jpg) repeat-x;
}
#horz_menu ul
{
	list-style-type:none;
}

#horz_menu ul li
{
	display:block;
	float:left;
}

#horz_menu ul li a
{
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:3em;
	height:41px;
	display:block;
	padding:0 15px;

}
#horz_menu ul li a:hover
{
	background:url(../images/horz_menu_hover.jpg) repeat-x;
}

#body_content
{
	width:1000px;
	padding:5px 0 0 0;
}
#left_col
{
	width:200px;
	float:left;
}
#left_col h1
{
	color:#FFF;
}
#left_col_top
{
	width:200px;
	height:17px;
	background:url(../images/left_col_top.png) no-repeat;
}

#left_col_mid
{
	width:200px;
	background-color:#187803;
}

#left_col_bot
{
	width:200px;
	height:17px;
	background:url(../images/left_col_bot.png) no-repeat;
}

.nav_list
{
	margin-left:10px;
	margin-bottom:0px;
}
.nav_list li
{
	display:block;
	list-style:none;
}
.nav_list li a
{
	color:#e4ffab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 24px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #23aa06;
	background:url(../images/bullets.png) no-repeat left center;
	padding-left:20px;
}

.nav_list li a:hover
{
	color:#fcff00;
	background-color:#105800;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #23aa06;
}

#body_col
{
	width:790px;
	margin-left:10px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#114197;
}
#body_col h1
{
	color:#187803;
	/*width:440px;*/
	float:left;
	margin-bottom:5px;
}

.body_text
{
	float:left;
	width:780px;
	overflow:hidden;
	font-size:15px;;
}

.description
{
	float:left;
	width:790px;
	overflow:hidden;
	font-size:15px;;
}
.sponsor_right
{
	width:336px;
	height:280px;
	float:right;
}
.sponsor_left
{
	width:336px;
	height:280px;
	background-color:#039;
	float:left;
}

#thumb_block
{
	width:790px;
	margin:10px 0px;
	float:left;
}
.thumbs
{
	float:left;
	width:100px;
	height:100px;
	border:solid #114197 1pt;
	margin:0px 14px;
}

.thumb_text
{
	float:left;
	width:100px;
	margin:0px 15px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:2px 0;
}
.scrap_image
{
	padding:15px 0;
	text-align:center;
	border-bottom: dashed #039 1px;
}

.scrap_image_textbox
{
	overflow:hidden;
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:solid #039 1pt;
	height:44px;
	width:460px;
	margin-top:5px;
}

.ad_block1
{
	width:700px;
	height:250px;
	margin:5px auto;
}
.ad_block2
{
	width:700px;
	height:250px;
	margin:5px auto;
}
.pagination
{
	text-align:center;
	margin:5px;
	clear:both;
}
.pagination ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.pagination ul li {
	margin:5px 2px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #093;
	font-size: 14px;
	display: inline;
}
.pagination a
{
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
.pagination a:hover
{
	color: #ffffff;
	background-color:#030;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	background-color: #003380;
	color: #FFFFFF;
	height: 130px;
}

#footer a {
	font-family: "Verdana";	
	font-weight: bold;
	color: #FFFFFF;
}