/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */

/* UNIVERSAL */
html,body,div,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #B30838;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: Georgia,'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
a:link, a:visited, a:active {color: #B30838;}
a:hover {
	color: #B30838; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b { font-weight:bold; }

h1 {/* replcaed by sifr */}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5C8727;
	font-size:32px;
	font-weight:normal;
	margin: 0px 0 0 0;
	line-height: 1em;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5c8727;
	font-size:20px;
	font-style:italic;
	line-height: 1em;
}
h4, h4 a:link, h4 a:visited, h4 a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5C8727;
	font-size:26px;
	font-style:italic;
	line-height: 1em;
	text-decoration:none;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 1em;
}

/* SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	font-size: 11px;
	color: #abafae;
	width: 138px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
}
.searchButton {
	text-indent: -1000px;
	width: 25px;
	height: 18px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1358/Images/search-go.gif) no-repeat;
	font-size: 0px;
	line-height: 0px;
}

/* MAIN NAV */
#mainnavWrapper {
	float:right;
	height:51px;
	margin:0;
	padding:0 20px 0 0;
	width:680px;
}
#mainnavWrapper p, #mainnavWrapper h2, #mainnavWrapper h2 a {display: none;}
#mainnavWrapper hr {
	position:absolute;
	right:20px;
	top:115px;
	width:700px;
}
ul#mainnav {
	background:#81AF3F url(/sitefiles/1358/Images/mainnav-bg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	float:right;
	height:51px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:30px 0 0;
	padding:0;
	width:670px;
}
#mainnav li ul {display: none;}

#mainnav li {
	padding: 0;
	margin: 0px;
	float: left;
	background: none;
}
#mainnav a {	
	color:#FFFFFF;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:0 9px;
	padding:16px 0;
	text-decoration:none;
	text-transform:uppercase;
}
#mainnav a:hover {
	color: #161066;
	text-decoration: none;
}
#mainnav a.current {
	color: #161066;
	text-decoration: none;
	border-bottom: 1px solid #161066;
	padding-bottom: 3px;
}

/* SUB NAV */
#subnavWrapper {
    width: 180px;
    float: right;
	margin-bottom: 40px;
}
#subnavWrapper p, 
#subnavWrapper h2,
#subnavWrapper h2 a {
	display: none;
}
#subnavWrapper h5 {
	border-bottom:1px dotted #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
	padding:0 0 10px 10px;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 180px;
    background: none;
}
#subnav a {
	color: #666666;
	display:block;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
}
#subnav a:hover {
	background-color: #EEE;
	text-decoration: none;
}
#subnav a.current {
	background-color: #EEE;
	color: #000;
	font-weight: bold;
}

/* WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP */
#top {
	background-color:#FFFFFF;
	height:146px;
	margin:0 auto;
	padding:0;
	width:1000px;
	position:relative;
}
#logo {
	float: left;
	width: 305px;
	height: 146px;
	margin: 0px;
	position: absolute
}
#logo a {
	background:url(/sitefiles/1358/Images/logo.gif) no-repeat top left;
	display:block;
	width: 305px;
	height: 146px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	background-color: #FFF;
	margin: 0px auto;
	padding: 30px;
	width: 940px;
	position:relative;
}
* html #content {
	padding: 30px 25px;
	width: 950px;
}
#contentBody {
	width: 750px;
	float:left;
}
.formmodule {
	background-color:#16145F;
	margin: 20px 0;
	width:400px;
	color: #fff;
	padding: 10px;
}
.formmodule a, .formmodule span, .formmodule div {
	color:#fff;
	font-size: 16px;
}
input#ctl00_cphPageTop_public_partctrl_2_2_btnSubmit,input#ctl00_cphPageBody_public_partctrl_1_2_btnSubmit {
	background-color:#6CADDF;
	border:none;
	color:#FFFFFF;
	font-family: Garamond,Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	height:28px;
	width:400px;
	margin-top:10px;
	cursor: pointer;
}
span#ctl00_cphPageTop_public_partctrl_2_2_ctrl_184023_label {font-size: 10px;}
.formmodule input {width: 230px;}
.formmodule textarea {width: 234px;}
.formmodule-checkbox input {width:auto;}
#flash {
	float: left;
	width: 460px;
	height: 300px;
	margin-bottom: 30px;
}
.bottom-links {
	float:left;
	margin: 0 30px 20px 0;
}
.bottom-links-left {float:left;}
.bottom-links-right {float:left;}
.bottom-links-right-left {float:left;}
.bottom-links-right-right {float:right;}
#facts {width:224px;}
#sponsors {margin-right:0;}
#bottom-links-bottom img {	margin-right: 15px;}
#bottom-link {display:block;}

/* FOOTER */
#footer {
	margin: 0px auto;
	padding: 30px 0px;
	width: 1000px;
	text-align: right;
	color:#fff;
}
#footer a, #footer .templatecontent {color:#fff;}
#footer a {text-decoration:underline;}

/* DEFAULT CONTENT */

/* SEARCH TITLE */
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* PHOTO GALLERY */
.photogallery {
	padding: 0px;
	margin: 0px 0px 0px -10px;
	list-style: none;
}
.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0px;
	background: none;
	float: left;
}
.photogallery li a {
	padding: 2px; 
	border: 1px solid #CCCCCC;
	display: block;
}
.photogallery li a:hover {
	padding: 2px; 
	border: 1px solid #666666;
	display: block;
}

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}
#breadcrumbs ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#breadcrumbs li {
	margin: 0px;
	float: left;
	background:none;
	display:inline;
}
#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1358/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:none;
	margin-right: 8px;
}
#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1358/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}
#breadcrumbs a.first  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:none;
}
#breadcrumbs a.first:hover  {
	padding: 0px;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration:underline;
}
#breadcrumbs a.current  {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1358/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration:underline;
	margin-right: 8px;
}

/* NEWS ARCHIVE */
.news-archive-container {padding-bottom: 20px;}
.news-archive-entry-container {
	padding: 20px 0;
	border-bottom: 1px dashed #CCC;
}
.news-archive-entry-container p {display:none;}
.news-archive-entry-container h2 {
	color:#100C52;
	font-size:20px;
	font-style:italic;
}
.news-archive-entry-container {
	margin-bottom:0;
}

#form-counter {margin: 30px 0;}
#form-counter h2 {font-style:italic;}

#bottom-links-left-facts h5 object {width:46px;}
#bottom-links-left-facts {
	border-right:1px solid #999999;
	margin-right:10px;
}
#bottom-links-left-connect h5 object {width:62px;}
#bottom-links-left-connect {
	border-right:1px solid #999999;
}
#bottom-links-left-sponsors h5 object {width:66px;}
#bottom-links-left-sponsors {
	border-right:1px solid #999999;
	margin-right:10px;
}
#bottom-links-bottom h5 object {width:140px;}
h5#bottom-links-bottom-confidence {
	border-right:1px solid #999999;
	float:left;
	margin-right:10px;
}

/* SLIDER */
#slider-wrapper {
	float:left;
	height:80px;
	width:787px;
}
#slider {
	float:left;
	width:787px;
}
#slider ul, #slider li {
	list-style:none;
	margin:0;
	padding:0;
}
#slider li {
	height:80px;
	overflow:hidden;
	width:787px;
}
#prevBtn, #nextBtn {display:none;}

div#ctl00_cphPageTop_public_partctrl_2_2_pnlMessage {
	background-color:#FFFFFF;
	height:150px;
	margin-bottom:-22px;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:-10px;
}
#ctl00_cphPageTop_public_partctrl_2_2_pnlMessage h3 {display:none;}

.contentBody-contact .formmodule {
	background-color:#FFFFFF;
	color:#999;
}
.contentBody-contact .formmodule span, .contentBody-contact .form-bot-stopper-info, .contentBody-contact .form-bot-stopper-question {
	color:#999;
}
div.form-bot-stopper-info {
	font-size: 13px;
}