/* CSS Document */

body {
	font: 76%/160% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #E2E083;
	margin: 0px;
	padding: 0px;}
	
p {
	margin: 0;
	padding-bottom: .8em;}	

.indent {
	margin-left: 30px;}
	
#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	height: 180px;
	z-index: 100;}	

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	width: 368px;
	background: none;}	
	
#header h2 {
	text-indent: -9999px;
	display: none;}
	
#header p {
	margin: 0px;
	padding: 60px 10px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	position: relative;
	clear: right;
	float: right;
	border-style: none;
	text-align: right;}

#header a {
	font-weight: bold;
	color: #FFFFFF;}	

h2 {
	font: 180%/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 30px;
	padding: 10px 0px;
	width: 99%;
	color: #00254A;
	border-bottom: 1px solid #003366;}
	
h3 {
	font: bold 150%/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00254A;
	padding-bottom: 0px;
	margin-bottom: 1em;}
	
h4 {
	font-size: 110%;
	margin: 1em 0px;
	padding: 0px;
	line-height: 1.3em;
	border-style: none;}
	
h5 {
	font-weight: bold;
	color: #000000;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 1em;}
	
a:link {
	color: #993300;
	text-decoration: none;
	font-weight: bold; }

a:visited {
	color: #993300;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;}

#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #FFF url(images/nav_bg.gif) repeat-y;
	overflow: auto;
	border-top: 2px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;}
	
#content {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(images/nav_bg.gif) repeat-y;
	z-index: 100;}	
	
#content_main {
	width: 625px;
	margin: 0px 0px 0px 160px;
	padding: 10px 80px 20px;}
	
#nav {
	float: left;
	top: 0px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 158px;
	border-top: none;
	border-right:  1px solid #666;
	border-bottom:  none;
	border-left: none;
	background: #10305A;}	
	
#nav ul {
	color: White;
	float: left;
	width: 100%;
	font: 110% arial, helvetica, sans-serif;
	margin: 0;
	padding: 0; }

#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;}
	
#nav li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 8px 0px 4px 10px;
	height: 100%;}
	
#nav li a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	display: block;
	padding: 8px 0px 4px 10px;
	height: 100%;}
	
#nav li a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #E7EFFF;
	display: block;
	padding: 8px 0px 4px 10px;
	height: 100%;
	color: #10305A;}
	
#nav ul ul {
	display: none;}
#nav #join-link {
	background: #900;
	height: 30px;
	float: left;
	width: 140px;
	margin-top: 40px;
	border: 3px solid #E7EFFF;
	padding: 4px 0px;
	margin-left: 8px;
	text-align: center;
	margin-right: 0px;}

#nav #join-link a {
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

#home #nav ul li a.home,
#contact #nav ul li a.contact,
#news #nav ul li a.news {
	color: #10305A;
	background-color: #E7EFFF;
	border-bottom: 1px solid #333333;
}	

.box {
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 2px solid #900;
}

#addthis {
	float: left;
	width: 150px;
	padding-left: 35px;}

.imgRight {
	float: right;
	border: 1px solid #000000;
	margin: 10px 0px 10px 10px; }
	
.imgLeft {
	float: left;
	border: 1px solid #000000;
	margin: 10px 20px 10px 0px; }

.indent {
	padding-left: 30px;
	display: block;}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 1px;}
