@charset "UTF-8";
/* CSS Document */

.sf-menu ul{
	visibility:hidden;
}
.bigbluebold {font-weight:bold; display:inline; margin:0px; padding:0px; color:#87cefa; font-size:13px;}
*{
	padding:0px;
	margin:0px;
}
a {
	color:#50B948;
}
a:visited {
	color:#50B948;
}
a:hover {
	
}
/* apply to ptag for txt heading - since some pages don't start with header text they all start with p = congruent width */
.title1 {
	font-weight:bold;
	margin:0px;
}
/* use with span tag less space below heading than title1 and display block to create hard return */
.title2 {
	font-weight:bold;
	margin:0px;
	padding:5px 0px 7px 0px;
	display:block;
}
/* to overide default ul for main secondary indented text below heading */
.title2indent {
	margin:0px 0px 0px 12px;
	padding:0px 0px 6px 0px;
}

body{
	margin:0px;
	background:url(images/body_bg.jpg) repeat;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:125%;
}

h1{
	font:16px "Rockwell", Arial, Sans-Serif;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	margin:0px;
}

h2{
	color:#9ccdf8;
	font-weight:bold !important; /* <<<==== some lame hack to bold the h2. I couldn't figure else how to style it with as much precidence as an h1 */
	font:20px Arial, Helvetica, sans-serif;
}


h6{
	font:12px Arial;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}

ul{
	margin:0px 0px 0px 15px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}

p{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

a img{
	border:0px;
}

#top_bg{
	background:url(images/top_bg.jpg) repeat-x;
	height:401px;
}

#header_container{
	width:960px;
	margin:0px auto;
	height:82px;
	padding-top:18px;
}

#logo{
	width:201px;
	float:left;
}

#donate_now{
	width:356px;
	float:right;
	text-align:right;
	padding-top:30px;
}

#donate_now p{
	font-size:10px;	
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
}

#donate_now img{
	float:right;
	padding-left:10px;
}

#container{
	width:960px;
	min-height:245px;
	margin:0px auto;
	margin-top:18px;
}

#blue_box{
	/*behavior:none;*/
	background:url(images/bg_blue.png) repeat;
	min-height:245px;
}

#content{
	margin:0px 15px;
}

#content_secondary{
	padding-top:15px;
	padding-bottom:15px;
}

#col1{
	width:630px;
	float:left;
}


#col2{
	float:left;
	width:285px;
	padding-left:15px;
}

#news{
	font-size:10px;
	height:180px;
	padding-right:5px;
	overflow:auto;
}
#news a{
text-decoration:none;
}

#main_content{
	border-right:1px dashed #fff;
	padding-right:10px;
	margin-top:15px;
	margin-bottom:15px;
}

#alt_content{
	margin-top:15px;
	margin-bottom:15px;
}


#footer{
	width:960px;
	margin:0px auto;
	font-size:9px;
	padding-top:10px;
}

#footer_content{
	padding-top:20px;
	float:left;
}

#main_image{
	position:absolute;
	bottom:28px;
	left:40px;
	height:228px;
}

#content_secondary{
	margin-top:15px;
	margin-bottom:15px;
}

#h1left{
	width:255px;
	height:44px;
	float:left;
	background-color:#50b948;
}

#h1holder{
	background-color: #50b948;
	padding-left:13px;
	height:44px;
	float:left;
}

#h1holder h1{
	font:24px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:8px 10px 0px 0px;
	float:left;
	padding:0px;
}

#h1cap{
	float:left;
}

#colLeft{
	margin-left:20px;
	margin-top:20px;
	width:215px;
	float:left;
	text-align:right;
}

#colRight{
	float:right;
	width:660px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer_content a{
	color:#fff;
	text-decoration:none;
}

#contact_form{
	margin-top:5px;
	font-weight:bold;
}

#contact_form td{
	vertical-align:top;
}

.text, .textarea{
	width:250px;
	padding:3px;
	margin:0px 10px 10px 10px;
	background:#9CCDF8;
	border:0px;
	font-weight:normal;
	color:#00467D;
}

.col2{
	padding-left:15px;
}

.textarea{
	width:97%;
	height:150px;
}

/********************* NAVIGATION ************************/
#navigation{
	width:1015px;
	height:318px;
	margin:0px auto;
	background:url(images/white_shadow.png) no-repeat;
	position:relative;
}

#main_nav{
	width:960px;
	margin:0px auto;
}

.icon{
	padding:0px 10px 0px 0px;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.emphasis{
	font:14px Arial;
	color:#9ccdf8;
	padding-top:0px;
	margin-top:0px;
}

.headline{
	color:#9ccdf8;
}
h4 {font-weight:bold; display:inline; margin:0px; padding:0px; color:#87cefa; font-size:12px;}

