@charset "utf-8"
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/global/bodyBG.jpg) top left repeat-x #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	padding: 5px 0px;
	margin: 0px;
}

a img {
	border: none;
}	

a {
	color: #669933;
}

a:hover {
	color: #FF9933;
}

.clear { clear: both; }

.cntr {
	text-align: center;
}

/* ------------------------- Template Elements ------------------- */

#page-wrapper {
	margin: 0pt auto;
	width: 858px;
	position: relative;
	padding-top: 13px;
}

#header {
	width: 100%;
	position: relative;
	z-index: 2;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 211px;
	height: 211px;
	z-index: 10;
	background: url(../images/global/logo.png) top left no-repeat;
	display: block;
	cursor: pointer;
}

* html #logo {
	    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/global/logo.png);
}

#featImg {
	clear: both;
	float: right;
	position: relative;
	z-index: 2;
}

#header-bottom {
	background: url(../images/global/header_bottom.png) top right no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	width: 624px;
	padding: 0px 25px 1px 0px;
	text-align: right;
	position: absolute;
	top: 172px;
	left: 211px;
}

* html #header-bottom {
	background-image:none;	
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/global/header_bottom.png);
}

#content-wrapper {
	clear: both;
	background: url(../images/global/body_BG.gif) top left repeat-y;
	padding: 25px 44px 15px 44px;
	margin: 0px;
}

#content { 
		position: relative;
}

#footer {
	background: url(../images/global/footerBG.gif) top center no-repeat;
	position: relative;
	top: -12px;
	left: 2px;
}

* html #footer {
	top: -19px;
}

#footer p {
	padding: 2px 10px;
	margin: 0;
	color: #336600;
}

#footer a {
	color: #336600;
	text-decoration: none;
}

#footer p.footerAddress {
	padding: 1px;
	text-align: center;
	color: #333333;
}

#nav-wrapper {
	background: url(../images/global/nav_bg.jpg) top left repeat-x;
	margin-left: 211px;
	margin-right: 40px;
	position: relative;
	width: 609px;
	z-index: 100;
}

#nav {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	position: relative;
}

#nav li {
	float: left;
	position: relative;
}

#nav li a {
	background: url(../images/global/nav_bg.jpg) top left repeat-x;
	display: block;
	line-height: 37px;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover {
	background: url(../images/global/nav_hover.jpg) top left repeat-x;
}

#nav li ul {
	position: absolute;
	background: #333333;
	z-index: 1000;
	margin: 0;
	padding: 0 2px;
	list-style: none;
	display: none;
	width: 300px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

#nav li ul li {
	float: none;
	border-bottom: 1px solid #CCCCCC;
}

#nav li ul li a {
	display: block;
	line-height: 18px;
	color: #CCCCCC;
	background: none;
	white-space: nowrap;
}

#nav-cap {
	position: absolute;
	top: -4px;
	right: 0px;
	width: 40px;
	height: 41px;
	background: url(../images/global/nav_cap.png) top right no-repeat;
}

* html #nav-cap {
	background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/global/nav_cap.png);
}

.leftCol {
	width: 48%;
	padding: 0 1%;
	float: left;
}

.rightCol {
	width: 48%;
	float: left;
}

/* --------- Typography ------------------ */

p.pageHeading {
	font-size: 16px;
	font-weight: bold;
	color: #669933;
	border-bottom: 3px solid #ff9933;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.auto {
	width: auto;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

ul.highlights {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.highlights li {
	float: left;
	width: 140px;
	background: url(../images/global/callout_right.jpg) top right no-repeat;
	padding-right: 7px;
	height: 145px;
	margin: 0px 5px 5px 0px;
	position: relative;
}

ul.highlights li.large {
	width: 300px;
	font-size: 10px;
}

ul.highlights li.large p {
	padding-top: 4px;
	margin-top: 4px;
}

ul.highlights li div {
	background: url(../images/global/callout_left.jpg) top left no-repeat;
	height: 145px;
	overflow: hidden;
	position: relative;
}

ul.highlights li div p.head {
	font-weight: bold;
	color: #336600;
	display: block;
	padding: 0px;
	margin: 0;
	margin-left: 7px;
	position: relative;
	font-size: 12px;
}

ul.highlights li div p.head a {
	text-decoration: none;
}

ul.highlights li div.hr {
	background: #ff9933;
	width: 98%;
	margin-left: 7px;
	height: 2px;
	clear: both;
	margin-top: 3px;
}

ul.highlights li div p {
	padding: 3px;
}

ul.grave {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.grave li {
	float: left;
	text-align: center;
}

#notify { color: #009933; }

.ajaxForm_error { color: red; }