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

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


/* zero everything */
/* utility styles */

a {
color: #373e3d;
font-size: 12px;
}

a:hover {
color: #cccccc;
}

a img {
border: none;
}

.auto {
width: auto;
}

body, p, form {
margin: 0px;
padding: 0px;
}

body {
margin-top: 0px;
}

.clear {
clear: both;
}

.cntr {
text-align: center;
}

.g {
font-size: 18px;
color: #718b2d;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h {
font-size: 60px;
color: #b6b7b3;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h2 {
font-weight: bold;
font-size:24px;
color: #373e3d;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h3 {
font-weight: bold;
font-size: 18px;
color: #373e3d;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h4 {
font-size: 12px;
color: #373e3d;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h5 {
font-size: 13px;
color: #373e3d;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.h6 {
font-size: 13px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
}

.homeleft {
float: left;
width: 416px;
}

.homeright {
float: right;
width: 191px;
}

.i {
font-style: italic;
}

.indent {
text-indent: 10px;
}

.left {
float: left;
text-align: left;
}

#leftColumn {
background: #718b2d;
width: 210px;
float: left;
padding-left: 25px;
}

p {
padding: 5px;
}

.pad2 {
padding-right: 7px;
}

.pad {
padding: 7px;
}

.right {
text-align: right;
float: right;
}

#rightColumn {
background: #ffffff;
width: 620px;
float: right;
padding-left: 10px;
}

.w {
color: #ffffff;
font-size: 12px;
}

.y {
color: #f0e864;
}


/* template blocks */

body {
background: #6f6f6a;
font-family: arial, helvetica;
font-size: 12px;
color: #373e3d;
}

#content {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #373e3d;
position:relative;
margin:0pt auto;
z-index:0;
width: 867px;
}

#content-wrapper {
background: url(../images/global/contentBackground_03.jpg) top left repeat-y;
width: 867px;
margin: 0pt auto;
position: relative;
z-index: 1;
}

#footer a {
font-size: 10px;
color: #373e3d;
}

#footer a:hover {
color: #828380;
font-size: 10px;
}

#footer {
color: #373e3d;
background: #d4d6d6;
padding: 10px;
width: 846px;
clear: both;
margin: 0pt auto;
}

#footer p {
margin: 0px;
padding: 0px;
}

#nav {
	text-decoration: none;
	background: #f0e864;
	float: top;
	width: 867px;
	position: relative;
	margin:0pt auto;
	list-style: none;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav a {
text-decoration: none;
font-size: 13px;
color: #373e3d;
}

#nav a:hover {
text-decoration: none;
font-size: 13px;
color: #828380;
}

#page-wrapper {
position: relative;
width: 867px;
margin: 0pt auto;
z-index:0;
}

#splash {
	background: url(../images/global/splash_03.jpg)
	width: 867px;
	height: 215px;
	position:relative;
	z-index: 0;
}

#main-nav {
	margin: 0pt auto;
	padding: 0;
	list-style: none;
	width: 765px;;
	z-index: 5;
}

#main-nav li {
	float: left; 
	padding: 15px 2px 15px 2px;
	position: relative;
}

#main-nav li ul {
	position: absolute;
	z-index: 5;
	left: -5px;
	top: 45px;
	list-style-type: none;
	background: #f0e864;
	border-left: 8px solid #f0e864;
	margin: 0;
	padding: 0;
	width: auto;
	display: none;
}

#main-nav li ul li {
	float: none;
	padding: 0;
	display: block;
}

#main-nav li:hover ul, #main-nav li.sfhover ul {
	display: block;
}

* html #main-nav li ul li {
	line-height: 5px;
}

#main-nav li ul li a {
	display: block;
	position: relative;
	white-space: nowrap;
	padding: 4px;
}

#main-nav li ul li a:hover {
	background: #f0e864;
}

* html #main-nav ul li a {
	position: relative;
}