/*-----------------------*
 *	Allover the document
 *-----------------------*/
* {
	font-family: "Trebuchet MS";
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#mainWrapper {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.clearer {
	clear:both;
}
.red {
	color:#FF3300;
}
.green {
	color: #70A20A;
}
.orange {
	color: #F26E2D;
}
.dotted_border_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6D6D6D;
}
form {
	margin: 0px;
	padding: 0px;
}
.row1 {
	background:#F9F9F9;
}

.row-1 {
	background:#F4F4F4;
}
.dataTh {
	background:#5C5C5C none repeat scroll 0% 50%;
	color:#FFFFFF;
	font-weight:bold;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom: 5px;
	margin-bottom: 5px;
	visibility: visible;
}

.button {
/*	font-size: 12px;
	line-height: 100%;
	padding: 0px;
	height:26px;
	border:none;
*/}
.button a {
	background: url(../images/button_bg.gif) repeat-x;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 7px 10px;
	line-height:0px;
	vertical-align:middle;
}
hr {
	padding: 0px;
	color: #D6D6D6;
	line-height: 0px;
	font-size: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.ads{
	text-align:center;
}

/*-------------------*
 *	Header Section
 *-------------------*/
#Logo {
	margin-top: 36px;
	float: left;
}

/*-------------------*
 *	Top Navigation
 *-------------------*/
#navigation {
	height: 25px;
	float: right;
	background-repeat: no-repeat;
	margin-top: 77px;
	font-size: 12px;
	width: auto;
}
#navig_left {
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	width: 5px;
	float: left;
	height: 25px;

	filter:alpha(opacity=70);
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
}
#navig_right {
	background-image: url(../images/menu_right.gif);
	float: left;
	background-repeat: no-repeat;
	height: 25px;
	width: 5px;

	filter:alpha(opacity=70);
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
}
#navig_content {
	float: left;
	background-color: #FFFFFF;
	
	filter:alpha(opacity=70);
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
	
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
#navig_content p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 100%;
}
#banner img {
	margin-top: 8px;
}

#navig_content a {
	color: #000000;
	text-decoration: none;
}


/*------------------------------------------------*
 *	Content Wrapper (Side box + Content [+ Ad])
 *------------------------------------------------*/
#contentWrapper {
	z-index: 0;
	padding: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#contentWrapper h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#contentWrapper h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}


/*-------------------*
 *	Side Box
 *-------------------*/

#sidebox {
	width: 254px;
	left: 33px;
	top: -103px;
	z-index: 1;
	float: left;
	position: relative;
	margin-right: 40px;
	height:auto;/* 280px;*/
}
#sidebox_top {
	background-image: url(../images/sidebox_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 3px;
}
#sidebox_bottom {
	background-image: url(../images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	height: 32px;
}

#sidebox_content {
	background-color: #F6F6F6;
	background-image: url(../images/sidebox_bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
#sidebox_content ul {
	padding:10px 0px;
	margin:0px 0px 0px 25px;
	list-style-image:url(../images/bullet.gif);
}
#sidebox_content h1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #70A20A;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px;
}
#sidebox_content h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #70A20A;
	font-size: 14px;
	padding: 0px;
}
#sidebox_content p {
	margin: 0px;
}
#sidebox a {
	color: #F26E2D;
	text-decoration: none;
}
#sidebox h2 a {
	color: #70A20A;
	text-decoration: none;
}

#news .content {
	float:right;
	width: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#news .day {
	float:left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6D6D6D;
	width: 40px;
}
.more, .more a {
	font-size: 12px;
	color: #F26E2D;
	text-align: right;
	text-decoration:none;
}
#news .day h2 {
	font-size:24px;
	color:#D16F00;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-align:center;
}
#news .day h3 {
	font-size:12px;
	color:#D16F00;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	text-align:center;
}

/*--------------------------*
 *	1 Column Section Style
 *--------------------------*/

#contentBody1Column {
	width: 620px;
	float: left;
	padding: 10px;
}

/*--------------------------*
 *	2 Column Section Style
 *--------------------------*/

#contentBody2Column {
	width: 370px;
	float: left;
	padding: 10px;
}
#adv_pane {
	float: right;
	width: 250px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6D6D6D;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentBody1Column a,#contentBody2Column a {
	color:#F26E2D;
}
/*-----------------------*
 *	Footer Section
 *-----------------------*/

#footerWrapper {
	background-color: #535241;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	color: #FFFFFF;
	padding: 10px;
}
#footerBody {
	width: 944px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 100%;
}
#footerBody p {
	line-height: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerBody a {
	color: #FFFFFF;
	font-family: Tahoma;
	text-decoration: none;
}
#footerBody a:hover {
	text-decoration: underline;
}

/*  Pagination  */
.pagination .link {
	float:left;
	display:block;
	padding:1px 5px;
}
.pagination .nolink {
	float:left;
	display:block;
	padding:1px 5px;
}