/* =Reload 
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}

body {
	background-color: #bccf52;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	color: #000;;
  	font: 72.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
img.left{margin:5px 5px 5px 0;
}
.right{float:right;}
img.right{
	margin:5px 0px 5px 5px;
}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 55px;
}

ol{
	font:normal 1.2em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 55px;
}

#news .art-date{font-size: .8em;}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	color: #FE5B18;
	font:normal 2.4em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}

h2{
	color: #FE5B18;
	font:normal 2.2em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}

h3{
	color: #FE5B18;
	font:normal 2.0em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}

h4{
	color: #FE5B18;
	font:normal 1.8em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}	

h5{
	color: #FE5B18;
	font:normal 1.6em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}	

h6{
	color: #FE5B18;
	font:normal 1.4em/1.2em "Times New Roman", Times, serif;
	margin:10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{cursor:pointer;}
a:hover, a:active{color: #c54a3b;}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav-top{
	background-color: #fff;
	border-bottom:solid 5px #42a4ab;
	border-top:solid 5px #42a4ab;
	height: 21px;
	margin: 0 auto;
	position: relative;
	width: 928px;
}

#nav-top ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: -15px;
}

#nav-top ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#nav-top ul li a:link, #nav-top ul li a:visited{
	color: #42a5ab;
	display: block;
	font:bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 105px;
}

#nav-top ul li a:hover, #nav-top ul li a:active, #nav-top #nav li a.over{
	background-image: url(../images/navTopOver.gif);	
	color: #fff;
}

#nav-top ul li ul li a:link, #nav-top ul li ul li a:visited{
	color: #fff;
	font:normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 18px;
	text-align: left;
	width: 200px;
}

#nav-top ul li ul li a:hover, #nav-top ul li ul li a:active{
	color: #c54a3b;
	background-image:none;	
}

#nav-top li ul { /* second-level lists */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	width: 200px;
	z-index:1;
}

#nav-top li ul li{
	display:block;
	width:200px;
}

#nav-top li ul ul { /* third-and-above-level lists */	margin: 0px 0 0 200px;}

#nav-top li:hover ul ul {left: -999em;}

#nav-top li:hover ul, #nav-top li li:hover ul, #nav-top li.sfhover ul{ /* lists nested under hovered list items */
	background-color: #42a5ab;
	background-repeat: no-repeat;
	border:5px solid #fff;
	left: 0;
	padding: 5px;
	top: 50px;
}

/* Side Nav */

#nav-left{
	background: #42a5ab url(../images/BG-leftNav.jpg) no-repeat;
	margin:0 0 15px 10px;
	width: 229px;
}

#nav-left ul{
	list-style: none;
	margin: 0;
	padding: 10px 0 30px 15px ;
}

#nav-left ul li{
	margin: 0;
	padding: 0;
}

#nav-left ul li ul{
	margin: 0;
	padding: 0 0 0 15px ;
}

#nav-left a.over{background: url(../images/BG-Nav.jpg) no-repeat;}

#nav-left ul li a:link, #nav-left ul li a:visited{
	color: #fff;
	display: block;
	font:bold 12px/24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 24px;
	padding-left: 25px;
	text-decoration: none;

}

#nav-left ul li a:hover, #nav-left ul li a:active{
	background: url(../images/BG-Nav.jpg) no-repeat;
	color: #c54a3b;
}

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
.logo{
	float: left;
	margin: 79px 0 0 30px;
}

#content{
	background-color: #cae8e0;
	margin: 0 auto;
	padding: 10px 0;
	width: 928px;
}

#fckPages{
	background-image: none;
	background-color: #E3F2EF;
	padding: 0 10px 10px 10px;
	width: 667px;
}
#fckArticles{
	background-image: none;
	background-color: #E3F2EF;
	padding: 0 10px 10px 10px;
	width: 540px;
}

#contentBody{
	float: right;
	padding:0 10px 10px 10px;
	width: 667px		
}

#contentContainer{
	background-color: #fff;
	border-left:solid 1px #9dab4a;
	border-right:solid 1px #9dab4a;
	width: 958px;
}

#contentMain{
	background-color: #e5f4f1; 
	background-image: url(../images/BG-mainContent.jpg);
	background-repeat: no-repeat;
	padding: 1px;
	width: 665px;
}

#contentMain img{
	margin:10px;
}

#contentSide{float: left;}

#contentSide p{
	margin: -20px 0 0 0;
	padding: 0 0 20px 40px;
}

#contentSide input{
	width: 120px;
	padding: 0.2em;
}

#contentSide label{display: none;}

#contentSide h2{
	background: url(../images/BG-leftNavH2.jpg) no-repeat;
	background-position: 0 10px;
	color: #fff;
	font:bold 14px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-indent: 39px;
	width: 229px;
}

#footer{
	background-image: url(../images/BG-footer.jpg);
	height: 117px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header{
	background-image: url(../images/BG-header.jpg);
	height: 260px;
	position: relative;
	width: 960px;
}

#headerFlash{
	right: 16px;
	position: absolute;
	top: 35px;
	z-index:0;
}
#headerFlash2{
	right: 16px;
	position: absolute;
	top: 35px;
	z-index:1;
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#sponsors{
	background-color: #fff;
	display: block; 
	float: left;
	height: 90px;
	left: 78px;
	overflow: hidden;
	position: absolute; 
	top: 12px;
	width: 371px;
}

#support-footer{
	position: absolute;
	right: 0px;
	top: 69px;
	width: 490px;
}

#support-footer p{
	color: #fff;
	font:bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px	
}

#support-footer p a:link, #support-footer p a:visited{
	color: #fff;
	text-decoration: none;
}

#support-footer p a:hover, #support-footer p a:active{
	color: #c54a3b;
}

#wrapper{
	margin:20px auto;
	width:960px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	/*width: 20em;*/
	/*border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	padding: 0.2em;
}

input:focus, textarea:focus {background-color: #fff5be;}

#sidebar input {width: 100%;}

input#submit {
	/*width: auto;*/
	font-size: 0.85em;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/
#forAll{
	background: url(../images/fortyCarrotsForAll.gif) no-repeat;
	height: 23px;
	width: 180px;
	text-indent: -9999px;
}
#box1{
	background: #92bd63 url(../images/BG-box1.jpg) no-repeat;	
	float: left;
	height: 195px;
	margin: 10px 0;
	position: relative;
	width: 215px;
}

#box2{
	background: #c54a3b url(../images/BG-box2.jpg) no-repeat;	
	background-position: bottom;
	float: left;
	height: 195px;
	margin: 10px;
	position: relative;
	width: 215px;
}

* html #box2{margin: 10px 9px 10px 10px;}

#box3{
	background: #42a5ab url(../images/BG-box3.jpg) no-repeat;	
	float: left;
	height: 195px;
	margin: 10px 0;
	position: relative;
	width: 215px;
}

.boxTitle{padding: 10px;}

.boxMore{
	bottom: 10px;
	position: absolute;
	right: 25px;
}

.textBox{
	color: #fff;
	font:bold 13px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 97px;
	margin: 0 auto;
	text-align: center;
	width: 145px;
}

.border{border: solid 4px #b3d091;}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    /*border: 2px solid White;*/
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	/*border: 2px solid White;*/
}
.highslide:hover img {
	border: /*2px solid white;*/
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: Navy;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
}

#giveNow a:link, #giveNow a:visited{
	background: url(../images/supportNow.jpg) no-repeat 0px -109px;	
	display: block;
	height: 109px;
	margin: 10px auto;
	text-indent: -9999px;
	text-decoration: none;
	width: 164px;
}

#giveNow a:hover, #giveNow a:active{
	background-position: 0px 0px;
}

#mailingList #submit{
	width: 30px;
}
#otherTitle{
	font-size:1.3em;
	margin-top:50px;
	color:#e46056;
	font-weight:bold;
}
#cookieBlog {
	margin-bottom:10px;
	text-align:left;
}
#cookieBlog a {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.cookie-image {
	border:0;
	margin-top:5px;
}
.cookie-ttl {
	font-weight:bold;
	font-size:1.3em;
	margin-top:10px;
	color:#e46056;
}
.cookie-ttl a {
	color:#e46056;
	text-decoration:none;
}
.cookie-date {
	font-size:.8em;
	font-style:italic;
	padding-top:3px;
	padding-bottom:5px;
}
.cookie-intro {
	font:normal 1.2em/1.3em Arial, Helvetica, sans-serif;
}
.cookie-body {
	font:normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	margin:10px;
}
.cookie-comment {
	margin-bottom:10px;
	margin-left:30px;
	background-color:#e1d8c6;
	padding:5px;
}
.comment {	
	
}
.comment h2 {
	font-size:1.1em;
	margin-bottom:0;
}
.otherCookies {
	margin-top:20px;
	border-top:solid thin Black;
}
.securityWrong {
	font-weight:bold;
	color:Red;
	margin:5px;
}
.style1 {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
}
.style3 {font-size: 36px}
.style4 {font-size: 16px}
.style5 {font-size: 50px}
.style6 {font-size: 14px}
.style7 {font-size: 18px; }
.style8 {font-size: 18px; color: #FF9933; }
.style9 {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style10 {color: #FFFF00}
.style11 {font-size: 12px}
.style12 {color: #FFCC33}
.style15 {color: #CCCCCC}
.style16 {color: #FFFFFF}
.style17 {color: #00CCFF}
.style18 {color: #FF00FF}