﻿/************************************************/
/*------------- Default Settings ---------------*/
/************************************************/
body {
	background:#FFFDE4;
	color:#000000;
	font:normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0;
}
div, p, img, a, ul, form, input, h1, h2 {margin:0; padding:0;}
ul {list-style:none;}
a, a:visited
{
    font-weight:bolder;
    color:#990000;
    text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}
img {border:none;}
h2
{
    font-size: 18px;
    font-weight:bolder;
    padding: 15px 0px 10px 0px;
    text-align: center;
}
h3
{
    font-size: 14px;
    font-weight:bolder;
    padding: 15px 0px 10px 0px;
    text-align: center;
}
.buttons
{
    text-align:center;
    margin-left:6px;
    padding: 0px 0px 0px 0px;
}
.buttons a, .buttons a:visited{
    display:block;
    float:left;
    margin:0px 20px 0px 20px;
    background-color:#990000;
    border:3px double #990000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    color:#FFFFFF;
    padding:2px 8px 2px 8px;
    width:auto;
    text-align:center;
}
.buttons a:hover
{
    border:3px double #CC0000;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#CC0000;
}
.buttons a:active
{
    border:3px double #990000;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#CC0000;
}
.spacer {font-size:0; line-height:0; clear:both;}
/************************************************/
/*---------- Header & Main Navigation ----------*/
/************************************************/
#headerHolder 
{
	background:#F9F6D4;
	border-bottom: solid 1px #990000;
	text-align:center;
	padding:0px; 
	margin:0 auto; 
	height:100px;
	position:relative;
}
#header 
{
	width:1000px;
	padding:0px; 
	margin:0 auto; 
	height:100px;
	position:relative;
}
#header img {
	position:absolute; 
	top:15px; 
	left:0px;
}
#header h2.punchline {
	color:#996600; 
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	position:absolute; 
	left:100px; 
	top:15px; 
	display:block; 
	width:250px;
	text-align:left;
}
#header h1.title {
	color:#900; 
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	position:absolute; 
	left:100px; 
	top:50px; 
	display:block; 
	width:250px;
}
#header ul {
	padding:0 0 7px 0; 
	height:25px; 
	font-size:10px; 
	line-height:12px;
	font-weight:bold; 
	text-transform:uppercase; 
	position:relative;
}
#header ul li {
	float:right; 
	padding:0 10px 0 0;
}
#header a:hover
{
	background:#CC0000;
	color:#FFFFFF;
	text-decoration: none;
}

.NavLink {
	color:#CC0000; 
	background:#F9F6D4; 
	padding:5px 8px 11px 8px; 
	width:auto;
	display:block;
}

#header .activeNavLink {
	background:#CC0000; 
	color:#FFFFFF; 
	display:block;
	padding:5px 8px 11px 8px; 
	width:auto;	
}

/************************************************/
/*-------------------- Body --------------------*/
/************************************************/
#main {
	width:1000px; 
	padding:0px;
	margin:0px; 
	margin:0 auto;
}
/************************************************/
/*----------------- Left Panel -----------------*/
/************************************************/
#leftPanel {
	width:190px; 
	float:left;
	padding:5px 5px 5px 5px;
}
#leftPanel h2 
{
	border-bottom: solid 1px #695D1E;
	height:27px; 
	padding:0 0 0 9px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
}
#leftPanel ul {
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0;
}
#leftPanel ul li {
	padding:0 0 1px 0;
	border-bottom: dotted 1px #695D1E;
}
#leftPanel ul li a {
	height:24px; 
	display:block; 
	padding:0 0 0 12px; 
	color:#990000;
	background:#FFF6C1;
}
#leftPanel ul li a:hover {
	background-color:#FCF9E3; 
}
.leftPanelButtons
{
    margin-left:6px;
    width:190px;
    height:30px;
}
.leftPanelButtons a, .leftPanelButtons a:visited{
    display:block;
    float:left;
    margin:3px 30px 3px 90px;
    background-color:#990000;
    border:3px double #990000;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    color:#FFFFFF;
    padding:2px 0px 2px 0px;
    width:50px;
    text-align:center;
}
.leftPanelButtons a:hover
{
    border:3px double #990000;
    color:#FFFFFF;
    text-decoration:none;
    background-color:#CC0000;
}
.leftPanelButtons a:active
{
    border:3px double #990000;
    color:#fff;
    text-decoration:none;
    background-color:#CC0000;
}
.leftPanelLabel
{
    font-weight: bold;
}
.leftPanelTextBox
{
    width: 160px;
}
.leftPanelControl
{
	padding: 0 0 2px 0;
	margin: 5px 0 5px 0;
	border: dotted 1px #000000;
	background:#FFF6C1;
}
.leftPanelControlWithMenu
{
	padding: 0;
	margin: 10px 0 0px 0;
	border-top: dotted 1px #000000;
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;	
	background:#FFF6C1;
}
.leftPanelContent
{
	padding: 0 0 0 10px;
}

.leftPanelDropDown
{
    width:160px;
}

.leftPanelDropDownTiny
{
    width:45px;
}

/************************************************/
/*--------------- Content Panel ----------------*/
/************************************************/
#contentPanel {
	width:770px; 
	float:left; 
	padding:5px 15px 5px 5px;
}

/************************************************/
/*----------------- Right Panel ----------------*/
/************************************************/
#rightPanel 
{
	background: url(../Images/Site/rigthBg.jpg) no-repeat;
	width:190px;
	text-align: right;
	position:relative; 
	float:left;
	margin: 10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
}
/************************************************/
/*------------------- Footer -------------------*/
/************************************************/
#footer
{
	padding:15px 0 5px 0;
	color:#996600;
	background:url(../Images/Site/footbg.jpg) no-repeat center top;
}

#footer ul {
	font-size:10px; 
	line-height:12px; 
	margin:0 auto;
	font-weight:bold; 
	text-transform:uppercase; 
	width:450px;
}
#footer ul li {
	float:right;
}
#footer ul li a {
	padding:1px 12px; 
	display:block; 
	width:auto; 
	color:#996600;
	background:#FFFDE4;
}
#footer ul li a:hover {
	color:#990000; 
}
#footer p {
	clear:both; 
	text-align:center; 
	padding:8px 0 0 0;
	font:normal 9px/11px Arial, Helvetica, sans-serif;
}
