/*-----
COLORS
dk gray in nav 383735
sidebar grey #4b4a44
-----*/	


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 170%;
	background-color: #59221d;
	background-image: url(images/bg.jpg);
	padding: 0px !important;
	margin: 0px !important;
	background-repeat:repeat-x;
}
	
	
/*-----EXTRA BODY CLASSES - UNCOMMENT TO USE if you need a different body class for the admin wysiwyg editor
						  - test_body is for the admin editor body, mainbody is for the site's main page body tag		 
	
#test_body
{
	background-color: #02356e;
	background-image: none;
}
	
.mainbody
{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bg.jpg);
}

 -----*/	

	
h1, h2.article_header {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	}
	

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	font-weight: bold;
	}
	
p {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 170%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	

a {
	color: #8AC7F7;
	text-decoration: none;
}

a:hover {
	color: #608BAD ;
	text-decoration: underline;
}


	
	
	
/*-----MAIN CONTAINERS-----*/	
	
.container {
	width: 1000px;
	position: relative;
	margin: 25px auto;
	padding:0;
	background-color:#4B4A44;
	border: #000000 solid thin;
	}
	
	
#header {
	padding-left:20px;
	width:920px;
	background: #002b4e url(images/logo.jpg) no-repeat;
	height: 90px;
	background-position: left bottom;
	margin: 0 auto;
	border-bottom:1px solid #666666;
	border-left:5px solid #C1C1C1;
	border-right:5px solid #C1C1C1;
	border-top:1px solid #666666;
	}
	
#logo {
	}
	
.outercontent2 {
	width: 950px;
	margin: 0 auto;
	background-color: #4b4a44;
	}
	
.outercontent {
	}
	
.content {
	position:relative;
	width: 900px;
	border-left:5px solid #C1C1C1;
	border-right:5px solid #C1C1C1;
	margin: 0 auto;
	background-color: #727272;
	min-height:550px;
	padding:20px;
	}

#prefooter {
	clear: both;
	background: #999 url(images/prefooter-bg.jpg) no-repeat;
	height: 20px;
	width: 940px;
	margin: 0 auto;
	border-top:5px solid #C1C1C1;
	border-left:5px solid #C1C1C1;
	border-right:5px solid #C1C1C1;
	border-bottom:5px solid #C1C1C1;
	background-color: #333;	
	}
	
#footer {
	clear: both;
	height: 50px;
	width: 940px;
	margin: 0 auto;
	border-left:5px solid #C1C1C1;
	border-right:5px solid #C1C1C1;
	background-color: #9c8f8f;	
	}
	
/*-----TOP NAVIGATION - ---*/

#leftnav
{
	padding: 0px;
	height: 30px;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	line-height:110% !important;
	width: 940px;
	margin: 0 auto;
	border-left:5px solid #C1C1C1;
	border-right:5px solid #C1C1C1;
	border-bottom:5px solid #C1C1C1;
	background: #31312f url(images/navbar-bg.jpg) no-repeat;
	background-position: left top;
	text-align:center;
	font-weight: bold;
}

#leftnav ul { 
	list-style: none; 
	margin:0 auto;
	height: 28px;
}

#navbox
{	
	margin:0 auto;
}

#navbox li.toplevel 
{ 	
	background-image: url(images/navitem-bg.jpg) no-repeat top left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: center; 
	display:block;
	float:left;
	padding: 8px 19px;
	position:relative;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}

#navbox li.toplevel:hover 
{
	color: #608BAD !important;
	background-image: url(images/rollover.jpg);
	background-repeat: no-repeat;
	background-position: 8px;
}

#navbox a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navbox a:hover
{
	text-decoration: none;
	color: #608BAD !important;
}




/*-----TOP SUB NAVIGATION -- ---*/
	
.subnav
{
	margin:1px;
	display:none;
}

ul.subnav 
{
	z-index:25;
	position:absolute;
	padding: 5px;
	position:absolute;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

.subnav li
{
	text-align: left !important;
	padding: 5px 5px 5px 15px;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #CCCCCC;
}

.subnav li a
{
	text-decoration:none;
	text-align: left !important;
	list-style:none;
	padding:0px 5px 0px 5px;
	font-size:12px !important;
	color: #666666!important;
}

.subnav li a:hover
{
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}




/*-----ADDITIONAL CUSTOMIZATIONS-----*/

#content img{
	border:thin solid #fff;
	margin: 10px;
}

#content input
{
	border: thin solid #333;
	background-color: #CCCCCC;
}

#content textarea
{
	border: thin solid #333;
	background-color: #ccc;
}

#article_image img
{
max-width:400px;
}
	
hr {
}
td {
	background-color: transparent !important;
}
