@charset "UTF-8";

/* CSS Document */


/* Page Layout
----------------------------------*/
body {
	background-image: url(/images/bg.jpg);
	background-repeat: inherit;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	line-height: 17px;
}

#PageContainer {
	margin:0 auto;
	width:990px;
	text-align:center;
}

#Top {
	margin:0 auto;
	width:990px;
	height:107px;
	text-align:center;
}

#MainBanner {
	margin:0 auto;
	width:990px;
	height:379px;
	text-align:center;
	float:left;
}

#body {
	margin:0 auto;
	width:972px;
	text-align:left;
	float:left;
	position:relative;
	left:18px;
}

#MainContent {
	margin:0 auto;
	width:610px;
	text-align:left;
	float:left;
}

#BreadCrumb {
	float: left;
	width: 954px;
	height: 30px;
	margin-left:18px;
	margin-bottom:25px;
	padding-top:16px;
	text-align:left;
	font-size: 11px;
	border-bottom: solid 1px #adadad;
}

#RightColumn {
	margin:0, 0, 0, 0;
	width:341px;
	text-align:left;
	float:right;
	font-size: 12px;
	color:#666;
}

.RightColumnContent {
	background-image:url(/images/RightColumn-Scale.png);
	padding-left:38px;
	padding-right:30px;
}

.RightColumnBottom {
	background-image:url(/images/RightColumn-Bottom.png);
	padding-left:38px;
	padding-right:30px;
	height:36px;
}

#Footer {
	background-image:url(/images/footer_Bg.png);
	height:106px;
	width: 989px;
	margin:0, 0, 0, 0;
	text-align:left;
	font-size: 11px;
	float: left;
	
}

.FooterPadding {
	position:absolute;
	padding-left: 40px;
	padding-top: 40px;
	
}

.FooterLinks {
	position:absolute;
	padding-left: 680px;
	padding-top: 40px;
}

.Share {
	Position:absolute;
	padding-left: 795px;
	
}

.BannerButton {
	position:relative;
	top: -100px;
	left:-286px;
	z-index:1;
	
	
}

.TopRight {
	float:right;
	padding-top:8px;
	padding-right: 18px;
	font-size: 11px;
}
.SearchBox {
	position:Relative;
	top: -54px;
	left:362px;
	height:20px;
	width: 181px;
}


.Logo {
	float:center;
	position:Relative;
	top: 0px;
	left:230px;
	
}

/* Font Treatments
----------------------------------*/

h1 {
	color: #6eb044;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 14px;
	line-height: 28px;
}

h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 14px;
	line-height: 20px;
}

h3 {
	color: #6eb044;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 14px;
	line-height: 20px;
}

h4 {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 14px;
	line-height: 20px;
}

h5 {
	color: #6eb044;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 14px;
	line-height: 16px;
}

.Green {
	color: #6eb044;
	font-family:Arial Black, Arial, Verdana, Helvetica, sans-serif;
}

.PhoneNumber {
	font-size:18px;
	font-weight: bold;
	color:#333333
}

/* Text Links
----------------------------------*/
a:link {
	color: #0099ff;
	text-decoration: none;
}

a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	background-color: #0099ff;
	color: #ffffff;
	text-decoration: none;
}

a:active {
	background-color: #6eb044;
	color: #ffffff;
	text-decoration: none;
}

a.MiscLink:link {
	color: #666;
	text-decoration: none;
}

a.MiscLink:visited {
	color: #666;
	text-decoration: none;
}

a.MiscLink:hover {
	background-color: #0099ff;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0px;
	
}

a.MiscLink:active {
	background-color: #6eb044;
	color: #ffffff;
	text-decoration: none;
}

/* Elements
----------------------------------*/

hr {
	border-top: solid 1px #adadad;
	margin-top:30px;
	margin-bottom:30px;
}

/* Main Navigation
----------------------------------*/
#cNavigation {
	bottom: 0;
	z-index: 50;
	font-size: 12px;
	font-weight:bold;
	margin:-16px 0px 0px 0px;
	width:990px;
	height:27px;
	text-align:center;
	padding-left:8px;
}

#cNavigation ul {
	float: left;
	padding-left: 0px;
}

#cNavigation ul li {
	float: left;
	position: relative;
	list-style:none;
}

#cNavigation ul li a {
	background: url("/images/Navigation_sprite.png") no-repeat scroll 0 0 transparent;
	height: 27px;
	width: 108px;
	text-align:center;
	padding-top:0px;
	color:#999;
	text-decoration:none;
}

#cNavigation ul li a:link, #cNavigation ul li a:visited {
	display: inline-block;
	
}

#cNavigation ul li a:hover {
	background-position: 0px -54px;
	color:#fff;
}

#cNavigation ul li a.Active:link {
	background-position: 0px -27px;
	color: #6eb044;
}

#cNavigation ul li a.Active:visited {
	background: url("/images/Navigation_sprite.png") repeat-x scroll 0 -27px transparent;
	color: #6eb044;
}

.navtext {
	position:relative;
	top: 4px;
}

/* Unorderd List
----------------------------------*/
ul {
	margin: 16px 0px 0px 0px;
	list-style:disc;
	padding-left:16px;
	line-height: 20px;
}

