/* GENERAL 
_____________________________________________________________________________*/

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

table { 
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {font-size:100%;}

body{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #FFF url(/images/site/bg-main.jpg) repeat-x;
	height: 100%;
	color: #54544c;
}

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: underline; 
	color: #54544c;
	outline: none;
}

a:hover { 
	text-decoration: none; 
}

/* HEADER
_____________________________________________________________________________*/

#header {
	height: 217px;
	position: relative;
	background: url(/images/site/logo.png) no-repeat top right;
}

#header .head img {
	margin-top: 25px;
}

#header .logo a {
	display: block;
	position: absolute;
	height: 217px;
	width: 280px;
	right: 50px;
	text-indent: -3000px;
}

#header .shadow {
	height: 8px;
	position: absolute;
	background:url(/images/site/bg-nav-shadow.png) no-repeat top center;
	top: 209px;
	z-index: 100;
	width: 100%;
}

/* NAV
_____________________________________________________________________________*/

.droplinetabs {
	overflow: hidden;
	font-size: 11px;
}

.droplinetabs ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 1px solid #FFF;
	height: 34px;
	background: #e4e4cf;
}

.droplinetabs li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.droplinetabs a {
	float: left;
	color: #54544c;
	padding: 0 23px;
	text-decoration: none;
	background: #e4e4cf;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-right: 1px dotted #54544c;
	border-bottom: 2px solid #7fb529;
}

.droplinetabs li:hover a,
.droplinetabs li.here a,
.droplinetabs li.parent-here a,
.droplinetabs a:hover {
	background-color: #FFF;
	border-bottom: 2px solid #FFF;
}

/* Sub level menu*/
.droplinetabs ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0px;
	margin-top: 1px;
	background: #FFF;
	visibility: hidden;
	border: 0;
	background: #FFF url(/images/site/bg-sec-nav.jpg) repeat-x bottom left;
	border-bottom: 1px solid #FFF;
}

.droplinetabs ul li ul li a {
	padding: 10px 0 0 25px;
	height: auto;
	width: auto;
	text-align: left;
	line-height: normal;
	border: 0;
	color: #9c9c92;
	text-transform: none;
	background: none !important;
	border-bottom: 0 !important;
}

.droplinetabs ul li ul li a:hover {
	color: #7fb529;
}

.droplinetabs ul ul ul {
	display: none !important;
}

/* HOME
_____________________________________________________________________________*/

#container {
	width: 980px;
	margin: auto;
	position: relative;	
}

#content {
	margin: 40px 0;
}

#content #right {
	float: right;
	width: 445px;
	line-height: 24px;
}

#content #right .pad {
	padding: 0;
}

#content #left {
	float: left;
	width: 500px;
	line-height: 24px;
	border-right: 1px dotted #54544c;
	padding-right: 25px;
	min-height: 1000px;
}

#content #left .pad {
}

#content h1 { 
	text-transform: uppercase;
	border-bottom: 1px dotted #54544c;
	padding: 0 0 15px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
}

#content #left .header-image {
	margin: 5px 0 15px 0;
}

#content #left .intro {
	color: #7fb529;	
	font-size: 15px;
}

#content h2 { 
	border-bottom: 1px dotted #54544c;
	padding: 0 0 15px 10px;
	margin: 25px 0 15px 0;
	font-size: 16px;
	font-weight: normal;
}

#content h3 { 
	padding: 0 0 5px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

#content #right h3 { 
	padding: 0 0 5px 10px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

#content p {
	padding: 0 10px;
	margin: 0 0 15px 0;
}

#content table p {
	padding: 0 0 0 10px;
}

#content ul,
#content ol {
	margin: 0 0 0 35px;	
}

#content blockquote {
	font-style: italic;
	line-height: 20px;
}

#content a {
	color: #7fb529;	
}

#content hr {
	border: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px dotted #BBB;
	margin: 0 0 15px 0;
	line-height: normal;
	font-size: 0;
}

img.feature-image {
	margin-bottom: 10px;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	width: 996px;
	margin: 0 auto 25px auto;
	text-transform: uppercase;
	background: url(/images/site/bg-footer.png) no-repeat top center;
	font-weight: bold;
	height: 117px;
	padding: 23px 10px 0 10px;
}

#footer table {
	margin: 0 9px;
	height: 70px;
}

#footer td.border {
	border-right: 1px dotted #929283;
}

#footer a {
	text-decoration: none;
}

#footer a.contact {
	background: url(/images/site/footer-links.png) no-repeat left top;
	width: 64px;
	text-indent: -3000px;
	display: block;
	line-height: normal;
}

#footer a.contact:hover {
	background: url(/images/site/footer-links.png) no-repeat left -66px;
}

#footer img {
	vertical-align: middle;	
}

#footer .center p {
	margin: 0;
	background: url(/images/site/footer-newsletter.png) no-repeat;
}

#footer p {
	margin: 5px 0;		
}

#footer .visit div {
	text-indent: -3000px;
	background: url(/images/site/footer-visit.png) no-repeat left 5px;
	height: 32px;
	width: 66px;
	display: inline-block;
	*display: inline;
	*float: left;
	*margin-top: 8px;
	*margin-left: 25px;
}

#footer .visit a {
	display: inline-block;
	height: 32px;
	width: 32px;
}

#footer .intro {
	margin: 0 25px;
	text-indent: -3000px;
	background: url(/images/site/footer-newsletter.png) no-repeat;
	height: 50px;
	width: 136px;
	display: block;
}

#footer .text {
	width: 150px;
	border: 1px solid #9d9d90;
	height: 18px;
	padding-left: 3px;	
}

#footer .button {
	vertical-align: bottom;
}