﻿@charset "utf-8";
body {
	font: 0.8em Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF url(../images/background.png) repeat-x left 27px;
}
body.marquee {
	background: #FFFFFF;
	text-align: left;
}
h1, h2, h3, h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.3em;
}
#contentLeft h1, h3 {
	color: #37AA00;
}
h2 {
}
#contentRight h2, #subContentRight h2 {
	font-weight: normal;
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
}
h5 {
}
h6 {
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
img {
	border: none;
}
a {
	color: #006600;
}
#contentLeft a {
	color: #66CC00;
}
a:hover {
	color: #333333;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	line-height: 1.6em;
	font-size: 0.85em;
}

/* = LAYOUT 
///////////////////////////////*/

#leftColumn, #mainContent, #contentLeft, #contentRight, #subImage, #footer, #footerContent {
	float: left;
}
#headerBar {
	background: #000000 url(../images/headerBarBg.png) repeat-x;
}
#headerContent, #container, #footerContainer {
	width: 940px;
	margin: 0 auto;
}
#headerContent {
	text-align: right;
}
#container {
	background: #FFFFFF url(../images/containerBg.png) repeat-y 250px top;
	text-align: left;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
#leftColumn {
	width: 250px;
}
#mainContent {
	width: 690px;
}
#contentLeft {
	width: 420px;
	padding: 0 20px 20px 20px;
	color: #FFFFFF;
}
#contentRight, #subContentRight {
	width: 210px;
	padding: 10px;
}
#subContentRight {
	float: right;
}
#subImage {
	width: 460px;
	padding-bottom: 20px;
}
#footer {
	background: #999999;
	width: 100%;
}
#footerContainer {
	width: 690px;
	padding-left: 250px;
	margin: 0 auto;
}
#footerContent {
	width: 460px;
	padding: 10px 0;
	color: #FFFFFF;
	background: #515151;
}

/* = MENUS
///////////////////////////////*/

#menu ul {
	width: 250px;
	padding: 15px 0;
	margin: 0;
	list-style: none;
}
#menu ul ul {
	padding: 0px;
}
#menu ul li {
	display: block;
	width: 250px;
}
#menu ul li a {
	color: #333333;
	background: url(../images/arrow.gif) no-repeat 8px 12px;
	padding: 8px 0 8px 25px;
	display: block;
	width: 225px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	border-bottom: solid 1px #FFFFFF;
}
#menu ul li a:hover, #menu ul li a.current {
	background: #CCCCCC url(../images/arrow.gif) no-repeat 8px 12px;
}
#menu ul li li a {
	background: url(../images/arrow2.gif) no-repeat 20px 12px;
	padding-left: 38px;
	width: 212px;
	color: #666666;
}
#menu ul li li a:hover, #menu ul li li a.current {
	background: #CCCCCC url(../images/arrow2.gif) no-repeat 20px 12px;
}
#contentRight ul, #subContentRight ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentRight ul li, #subContentRight ul li {
	padding: 0px 0px 10px 24px;
	background: url(../images/bulletLT.jpg) no-repeat left 0.2em;
}

/* = CLASSES
///////////////////////////////*/

.leftalign {
	float: left;
	margin: 0 10px 10px 0;
}
.rightalign {
	float: right;
	margin: 0 0 10px 10px;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

/*/////////// CONTENT SLIDER //////////*/

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 690px; /*width of featured content slider*/
	height: 340px;
	background: #FFFFFF;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 690px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #FFFFFF;
}
.pagination {
	width: 690px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 16px;
	position: relative;
	text-align: right;
	/* z-index: 3000; Needed if on top of slide */
}
.pagination a {
	width: 14px;
	height: 16px;
	padding-top: 2px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
.pagination a:hover, .pagination a.selected {
	color: #FFF;
	background: #336600;
}
