/* Css Reset */
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 {
	position: relative;
}
ol,ul{ 
	list-style:none; 
}
blockquote,q{ 
	quotes:none; 
}
blockquote:before,blockquote:after,q:before,q:after{ 
	content:''; 
	content:none; 
}
:focus{ 
	outline:0; 
}
ins{ 
	text-decoration:none; 
}
del{ 
	text-decoration:line-through; 
}
table{ 
	border-collapse:collapse; 
	border-spacing:0; 
}

/*--------------- General Styles 
*/
.skiplink{ 
	display:none; 
}
body{ 
	color:#000; 
	font:62.5%/1 Arial, Helvetica,Georgia,Verdana,Lucida,"Trebuchet MS",sans-serif;
	padding:0;
	margin:0;
	background:#4D6E95 url(images/bgr_page.gif) repeat-x;
}
.accessible_text{
     position: absolute;
     left: -9999px;
}
/*-------------------------------page start-------------------------*/
#outer_page{
	width:1000px;
	margin:0 auto;
}
#banner{	
	width:100%;
	height:118px;
	position:relative;
	z-index: 100; /* z-index bug in ie6 & 7 requires the parent of an object to have a higher z-index */
}
#banner img{
	width:100%;
}
.logo{
	width:242px;
	height:314px;
	position:absolute;
	top:71px;
	left:21px;
	z-index:99; /* z-index to layer over images underneath */
}
.logo h1{}
.logo h1 a{
	display:block;
	background:url(images/logo-scholarship-children.png) no-repeat;
	width:242px;
	height:314px;
}
.logo_obama{
	width:242px;
	height:314px;
	position:absolute;
	top:71px;
	left:21px;
	z-index:99; /* z-index to layer over images underneath */
}
.logo_obama h1{}
.logo_obama h1 a{
	display:block;
	background:url(images/heroes-legacy-scholarship-military-children.gif) no-repeat;
	width:263px;
	height:344px;
}
.tag_line{
	width:449px;
	height:103px;
	position:absolute;
	top:14px;
	right:117px;
}
.fh_logo{
	width:102px;
	height:103px;
	position:absolute;
	top:14px;
	right:16px;
}	
.tag_line_home{
	width:696px;
	height:123px;
	position:absolute;
	top:28px;
	right:0px;
}
/*---------------------------primary_navigation
*/
#primary_navigation{
	width:100%;
	height:37px;
}
#primary_navigation ul{
	overflow:hidden;
	float:right; 
}
#primary_navigation ul li{
	float:left;
	padding:0 6px 0 2px;
	color:#efaf3c;
	background:url(images/bgr_libdr.png) no-repeat 100% 6px;
}
#primary_navigation ul li a{
	display:block;
	padding:3px 3px 8px 3px;
	height:26px;
	color:#fff;	
	text-decoration:none;
	float:left;
	display:inline;
}
#primary_navigation ul li a strong{
	font-size:18px;
	display:block;
	float:left;
	cursor:pointer;
	padding:0 18px;
	height:26px;
	line-height:26px;
	text-transform:uppercase;
}
#primary_navigation ul li a:hover{
	color:#00337f;
}
#primary_navigation ul .donate_menu_item{
	background:none;
	padding-right:0;
}
#primary_navigation ul .donate_menu_item a{
	background:#efaf3c;
	padding:3px;
	height:26px;
}
#primary_navigation ul .donate_menu_item a strong{
	border:2px solid #FFD884;
	height:22px;
	line-height:22px;
	padding:0 16px 0 17px;
}
#primary_navigation ul .last_menu_item{
	background:none;
        padding: 0 0 0 4px;
}
#primary_navigation ul .last_menu_item a strong{
	padding-right:14px;
}
#primary_navigation ul .active_menu_item a{
	background:#00337f;
}
#primary_navigation ul .active_menu_item a:hover strong{
	color:#fff;
}
/*-----------------------------------------inner_page
*/
#inner_page{
	margin-left:22px;
	background:#00337f;
	padding:16px 16px 0 16px;
	width:auto;
}
#inner_page.home{
	margin-top:36px;
}
/*-----------------featured_images
*/	
#featured_images{
	background:#cfcfcf;
	padding:7px;
	width:707px;
	margin-left:224px;
	overflow:hidden;
}
#featured_images_home{
	background:#cfcfcf;
	padding:7px;
	width:707px;
	margin-left:224px;
	overflow:hidden;
}
#featured_images_obama{
	background:#cfcfcf;
	padding:7px;
	width:707px;
	margin-left:224px;
	overflow:hidden;
}
.featured_pic_1{
	display:block;
	float:left;
	width:350px;
}
.featured_pic_2{
	float:right;
	display:block;
	width:350px;
}
/*---------------------------------feature
*/
#home_features{
	width:100%;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:16px;
}
#home_features dd{
	width:292px;
	padding:6px;
	background:#cccccc;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
#home_features dd h2{
	background:url(images/bgr_feature.gif) no-repeat;
	width:243px;
	height:34px;
	margin-bottom:7px;
	padding:10px 0 6px 50px;
}
#home_features dd h2 a{
	text-decoration:none;
	font-size:16px;
	color:#225384;
}
#home_features a:hover{
	color:#990000;
}	
#home_features dd img{
	display:block;
	width:100%;
}
#home_features dd p{
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#home_features dd a{
	font-size:14px;
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.feature_content{
	background:#fff;
	padding-bottom:13px;
}
#home_features .feature_txt{
	padding:5px 0 0 9px;
	height:59px;
}
#home_features .last_feature {
	margin:0;
}

/*---------------------------------side_feature
*/
#side_features{
	width:100%;
	overflow:hidden;
	padding-top:0px;
	padding-bottom:16px;
}
#side_features dd{
	width:292px;
	padding:6px;
	background:#cccccc;
	height:auto;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
#side_features dd h2{
	background:url(images/bgr_feature.gif) no-repeat;
	width:243px;
	height:34px;
	margin-bottom:7px;
	padding:10px 0 6px 50px;
}
#side_features dd h2 a{
	text-decoration:none;
	font-size:16px;
	color:#225384;
}
#side_features a:hover{
	color:#990000;
}	
#side_features dd img{
	display:block;
	width:100%;
}
#side_features dd p{
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight:bold;
	padding-bottom:5px;
}
#side_features dd a{
	font-size:14px;
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.side_content{
	background:#fff;
	padding-bottom:13px;
}
#side_features .feature_txt{
	padding:5px 0 0 9px;
	height:59px;
}
#side_features .last_feature {
	margin:0;
}
/*-------------------------------content_and_sidebar
*/
#content_and_sidebar{
	width:100%;
	overflow:hidden;
	padding-bottom:34px;
}
#content_section{
	float:left;
	width:619px;
}
.just_content #content_section{
	width:100%;
}
#content_frame{
	width:auto;
	background:#cccccc;
	padding:7px;
}
.just_content #content_frame{
	width:100%;
	padding:20px 0;
}
#content_frame h3{
	color:#990000;
	font-size:24px;
	line-height:28px;
	font-family:Georgia;
	width:auto;
	padding:16px 0 16px 12px;
	background:url(images/bgr_cont_title.gif) repeat-y;
	font-weight:normal;
}
/*----------------------post_even
*/
.post_odd{
	width:auto;
	overflow:hidden;
	margin-bottom:10px;
	background:#FFFFFF;
	margin-top:11px;
	margin-bottom:9px; 
}
.post_odd img{
	border:7px solid #b5b3b3;
	display:block;
	float:left;
}
.post_odd_text{
	overflow:hidden;
	padding:11px 0px 0 16px;
}
.post_odd_text h2{
	padding-bottom:8px;
}
.post_odd_text h2 span{
	font-size:14px;
	display:block;
	padding-top:5px;
}
.post_odd_text h2 a{
	font-size:14px;
	color:#225384;
	text-decoration:none;
	text-transform:uppercase;
	line-height:17px;
}
.post_odd_text h2 a:hover{
	color:#990000;
	text-decoration:none;
}
.post_odd_text p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	font-family:Georgia;
	padding-right:10px;
}
.post_odd_text p a{
	color:#225384;
	text-decoration:none;
    font-weight:bold;
}
.post_odd_text p a:hover{
	color:#990000;
}
/*----------------------post_even
*/
.post_even{
	background:#fff;
	overflow:hidden;
	width:auto;
}
.post_even_text{
	padding-top:10px;
	padding-left:15px;
}
.post_even_text h2{
	padding-bottom:8px;
}
.post_even_text h2 span{
	font-size:14px;
	display:block;
	padding-top:5px;
}
.post_even_text h2 a{
	font-size:14px;
	color:#225384;
	text-decoration:none;
	text-transform:uppercase;
	line-height:17px;
}
.post_even_text h2 a:hover{
	color:#990000;
	text-decoration:none;
}
.post_even_text p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	font-family:Georgia;
	padding-bottom:10px;
	margin-right:10px;
}
.post_even_text p a{
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.post_even_text p a:hover{
	color:#990000;
}
.post_even img{
	border:7px solid #b5b3b3;
	display:block;
	float:right;
}
/*--------------------sidebar_section
*/
#sidebar_section{
	width:312px;
	float:right;
	padding-top:0px;
	overflow:hidden;
}
#sidebar_section form{
	padding-left:40px;
	padding-bottom:20px;
	width:272px;
}
#sidebar_section form dl{
	overflow:hidden;
	width:231px;
	background:#fff;
	padding:1px;
	
}
#sidebar_section form dl dd{
	float:left;
	height:23px;
}
#sidebar_section form dl .search_text{
	width:204px;
	height:23px;
}
#sidebar_section form dl .search_text input{
	background:transparent;
	width:201px;
	height:17px;
	text-align:center;
	padding:3px 0 1px;
	color:#336591;
	font-weight:bold;
	font-size:14px;
	border:1px solid #316597;
	font-family:Arial;
	vertical-align:top;
}
#sidebar_section form dl .search_submit{
	width:27px;
	height:23px;
}
#sidebar_section form dl .search_submit a{
	border:none;
	display:block;
	cursor:pointer;
	width:22px;
	height:23px;
	color:#fff;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	background:#2e6697;
	text-decoration:none;
	padding-left:5px;
}
#sidebar_section form dl .search_submit a:hover{
	color:#efaf3c;
}
/*-----------sidebar_module
*/
.sidebar_module{
	width:298px;/*312*/
	padding:7px;
	background:#cccccc;
	margin-bottom:14px;
}
.sidebar_module h2{
	background:url(images/bgr_contact.png) no-repeat;
	height:32px;
	width:285px;
	font-size:21px;
	color:#990000;
	padding:8px 0 0 13px;
	font-family:Georgia;
	font-weight:normal;
	margin-bottom:7px;
}
.connect_icons{
	background:#fff;
	padding:8px 0 10px 35px;
	width:263px;
	overflow:hidden;
}
.connect_icons a{
	display:block;
	float:left;
	width:36px;
	height:74px;
	margin-right:12px;
}
.donate_icons{
	background:#fff;
	padding:3px 0 3px 7px;
	width:290px;
	overflow:hidden;
}
.donate_icons a{
	display:block;
	float:left;
	margin-right:0px;
}
.module_content{
	padding:14px 12px 14px 14px;
	width:272px;
	overflow:hidden;
	background:#fff;
}
.module_left{
	width:107px;
	float:left;
}
.module_left h3{
	font-size:14px;
	color:#225384;
	padding-bottom:5px;
	line-height:16px;
}
.module_left h3 a{
	font-size:14px;
	color:#225384;
	line-height:16px;
	text-decoration:none;
}
.module_left h3 a:hover{
	color:#990000;

}
.module_left p{
	font-size:14px;
	color:#000000;
	line-height:18px;
	font-family:Georgia;
}
.module_left p a{
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.module_left p a:hover{
	color:#990000;
}
.module_right{
	width:149px;
	float:right;
}
/*-----------------------------footer
*/
#footer{
	width:auto;
	padding-bottom:56px;
}
#footer_menu{
	width:auto;
	overflow:hidden;
	padding-left:0px;
}
.footer_search{
	width:240px;
	float:right;
	padding-top:5px;
}
.footer_search form{
	width:204px;
}
.footer_search form dl{
	overflow:hidden;
	width:231px;
	background:#fff;
	padding:1px;
	
}
.footer_search form dl dd{
	float:left;
	height:23px;
}
.footer_search form dl .search_text{
	width:204px;
	height:23px;
}
.footer_search form dl .search_text input{
	background:transparent;
	padding:0;
	margin:0;
	width:201px;
	height:17px;
	text-align:center;
	vertical-align:top;
	padding:3px 0 1px;
	color:#336591;
	font-weight:bold;
	font-size:14px;
	border:1px solid #316597;
	font-family:Arial;
}
.footer_search form dl .search_submit{
	width:27px;
	height:23px;
}
.footer_search form dl .search_submit a{
	border:none;
	display:block;
	cursor:pointer;
	width:22px;
	height:23px;
	color:#fff;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	background:#2e6697;
	text-decoration:none;
	padding-left:5px;
}
.footer_search form dl .search_submit a:hover{
	color:#efaf3c;
}
#footer_menu ul{
	float:right;
	margin-right:-10px;
}
#footer_menu ul li{
	float:left;
	display:block;
	padding:0 11px;
	background:url(images/bgr_li_bdr2.png) no-repeat 0 8px;
}
#footer_menu ul li a{
	float:left;
	display:block;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	line-height:33px;
	border:none;
	text-decoration:none;
}
#footer_menu ul li a:hover{
	color:#efaf3c;
}
#footer_menu ul .first_footer_item{
	background:none;
}
#footer p{
	text-align:right;
	font-size:14px;
	color:#fff;
	float:right;
	font-family:Georgia;
	line-height:28px;
}
#footer p a{color:#fff; text-decoration:none}
#footer p a:hover{color:#EFAF3C;}

/*----------------------------------sub_page2-----------------------*/

#title_line{
	width:915px;
	padding:16px 0 10px 30px;
	overflow:hidden;
}
#title_line img{
	display:block;
	float:left;
}
#title_line ul{
	float:right;
	padding-top:10px;
	overflow:hidden;
}
#title_line ul li{
	display:block;
	float:left;	
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
#title_line ul li a{color:#fff; text-decoration:none}
#title_line ul li span{
	padding:0 7px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}

#title_line ul li a:hover , #title_line ul .current_page a{
	color:#EFAF3C;
	padding-right:0;
}
#title_line ul .current_page{color:#EFAF3C;}
.sidebar_section{
	padding-top:0 !important;
}
/*---------------------------------------freestyle_content
*/
#freestyle_content{
	width:auto;
	padding:22px 22px 39px 16px;
	margin-top:7px;
	background:#fff;
	font-family:Georgia;
}
#freestyle_content div.right_img{
	display:block;
	float:right;
	margin-left:5px;
}
#freestyle_content div.left_img{
	float:left;
	overflow:hidden;
}
#freestyle_content p, .mil_sch_form span{
	font-size:16px;
	color:#000000;
	line-height:22px;
	padding-bottom:20px;
	clear:left;
}
#freestyle_content p.alert{
	color:#990000;
}
#freestyle_content a{
	font-size:16px;
	color:#225384;
	text-decoration:none;
}
#freestyle_content a:hover{
	color:#990000;
}
#freestyle_content h2{
	font-size:21px;
	color:#990000;
	line-height:24px;
	padding-bottom:10px;
	font-weight:normal;
}
#freestyle_content h4{
	padding-bottom:20px;
	font-weight:normal;
}
#freestyle_content h4 a{
	font-size:16px;
	color:#225384;
	text-decoration:none;
}
#freestyle_content h5{
	font-size:18px;
	color:#990000;
	line-height:18px;
	padding-bottom:10px;
	font-weight:normal;
}
#freestyle_content ul{
	padding-left:10px;
	padding-bottom:20px;
}
#freestyle_content ul li{
	font-size:16px;
	color:#000000;
	background:url(images/icon_li.gif) no-repeat 0 10px;
	padding-left:10px;
	line-height:22px;
}
#freestyle_content ul li span{
	font-size:16px;
	color:#000000;
}
#freestyle_content ul li a{
}
#freestyle_content ul li a.body{
	padding:0 0px;
	font-size:16px;
	color:#2F6796;
	font-family:Georgia;
	text-decoration:none;
}
#freestyle_content ul li a.body:hover{
	color:#990000;
}
#freestyle_content a.links{
	font-size:16px;
	color:#2F6796;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
}
#freestyle_content a.links:hover{
	color:#990000;
}

/*=====================================giver info
todo: disconnect from freestyle_content - this is structured content*/
.giver_info {
	border-top:1px dotted;
	padding: 10px 0 5px;
	margin-top:10px;
}
#freestyle_content .giver_title {
	font-weight:bold;
	padding-bottom:0px;
}
#freestyle_content .giver_info img {
	float:right;
	margin-left: 7px;
}

/*=====================================house info*/
.house_info{
	width:110px;
	padding-left:18px;
	float:left; 
}
.house_info p{
	font-size:16px;
	color:#990000;
	font-family:Georgia ;
	font-weight:bold;
	line-height:18px;
}
.house_detail{
	width:460px;
	float:right; 
}
.house_detail p{
	font-size:16px;
	color:#000;
	font-family:Georgia ;
	line-height:18px;
}
/*---------------------------patriot_image
*/
.patriot_image{
	padding-left:40px;
	padding-bottom:50px;
}
.patriot_image img{
	display:block;
	border-top:7px solid #C2C0C1;
	border-right:7px solid #C2C0C1;
	border-bottom:7px solid #C2C0C1;
	border-left:7px solid #C2C0C1;
}
/*---------------------------placed_image_left
*/
.placed_image{
	padding-left:0px;
	padding-right:10px;
	padding-bottom:0px;
	float: left; 
}
.placed_image img{
	display:block;
	border-top:7px solid #C2C0C1;
	border-right:7px solid #C2C0C1;
	border-bottom:7px solid #C2C0C1;
	border-left:7px solid #C2C0C1;
}
/*---------------------------placed_image_right
*/
.placed_image_r{
	padding-left:10px;
	padding-right:0px;
	padding-bottom:0px;
	float: right; 
}
.placed_image_r img{
	display:block;
	border-top:7px solid #C2C0C1;
	border-right:7px solid #C2C0C1;
	border-bottom:7px solid #C2C0C1;
	border-left:7px solid #C2C0C1;
}
.share{
	width:auto;
	border-bottom:1px solid #225384;
	overflow:hidden;
}
.share a {
	cursor: pointer;
	float: right;
	width: 62px;
}
.share_txt{
	background:url(images/link_icon_norm.gif) no-repeat 100% 0;
	font-size:12px;
	color:#225384;
	float: right;
	line-height:14px;
	padding-right:20px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
}
.share_txt:hover{
	background:url(images/link_icon_hov.gif) no-repeat 100% 0;
	color:#efaf3c;
}
	
/*--------------------------sidebar_outer_frame
*/
#sidebar_outer_frame{
	width:312px;/*312*/
	padding:0 0px 7px 0px;
	background:#CFCFCF;
}
.sidebar_content{
	width:306px;
	padding-left:6px;
}
.sidebar_content h2{
	background:url(images/bgr_ftr_rgt_search.png) no-repeat;
	width:256px;/*306*/
	height:42px;/*58*/
	padding:16px 0 0 61px;
	margin-bottom:11px;
}
.sidebar_content h2 a{
	font-size:14px;
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.sidebar_content h2 a:hover{
	color:#990000;
}	
.sidebar_content ul{
	margin-left:9px;
	margin-right:12px;
	width:285px;
	background:url(images/bgr_libtm.gif) repeat-x;
}
.sidebar_content ul li{
	line-height:41px;
	background:url(images/bgr_libtm.gif) repeat-x bottom;
	font-size:16px;
	font-weight:bold;
	color:#225384;
}
.sidebar_content ul li span{
	padding:0 7px;color:#00337f;
}
.sidebar_content ul li a{
	font-size:16px;
	font-weight:bold;
	color:#225384;
	padding-left:7px;
	text-decoration:none;
	font-family:Helvetica;
}
.sidebar_content ul li a:hover{
	color:#990000;
}	
.sidebar_content ul li ul{
	margin:0;
}
.sidebar_content ul li ul li{
	height:41px;
	padding-left:23px;
}
.sidebar_content ul .active_page a{
	color:#00337f;
}
.sidebar_content ul .active_page{
	width:auto;
}
.sidebar_feature{
	width:300px;
	padding:6px 6px 6px 0px;
	margin-top:18px;
}
.sidebar_feature h2{
	background:url(images/bgr_feature.gif) no-repeat;
	width:250px;/*300*/
	height:34px;/*50*/
	margin-bottom:7px;
	padding:16px 0 0 50px;
}
.sidebar_feature h2 a{
	text-decoration:none;
	font-size:16px;
	color:#225384;
}
.sidebar_feature a:hover{
	color:#990000;
}	
.sidebar_feature img{
	display:block;
}
.sidebar_feature p{
	font-size:13px;
	color:#000;
	line-height:18px;
	font-weight:bold;
	padding-bottom:5px;
}
.sidebar_feature a{
	font-size:14px;
	color:#225384;
	font-weight:bold;
	text-decoration:none;
}
.feature_content{
	background:#fff;
	padding-bottom:13px;
}
.sidebar_feature .feature_txt{
	padding:5px 0 0 9px;
}
.subpage_sidebar_module{
	width:304px;/*312*/
	padding:7px 7px 0px 1px;
}
.subpage_sidebar_module h3{
	background:url(images/bgr_contact.png) no-repeat;
	height:32px;
	width:285px;
	font-size:21px;
	color:#990000;
	padding:8px 0 0 13px;
	font-family:Georgia;
	font-weight:normal;
	margin-bottom:7px;
}
.connect_icons{
	background:#fff;
	padding:8px 0 10px 35px;
	width:263px;
	overflow:hidden;
}
.connect_icons a{
	display:block;
	float:left;
	width:36px;
	height:74px;
	margin-right:12px;
}
.quote{
	width:582px;/*628*/
	padding:10px 30px 0 16px;
}
.sidebar_quote{
	width:292px;/*312*/
	padding:15px 10px 4px 10px;
	overflow:hidden;
}
.quote p em, .sidebar_quote p em{
	font-size:17px;
	color:#EFAF3C;
	font-family:Georgia;
	line-height:22px;
}
.quote p span, .sidebar_quote p span{
	display:block;
	clear:both;
	float:right;
	padding:0 10px 4px 0;
	font-size:17px;
	color:#EFAF3C;
	font-style:italic;
	font-family:Georgia;
}
/* Charity Navigator
*/
.charity_navigator_module{
	width:288px;
	border:1px solid #c2c0c1;
	margin-top:14px;
	overflow:hidden;
	background:#efaf3c;
	padding-right:10px;
}
.charity_navigator_module img{
	display:block;
	float:left;
}
.charity_navigator_module p{
	font-size:13px;
	color:#010101;
	line-height:12px;
	float:right;
	font-family:Georgia;
	font-style:italic;
	width:170px;
	padding-top:8px;
}

/* css added for jquery functionality may need to reorganize*/
/* ------------------------ Features Pics */
#featured_images_left {
	float: left;
	width: 350px;
}
#featured_images_right {
	float: right;
	width: 350px;
}
.slideshow {
	display: block;
	height: 200px;
	position: relative;
}
.slideshow img {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 8;
	width: 100%;
}
.slideshow img.active {
	z-index: 10;
}
.slideshow img.last_active {
	z-index: 9;
}

/*-------------------------Share Popup
*/

/*.share_popup{
	width:298px;/*312*//*
	padding:7px;
	background:#cccccc;
} I saved your css and thought I would show you an alternative */

.share_popup {
	background: #fff;
	border: 1px solid #225384;
	display: none;
	position: relative;
	text-align: center;
	width: 175px;
}
.share_icons {
	border-top:1px solid #225384;
	padding-top:8px;
}
.share_popup .share_icons a img {
	margin: 0 2px;
}
.share_popup .close_button {
	position: absolute;
	right: 0;
	top: 0;
}
#content_frame .share_popup h3{
	background:url(images/bgr_contact.png) no-repeat scroll center top;
	/*height:32px;*/
	/*width:285px;*/
	font-size:14px;
	color:#990000;
	padding:0px 0;
	font-family:Arial, Helvetica,Georgia,Verdana,Lucida,"Trebuchet MS",sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:0px;
	width:auto;
	height:auto;

}

/*------------------------Event Popup */
.event_summary_detail_container {
	background: #fff;
	border: 4px solid #990000;
	display: none;
	padding: 10px;
	position: absolute;
	width: 400px;
}
.event_summary_detail_image {
	float: left;
	margin: 0 10px 10px 0;
}
.event_summary_detail_text {
	margin-left:140px
}
.event_summary_detail_text_no_image {
	margin-left:10px
}
.event_summary_detail_text p {
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
}
.event_summary_detail_text_no_image p {
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
}

/*----------------------news list
*/
.news_list_item {
	font-size:16px;
	color:#000000;
	line-height:34px;
}
.news_list_item_date {
	font-family:Arial,Helvetica,Georgia,Verdana,Lucida,"Trebuchet MS",sans-serif;
	font-size:16px;
}
.news_list_item_title {
	border-left:1px solid Black;
	border-style:solid;
	margin-left:7px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:8px;
}
.news_list_item_source{
	border-left:1px solid Black;
	border-style:solid;
	margin-left:7px;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:8px;
	font-style:italic; 
}

/*----------------------news article
*/
.news_article_subheader {
	font-family:Arial,Helvetica,Georgia,Verdana,Lucida,"Trebuchet MS",sans-serif;
}
.news_article_subheader a {
	text-transform:uppercase;
}

/*----------------------Graphical rollover buttons*/
.a_button {
	position:relative;
	display:block;
	cursor:pointer;
}
#donate_index_button.a_button {
	background:url(images/donateOnlineButton_over.gif) no-repeat;
	height:57px;
	width:233px;
}
#share_your_story.a_button {
	background:url(images/share_button_over.gif) no-repeat;
	height:57px;
	width:233px;
	float:right;
}
.a_button a {
	display:block;
}
#donate_index_button.a_button a {
	height:57px;
	width:233px;
}
#share_your_story.a_button a {
	height:57px;
	width:233px;
}
.a_button a:hover img {
	visibility:hidden;
}
.a_button span {
	display:none;
}
/* ----------------------- House select Sidebar */
.house_locations_container {
	background-color: #f0f0f0;
	border: 7px solid #b5b3b4;
	text-align: center;
}
.house_locations_container img {
	display: block;
	margin: 5px auto;
}
.house_select {
	background-color: #fff;
	border: 1px solid #225384;
	color: #225384;
	font-size: 14px;
	font-family:Arial,Helvetica,Georgia,Verdana,Lucida,"Trebuchet MS",sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 0 10px;
	padding: 3px;
}
/*-----------------------------------------contact form
*/
#contact_form iframe {
	width:100%;
	height:626px;
	overflow:visible;
	background:#fff;
}

/*-----------------------------------------give direct form
*/
#give_direct_form iframe {
	width:864px;
	margin-left:54px;
	height:626px;
	overflow:visible;
	background:#fff;
}

/*-----------------------------------------content seperation before
*/
.content_separate_bottom {
	width:100%;
	border-bottom:1px dotted gray;
	padding-bottom:20px;
	border-width:1px;
	margin-bottom:10px;
	overflow:hidden;
}

/*----------------------------------------militaryscholar form
added .mil_sch_form span to freestyle_content p definition
*/

.recaptcha_cell {
	padding: 10px 0;
}
.verify-form #freestyle_content p {
    	padding: 0;
}
#freestyle_content.verify-iframe {
	padding: 0 16px;
	margin-top: 2px;
}
