/* ------------------
	GLOBAL 
-------------------*/

@import url('typography.css');


body
{
	background: url('../images/site/pagebackground.png');
	text-align: left;
}


div.hr
{
	width: 100%;
	height: 3px;
	padding: 10px 0 0 0;
	background: url('../images/site/dotted-rule.png') bottom no-repeat;
	clear: both;
}

div.clr { clear: both; }


hr 
{
border: none 0; 
border-top: 1px dotted #AAA;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
color: #AAA;
clear: both;
}

/* ------------------
	STRUCTURAL 
-------------------*/

#container
{
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	background: url('../images/site/transedge.png');
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header_group
{
	width: 940px;
	height: 102px;
	overflow: hidden;
}

#banner-Sub_group
{
	width: 940px;
}

#content_group
{
	width: 940px;
}

#home_photo_group
{
	width: 940px;
}

#footer_group
{
}




/* ------------------
	PRESENTATION 
-------------------*/

/* ------------------------------------ header_group */


#header_group
{
	background: #DBBF5B;
	border-top: 2px #7E7C7F solid;
	border-bottom: 3px #7C7E7D solid;
}

	.siteLogo_area
	{
		float: left;
		display: inline;
	}
	
	.mainNav_area
	{
		padding: 0 4px;
		margin: 0;
		float: left;
		display: inline;
		background: url('../images/site/nav-background.png') center repeat-x;
	}
	

	.mainNav_area li
	{
		display: block;
		float: left;
		padding: 0;
		line-height: 0px;
		margin: 0;
	}

	.secNav_area
	{
		float: left;
		display: inline;
		padding: 9px 0 9px 9px;
		line-height: 0px;
	}
	.secNav_area li a img
	{
		height: 21px;
		overflow: hidden;
		vertical-align: bottom;
		
	}
	
	.secNav_area li
	{
		padding: 0;
	}

	.secNav_area li a
	{
		text-decoration: none;
	}

	.search_area
	{
		float: left;
		padding: 9px 0;
	}
	
	.search_area a
	{
		text-decoration: none;
	}


/* ------------------------------------ banner-Sub_group */

#banner-Sub_group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#banner-Sub_group
{
	
}
	
	/* -------------- page specific sub menu photos *******/
	
	
	
	.whoweare_subgroup
	{
		background: #564545 url('../images/site/headImg-whoweare.jpg') no-repeat 230px 0;
	}
	.programs_subgroup
	{
		background: #564545 url('../images/site/headImg-programs.jpg') no-repeat 230px 0;
	}	
	.supporters_subgroup
	{
		background: #564545 url('../images/site/headImg-supporters.jpg') no-repeat 230px 0;
	}	
	.events_subgroup
	{
		background: #564545 url('../images/site/headImg-events.jpg') no-repeat 230px 0;
	}	
	.kidsfamily_subgroup
	{
		background: #564545 url('../images/site/headImg-kidsfamily.jpg') no-repeat 230px 0;
	}	
	.donate_subgroup
	{
		background: #564545 url('../images/site/headImg-donate.jpg') no-repeat 230px 0;
	}	
	.store_subgroup
	{
		background: #564545 url('../images/site/headImg-store.jpg') no-repeat 230px 0;
	}	
	.alumni_subgroup
	{
		background: #564545 url('../images/site/headImg-alumni.jpg') no-repeat 230px 0;
	}	
	.spanish_subgroup
	{
		background: #564545 url('../images/site/headImg-spanish.jpg') no-repeat 230px 0;
	}	
	.contact_subgroup
	{
		background: #564545 url('../images/site/headImg-contact.jpg') no-repeat 230px 0;
	}	
	
	
	
	
	

	.home_banner
	{
		width: 640px;
		float: left;
	}
	
	.home_diduknow
	{
		width: 300px;
		background: url('../images/site/didyouknow_back_home.png') top ;
		float: left;
		text-align: center;
	}
	
	.tbl_didyouknow_home td
	{
		width: 300px;
		vertical-align: middle;
		padding: 0 50px;
	}
	
	
	
	.sub_navigation
	{
		float: left;
		display: inline;
		width: 160px;
		padding: 20px 30px;
		text-align: left;
	}
	
	.sub_navigation ul
	{
		margin: 5px 0 0 0;
	} 
	.sub_navigation li
	{
		background: url('../images/site/menu_dot.gif') no-repeat left;
		padding: 3px 0;
	}
	.sub_navigation li a
	{
		display: block;
		text-decoration: none;
		padding-left: 10px;
	}
	
	.sub_navigation li a:hover
	{
		text-decoration: none;
		color: #ffdf24;
	}
	.sub_navigation .current a
	{
		text-decoration: none;
		color: #e55740;
	}
	
	
	.sub_navigation .subnav_div
	{
		background: none;
		padding: 6px 0;
		background: url('../images/site/menu-divider.png') repeat-x left;
	}
	
	
	.sub_navigation li a img
	{
		vertical-align: top;
		border: none;
	}
	
	
	
	
	
	
	.photos
	{
		float: right;
		display: inline;
		width: 710px;
		overflow: hidden;
	}


/* ------------------------------------ content_group */

#content_group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content_group
{
	background: #FFF7E2;
	padding: 0 0 30px 0;
}
		


	.home_content_area
	{
		width: 575px; /* 640, minus the padding */
		float: left;
		padding: 65px 20px 30px 45px;
		background: url('../images/site/newsevents.png') no-repeat  41px 0px;
		text-align: left;
	}
	
	.home_support_area
	{
		width: 280px; /* 300, minus the padding */
		float: left;
		background: #E0D5C3;
		padding: 10px 10px 0 10px;
		
	}
	
	.home_support_area img
	{
		margin-bottom: 10px;
	}
	
	
	
	.news_footer_hp
	{
		margin: 15px 0 0 0;
		text-align: right;
	}
	
	.news_footer_hp img
	{
		padding: 0 0 0 15px;
		
	}
	
	
	
	.vid_item_home
	{
		
		margin: 0 0 10px 0;
	}
	
	
	.vid_thumb
	{
		width: 114px;
		float: left;
		margin: 0 10px 0 0;
	}
	
	.vid_short_desc
	{
		width: 150px;
		float: left;
		padding: 0 5px 0 0;
	}
	
	
	
	
	
	
	.wechli_area
	{
		margin: 30px 0 0 0;
		width: 576px;
	}
	
	.wechli_top
	{
		padding: 0;
		margin: 0;
	}
	
	
	.wechli_mid
	{
		margin: 0;
		padding: 8px 20px 0 20px;
		background-color: #c6dbe0;
	}
	
	.wechli_mid_left
	{
		float: left;
		width: 149px;
		margin: 5px 20px 10px 0;
	}
	
	.wechli_mid_right
	{
		float: left;
		width: 350px;
		margin: 8px 0 10px 0;
	}
	
	.wechli_btm
	{
		padding: 0;
		margin: 0;
	}
	
	
	
	
	
	
	
	.support_content
	{
		padding: 10px 10px 0 10px;
		
	}
	
	.support_content img
	{
		padding: 0 0 10px 0;
	}
	
	.support_content a, a:link {
	color: #E55841;
	}
	
	.support_text
	{
		padding: 30px 15px 15px 20px;
	}
	
	.support_text_news
	{
		padding: 0px 15px 15px 10px;
		line-height: 1.3em;
	}
	
	
	
	.photo_sideTmb_area
	{
		margin: 0 0 0 10px;
	}
	
	.photo_sideTmb
	{
		width: 58px;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	p.photo_sideTmb_more {
	margin-right: 10px;
	}
	
	.photo_sideBlank {
	width:58px;
	height:58px;
	margin: 0 10px 10px 0;
	background-color: #333333;
	float: left;
	}
	
	
	
	
	
	.content_area
	{
		width: 620px;
		float: left;
		display: inline;
		padding: 40px 0 20px 80px;
	}
	


	
	
	/* Events & News */
	
	
	.content_area .datestosave
	{
		width: 220px;
		float: left;
		margin: 0 0px 0 0;
	}
	
	
	.content_area .eventCol
	{
		width: 400px;
		float: left;
	}
	
	
	.eventpreview
	{
		background: #FFF;
		wwwborder: 1px solid #333;
		padding: 10px;
		margin: 0 0 20px 0;
	}
	
	.event_thumb
	{
		float: left;
		width: 136px;
		margin: 0 12px 0 0;
	}
	
	.event_summary
	{
		float: left;
		width: 225px;
	}
	
	
	
	.eventdate
	{
		width: 58px;
		float: left;
		margin: 0 10px 10px 0;
		background: #FFF;
		padding: 0;
		border: 1px solid #CCC;
	}
	
	.eventdate_month
	{
		background: #5E93A8;
		color: #FFF;
		font-weight: bold;
		font-size: .9em;
		padding: 1px;
		margin: 0;
		text-align: center;
	}
	
	.eventdate_day
	{
		font-weight: bold;
		font-size: 3.2em;
		padding: 15px 3px;
		margin: 0;
		text-align: center;
		letter-spacing: -.07em; 
		background: url('../images/site/events-dayshadow.png') top repeat-x;
	}
	
	.eventdate_day a:hover { text-decoration: none; }
	
	.eventdate_year
	{
		background: #EBF5F7;
		color: #5E93A8;
		padding: 0;
		font-size: .9em;
		border-top: 1px solid #CAE2EA;
		margin: 0;
		text-align: center;
	}
	
	.eventdate_space
	{
		width: 10px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	
	
	
	
	
	
	.calendar_area
	{
		width: 880px;
		padding: 40px 30px;
	}
	
	
	
	.support_area
	{
		
		float: right;
		display: inline;
		width: 215px;
		background: #E0D5C3;
	}

	.gray_subcontent
	{
		background: #E0D5C3;
		padding: 10px 10px 0 10px;
		
	}
	.gray_subcontent img
	{
		margin-bottom: 10px;
	}
	
	.diduknow
	{
		width: 155px;
		background: url('../images/site/didyouknow_back_home.png') top;
		padding: 30px;
		text-align: center;
	}
	
	.blue_dot_section
	{
		padding: 13px 0 0 50px;
		background: url('../images/site/event_dot.gif') no-repeat top left;
	}

	.calendar
    {
      padding: 10px 0 0 0;
    }
	.events_header
	{
		text-align: left;
	}
	.event_header_date
	{
		float: left;
		display: inline;
		width: 300px;
	}
	.event_header_date img
	{

		position: relative;
		top: 1px;
	}
	.event_header_option
	{
		float: right;
		display: inline;
		width: 200px;	
		text-align: right;
		padding: 2px 0 0 0;
	}
	
	.event_header_option_day
	{
		float: right;
		display: inline;
		width: 150px;	
		text-align: right;
		padding: 18px 0 0 0;
	}
	
	
    .event
    {
		sspadding: 13px 0 0 50px;
		margin-top: 20px;
       ssss	background: url('../images/site/event_dot.gif') no-repeat top left;
    }
    .event_fullstory
    {
    	margin-top: 20px;
    }
	
	.details_nav { 
	padding: 0px 0px;
	margin: 0 0 30px 0;
	height:47px;
	width:620px;
	background:url('../images/site/details_nav_bg.jpg') repeat-x top left;
	}
	
	.details_nav ul {
	list-style: none;
	margin: 3px 0px 2px 0px; 
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	
	}
	
	.content_area .details_nav li {
		background: url('../images/site/event-bullet-orange.png') 10px 14px no-repeat;
		display: block;
		float: left;
		padding: 12px 10px 11px 32px;
		line-height: 1.1em;
		text-transform:uppercase;
		color:#98975e;
		font-weight:600;
		letter-spacing:1px;
		margin:4px 0px 0px 0px;
		vertical-align:top;
		}
		
	.content_area .details_nav li a, .content_area .details_nav li a:link {
	text-decoration: none;
	color: #98975e;
	vertical-align:top;
	}
	
	.content_area .details_nav li a:hover {
	text-decoration: underline;
	vertical-align:top;
	}
	
	
	.content_area li.selected  {
	background-color: #dec25b;
	}
	
	.content_area li.selected a {
	color: #383823;
	}
		
	
	
	
	

	/* used on contact us -> directory page */
	
	.directory td
	{

		font-size: 0.9em;
		padding: 5px 2px 7px 2px;
		ssborder-bottom: solid 1px #333;
	}
	
	
	.directory tr { background: url('../images/site/dotted-rule2.png') center bottom no-repeat; }
	.directory .last { background: url('') center bottom no-repeat; }
	
	.directory .dir_name
	{
		font-weight: bold;
	}
	
	
	
	
	
	
	
	#search_form
	{
		 border-bottom: solid 1px;
		 margin-bottom: 2em;
	}

	#search_area
	{
	   text-align: left;
	   
	}
	
	#search_results .resultRowTwo
	{
	   background: #FFF;
	}
	
	#search_results div
	{
	   padding: 10px;
	}
 
	/* used on contact us - directory page */
	
	
	.address1 { 
	float: left;
	width: 264px;
	padding-left: 20px;
	}
	
	.address2 { 
	float: left;
	width: 264px;
	clear: right;
	}

	
	/* used on our supporters -> 1891 club members */
	
	.col {
	float: left;
	width: 176px;
	padding-right: 20px;
	}
	
	.col_last {
	float: left;
	width: 176px;
	padding-top: 30px;
	clear: right;
	}
	
	
	
	
	
	
	
	/* used on Programs, Contact Us index pages */

	.incontent_pad
	{
		padding: 20px;
	}
	
	.incontent_pad .hr {
	margin: 10px 0 20px 0;
	}
	
	.incontent_pad p.intro_text {
	float: left;
	padding: 0 22px 0 10px;
	width:200px;
	}
	
	.incontent_pad p {
	float: left;
	width: 300px;
	}
	

	/* used on Rental Opportunities page */
	
	/*.rental_button {
		margin: 5px;
		float: left;
		}
		
	.rental_button p {
	font-size: 0.9em;
	line-height: 0.2em;
	}*/
	
	.eventspace_thumb {
	width: 75px;
	height: 75px;
	margin: 0px 15px 20px 0px;
	background-color: #333333;
	float: left;
	}
	
	.eventspace_description {
	float: left;
	width: 490px;
	}
	
	.eventspace_description .em {
	font-style: italic;
	color: #666666;
	}
	


/* Store styles */


.store_thumb_info
{
	float: left;
	width: 163px;
	margin: 0 15px 30px 15px;
}

.store_thumb_info img
{
	border: 1px solid #DDD;
	margin: 0 0 10px 0;
}



.store_imgArea
{
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

.store_imgArea img
{
	border: 1px solid #DDD;
}

.store_infoArea
{
	float: left;
	width: 280px;
}


.store_price
{

	color: #3d3d3d;
	padding: 2px 0 15px  0;
	font-size: 1.4em;
}

.store_ordering p
{
	padding: 0 0 10px 0;
}




.document_issue
{
	
	qqqwidth: 140px;
	float: left;
}

.document_issue img
{
	padding: 0 0 7px 0;
	
}


.document_issue a
{
	margin: 0 7px;
	display: block;
}

.document_issue a:hover
{
	text-decoration: none;
}







/* used on Contact Us index page */


	
	.address {
	float: left;
	padding: 0 22px 0 10px;
	width: 220px;
	}
	
	.map {
	float: left;
	clear: right;
	margin-bottom: 30px;
	}



/* Donations */



.donate_nav
	{
		padding: 0;
		margin: 0 0 30px 0;
	}
	

	.donate_nav li
	{
		display: block;
		float: left;
		/*padding: 8px 0;*/
		padding:0px 0px;
		line-height: 0px;
		margin: 0;
	}
	


	.card_thumb {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;
	}
	
	.donate_description {
	float: left;
	width: 455px;
	}

div.hr
{
	width: 100%;
	height: 3px;
	padding: 10px 0 0 0;
	background: url('../images/site/dotted-rule.png') bottom right repeat-x;
	clear: both;
}

div.hr_tight
{
	width: 620px;
	height: 3px;
	margin: 3px 0px;
	padding: 0px 0px;
	background: url('../images/site/dotted-rule.png') bottom right repeat-x;
	clear: both;
	line-height: 0;
	
}


div.hr_tight2
{
	width: 100%;
	height: 3px;
	margin:3px 0;
	background: url('../images/site/dotted-rule.png') bottom right no-repeat;
	clear: both;
}

div.hr2
{
	width: 100%;
	height: 3px;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	background: url('../images/site/dotted-rule2.png') center right repeat-x;
	clear: both;
}

div.hr3
{
	width: 100%;
	height: 3px;
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	background: url('../images/site/dotted-rule3.png') center right no-repeat;
	clear: both;
}




/* ------------------------------------ home_photo_group */

	.home_photos
	{
		
	}
	.home_photos img /* ie6 fix eliminates space */
	{
		vertical-align: bottom; 
	}


/* ------------------------------------ footer_group */
#footer_group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer_group
{
	background: #F2E6C0;
	border-top: 3px solid #CCC4B7;
	padding: 26px 26px 14px 26px;
	line-height: 1.3em;
}
	
	.footer_legal
	{
		float: right;
		display: inline;
		text-align: left;
	}
	
	
	.footer_contact
	{
		float: left;
		display: inline;
		width: 455px;
		text-align: left;
		

	}
	
	.footer_contact_add
	{
		padding: 5px 0 5px 36px;
		background: url('../images/site/footer_dot.png') left  no-repeat;
		line-height: 1.4em;
		margin: 0 0 8px 0;
	}
	
	.footer_contact_add p
	{ margin: 0;
	}
	
	.footer_contact_title
	{
		color: #E55841;
		font-size: 1.2em;
		font-weight: bold;
		line-height: 1.3px;
	}
	
	.footer_nav
	{
		float: left;
		display: inline;
		width: 125px;
		border-left: 1px solid #999;
		padding: 0 0 0 12px;
	}
	
	.footer_nav ul
	{
		padding: 0;
		margin: 0;
	}
	
	.footer_nav li
	{
		margin-right: 20px;
		padding: 1px 0;
	}
	
	.footer_credit
	{
		float: right;
		display: inline;
		width: 250px;
		text-align: right;
	}


/* GALLERY STYLES */

	#gallery td
	{
		padding: 0 10px 10px 0;
	}


.gallery_area
{
	width: 800px;
	float: left;
	display: inline;
	padding:40px 0 20px 80px;
}

.gallery_nav { 
	padding: 11px 0px;
	margin: 0 0 30px 0;
	height:25px;
	width:800px;
	background:url('../images/site/details_nav_bg.jpg') repeat-x top left;
	}
	
	
	
	.gallery_nav ul {
list-style: none;
	margin: 2px 0px 2px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
		
	.gallery_area .gallery_nav li {
		background: url('../images/site/event-bullet-orange.png') 4% 50% no-repeat;
		display: block;
		float: left;
		padding: 12px 10px 11px 32px;
		text-transform:uppercase;
		line-height: 0px;
		color:#98975e;
		font-weight:600;
		letter-spacing:1px;
		margin: 0;
		
		}
		
	.gallery_area .gallery_nav li a, .gallery_area .gallery_nav li a:link {
	text-decoration: none;
	color: #98975e;
	position: relative;
	
	}
	
.photo_area {
	width:100%;
	margin: 0px; padding:0;
	}
	
.photo_thmb {
	width:140px;
	height: 140px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
	}
	
	.gallery_fullArea
{
	width: 700px;
	margin: 30px;
	text-align: center;
}

.gallery_fullArea .full
{
	border: 2px solid #DDD;
}

.gallery_fullArea .prevnext
{
	margin-bottom: 20px;
	
	}
	
	.gallery_fullArea .prevnext a, .gallery_fullArea .prevnext img {
vertical-align:top;
}


 .gallery_header {
 text-align: left;
 width:100%;
 }
 

 
 li.gallery_header_back {
	 	background: url('../images/site/event-bullet-orange.png') bottom left no-repeat;
 		float: right;
		display: inline;
		text-align: right;
		padding-top: 27px;
		line-height: 0px;
		text-transform:uppercase;
		color:#98975e;
		font-weight:600;
		margin: 0;
		}
		
		li.gallery_header_back a, li.gallery_header_back a:link {
		color:#98975e;
		text-decoration: none;
		}
		
		li.gallery_header_back a:hover {
		text-decoration:underline;
		}
		
		
 


 





















































