/*
blue - 4c6178
orange - dd7816
gray - 999999
*/

#website_content
{
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
	float: right;
	width: 517px;
	font-size: 12px;
}

#website_sidebar
{
	font-size: 14px;
	color: #666;
	margin: 0px;
	width: 288px;
	height: 350px;
	float: left;
	background-color: #4c6178;
}

#website_sidebar .spacer
{
	color: #FFF;
	font-weight: bold;
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

#website_sidebar .search_form, #website_sidebar .spacer
{
	display: none;
}

.search_form .spacer
{
	display: none;
}

#website_sidebar .website_sidebar_item
{
	color: #FFFFFF;
	padding: 0px;
}

/* Navigation Styles */

#website_nav {
}

#website_nav ul {
	display:block;
}

#website_nav li {
	list-style:none;
	float:left;
}

#website_nav li a {
/*	height: 17px; */
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	padding:5px 10px 7px 10px;
}

#website_nav li a:hover {
	color: #dd7816;
}	

#website_nav li a.current {
	background-color: #dd7816;
}

#website_nav li a.current:hover {
	color: #4c6178;
}

/* Top Level Navigation */

#nav1 {
	height:26px;
	background-color:#4c6178;
/*	border-top:1px solid #999999;*/
	/*border-bottom:1px solid #999999;*/
}

#nav1 li {
	border-right:1px solid #dd7816;
}

#nav1 li a {
	font-weight:bold;
	font-size: 12px;
}

#nav1 li a:hover {
}	

#nav1 li a.current {
}

#website_nav_login
{
}

/* Secondary Level Navigation */

#nav2 {
	background: #dd7816;
	height:20px;
	padding-top: 1px;
	padding-bottom: 0px;
}

#nav2 li {
}

#nav2 li a {
	font-size: 10px;
	padding-bottom: 0px;
}

#nav2 li a:hover {
	color: #4c6178;
}

#nav2 li a.current {
	font-weight:bold;
}

#after_nav
{
	height: 5px;
	background-color: #dd7816;
}

/* lists */

.website_list_item
{
	background-color: #E0E0E0;
	padding: 5px;
	margin-bottom: 10px;
}

.website_list_item .title
{
	font-size: 14px;
	border-bottom: 1px solid #999;
}

.website_list_item .description, .website_list_item .content
{
	padding: 10px;
	color: #666;
	padding: 5px;
	margin-bottom: 10px;
}

.website_blog_post .title
{
}

.website_blog_post .date
{
	color: #999;
	font-size: 10px;
	border-bottom: 1px solid #999;
}

.website_blog_post .description, .website_blog_post .content
{
	padding: 10px;
	color: #666;
	font-size: 12px;
}

.website_blog_comment .comment
{
}

.website_blog_comment .title
{
	border-bottom: 1px solid #999;
}

.website_blog_comment .comment
{
	font-size: 12px;
	padding: 10px 0px;
}

.website_blog_comment .add_comment
{
	padding: 5px;
	background-color: #E0E0E0;
}
