/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/**
 * GLOBAL
 */
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 760px;
}
.ir1 {
	position: relative;
}
.ir1 img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ir1 a {
	height: 100%;
	width: 100%;
}
a.ir1 span, .ir1 a span {
	cursor: pointer;
}
/**
 * TOP
 */
#top {
	border-bottom: 1px solid #e2e1da;
	margin: 0 0 6px;
	height: 75px;
	overflow: hidden;
}
#top h1 {
	float: left;
	font: 40px Georgia, "Times New Roman", Times, serif;
	height: 52px;
	line-height: 52px;
	margin: 12px 0 0 14px;
	text-align: center;
	width: 176px;
}
#top h1 a {
	color: #085007;
	text-decoration: none;
}
#top ul {
	margin: 50px 0 0;
	float: left;
}
#top ul li {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding-left: 30px;
}
#top ul li a {
	color: #085007;
	text-decoration: none;
}
#top ul li a:hover {
	color: #000;
}
#top ul li.selected a {
	border-bottom: 1px solid #9cb99c;
	color: #085007;
}
/**
 * WRAP
 */
#wrap {
	background: url(../img/bg.png);
	height: 1%; /* @ie */
	overflow: hidden;
	padding: 0 8px;
}
/**
 * NAV
 */
#nav {
	border-top: 1px solid #dbdad2;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0 8px 0 0;
	width: 160px;
}
#nav h2 {
	background: #fff;
	border-bottom: 1px solid #dbdad2;
	border-top: 1px solid #dbdad2;
	font-size: 11px;
	font-weight: bold;
	margin: -1px 0 8px;
	padding: 5px 10px;
}
#nav h2 a {
	color: #000;
	text-decoration: none;
}
#nav ul {
	margin: 0 10px 10px;
}
#nav li {
	margin: 0 0 8px;
}
#nav li a {
	color: #00410b;
	text-decoration: none;
}
#nav li a:hover {
	color: #000;
}
/**
 * MAIN
 */
#main {
	border-top: 1px solid #dbdad2;
	float: left;
	width: 576px;
}
#bc {
	background: #fff;
	border-bottom: 1px solid #dbdad2;
	border-top: 1px solid #dbdad2;
	font-size: 11px;
	font-weight: bold;
	margin: -1px 0 8px;
	padding: 5px 10px;
}
#bc a {
	color: #085007;
	text-decoration: none;
}
#bc span {
	color: #085007;
	padding: 0 10px;
}
#content {
	padding: 0 10px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#content p {
	margin: 10px 0;
}
#content strong {
	font-weight: bold;
}
/**
 * BOT
 */
#bot {
	background: url(../img/bg-cap.png) no-repeat left top;
	color: #686868;
	font-size: 10px;
	height: 1%; /* @ie */
	overflow: hidden;
	padding: 8px;
}
#bot a {
	color: #085007;
	text-decoration: none;
}
#bot a:hover {
	color: #000;
}
#credits {
	float: left;
	margin: 0 8px 0 0;
	width: 160px;
}
#credits img {
	float: right;
	padding: 2px 2px 0 0;
}


.list li {
	border-bottom: 1px solid #dbdad2;
	height: 1%; /* @ie */
	padding: 10px 0;
	overflow: hidden;
}
.list li.last-child {
	border-bottom: none;
}
.list li .col {
	float: left;
	width: 273px;
}
.list li .col-a {
	padding: 0 5px 0 0;
}
.list li .col-b {
	padding: 0 0 0 5px;
}
.list li a.first-child {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 100px;
}
.list li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.list li a.view {
	background: #c8d6c5;
	color: #085007;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	width: auto;
}




.contact-us form h2 {
    border-bottom: 1px solid #949390;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}
.contact-us form fieldset h2 {
    border: none;
    color: #000;
    margin: auto;
    padding: auto;
    text-align: left;
}
.contact-us #main p {
    color: #525252;
    font-size: 14px;
}
form {
    background: #f8f8f5;
    padding: 20px;
    margin: 20px 0;
}
form fieldset {
    margin: 0 0 10px 0;
    overflow: hidden;
}
fieldset.error input,
fieldset.error select,
fieldset.error textarea {
    background: #790000;
    color: #fff;
}
fieldset.error span {
    display: block;
    color: #790000;
}
fieldset.error p, fieldset.error h2 {
    color: #790000 !important;
}
form .first-child {
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    width: 150px
}
form .last-child {
    float: left;
    width: 310px;
}
form label {
    color: #464646;
    font-weight: bold;
    vertical-align: top;
}
form span {
    display: none;
}
form input, form select, form textarea    {
    width: 300px;
}
form textarea {
    height: 150px;
}
.required .first-child label:before {
    color: #790000;
    content: "* ";
}
.first-child label:after {
    content: ": ";
}
.last-child label {
    padding: 0 20px 0 0;
    white-space: nowrap;
}
form .checkbox {
    width: auto;
}
form .submit label:after {
    content: "\00A0";
}
form .submit input {
    background: #c8d6c5;
    border: none;
    color: #085007;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
}



#main .row {
	border-bottom: 1px solid #dbdad2;
	height: 1%;
	overflow: hidden;
	padding: 10px 0;
}
#main .last-child {
	border-bottom: none;
}
#main .col-full {
	width: 576px;
}
#main .col-half {
	width: 288px;
}
#main .col-third {
	width: 192px;
}
#main .col-fourth {
	width: 144px;
}
#main .col-five {
	width: 137px;
}
#main .col-six {
	width: 106px;
}
#main .col-eight {
	width: 72px;
}
#main .col-ten {
	width: 26px;
}
#main .col-full,
#main .col-half,
#main .col-third,
#main .col-fourth,
#main .col-six,
#main .col-eight,
#main .col-ten {
	float: left;
	text-align: center;
}


#main .col-five
{
	float: right;
	text-align: center;
}

#main .row h2 {
	font-weight: bold;
}






.body-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.body-sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.HomeHuge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	letter-spacing:-0.06em;
	margin-top: 20px;
	margin-right: 22px;
	margin-left: 22px;
	padding-bottom: 12px;
}
