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

* {margin: 0; padding: 0;}

img {border: none;}

.float_left {float: left; margin-right: 5px; margin-bottom: 2px; padding: 1px; border: 1px solid gray;}

p {margin: 15px 0;}

p.paneltext {margin: 0; padding: 15px;}

a {color: #849689;}

a:hover {color: #f9e4b3;}

small {font-size: 10px; letter-spacing: 1px;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	font-weight: normal;
}

.frame_title {
	height: 45px;
	color: #29232e;
	text-align: center
}

.sidebar_heading {padding: 5px; background: #29232e; color: #849689}



.featured_heading {
	background-image: url(images/header.png);
	height: 200px;
	width: 555px;
	text-indent: -10000px;
	background-repeat: no-repeat;
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	background-color: #46464a;
	margin: auto;
	width: 1024px;
	
}

#header {
	background-image: url(images/header.jpg);
	height: 116px;
}

#header_logo {
	float: right;
	height: 60px;
	width: 320px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#header_nav_top {
	border: 0px solid red;
	float: left;
	height: 20px;
	width: 660px;
	padding: 20px;
	
}

#header_nav_main {
	border: 0px solid red;
	height: 28px;
	clear: both;
}

#main_left {
	width: 722px;
	float: left;
	background-color: #46464a;
	margin-left: 20px;
	background-repeat: no-repeat;
}

#featured {
	background-image: url(images/featured.jpg);
	height: 100px;
	width: 682px;
	padding: 20px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}

#content {
	width: 722px;
	padding-top: 40px;
	margin-bottom: 20px;
	clear: both;
}

#featured_nav {}


#main_right {
	width: 227px;
	float: right;
	background-color: #46464a;
	margin-right: 20px;
}

#sidebar_header {
	background-image: url(images/side_bar_header2.jpg);
	height: 25px;
	width: 227px;
}

#sidebar_content {
	background-image: url(images/side_bar_header2.jpg);
	width: 227px;
}


#sidebar_footer {
	background-image: url(images/sidebar_footer.jpg);
	height: 25px;
	width: 227px;
}

#footer {clear: both; height: 50px; text-align: left; padding-top: 50px;}

.frame_left {
	background-image: url(images/frame.jpg);
	height: 380px;
	width: 341px;
	border: 0px solid red;
	float: left;
	margin-right: 20px;
}

.frame_right{
	background-image: url(images/frame.jpg);
	height: 380px;
	width: 341px;
	border: 0px solid red;
	float: right;
}

.frame_img {
	margin: 32px auto 24px;
	height: 275px;
	width: 275px;
	border: 0px solid red;
}



#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a
{
	color: #FFCC66
;
	font-weight: bold;
	text-decoration: none;
}

/* main nav */

#header_nav_main ul
{
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 12px;
}

#header_nav_main ul li { display: inline; }

#header_nav_main ul li a
{
	color: #849689;
	text-decoration: none;
	float: left;
	margin-top: 1px;
	padding-top: 8px;
	padding-right: 1em;
	padding-bottom: 10px;
	padding-left: 1em;
}

#header_nav_main ul li a:hover
{
	color: #f9e4b3;
	background-image: url(images/hover.jpg);
	background-repeat: no-repeat;
}

/* Sidebar navigation */

.sidebar_navcontainer { width: 180px; margin-left: 21px; padding-bottom: 20px;}

.sidebar_navcontainer ul
{
list-style-type: none;
}

.sidebar_navcontainer a
{
	display: block;
	padding: 5px;
	height: 17px;
	width: 176px;
	background-image: url(images/sidebar_nav.png);
	background-repeat: repeat-x;
}

.sidebar_navcontainer a:link, #sidebar_navlist a:visited
{
color: ##849689;
text-decoration: none;
}

.sidebar_navcontainer a:hover
{
    color: #f9e4b3;
	background: url(images/sidebar_nav.png) repeat-x bottom left;
}
