﻿#BodyDiv
{
	background-color: #FFFFFF;
	width: 780px;
	text-align: left;
	border-left: solid 1px #D3D1AD;
	border-right: solid 1px #D3D1AD;
	border-bottom: solid 1px #D3D1AD;
	margin: auto;
}

#HeaderCell
{
	height: 50px;
        padding-left: 10px;
}

#PageDiv
{ 
	margin: 0px;
}

BODY
{
	background-color: #E9E8D8;
}

TD, .Button, .InputBox
{
	font: normal normal normal 9pt 'Trebuchet MS';
}

.Button, .InputBox
{
	height: 20px;
}

#ToolbarNavCell
{
	height: 31px;
	background: url(../images/nav_gradient2.gif) repeat-x;
}

A
{
	font: normal normal normal 9pt 'Trebuchet MS';
	color: #FF5000;
	text-decoration: none;
}

#ToolbarNavDiv 
{
	height: 31px;
	margin: 0;
}

#ToolbarNavDiv a {
	display: block;
	float: left;
	height: 20px;
	padding: 9px 20px 0 22px;
	background: url(../images/hnav_divider2.gif) no-repeat;
	text-decoration: none;
	font: normal normal bold 9pt 'Trebuchet MS';
	color: #FFFFFF;
}

#ToolbarNavDiv a:hover {
	text-decoration: underline;
}

#LeftCell
{
	width: 200px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 25px;
}

#RightCell
{
	width: 200px;
	padding-right: 10px;
	padding-top: 30px;
}

#NavContentCell
{
	vertical-align: top;
	background: #FFFFFF url(../images/bg_content_top.gif) repeat-x;
	border-top: 1px solid #FF5000;
}

#ContentDiv 
{
	vertical-align: top;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

#BlockDiv 
{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.LogoText
{
	font-size: 18pt;
}

.BlockTitleDiv 
{

}

.BlockContentDiv {
	padding-left: 10px;
	padding-top: 10px;
}

#PageFooterDiv {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/bg_footer_top2.gif) repeat-x 0px 1px;
	text-align: center;
}

.HelpPanel
{
	width: 200px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 5px;
}

.RSSTitle
{
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.RSSTimestamp
{
	font-size: 8pt;
	color: #999999;
}
.RSSDescription
{
	
}


/*********** CONTENT SLIDER *************/

#items_container {
	width: 700px;
	height: 150px;
	overflow: hidden;
	position: relative;
	/*left: 105px;
	top: 118px;*/
	/*background-color:#323232;*/
	color: #333333;
}

#controls {
	width: 150px;
	height: 22px;
	position: absolute;
	/*top:  2px;*/
	left: 70px;
	list-style: none;
}

#controls li {
	display: block;
	position: relative;
	width: 85px;
	height: 20px;
	border: 1px solid;
	border-color: #BDBDBD;
	background-color: #E6E6E6;
	list-style: none;
}

#controls a {
	display: block;
	width: 70px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #BDBDBD;
}

#prevbtn {
	left: 10px;
}

#playbtn {
	left:  194px;
}

#nextbtn {
	left: 373px;
}



/*  num nav stuff */

#num_nav {
	width: 600px;
	height: 30px;
	position: relative;
	/*top:  50px;*/
	left: -30px;
	list-style: none;
}

#num_nav li {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px;
	border: 1px solid;
	border-color: #BDBDBD;
	background-color: #E6E6E6;
}

#num_nav a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
        color: #BDBDBD;
}


/*  end num nav stuff */



div.slide_item {
	width: 700px;
	height: 150px;
	position: absolute;
	left: 701px;
	top: 20px;
	/*background-color:#292929;*/
}

div.first_item {
	left: 0;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #6e6c19;
}

div.slide_item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color:#999999;
}

.BlockTitleDiv
{
	font: normal normal normal 14pt 'Trebuchet MS';
	color: #333333;
	letter-spacing: -1px;
}
#PageDiv
{
	font: normal normal normal 9pt 'Trebuchet MS';
	color: #505050;
	text-align: center;
}
#ContentCell
{
	height: 500px;
}

.contentheading
{
	font-size: 13pt;
	font-weight: bold;
}

table.blog, table.contentpaneopen
{
	width:100%;
}
	
div.AcctSetupProgress
{
	margin-bottom: 10px;
}

div.AcctSetupNav
{
	margin-top: 10px;
}

#HeaderCellRight .moduletable h3
{
	font-size: 10pt;
	margin: 0px;
}

#HeaderCellRight .moduletable
{
	float: right;
}

#HeaderCellRight
{
	vertical-align: top;
}

INPUT.loginhl
{
	width: 65px;
	height: 16px;
	font-size: 8pt;
}

.Button
{
	font-size: 8pt;
}

#form-login-password LABEL
{
	margin-left: 7px;
}