﻿@charset "UTF-8";
/* 
	Background-Styles 
*/

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	line-height:19px;
}
#wrap {
	width: 780px;
	margin: 0 auto;
}
a {
	color: #00A6DD;
}
h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #59524A;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00A6DD;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00A6DD;
	font-weight: normal;
	margin-bottom: 10px;
}
#content_left h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #59524A;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top:0px;
}


/* 
	Header-Styles 
*/

#header {
	width: 780px;
	margin: 0 auto;
	height: 263px;
	float: left;
	background: url(images/header2.jpg) no-repeat;
}
#navigation {
	float: left;
	width: 500px;
	overflow: hidden;
	padding: 5px 0px 0px 45px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	margin-right: 15px;
}
#navigation a {
	color: #aea396;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}
#logo {
	width: 195px;
	float: left;
}
#banner {
}
#content {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
}
#content_right {
	width: 560px;
	background-color: #FFFFFF;
	float: right;
	text-align:justify;
}
#content_left {
	float:left;
	padding-left:0px;
	width:200px;
	margin-bottom: 25px;
}
#footer {
	color:#999999;
	height: 30px;
	margin: 0 auto;
	width: 780px;
	text-align: center;
	padding: 0;
	font-size: 11px;
	margin-top:35px;
}
#footer a{
	color:#999999;
}
#content_left li {
	list-style-type: none;
	padding: 5px;
	border-bottom:solid 1px #e1e1e1;
	background-color:#f6f6f6;
}
#content_left li:hover {
background-color:#ffffff;
}
#content_left ul {
	margin: 0;
	padding: 0;
}
#content_left li a {
	text-decoration:none;
}
#content_left li a:hover {
	text-decoration:underline;
}
.menu {
	height:32px;
	position:relative;
	z-index:100;
	padding-top:8px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	margin-right:15px;
}

.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#aea396;
	height:30px;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#ccc;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#ccc;
}
.menu ul ul :hover > a.drop {
	background:#ccc;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ccc;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#f8f8f8;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:149px;
}
/* position the third level flyout menu */
.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0; 
	left:0;
	border-collapse:collapse;;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#f8f8f8;
	opacity: .9;
	color:#6b96b9;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	font-weight:normal;
	text-transform:none;
	letter-spacing:0px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fca83e;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fca332;
	background:#ffffff;
	opacity: 1;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,.menu ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
}
.float_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.float_left_2 {
	float: left;
	margin: 0px 10px 100px 0px;
}
.float_right {
	float: right;
	margin: 0px 10px 10px 0px;
}
#breadcrumbs{
font-size:10px;
margin-bottom:0px;
}
#new_members {
	display:none;
}
.board {
	width:120px;
	float:left;
	margin-right:45px;
	line-height:14px;
	margin-bottom:35px;
}
.board_image {
	width:108px;
	float:left;
}
.board_text {
	float:left;
	font-size:11px;
}
.post {
margin-bottom:35px;
}
.post_details {
padding:4px;
background-color:#f6f6f6;
font-size:11px;
}