/* CSS Document */
/*------------------------------------------------------------------
[Landing Stylesheet]

Project:	    PHFS
Assigned to:	Michael Clark (MC)
Primary use:	Landing Page 
-------------------------------------------------------------------*/
@import "reset.css";


/* Body 
=====================================================================*/
body
{
	background: url(../images/back.jpg) repeat-x;
	padding-top:18px;
}

a
{	
	color:#fff;
}

/* Page Frame 
=====================================================================*/
#frame
{
	height:549px;
	width:952px;
	margin: 0 auto;
	border: 1px #000000 solid;
	padding:5px;
	overflow:hidden;
	
}

#inner_frame
{
	height:549px;
	width:952px;
	display:block;
	background:url(../images/back2.jpg) no-repeat;
	overflow:hidden;

}
#inner_frame_test
{
	height:549px;
	width:952px;
	display:block;
	background:url(../images/back3.jpg) no-repeat;
	overflow:hidden;

}

/* Search / Login                  			(Login link and Search Box)
=====================================================================*/

#login
{
	width:937px;
	height:auto;
	padding:15px 15px 15px 0;
	text-align:right;
}

#login a
{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

/*-----------------------------------*/

#header /* Contains the main navigation and search box */
{
	position:relative;
	}

div#search
{
	width:175px;
	height:25px;
	position:relative;
	top:8px;
	left:778px;
	overflow:hidden;

	}





#search #ctl00_txtSearchText
{
	height:17px;
	width:124px;
	background:#fff;
	border:0;
	float:left;
	padding-left:4px;
	margin:2px 0 0 13px;
	

}


#search .button
{
	margin:1px 0 0 3px;
	float:left;
}




/* Navigation                   					  (Top Navigation)
=====================================================================*/
#header /*Wraps both the navigation bar and search field*/
{
	width: 952px;
	height:108px;
	background:#222222;
	margin: 0 auto;
	background:url(../images/nav_back.png) no-repeat bottom right;
	
	
}

#header #navigation {
	width: 810px;
	height: 27px;	
	position: absolute;
	bottom: 2px;
	left:115px;
	top:81px;
	display: block;
	z-index:1000;
	padding-left:30px;
	/*position:relative;*/
	
}

#navigation, #navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 17px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	_font-size:16px;
	*font-size:16px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#navigation ul ul { /* all lists */
	color:#003333;
	text-decoration:none;
}

#navigation a, .iemenufix  {
	display: block;
	width: auto;
	color:#fff;
	text-decoration: none;
	overflow: visible;
	
}

#navigation ul a{
	color:#fff;
	font-size: 14px;
	font-weight:bold;
}

#navigation ul ul a{
	color:#003333;
	font-size: 14px;
	font-weight:bold;
}



/* Content                                   (Middle blocks of content)
=====================================================================*/

#block_wrap
{
	border-left: 1px #fff solid;
	width: 942px;
	Height:168px;
	padding:8px 0 8px 8px;	
	margin-left: 2px;
}

#block_wrap p
{
	padding-bottom:5px;
	line-height:15px;
}

/*-----------------------------------*/

li.spot_block 
{
	height:142px;
	width:200px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/spot_inactive.png) no-repeat;
	padding:13px;
}

li:hover.spot_block 
{
	height:142px;
	width:200px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/spot_active.png) no-repeat;
	padding:13px;
	color:#000;
}

li:hover.spot_block p
{
	color:#000;
}

li:hover.spot_block h2
{
	color:#000;
}

li.spot_block h2
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	font-weight:bold;
}

li.spot_block p
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;	
	font-weight:100;
}

li.spot_block a
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	font-weight:bold;
	text-decoration:none;
}

li:hover.spot_block a
{
	color:#000;
}
/*-----------------------------------*/
li.child_block 
{
	height:142px;
	width:206px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/child_inactive.png) no-repeat;
	padding:13px;
}

li:hover.child_block 
{
	height:142px;
	width:206px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/child_active.png) no-repeat;
	padding:13px;
	color:#000;
}

li:hover.child_block p
{
	color:#000;
}

li:hover.child_block h2
{
	color:#000;
}

li.child_block h2
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	font-weight:bold;
}

li.child_block p
{
	color:#fff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;	
	font-weight:100;
}

li.child_block a
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	font-weight:bold;
	text-decoration:none;
}

li:hover.child_block a
{
	color:#000;
}

/*-----------------------------------*/

li.adult_block 
{
	height:142px;
	width:206px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/child_inactive.png) no-repeat;
	padding:13px;
}

li:hover.adult_block 
{
	height:142px;
	width:206px;
	float:left;
	margin-right:7px;
	display:block;
	background:url(../images/child_active.png) no-repeat;
	padding:13px;
	color:#000;
	behaviour:
}

li:hover.adult_block p
{
	color:#000;
}

li:hover.adult_block h2
{
	color:#000;
}

li.adult_block h2
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	font-weight:bold;
}

li.adult_block p
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:8px;	
	font-weight:100;
}

li.adult_block a
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	font-weight:bold;
	text-decoration:none;
}

li:hover.adult_block a
{
	color:#000;
}

/*-----------------------------------*/

li.news_block 
{
	height:142px;
	width:200px;
	float:left;
	display:block;
	background:url(../images/news_inactive.png) no-repeat;
	padding:13px;
	text-decoration:none;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

li:hover.news_block 
{
	height:142px;
	width:200px;
	float:left;
	display:block;
	background:url(../images/news_active.png) no-repeat;
	color:#000;
	padding:13px;
	color:#000;
}

li.news_block h2
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	text-decoration:none;
	padding-bottom:7px;		
}

li:hover.news_block h2
{
	color:#000;	
}

li.news_block p
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:2px;	
	text-decoration:none;
	font-weight:normal;	
	padding:1px;
}

li.news_block h3 a
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;	
	font-weight:bold;
	text-decoration:none;	
	margin-top:8px;
	position:absolute;
	bottom:0;
}

li:hover.news_block h3 a
{
	color:#000;	
}



li:hover.news_block p
{
	color:#000;
}

li.news_block a
{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;	
	font-weight:bold;
	text-decoration:none;
}

li:hover.news_block a
{
	color:#000;
}

.landing_news_wrap {
	width:200px;
	height:98px;
	overflow: hidden;
	
}
.landing_other_wrap {
	width:200px;
	overflow: hidden;
/*	position:relative;*/
	z-index:1;
	float:left;
	
}
.landing_other_wrap table {
		height:140px;
}
















/* Donation - Bottom            (Bottom border of the content box down)
=====================================================================*/

#donate_wrap
{
	width: 952px;
	Height:53px;
	background:#666666;	
	margin: 0 auto;
	display:block;
	background: url(../images/donate_back.png) no-repeat top right;
	behavior: url(../fixes/iepngfix.htc);
	padding-top:11px;

}

#donate_wrap p a
{
	width: auto;
	height:28px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;	
	padding-left:695px;
	text-decoration:none;
}

/* Footer                                           (Bottom Navigation)
=====================================================================*/

#footer
{
	width:910px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	margin-top:155px;
	clear:both;
}

#footer li
{
	width:auto;
	height:24px;
	float:left;
}

#footer a
{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
	height:24px;
	padding-top:10px;
	margin:0 10px 0 16px;
	_margin:0 3px 0 10px;
	display:block;
	float:left;
	width:auto;
	}
	

#footer a:hover
{
	background:url(../images/footer_hover_bar_landing.gif) repeat-x top;
	display:block;
	height:24px;
	padding-top: 10px;
	float:left;
}

#footer ul
{
	margin-right:auto;
	margin-left:auto;
}

#footer ul li ul li
{
	background-image:url(../images/landing_footer_bullet.png);
	background-position: 0 15px;
	background-repeat:no-repeat;
}



