/*------------------------------------------
  COLORS:
------------------------------------------*/
/*-----------------------------------------------------------------------------------
  Global Reset (based on http://meyerweb.com/eric/tools/css/reset/ - v1.0 | 20080212)
-----------------------------------------------------------------------------------*/
  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 { line-height: 1; }
  :focus { outline: 0; }
  ins { text-decoration: none; }
  del { text-decoration: line-through; }
  table { border-collapse: collapse; border-spacing: 0; }


.clear { clear: both; }
.block_left { display: block; float: left; margin: 0 15px 15px 0; }
.block_right { display: block; float: right; margin: 0 15px 0 15px; }

#content_wrapper .staff_container img { max-width: 140px; }


/*-------------------------------------------
  Element styles
-------------------------------------------*/
body {
	font: 100%" Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/bg_gradient.png) 20% 0 repeat-x;
	text-align: center;
	color: #000;
}

strong, em {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	display: block;
	margin: 30px 0px 0px 0px;
	color: #ccc;
	background-color: #DFF1BF;
	border: 0px;
	clear: both;
}

h1 {
	color:#404398;
	font-size:18px;
}

h2 {
	font-size: 14px;
	color:#505049;
	margin: 10px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	color:#10147E ;
}

p {
	padding: 10px 0px 0px 0px;
	color:#24241C;
}

a {
	text-decoration: none;
	color: #10147E;
	font-weight:bold;
}

a:hover {color:#4D4D47}

li a {display:block;}
/*-------------------------------------------
    Global
-------------------------------------------*/
  /* general classes */
    .clear { clear: both; }
    .left { float: left; margin: 10px 10px 10px 0px;}
    .right { float: right; margin: 10px 10px 0px 10px;}
	* {padding:0; margin:0;}


/*-------------------------------------------
    Layout
-------------------------------------------*/
#mid {
	background: transparent url(../images/bg_words.png) 40% 0 repeat-x;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 600px;
}

#front {
	background: transparent url(../images/large_h.png) 0% -75% no-repeat;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 639px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	width: 1014px;
	background: transparent url(../images/content_shadows.png) 0% 0 no-repeat;
}

#content {
	width: 920px;
	margin: 0px 0 0px 60px;
	text-align:left;
	position: relative;
}

/*-------------------------------------------
    Top Side callout section
-------------------------------------------*/
#side_callout_wrapper {float:left; width:320px;}
.side_callout {float:left; width:300px; color:#5C5555; background-color:inherit; font-size: .7em; margin: 0px 0px 10px 0px;}
.side_callout img {width: 69px; float:left; padding: 0px 10px 0px 0px;} 
.side_callout p {width:220px; line-height:13.75px; margin: -10px 0px 0px 0px;} 
p.side_links { margin: -10px 0 10px 0;}
/* .side_callout * { float:left;}  */

/*-------------------------------------------
    Top Secondary Navigation
-------------------------------------------*/
#sub_nav {float:right; color:#CCCCCC; margin: 0px 40px 0px 0px;font-size:10px;}
#sub_nav a, #sub_nav a:visited{color:#999999;}
#sub_nav a:hover{color:#10147E;}

#flashcontent{text-align:right; width:550px; height:350px; float:right; margin:0px 40px 50px 0px; color:#333333; font-size:12px;}

/*-----------------
  Homepage
-----------------*/

/* Top-level nav*/
#main_nav{
  width: 935px;
  height: 50px;
  background: #7FC41C;
  margin: 0px 0 0px 40px;
  padding: 0;
  position: relative;
	float: left;
  text-align:left;
}
* html #main_nav { float: none; }

#main_nav ul {list-style:none;}
#main_nav li{
  float: left;
  border-right: 1px solid #6CA11A;
  height:25px;
  margin:15px 0px 15px 0px;
}

#main_nav ul li:last-child {  
	border-right:none;  
}  

#main_nav li a{
  float: left;
  font-weight: normal;
  color:#FFFFFF;
  font-size:14px;
  height:22px;
  padding:18px 15px 10px 15px;
  margin:-15px 0px 0px 0px;
}

#main_nav li a:hover{
    padding:18px 15px 10px 15px;
    text-decoration: none;
}

#main_nav li.programs a:hover, #main_nav li.programs a.active {
	background: transparent url(../images/01_bg.png) 0 0 repeat-x;
}
#main_nav li.grants a:hover, #main_nav li.grants a.active {
  	background: transparent url(../images/02_bg.png) 0 0 repeat-x;
}
#main_nav li.news_and_resources a:hover, #main_nav li.news_and_resources a.active {
  background: transparent url(../images/03_bg.png) 0 0 repeat-x;
}
#main_nav li.get_involved a:hover, #main_nav li.get_involved a.active {
  background: transparent url(../images/04_bg.png) 0 0 repeat-x;
}
#main_nav li.about_us a:hover, #main_nav li.about_us a.active {
  background: transparent url(../images/05_bg.png) 0 0 repeat-x;
}
#main_nav li.home a:hover, #main_nav li.home a.active {
  background: transparent url(../images/06_bg.jpg) 0 0 repeat-x;
}
#main_nav li.calendar a:hover, #main_nav li.calendar a.active {
  background: transparent url(../images/07_bg.jpg) 0 0 repeat-x;
}
#main_nav li a.last { padding-right: 0; }


#content_bottom {	
	width: 935px;
	margin: 0px 0 20px 40px;
	padding: 30px 0px 20px 0px;
	text-align:left;
	position: relative;
	float: left;
	background:#ffffff;
}
* html #content_bottom { width: 917px; }


/* Search box with right arrow */
.search{
	float:left;
	margin: 0px 0px 0px 15px;
}

.search_field{
	border: 1px solid #BFE47F;
	padding: 0 8px 0 8px;
	background-color: #7FC41C;
	outline: 0;
	float: left;
	font-size: 12px;
	color: #fff;
	width: 100px;
	height:26px;
	line-height: 26px; 
}

.search_button{
	padding: 4px;
	width: 56px;
	border: 1px solid #BFE47F;
	background:#BFE47F;
	color:#476514;
	margin: 0px 0px 0px 0px;
	height:28px;
	float: left;
} 
    
/*-------------------------------------------
    Home page tabbed area
-------------------------------------------*/
#tabbed_box_1 {
	width:303px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 20px;
	float:left;
}

.tabbed_box h4 {
	font-size:17px;
	color:#4D4D47;
	letter-spacing:-1px;
	margin-bottom:5px;
	font-weight:normal;
	text-indent: 35px;
	height: 15px;
	padding: 10px;
	position: relative;
	background: #ffffff url(../images/upcoming_icon.png) 0px 0px no-repeat;
}

.tabbed_box h4 small a{
	color:#4D4D47;
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	position:absolute;
	top: 12px;
	text-indent: 0px;
	padding: 6px 12px;
	font-weight: bold;
	background-color: #BFE47F;
	right: 0;
	letter-spacing:0px;
}

.tabbed_box h4 small a:hover{
	color:#10147E;
}

ul.tabs {
	margin:0px 0px 0px 0px;
	padding:0px;
	float:left;
	z-index:1;
	list-style: none; 
}

ul.tabs li {
	list-style:none;
	width:42px;
	background:#BFE47F;
	margin: 0px 0px 2px 0px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

ul.tabs li a {
	color:#798B59;
	padding: 5px;
	border: 1px solid #BFE47F;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase; 
}

ul.tabs li a:hover {
	background-color:#7FC41C;
	border-color:#7FC41C;
	color:#ffffff;
}

ul.tabs li a.active {
	background-color:#EDF5E8;
	color:#666666;
	border:1px solid #BFE47F; 
	border-right: 1px solid #EDF5E8;
}

ul.tabs li em {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

ul.tabs li a.active em {
	color:#333333;
}

.tab_content {
	border-top:1px solid #BFE47F;
	border-bottom: 1px solid #ffffff;
	background: url(../images/tab_bg.png) 0 0 no-repeat ;
	padding:5px 15px 0px 15px;
	width:231px;
	color:#666666;
	margin: 0px 0px 0px -1px;
	font-size:12px;
	line-height:17px;
	float:left;
	z-index:2;
	display: none;
}

.tab_content a{
	color:#10147E;
}

.tab_content p{
	font-size:11px;
	padding-bottom: 15px;
}

.tab_content img{
	margin: 5px 0px 10px 0px;
	padding: 0px 2px 0px 2px;
	border-top: 2px solid #BFE47F;
	border-bottom: 2px solid #ffffff;
	background: #ffffff url(../images/img_border.png) 0 0 repeat-x;
}


/*-------------------------------------------
    Home page recent post area
-------------------------------------------*/
#recent_post {
	float:left;
	width: 550px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 30px;
}

#recent_post h4 {
	font-size:18px;
	color:#4D4D47;
	letter-spacing:-1px;
	margin-bottom:5px;
	font-weight:normal;
	height: 15px;
	padding: 10px 10px 10px 0px;
}

#recent_post .item{
	clear: left;
	font-size:12px;
	margin:0px 0px 20px 0px;
}

#recent_post .item img{
	border: 1px solid #DFF1BF;
}

#recent_post .item span{
	float: left;
}

#recent_post .item div{
	margin-top: 0;
	margin-left: 125px;
}

#recent_post .item b{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding: 0px 0px 5px 0px;
}

#recent_post .item p{
	font-size:11px;
	padding: 6px 0px 0px 0px;
	line-height:16px;
}

#recent_post .item a{
	float:none;
}

#recent_post .item a.more { float: left; display: block; margin-top: 6px; padding-bottom: 6px; }



/*-------------------------------------------
    About Home area
-------------------------------------------*/
#about {
	width:880px;
	text-align:left;
	float:left;
	margin: 0px 0px 20px 70px;
	padding: 20px 0px 15px 20px;
	color: #666;
	font-size: 13px;
	background: #EDF5E8 url(../images/about_bg.png) 573px 0 no-repeat;
}
.about_header {
	text-align:left;
	margin: 0px 0px 0px 0px;
	color: #333;
	height: 20px;
	background: transparent url(../images/about_icon.png) 180px 0 no-repeat;
	float:left;
	padding: 10px 10px 10px 70px;
	width: 300px;
}
.about_501 {
	float: left;
	text-align: left; 
	font-size: 10px; 
	font-weight: bold;
	width: 600px;
	margin: 0 0 10px 32px;
	
}
#about h5 {
	color:#333;
	font-size:13px;
}

.about_left {
	width:300px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.about_left p{
	color: #2C440A;
	font-size:14px;
	line-height: 18px;
	padding: 5px 0px 8px 0px;

}

.about_right {
	width:425px;
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.about_right p{
	font-size:11px;
	line-height: 16px;
	padding: 5px 0px 8px 0px;
}

/*-------------------------------------------
    Footer area
-------------------------------------------*/
#footer {
	width:895px;
	text-align:left;
	float:left;
	margin: 0px 0 20px 40px;
	padding: 20px 0px 0px 40px;
	color: #666;
	font-size: 13px;
	background:#ffffff;
	position: relative;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #10147E;
}

#footer p {
	font-size: 11px;
	padding: 5px 0px 8px 0px;
	line-height: 16px;
}

#footer a.blue {
	color: #10147E;
	background: transparent url(../images/icons/email.png) 0 0 no-repeat;
	height: 30px ;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	float:left;
	text-indent: 20px;
}

.contact_info {
	width:310px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/small_h.png) 100px 0 no-repeat;
}

.award { float: right; margin: 0 5px 0 0; width: 219px; }
.award p { width: 100px; margin: 0; padding: 0; }



/*-------------------------------------------
    Sub page styles
-------------------------------------------*/
#sub_top {
	width: 915px;
	margin: 0px 0px 0px 60px;
	text-align:left;
	position: relative;
	height: 180px;
	padding: 20px 0px 0px 0px;
}

#flashcontentsub{ width:530px; height:161px; float:right; margin:0px 40px 0px 0px; color:#333333; font-size:12px;}

#content_subbottom {	
	width: 915px;
	margin: -5px 0 0px 40px;
	padding: 30px 0px 50px 20px;
	text-align:left;
	float:left;
	background:#fff;
	font-size:12px;
}

#content_wrapper {
	width: 670px;
	padding: 0px 0px 50px 20px;
	text-align:left;
	float:left;
}

#content_wrapper p {
	font-size:12px;
	color: #24241C;
	line-height: 17px;
} 

#content_wrapper a {
	font-size:13px;
}

#content_wrapper .image{
	background:#EAF5DA;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	max-width: 310px;
	overflow: hidden;
}

#content_wrapper .image_rotator {
	background: url(../images/img_border.png) repeat-x;
	overflow: hidden;
	width: 289px;
	height: 224px;
	float: left;
	margin: 10px 10px 10px 0;
}

#content_wrapper .image_rotator a { 
	position: absolute;
}
#content_wrapper .image_rotator img { width: 285px; height: 220px; margin: 2px; }

#content_wrapper img {
	max-width: 670px;
}

#content_wrapper ul {
	margin: 10px 0px 0px 20px;
	list-style-position:outside;
} 

#content_wrapper ol {
	margin: 5px 0px 0px 30px;
	list-style-position:outside;
} 

#content_wrapper li {
	margin: 0px 0px 8px 0px;
} 

#content_wrapper ul li a{
	display:inline;
} 

#content_wrapper ol li a{
	display:inline;
} 

.image span{
	padding: 6px 4px 8px 5px;
	display: block;
}

#content_wrapper .image img{
	padding: 0px 2px 0px 2px;
	border-top: 2px solid #BFE47F;
	border-bottom: 2px solid #ffffff;
	background: #ffffff url(../images/img_border.png) 0 0 repeat-x;
}

/*-------------------------------------------
   Doument page
-------------------------------------------*/
.document {
	border-bottom: 1px solid #DFF1BF;
	float:left; 
	width:100%;
	padding: 10px 0px 10px 0px;
}

.document a {padding: 12px 0px 0px 10px;float:left;}
.icon {padding: 0px 0px 0px 0px; float:left;}

/*-------------------------------------------
   Secondary Nav
-------------------------------------------*/
.sub_menu {
	float: left;
	width: 200px;}

.sub_menu li {
	float: left;
	width: 190px;
	display: block;
	border-left: 2px solid #BFE18D;
	color:#005F57;
	background:#E5F3D2;
	font-size: 13px;
	font-weight:bold;
	margin: 0px 0px 1px 0px;
}

.sub_menu li a {
	color:#005F57;
	padding: 5px 5px 5px 8px;
	display: block;
}

.sub_menu li a:hover{
	color: #005F57;
	background:#BFE18D;
}

.sub_menu li a.subcurrent {
	color: #005F57;
	background:#BFE18D;
	margin: 0px 0px 1px 0px;
}


.sub_menu li a.current {
	background: #FFFFFF;
}

.sub_menu li>ul{
	color:#005F57;
	background-color:#ECF4E4;
	font-size: 11px;
	border:none;
	list-style: none; 
}

.sub_menu li>ul li{
	color:#005F57;
	background-color:#BFE18D;
	font-size: 11px;
	border:none;
}

.sub_menu li>ul li a:hover, .sub_menu li>ul li a:active{
	color:#005F57;
	background-color:#fff;
	font-size: 11px;
	border:none;
	margin: 0px 0px 0px 0px;
}

.sub_menu ul li ul li a{
	color:#005F57;
	background-color:#ECF4E4;
	font-size: 11px;
	border:none;
	padding-left:18px;
}

.sub_menu li>ul li>ul a:hover, .sub_menu li>ul li>ul a:active{
	color:#005F57;
	background-color:#fff;
	font-size: 11px;
	border:none;
	padding-left:18px;
}


/*-------------------------------------------
   Links for each section
-------------------------------------------*/
.programs a, .programs a:active, .programs a:visited,
.grants a, .grants a:active, .grants a:visited,
.news_and_resources a, .news_and_resources a:active, .news_and_resources a:visited,
.get_involved a, .get_involved a:active, .get_involved a:visited ,
.about_us a, .about_us a:active, .about_us a:visited
{
	font-weight:bold;
	font-size:13px;
}

.programs a:hover,
.grants a:hover,
.news_and_resources a:hover, 
.get_involved a:hover,
.about_us a:hover
{
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	color: #24241C;
}

.programs a, .programs a:active, .programs a:visited {
	color: #005D55;
}

.grants a, .grants a:active, .grants a:visited {
	color: #007B86;
}

.news_and_resources a, .news_and_resources a:active, .news_and_resources a:visited {
	color: #A12C25;
}

.get_involved a, .get_involved a:active, .get_involved a:visited {
	color: #CB8E24;
}

.about_us a, .about_us a:active, .about_us a:visited {
	color: #26496A;
}

.sponsors {float:left; width: 620px; font-size: 10px; margin: 20px 0px 20px 0px; background: #FBFCFD; border: 1px solid #E5EBF1; padding:20px}
.sponsors span{ float:left; padding: 5px; margin: 20px 30px 0px 0px; width: 340px;}
.sponsors img{ float:left; padding: 5px; width: 200px; background: #fff; border: 1px solid #E5EBF1;}

.sponsors01 {float:left; width: 620px; font-size: 10px; margin: 0px 0px 20px 0px; background: #FBFCFD; border: 1px solid #E5EBF1; padding:20px}
.sponsors01 span{ float:left; padding: 5px 5px 15px 10px; height: 150px; margin: 5px 5px 0px 0px; width: 180px; background: #fff; border: 1px solid #E5EBF1;}
.sponsors01 img{}

.invite {float:left; width: 620px; font-size: 12px; margin: 0px 0px 20px 0px; background: #FBFCFD; border: 1px solid #E5EBF1; padding:20px}
.invite_inside {float:left; width: 250px; font-size: 12px; margin: 0px 0px 20px 0px; background: #FBFCFD;  padding:20px}
.invite_inside span {border-left: 1px solid #E5EBF1; padding: 0px 0px 0px 20px; float:left;}

.invite label {float:left; width:100px; margin: 0px 30px 0px 0px;}
.invite input {margin: 0px 0px 10px 0px; }

.donate01 {float:left; width: 250px; height: 380px; margin: 0px 10px 10px 0px; border: 1px solid #E5EBF1; padding: 10px;}
.donate01 img{ margin: 0px 0px 10px 0px; }


/*-------------------------------------------
   Not Found 
-------------------------------------------*/
.not_found {
	border: 1px solid #DFF1BF;
	margin: 0px 25px 0px 10px;
	padding: 60px 30px 100px 30px;
	text-align:center;
	background: #F9FCF2;
}

/*-------------------------------------------
   Sub Footer area
-------------------------------------------*/
#sub_footer {
	width:905px;
	text-align:left;
	float:left;
	margin: 0px 0 20px 40px;
	padding: 20px 0px 0px 30px;
	color: #666;
	font-size: 13px;
	background:#ffffff;
}

#sub_footer a {
	color: #666;
}

#sub_footer a:hover {
	color: #10147E;
}

#sub_footer p {
	font-size: 11px;
	padding: 5px 0px 8px 0px;
	line-height: 16px;
}

#sub_footer a.blue {
	color: #10147E;
	background: transparent url(../images/icons/email.png) 0 0 no-repeat;
	height: 30px ;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	float:left;
	text-indent: 20px;
}

#sub_footer .contact_info {
	width:190px;
	text-align:left;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/small_h.png) 30px 20px no-repeat;
}

#sub_footer .footer_nav {
	width:600px;
	float:left;
	margin: 0 0 0 20px;
	padding: 0;
}



/*-------------------------------------------
   q & a area
-------------------------------------------*/
.q{
	width: 100%;
	clear: left;
	font-size:12px;
	margin:0px 0px 20px 0px;
}
.q span{
	float: left;
	width: 30px;
}

.q div{
	margin: 0px 30px 20px 0px;
}

.q p b{
	font-size:12px;
	padding: 0px 0px 0px 0px;
	line-height:16px;
	font-weight:bold;
}

.q p{
	font-size:12px;
	padding: 0px 0px 0px 0px;
	line-height:16px;
}

/*-------------------------------------------
   staff area
-------------------------------------------*/
.staff{
	width: 310px;
	float: left;
	margin:0px 5px 5px 0px;
	border: 1px solid #E5EBF1;
	background:#FBFCFD;
	padding: 5px;
	height: 80px;
}

.staff img{
	border: 1px solid #A0B6CB;
}

.staff span{
	float: left;
	width: 55px;
}

.staff div{
	margin-top: 0;
	margin-left: 65px;
}

.staff h4{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.staff h5{
	font-size:13px;
	color:#254869;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.staff p{
	font-size:10px;
	padding: 3px 0px 0px 0px;
	line-height:11px;
	color:#333333;
}

/*-------------------------------------------
   Search area
-------------------------------------------*/
#search_wrapper {
	font: 100%" Lucida Sans Unicode", "Lucida Grande",
	Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 50px 50px 20px;
	text-align:left;
	float:left;
}

#search_wrapper .search_top {
	border: 1px solid #DFF1BF;
	margin: 0px 0px 30px 0px;
	padding: 20px 30px 10px 30px;
	background: #F9FCF2;
	width:800px;
	
}

#search_wrapper .info {
	font-size: 18px;
}

#search_wrapper .title {
	font-size: 14px;
}

#search_wrapper .search_item {
	float:left;
	border-bottom: 1px solid #E5EBF1;
	margin: 10px 0px 0px 0px;
	width:100%;
}

#search_wrapper .description {
	font-size: 13px;
}

#search_wrapper .address {
	font-size: 11px;
	color:#007B86;
	padding-bottom: 10px;
	display: block;
}


#search_wrapper .selected {
	font-size: 13px;
	color:#A12C25;
	font-weight:bold
}

#search_wrapper .field {
	border: 1px solid #BFE47F;
	padding:5px 3px 0 8px;
	background-color: #7FC41C;
	outline: 0;
	font-size: 12px;
	color: #fff;
	float:left;
	width: 212px;
	height:18px;
	margin:0px 0px 0px 250px;
}

#search_wrapper .field:focus {
	border: 1px solid #BFE47F;
	padding:5px 3px 0 8px;
	background-color: #fff;
	color: #333;
}

#search_wrapper #search {
	padding: 0px 0px 0px 0px;
	float:left;
}

#search_wrapper .advanced {
	font-size: 12px;
	color: #7FC41C;
	
}

#search_wrapper .search_top table td {
padding:0px 10px 10px 0px;
}


*html#side_callout_wrapper { margin: 0px 0px 0px 10px;}

*html #main_nav{
  margin: 0px 0 0px 3px;
  height: 45px;
  overflow: hidden;
}

*html #main_nav li{
  margin:0px 0px 14px 0px;
}

*html #main_nav li a{
  margin:-5px 0px 0px 0px;
}

*html #content_bottom {	
	margin: 0px 0 20px 20px;
}

* html .item p{ /* IE 3px jog hack*/
	height: 1%;
}

*html #about {
	margin: 0px 0px 20px 30px;
}

*html #footer {
	margin: 0px 0 20px 20px;
}

*html #sub_top {
	width: 935px;
	margin: 0px 0px 0px 1px;
	padding: 20px 0px 0px 0px;
	background: #fff;
}

*html #flashcontentsub{ margin:0px 0px 0px 20px;}

*html #content_subbottom {	
    margin: 0px 0 20px 20px;
}

*html #sub_footer {
	margin: 0px 0 20px 20px;
}

* html .q p{ /* IE 3px jog hack*/
	height: 1%;
}

* html .staff p{ /* IE 3px jog hack*/
	height: 1%;
}

*html hr {
	margin: 20px 0 8px 0; /* IE6/IE7 hack*/
}

*html #front{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/large_h.png',sizingMethod='scale');
	background-image:none;
}

*html #wrapper{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/content_shadows.png',sizingMethod='scale');
	background-image:none;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: center;
	width: 1014px;
}

/*
#content_wrapper img {
	max-width: 670px;
	_width: expression(this.width > 670 ? 670 : true);
}

#content_wrapper .image{
	_width: expression(this.width > 310 ? 310 : true);
}


*/
#donate_link {color: #6EAB23;}
