/* CSS Document */

@charset "utf-8";
body {
	
	
}
.main_body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4D4D4D;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #11165E;
}
.main_content {
	font-size: 1.2em; /*12px*/
	line-height: 1.8em; /*18px*/
}
.logo {
	text-align: center;
}
.logo h3 {
	font-size:13px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BFB18E;
	border-bottom-color: #BFB18E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #11165E;
}
.section_header {
	width:305px;
	padding-left:.4em;
	background-color: #11165E;
	margin-bottom:0px;
	background-image: url(../images/bg_naf_header_box.jpg);
	background-repeat: repeat-x;
}
.section_header h3 {
margin-top:0em;
margin-bottom:0em;
font-size:1.2em;
color: #BFB18E;
}

.main_content ul {
padding-left:0px;
margin-left:20px;
}
.main_content ul li {
	margin-top: 0em;
	margin-bottom:.5em;
	list-style-image: url(../images/blue_bullet.gif);
	list-style-type:square;
	list-style-position: outside;
	font-size: 110%;
	font-weight: normal;
	vertical-align: middle;
}
.indent_block {
	margin-left: 100px;
	}



/*------------------BEGIN NAV MENU STYLES---------------------*/


#menu ul {
margin-left:5px;
padding-left:0px;
font-size: 14px;
font-weight:bold;
}

#menu ul li{
	list-style:none;
	margin-bottom:5px;
	margin-top:5px;
}

#menu a{
	margin-bottom:0em;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a.current_page {
	color:#999966;
	text-decoration: underline overline;
}
#menu a:hover {
color:#FFFFFF;
background-color:#999966;
}
.nav_submenu {
	font-size: 14px;
	font-weight:normal;
	padding-left: 10px;
	margin-top:0px;
}
p.nav_submenu {
	margin-top:0em;
	margin-bottom:0em;
}
#footer_menu ul {
	padding: 3px 0;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#footer_menu ul li {
	list-style:none;
	margin:0;
	display:inline;
}

#footer_menu ul li a {
	font-size:13px;
	text-decoration: none;
	color:#FFFFFF;
}
#footer_menu ul li a:hover {
	color:#000066;
}





/*------------------END NAV MENU STYLES---------------------*/			
/*------------------BEGIN UPCOMING EVENTS STYLES---------------------*/

.event_box {
	padding:.5em;
	margin-bottom:1.0em;
	margin-top:0em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-color: #C4C4DB;
	line-height: 115%;
}
#event_box{

}

.event_listing_date {
font-style:italic;
font-weight:bold;
color:#2F4270;
}
.event_listing_title {
font-weight:bold;
}
a.event_listing_continuation:link, a.event_listing_continuation:visited {
font-size:90%;
color:#336600;
}
a.event_listing_continuation:hover {
font-size:90%;
color:#CC6600;
}
/*------------------END UPCOMING EVENTS STYLES---------------------*/	
#footer {
	text-align:center;
}

/*-----------------HILITE BOX STYLES----------------------------*/
.hilite_box {
	padding:5px;
	width: 38%;
	background-color:#82A8CC;
	border: 1px double #003366;
}
.box_right{
float:right;
margin-left:8px;
margin-right:0px;
margin-top: 5px;
margin-bottom:5px;
}
.box_left{
float:left;
margin-right:8px;
margin-top: 5px;
margin-bottom:5px;
margin-left:0px;
}
.box_center {
text-align:center;
}
.hilite_box ul {
padding-left:0px;
margin-left:20px;
}
.hilite_box ul li {
	margin-top: 0em;
	margin-bottom:.5em;
	list-style-image: url(../images/blue_bullet.gif);
	list-style-type:square;
	list-style-position: outside;
	font-size: 110%;
	font-weight: normal;
	vertical-align: middle;
}
.donate_button ul {
	padding-right:10px;
	margin-left:0;
	margin-bottom:1em;
	margin-top:1em;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
}
.donate_button ul li{
	list-style:none;
	margin:0;
	display:inline;
}
.donate_button ul li a {
	font: bold 13px Verdana, sans-serif;
	padding: 4px 0.8em;
	margin-left: 3px;
	text-decoration: none;
	border: 1px solid #BDA28D;
}
.donate_button ul li a:link, .donate_button ul li a:visited{
	color: #BDA28D;
	background:#CC3333;
	}
 
.donate_button ul li a:hover {
	color:#000;
	background: #BD8C71;/*border-color:#227;*/
}
.recognition ul {
	font-size: 14px;	
}

.recognition ul li{
	list-style:none;
	margin:10px;
	display:inline;
}
.recognition h3 {
margin-bottom:0px;
}
.recognition table{
table-layout:fixed;
width:100%;
margin-top:0px;
border-collapse:collapse;
/*background-color:#009966;*/
}
.recognition td{
width:50%;
vertical-align:top;
padding-bottom:5px;
}
a img {
border: none;
}
