/* ############################################################################
   ##
   ##  Home Page Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

/* ####################################
   Page Layout
   ################################## */

#Home {
}

	#Home-Inner {
	}

#PollsNews {
	float: right;
	width: 244px;
	position: relative;
}
	
#Intro {
	position: relative;
	float: left;
	margin-right: 10px;
}
* html #Intro {
	position: relative;
	margin-left: 0px;
}
#homepageContent {
	display: block;
}

#nav, #nav ul {
	padding: 0;
	margin: 5px 0 0;
}

/* ####################################
   Special Home Page Features
   ################################## */

div.image-item {
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	
}

div.image-caption {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 90.8%;
	text-align: center;
}

div.box {
	width: 220px;
	margin: 0 10px 10px 0;
	padding: 15px 0 0 0;
	float: left;
}

.borderRight {
	border-right: 1px solid #ccc;
}

div.feature {
	position: relative;
	float: left;
	width: 30%;
	margin: 0px 1.5% 20px 1.5%;
}

div.feature p {
	margin-top: 0;
	padding-top: 0;
	font-size: 90.8%;
}

div.feature img {
	float: left;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
}

ul#latestNews {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90.8%;
}

ul#latestNews li {
	margin-bottom: 10px;
}

/* ####################################
   Polls styles
   - moved to global.css
   ################################## */

/* ####################################
   Latest News
   ################################## */

#LatestNews {
	width: 223px;
	height: 180px;
	padding-top: 20px;
	background: #EB529D url(/images/templates/ripped-paper-pink1.gif) no-repeat top left;
	float: left;
}

	#LatestNews img {
		margin: 0 0 0 11px;
		padding: 0;
		
	}

	#Primary #Primary-Inner #LatestNews ul, #Primary #Primary-Inner #LatestNews li {
		/* primary, etc needed for specificity override */
		list-style-image: none;
		list-style: none;
	}
	
	#LatestNews ul {
		margin: 0 21px 30px;
		padding: 0;
	}
	
	#LatestNews li {
		margin: 0 0 1em;
	}
	
	
	#LatestNews a, #LatestNews a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
		display: block;
		width: 100%;
	}
	
	#LatestNews a:hover, #LatestNews a:focus, #LatestNews a:active {
		text-decoration: none;
	}
	
#FeatureVideo {
	width: 223px;
	height: 250px;
	padding: 20px 0px 0px 20px;
	background: #ffffff url(/images/templates/ripped-paper-blue-250.gif) no-repeat top left;
	float: left;
}
	#FeatureVideo h2 {
		color: #ffffff;
		float: left;
		font-size: 130%;
	}
	#FeatureVideo a, #FeatureVideo a:visited {
		color: #fff;
		font-weight: bold;
		text-decoration: underline;
		display: block;
		width: 100%;
	}
/*
 Home page headers should be yellow
*/

h1,h2,h3,h4 {color: #F2C322;}
