@import url('css/reset.css');

body{
	background: transparent url(images/bg.jpg) repeat-x;
}

#wrapper{
	margin:0em auto;
	width:938px;
}

#header{
	margin-top:20px;
	position:relative;
}

h1#logo a, h2#logo a {
	background: transparent url(images/logo.png) no-repeat;
	height:50px;
	width:209px;
	display: block;
	text-decoration: none;
	float:left;
	text-indent:-99999px;

}

ul#miniMenu{
	float:right;
	width:195px;
	height:45px;
	font: .60em "Arial", "Trebuchet MS", Verdana, sans-serif;

}
#miniMenu li{
	float:left;
	color:#66ffff;
	text-align: left;
}


#miniMenu li a{
	margin:0px 3px;
	float:left;
	color:#66ffff;
	text-transform: uppercase;
	text-decoration: none;
}
#miniMenu li a:hover{
	text-decoration: underline;
}


#menu{
	background: transparent url(images/menubg.png) no-repeat top left;
	height:37px;
	width:938px;
	margin-top:20px;
	position:relative;
}

#menu li{
	float:left;
	padding:0px 10px;
	font: .90em "Arial", "Trebuchet MS", Verdana, sans-serif;
	height:37px;
	border-right: 1px solid #0099cc;
	
	
	
	
}
#menu li a{
	height:37px;
	color:#FFF;
	text-decoration: none;
	display: block;
	line-height:37px;
}

#menu li a:hover{
	color:#EEE;
}






/*#menu li{
	float:left;
	margin: 7px 11px;
	color:#FFf;
	position:relative;
	
}

	#menu li a{
		display: block;
		height: 16px;
		text-decoration: none;
		margin: 0px 0px;
		float:left;
		
	}
	
	#menu li a:hover{
		color:#f4e3a1;
	}
	
*/




	.hovering .goActive {
	color:#f4e3a1;	
	}



	ul#menu ul.goal {
	display: none;
/*	background:#000!important;*/
	
	}

		ul#menu li.hovering ul {
		display: block;
		position:absolute;
		top:25px;
		left:-10px;
		width:200px; height:auto;
		z-index:9999;
/*		border: 1px solid #000;*/
		border-top: 0px dotted #999;
		
		float:none;

		}
			
		ul.goal li{
			float:none!important;
/*			background: #000 url(../images/menuBg.jpg) repeat-x top left;*/
			background: transparent url(images/menubg.png) no-repeat center top;
			line-height:37px!important;
			height:37px!important;
			line-height:37px!important;
			width:auto;
			margin:0px 2px !important;
			font: .80em  Verdana, sans-serif;
			
		}


		ul.goal li a{
			color:#FFF;
			float:none!important;
			padding:2px 4px;
			
		}

		ul.goal li a:hover{
			color:#f4e3a1;
		}
		
		
		
		


#searchBox{
	position:absolute;
	right:25px;
	bottom:5px;
}
#searchNow{
	background: transparent url("images/searchNow.png") no-repeat top left;
	width:25px;
	height:25px;
	border: 0px solid #999!important;
	cursor: pointer;
}


#searchBox input{
	height:25px!important;
	border: 0px solid #999!important;
	
	font: 13px "Arial", "Trebuchet MS", Verdana, sans-serif;
}


#cnt{
	height:auto;
	background:#000;
	width:938px;
	margin:0em auto;
	background: transparent url(images/cntBg.png) repeat-y top center;
}

#lCnt{
float:left;	
width:180px;
background: transparent url(images/lCnt.png) repeat-y top left;
margin-left:5px;
margin-top:5px;
}

.listTitles a, .listTitles {
font-weight: bold;
font: 12px "Arial", "Trebuchet MS", Verdana, sans-serif;
margin-left:10px;
margin-bottom:5px;
margin: 10px 0px 6px 5px;
color:#0073b8;
text-decoration: none;
font-weight: bold;
}

.listTitles a:hover{
	text-decoration: underline;
}

#lCnt ul{
	font: 12px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#0073b8;
	margin-left:10px;
}

#lCnt li{
	list-style-position: inside;
	margin:5px 0px;
}

#lCnt li a{
	color:#0073b8;
	text-decoration: none;
}

#lCnt li a:hover{
	text-decoration: underline;
}





#cCnt{
	margin-left:9px;
	margin-top:5px;
	float:left;
	width:509px;
	background: transparent url(images/cCnt.png) no-repeat top left;
	overflow:hidden;
}

#rCnt{
float:right;
width:234px;
height:auto;
/*background:#f2f;*/

}



.newsBox{
background: transparent url(images/newsBox.png) no-repeat top left;
height:286px;
width:227px;
margin:0em auto;
/*overflow: hidden;*/
}

.newsBox h2, .newsBox h1 {
	font: 15px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#FFFFFF;
	font:15px "Arial","Trebuchet MS",Verdana,sans-serif;
	padding-top:10px;
	width:155px;
	margin:0em auto;
	
	
}

.newsBox ul{
	font:10px "Arial","Trebuchet MS",Verdana,sans-serif;
	margin-top:20px;
	margin-left:10px;
	width:190px;
	overflow: hidden;
}
.newsBox li{
	margin-bottom:10px;
}

.newsBox li h3 a{
	color:#0ea9f3;
	text-decoration: underline;
}



.dateBox{
	color:#0ea9f3;
	margin-top:5px;
}

.moreBox a{
	float:right;
	margin-right:10px;
	color:#0ea9f3;
	text-decoration: none;
}

.moreBox a:hover{
	text-decoration: underline;
	
}





#contact{
	background: transparent url(images/form.png) no-repeat top left;
	width:225px;
	height:auto;
	margin-bottom:20px;
	margin: 0em auto;
}



#formCnt{
	padding:20px;
}

.newsletter input{
	margin:10px;
}

 #formCnt input, #formCnt select	{
	border: 1px solid #999;
	height:18px;
	margin-bottom:10px;
}
.bigInput{
	width:180px;
}
.smallInput{
	float:left;
	width:45px;
	margin-right:10px;
}




label{
	font: 10px "Arial", "Trebuchet MS", Verdana, sans-serif;
	margin-right:10px;
	color:#999;
}

.textareaBox{
	border: 1px solid #999;
	height:40px;
	width::180px;
	margin-bottom:10px;
}
#submitNow{
	background: transparent url(images/submit.png) no-repeat top left;
	width:106px!important;
	height:29px!important;
	display: block;
	text-indent: -99999px;
	border: 0px solid #999!important;
	margin:0em auto;
}


/*errors*/

input.checkbox { border: none!important; }
input:focus { border: 1px dotted #373737!important; }
input.error { border: 1px dotted red!important; }
textarea.error {border: 1px dotted red!important; }
select.error  {border: 1px dotted red!important; }

div.error{color:red;
	height:auto;
	width:150px;
	font: .60em  Verdana, sans-serif;
	}

/*end form errors*/


/*reCAPTCHA*/
#recaptcha_widget{
	height:150px!important;
}
div#recaptcha_image{
	height:38px!important;
	width:200px;	
}
div#recaptcha_image > img{
height:38px;
width:200px;
border: 1px solid #eee;
}
.recaptchaLinks{
	font: 10px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	margin-bottom:10px;
}

.recaptcha_audio_cant_hear_link{
	font: 10px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	margin-bottom:10px;	
}

/*end reCAPTCHA*/




.cCntIn{
	padding:15px;
}

.cntNews{
	padding: 0px 0px 15px 0px;
/*	border-top: 1px dotted #eee;*/
}
.cntNews hr{
	border: 1px dotted #eee;
}

.cCntIn h2, .cCntIn h1{
	font: 20px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#0ea9f3;
}

.cCntIn h2 a, .cCntIn h1 a{
	font: 20px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#0ea9f3;
	text-decoration: none;
}
.cCntIn h2 a:hover, .cCntIn h1 a:hover{
	text-decoration: underline;
}

.underTitle{
	font: 14px "Arial", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color:#000;
	
}
.underTitle a{
	font: 14px "Arial", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.underTitle a:hover{
text-decoration: underline;
}


.textIn{
	margin:10px 0px 0px 0px;
	font: 12.5px "Arial", "Trebuchet MS", Verdana, sans-serif;
	line-height:18px;
	
}
.textIn p{
	margin:10px 0px;
}
.textIn a{
	color:#000;
	text-decoration: underline;
}

.textIn a:hover{
	color:#999;
	text-decoration: underline;
}

.more a{
	color:#0ea9f3;
	font: 11px "Arial", "Trebuchet MS", Verdana, sans-serif;
	float:right;
	font-weight: bold;
	text-decoration: none;
}

.more a:hover{
	text-decoration:underline;
}





/*FOOTER*/

#footer{
	margin:0em auto;
	margin-top:15px;
	width:947px;
	height:133px;
	background: transparent url(images/footer.png) no-repeat top left;
}
#footerCnt{
	width:800px;
	margin:0em auto;
	padding:20px;
	font: 9px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}


.footerTextBlack{
	color:#000;
	font: 9px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.footerTextBlack a{
	color:#000;
	text-decoration: none;
}
.footerTextBlack a:hover{
	text-decoration:underline;
}



.footerTextBlue{
	color:#0081c4;
	font: 9px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	margin:10px 0px;
}
.footerTextBlue a{
	color:#0081c4;
	text-decoration: none;
}
.footerTextBlue a:hover{
	text-decoration:underline;
}


.footerTextGray{
	color:#999;
	font: 9px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	margin:10px 0px;
}


.wp-pagenavi a{
	color:#000;
	
}

.wp-pagenavi  a:hover{
	color:#999;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



#pointsPurchase ul{
	font: 12px "Arial", "Trebuchet MS", Verdana, sans-serif;
	color:#0073b8;
	margin-left:10px;
}

#pointsPurchase li{
	list-style-position: inside;
	margin:5px 0px;
}

#pointsPurchase li a{
	color:#0073b8;
	text-decoration: none;
}

#pointsPurchase li a:hover{
	text-decoration: underline;
}


