@charset "utf-8";
/* CSS Document */

body {
	background-color: #05200C;
	margin: 0px;
	}
	
#wrapper {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 900px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	border: 1px solid #f8d907;
	background-color: #134C23;
	}	

#wrapper_header {
	width: 900px;
	padding: 0px;
	}

#header_left {
 	padding: 10px;
	float: left;
	text-align:left;
	width: 580px;
	 }
 
#header_right {
 	padding: 10px;
	float: right;
	text-align:right;
	width: 280px;
 	}
 
.top_nav {
 	width: 880px;
	border-top: 2px solid #99CC66;
	border-bottom: 2px solid #99CC66;
	padding: 10px;
	clear: both;
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	text-align: center;
	color: #99CC66; 
	font-weight: bold;
	background: #0a3c23;
	}
	
.top_nav a:link, .top_nav a:visited {
	color: #99CC66; 
	font-weight: bold; 
	text-decoration: none;
	}

.top_nav a:hover { 
	color: #ffffff; 
	text-decoration: none;
	}	

#wrapper_content {
	width: 880px;
	background: #134C23;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	}

#content {
	width:820px;
	margin-top: 0px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	background: url(../images/main/bg_top.jpg) no-repeat;
	background-color: #ffffff;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	display:inline-table;
	}	

#content img { border:1px solid #666666; padding:0; }

img.img_left_top {float: left; margin-right:20px; margin-top:0px; margin-bottom:20px;}

#content img.no_border {border:none;}

#col_left_home {
	width:440px;
	padding:0px;
	float:left;
	text-align: justify;
	}

#col_right_home {
	width:350px;
	padding:0px;
	float:right;
	text-align: justify;
	}
	
#col_left {
	width:395px;
	padding:0px;
	float:left;
	text-align: justify;
	}

#col_right {
	width:395px;
	padding:0px;
	float:right;
	text-align: justify;
	}	

#col_left_photos {
	width:295px;
	padding:0px;
	float:left;
	text-align: justify;
	}

#col_right_photos {
	width:495px;
	padding:0px;
	float:right;
	text-align: justify;
	}	

.updated {
	color: maroon;
	font-size:11px;
	text-align: center;
	font-style:italic;
	}

.highlight {color: maroon; background:#FFCC33; padding: 5px; font-weight: bold; line-height: 25px;}

.posted_by {color: maroon; font-weight: bold;}

.small {font-size: 11px;}

hr {color: #fff; background-color: #fff; border: 3px dotted #99CC66; border-style: none none dotted; }

h1 {
	font-size: 18px;
	color: maroon;
	}
	
h2 {
	font-size: 16px;
	color: maroon;
	}	

h3 {
	font-size: 14px;
	color: white;
	}	

h2.facebook_home {
	font-size: 16px;
	background: #6d84b4;
	color: #ffffff;
	width: 340px;
	padding: 5px;
	}

h2.facebook {
	font-size: 16px;
	background: #6d84b4;
	color: #ffffff;
	width: 390px;
	padding: 5px;
	}	

h2.facebook_home_left {
	font-size: 16px;
	background: #6d84b4;
	color: #ffffff;
	width: 425px;
	padding: 5px;
	}

#wrapper_content_closer {
	margin-left:10px;
	width: 840px;
	background: #134C23;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;	
	background: url(../images/main/bg_bottom.jpg) no-repeat;
	height: 9px;
	clear: both;
	}
	
a:link, a:visited { 
	color: #339900; 
	font-weight: bold; 
	text-decoration: underline; 
	}
	
a:hover { 
	color: #cccc33; 
	text-decoration: underline; 
	}

#footer {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: auto; 
	margin-right: auto;
	color: #f8d907;
	padding-bottom: 15px;
	padding-right:0px;
	width: 880px;
	text-align: right;
	clear: both;
	}	

th { color:#05200C; background: #99CC66; padding: 5px;}

#formbox {
	background-color: #99cc66;
	/*width: 260px;*/
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	border: 1px solid #8aba66;
	font-size:12px;
	}
	
.required {color:red;}	
