@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	background: #fff;
}
td{
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #4b4b4b;
}
a{
	color: #068092;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #068092;
	text-decoration: none;
	outline: none;
}
img{
	border: 0;
	outline: none;
}
form{
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
}

.centeralign{
	text-align: center ! important;
}
.rightalign{
	text-align: right ! important;
}
.horz_line{
	background: url(../images/graydot.gif) left center repeat-x;
}
.horz_dot_1{
	background: url(../images/dot_1.gif) left center repeat-x;
}
.horz_dot_2{
	background: url(../images/dot_2.gif) left center repeat-x;
}
.vert_line{
	background: url(../images/graydot.gif) center top repeat-y;
}
.space30{
	height: 30px;
}
.comments{
	background: url(../images/icon_comment.gif) left center no-repeat;
	padding: 0 0 0 20px;
}
.comments strong a{
	color: #4b4b4b;
	text-decoration: none;
}
.green_heading{
	font-weight: bold;
	color: #78a305;
	line-height: 20px;
}
.dotted_bottom{
	background: url(../images/dot_2.gif) left bottom repeat-x;
}

/* Images */
img.bottom_margin_pix{
	margin: 0 0 7px 0;
}
img.right_margin_pix_bordered{
	margin: 0 8px 0 0;
	border: 1px solid #dbe1d3;
}
img.framed_pix{
	padding: 2px;
	border: 1px solid #d6d6d6;
}
img.gray_bordered_pix{
	border: 1px solid #eeeeee;
}
/* End Images */


/* Links */
a.read_more_link{
	background: url(../images/arrow.gif) left 2px no-repeat;
	padding: 0 0 0 16px;
}
a.greenlink{
	color: #61a900;
	text-decoration: none;
}
a.add_frnd_link{
	background: url(../images/icon_add_frnd.gif) left center no-repeat;
	padding: 3px 0 3px 25px;
}
a.send_pm_link{
	background: url(../images/icon_send_pm.gif) left center no-repeat;
	padding: 3px 0 3px 25px;
}
a.block_user_link{
	background: url(../images/icon_block_user.gif) left center no-repeat;
	padding: 3px 0 3px 25px;
}
/* End Links */


/* Form Items */

input.txtbox, textarea.txtbox{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px solid #86AB16;
	padding: 2px;
	width: 200px;
}
textarea.txtbox{
	width: 200px;
	height: 60px;
}
input.button{
	width: 120px;
	height: 23px;
	border: 0;
	background: url(../images/btbg_yl.gif) center center no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7b0000;
	outline: none;
}
input.button1{
	width: 150px;
	height: 23px;
	border: 0;
	background: url(../images/btbg_y2.gif) center center no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7b0000;
	outline: none;
}



/* Main Table */
table#maintable{
	width: 996px;
	height: auto;
	border: 0;
	float: none;
	clear: both;
	margin: 0 auto;
}

/* Header */
table#header{
	width: 100%;
	height: 71px;
	border: 0;
	background: url(../images/header_mid.jpg) left center repeat-x;
}
table#header table{
	width: 97%;
	margin: 0 auto;
}
table#header td{
	vertical-align: middle;
}
/* End Header */

/* Header Cartoon */
div#header_cartoon{
	width: 149px;
	height: 93px;
	border: 0;
	background: url(../images/cartoon.png) center center no-repeat;
	position: absolute;
	margin: 2px 0 0 650px;
	z-index: 100;
}
* html #header_cartoon{
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/cartoon.png", sizingMethod="crop");
}
/* End Header Cartoon */


/* Top Navigation */
table#topnav{
	width: 97%;
	height: 23px;
	border: 0;
	background: url(../images/topnav_mid.gif) left center repeat-x;
	margin: 0 auto;
}
table#topnav td#nav_extreme_left{
	background: url(../images/topnav_left.gif) left center no-repeat;
}
table#topnav td#nav_extreme_left.menu a:hover, table#topnav td#nav_extreme_left.menu a.selected, table#topnav td#nav_extreme_left.menu a:hover.selected{
	color: #fff;
	text-decoration: none;
	background: url(../images/topnav_left_selc.gif) left center no-repeat;
}
table#topnav td#nav_extreme_right{
	background: url(../images/topnav_right.gif) right center no-repeat;
	text-align: right;
	padding: 0 15px 0 0;
	width: 100%;
}
table#topnav td#nav_extreme_right a{
	font-weight: bold;
	color: #679800;
	text-decoration: none;
}
table#topnav td#nav_extreme_right a:hover{
	color: #ea8f00;
	text-decoration: none;
}
table#topnav td{
	line-height: 21px;
	font-family: Tahoma, Geneva, sans-serif;
	white-space: nowrap;
}
table#topnav td.menu{
	font: bold 10px/22px Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #272727;
}
table#topnav td.menu a{
	display: block;
	padding: 0 14px;
	color: #272727;
	text-decoration: none;
}
table#topnav td.menu a:hover, table#topnav td.menu a.selected, table#topnav td.menu a:hover.selected{
	color: #fff;
	text-decoration: none;
	background: url(../images/topnav_selc.gif) left center repeat-x;
}
/* Top Navigation */


/* Body */
table#body{
	width: 100%;
	height: auto;
	border: 1px solid #d6d6d6;
	background: url(../images/greendot.gif) left bottom repeat-x;
	margin: 10px 0;
}

/* Top Search */
table#top_search{
	width: 100%;
	height: 60px;
	border: 5px solid #fff;
	background: #f8f9e5;
}
table#top_search td{
	vertical-align: middle;
}
table#top_search table#search_box{
	width: 590px;
	height: auto;
	margin: 0 auto;
}
table#top_search table#search_box td#textbox{
	background: url(../images/bg_searchbox_large.gif) left center no-repeat;
	width: 282px;
	padding: 0 5px;
}
table#top_search table#search_box td#textbox input{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #868585;
	border: 0;
	background: none;
	width: 282px;
	outline: none;
}
table#top_search table#search_box select{
	color: #868585;
	width: 175px;
	outline: none;
}
table#top_search table#search_box input.button, table#top_search table#search_box_small input.button{
	width: 102px;
	height: 23px;
	border: 0;
	background: url(../images/btbg_yl.gif) center center no-repeat;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #7b0000;
	outline: none;
}


table#top_search table#search_box_small{
	width: 490px;
	height: auto;
	margin: 0 auto;
}
table#top_search table#search_box_small td#textbox{
	background: url(../images/bg_searchbox_small.gif) left center no-repeat;
	width: 232px;
	padding: 0 5px;
}
table#top_search table#search_box_small td#textbox input{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #868585;
	border: 0;
	background: none;
	width: 222px;
	outline: none;
}
table#top_search table#search_box_small select{
	color: #868585;
	width: 125px;
	outline: none;
}


/* End Top Search */

/* Content */
table#body_content{
	width: 100%;
	height: auto;
	margin: 12px 0 17px 0;
}
table#body_content td#body_content_leftcol{
	padding: 0 0 0 12px;
}
table#body_content td#body_content_rightcol{
	padding: 0 12px 0 0;
}
table#body_content h1{
	font: bold 18px/22px Calibri, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 5px 0 7px 0;
	color: #ea8f00;
}	
table#body_content h2{
	font: bold 16px/22px Calibri, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 5px 0;
	color: #565656;
}
table#body_content h1 strong, table#body_content h2 strong{
	color: #000;
}
/* Content */

/* Item Display */
table.item_display_box{
	width: 100%;
	height: auto;
	border: 0;
}
table.item_display_box td{
	text-align: center;
	font: normal 10px/17px Verdana, Geneva, sans-serif;
	color: #727272;
}
table.item_display_box h4, table.item_display_box h4 a, table.item_display_box h4 a:hover{
	font: bold 10px/17px Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	color: #7dc011;
	text-decoration: none;
}
table.item_display_box img{
	width: 138px;
	height: 109px;
	padding: 2px;
	border: 1px solid #d6d6d6;
	margin: 0 0 5px 0;
}
table.item_display_box img.icon{
	width: auto;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0 0 0 5px;
}
table.item_display_box strong{
	font-weight: normal;
	color: #000;
}



/* Spotlight */
table.spotlight_box{
	width: 100%;
	height: auto;
	border: 0;
}
table.spotlight_box h4, table.spotlight_box h4 a, table.spotlight_box h4 a:hover{
	font: normal 12px/21px Arial, Helvetica, sans-serif;
	color: #88aa00;
	padding: 0;
	margin: 0 0 3px 0;
	text-decoration: none;
}
table.spotlight_box img{
	border: 1px solid #dbdbda;
	margin: 0 10px 4px 0;
}
table.spotlight_box h1{
	margin-top: 0 ! important;
}



/* End Body */


/* Footer */
table#footer{
	width: 100%;
	height: auto;
	border: 0;
	margin: 0 0 10px 0;
}
table#footer td{
	text-align: center;
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #767676;
}
table#footer a{
	display: inline;
	padding: 0 3px;
	color: #767676;
	text-decoration: none;
}
table#footer a:hover{
	color: #767676;
	text-decoration: underline;
}
/* End Footer */


/* Special Boxes */
table.cellpadded_box{
	width: 100%;
	height: auto;
	border: 0;
}
table.cellpadded_box td{
	padding: 0 0 10px 0;
}



table.flexi_box{
	width: auto;
	margin: 0 auto;
}


table.centeraligned_box{
	margin: 0 auto;
}
/* End Special Boxes */


/* List Items */
ul.list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.list li{
	padding: 0 0 2px 0;
	margin: 0;
	color: #7f7f7f;
}
ul.list a{
	color: #61a900;
	text-decoration: none;
}
/* End List Items */