﻿body 
{
	background-attachment: fixed;
	background-image: url(../images/global/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 10pt;
	color: #414141;
	text-align: center;
	margin:0;
	padding:0;
}

h1
{
	color: #fff;
}

a
{
	text-decoration:underline;
	color:#499331;
	font-weight:bold;
}

.CMSWhite
{
	background-image: none;
}

.message
{
	color: Red;
}

#mainContent p
{
	margin: 5px 5px 10px 0;
}

#page 
{
	display:block; 
	margin:0 auto; 
	padding:18px 0 18px 0; 
	width:879px; 
}

#hdr
{
    height: 135px;
    background-image: url(../images/global/top.png);
    background-repeat: no-repeat;
    display:block;
    width:863px;
    padding:0 8px;
	text-align:left;
}

#main 
{  
	float:left; 
	background-image: url(../images/global/main.png);
	background-repeat: repeat-y;
}

#leftCol 
{ 
	float:left; 
	width: 200px; 
	padding:0 0 0 10px; 
	text-align:left;
}

#centerCol 
{ 
	float:left; 
	width: 448px; 
	padding:0 8px 50px 8px; 
	text-align:left;
}

#leftTwoCol
{
	/* Dave.com, NAPA - 6/2008 -- see WMAMaster_napa.master */
	float:left; 
	width: 648px; 
	padding:0 8px 50px 8px; 
	text-align:left;
}


#centerColAdmin
{ 
	float:left;  
	width: 651px;
	padding:0 8px 50px 8px; 
	text-align:left;
}

.contentTitle
{
	font-weight:bold;
	font-size:14pt;
}

.pageTitle
{
	font-weight:bold;
	font-size:14pt;
	color: #f89b1d;
	display:block;
	margin: 0 0 10px 0;
}

.subTitle
{
	font-weight:bold;
	font-size:11pt;
	display:block;
	margin: 0 0 5px 0;
}

#rightCol 
{ 
	float:right; 
	width: 195px; 
	padding:0 10px 0 0; 
	text-align:left;
}

#footer
{
	float:left;
	display:inline;
    height: 75px;
    width: 863px;
    background-image: url(../images/global/bottom.png);
    background-repeat: no-repeat;
    padding:28px 8px 0 8px;
    font-size:9pt;
}

#logo
{
	float:left;
	padding: 11px 0 0 13px;
}

#title
{
	float:left;
	padding: 62px 0 0 7px;
}

#navigation
{
	float:left;
	padding: 95px 0 0 0;
	z-index: 1;
	margin: 0 0 0 -255px;
}

#searchBox
{
	float: left;
	display: inline;
	margin: -52px 0 0 424px;
}

#contactUsLink
{
	float: right;
	margin: -100px 10px 0 0;
}

#quickFinds .linkTable
{
	margin: 0 0 0 2px;
}

.linkTable
{
	margin: 0 0 0 -10px;
}

.linkTable a
{
	color:#499331;
}

#submitBox
{
	background-image: url(../userControls/images/submitBox.gif);
	background-repeat: no-repeat;
	margin: 27px 0 0 0;
	height:142px;
}

#submitBox p
{
	font-size: 9pt;
	padding: 39px 23px 0 10px;
}

#submitNowButton
{
	margin: -7px 0 0 18px;
}

#newsletterBox
{
	background-image: url(../userControls/images/newsletterBox.gif);
	background-repeat: no-repeat;
	height:142px;
}

#newsletterBox p
{
	font-size: 9pt;
	padding: 39px 23px 0 10px;
}

#pleaseNote
{
	background-image: url(../userControls/images/pleaseNote.gif);
	background-repeat: no-repeat;
	margin: 75px 0 0 0;
	height:182px;
}

#pleaseNote p
{
	font-size: 9pt;
	padding: 39px 23px 0 10px;
}

.dash
{
	margin: 13px 0 13px 0;
}

.inputFormTable
{
	padding: 3px;
}

.inputFormTable .label
{
	text-align: right;
}

.inputFormTable .input
{
	text-align: left;
}
.informationalText
{
	font-size:8pt;
	font-style:italic;
}

.PublicationsGridHeader
{
	display:none;
}

.staticMenuItem
{
	text-decoration:underline;
}

.staticSelectedMenuItem
{
	text-decoration:none;
	color:Red;
}
