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

* {margin: 0px; padding: 0px; font-family:Helvetica, Arial, sans-serif;}
body {
	margin: 0px; 
	font-size: 12px; 
	background-color: #000; 
	background-image:url(assets/bg.jpg); 
	background-repeat:no-repeat; 
	background-position: top;
	color: #333;
}

h1 {font-size: 170%; color:#09213B; margin: 0px 0px 6px 0px;}
h2 {font-size: 120%; color:#8E0000; margin: 0px 0px 3px 0px;}
	h2 a {color:#8E0000;}

p {font-family:"Trebuchet MS", Arial, Verdana, sans-serif; line-height: 20px; margin: 0px 0px 12px 0px;}
	p strong, strong {color: #000;}
a {text-decoration: none; outline: none; color:#000000; font-weight: bold;}
img {border: 0px;}

.linktxt {
	font-size: 12px;
}


.clear {height: 0px; line-height:0px; font-size:0px; clear: both;}

#wrap {width: 900px; margin: 0px auto; padding: 20px; background-color: #fff;}
.bar {
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	margin-bottom: 20px;
	overflow: hidden;
	color: #fff;
	
	background-image: url(assets/bg_bar.jpg); 
	background-repeat: no-repeat; 
	background-position: top;
}
	.countered {color: #ff0000;}

#leftcol {float: left; width: 180px; margin-right:20px;}
	#leftcol ul {}
		#leftcol li {list-style: none;}
			#leftcol li a {
				color: #fff;
				font-weight: bold;
				font-size: 120%;
				display:block;
				line-height: 30px;
				margin-bottom: 8px;
				padding-left: 10px;
				
				background-image: url(assets/bg_nav_a.jpg);
				background-repeat: no-repeat;
				background-position: top;
			}
				#leftcol .divider {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc;}
			#leftcol ul ul li a {
				font-size: 100%;
				line-height: 15px;
				margin: 0px 0px 8px 8px;
				padding-left: 0px;
				background-image: none;
				
				color:#8E0000;
			}

				
#rightwrap {float: left; width: 700px;}
	#maincontent {float:left; width:520px; margin-right: 20px;}
	
	.indexbox {width:216px; float:left; margin: 0px 25px 20px 0px; line-height: 20px;}
		.indexbox img {width: 216px; margin-bottom: 12px;}
	
	
	.sub_index_strip {
		height: 70px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
		.sub_index_strip img {
			width: 500px;
			top: -38px;
			position: relative;
		}	
	
	.quotebox_top {
		background-image: url(assets/bg_quote_top.jpg);
		background-repeat: no-repeat;
		height: 10px;
		margin-top: 24px;
	}
	.quotebox {
		font-size: 150%;
		font-family: georgia;
		line-height: 30px;
		color:#09213B; 
		padding: 10px 20px; 
		text-align: center; 
		background-image: url(assets/bg_quote_mid.jpg);
		background-repeat: repeat-y;
	}
		.quotebox .reference {font-size: 80%; color: #000; font-weight: bold; padding-top: 10px;}
	.quotebox_bot {
		background-image: url(assets/bg_quote_bot.jpg);
		background-repeat: no-repeat;
		height: 10px;		
		margin: 0px 0px 12px 0px; 
	}
	
	.tr-box {
	padding: 0px 10px 10px 0px; 
	float:left;
	}
	

/* Widget Code */

.codebox {
	width: 500px;
	padding: 10px;
	height: 53px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #ccc;
	background-color: #f2f2f2;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	resize: none;
	overflow: hidden;
	outline:none;
}
	

.codebox_nav {
	width: 160px;
	padding: 10px 10px;
	height: 85px;
	margin: 5px 0px 0px 0px;
	border: 1px dotted #ccc;
	background-color: #f2f2f2;
	font-size: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	resize: none;
	overflow: hidden;
	outline:none;
}	

/* End of Widget Code */

	#rightcol {float:left; width:160px;}
		#addthis_rc {padding: 20px 0px; margin-bottom: 20px; border-bottom: 1px solid #ccc;}
	
#addthis {padding-top: 20px; border-top: 1px solid #ccc; margin-top: 20px;}

#footer {text-align: center; margin-top: 20px;}
	#footer a {color: #fff; padding:0px 20px;}
	.footertext {font-size: 11px; color: #999; line-height: 20px; padding:0px 30px;}
		.footertext a {color: #8E0000; font-weight: normal;}