﻿/* 
	Caps For Kids
	Home Screen CSS
 */
body {
	
}
#head {
	height: 112px;
} 
#content {
	width:825px;
	margin: 0 auto; /*centers container if there is a width */
	background:url(/content/v1/us/img/contentbg_home.gif) repeat-y;
	padding: 0;
}


	#innerContent {
		
	}
		
		#homeIntro{	
			width:822px;
			height:308px;
			/*background:url(/content/v1/us/img/flash.jpg) no-repeat;*/
			margin-left: 1px;
		}
		
			#homeIntro h2 {
				color: #ca4c38;
				text-transform:uppercase;
				font-size: 1.8em;
				font-weight: normal;
			}
			
			#homeIntro p.subhead {
				color: #696969;
				text-transform:uppercase;
				font-size: 1.1em;
				font-weight: normal;
				margin-bottom: 1em;
			}
	
			#homeIntro ul {
				padding-top: .9em;
				color:#3c67a0;
				margin-left:60px;
				font-size:1.1em;
				font-weight:bold;
				line-height:18px;
			}
	
	
				#introList li a{
					color:#3c67a0;
					text-decoration:none;
				}
	
					#introList li a:hover{
						color:#3c67a0;
						text-decoration:underline;
					}
	
	#sponsor {
		width: 135px;
		margin-left: 22px;
		float: left;
		text-align: center;
		_display: inline;
	}
	
		#sponsor h3 {
			text-transform:uppercase;
			font-size: 1.1em;
			font-weight: normal;
			padding: 1em 0;
			width: auto;
			background: transparent;
			color: #3C67A0;
		}
	
		#sponsor ul {
			margin: 0;	
		}
	
		#sponsor li {
			list-style: none;
			margin: .4em 0 1em 0;
			text-align: center;
		}
	
	ul#mainPromos {
		margin: 1em 0 1em 12px;
	}
	
	#mainPromos li{
		float:left;
		width: 264px;
		_display:inline;
		position:relative;
		list-style: none;
		margin-right: 4px;
	}
	
		#mainPromos li a {
			display: block;
			width:264px;
			height:135px;
			overflow: hidden;
			text-indent: -9999px;
			overflow: hidden;
		}
	
		ul#mainPromos li#navRegister a {
			background: url(/content/v1/us/img/register-here.jpg) no-repeat;
		}
		
		ul#mainPromos li#navChapter a {			
			
			background: url(/content/v1/us/img/find-chapter.gif) no-repeat;
		}
		
		ul#mainPromos li#navVolunteer a {
			background: url(/content/v1/us/img/volunteer.jpg) no-repeat;
		}
		
	#FeaturedStory {
		display:block;
		width: 780px;
		margin-left:12px;
		float:left;
		_display:inline;
		margin-right:4px;
		/*padding-left: 120px;*/
		position: relative;
		background:url(/content/v1/us/img/featured-bg-bottom.gif) no-repeat bottom;
		padding:10px;
		padding-bottom:16px;
	}
	
		#FeaturedStory .image {
			position: absolute;
			left: 0;
			top: 0;
		}
	
			#FeaturedStory .image img{
				display:block;
				width:113px;
				height:114px;
			}
	
		#TopImage {
			background:url(/content/v1/us/img/featured-bg-top.gif) no-repeat top;
			height:11px;
		}
			
			p.btnReadMore a{
				color: #3c67a0;
				_display: inline;
				padding-top: .5em;
				display:block;
				font-size: 1.3em;
			}
			
	ul#LowerRightPromo {
		list-style:none;
	}
			
	ul#LowerRightPromo li a {
		width:271px;
		height:144px;
		background:url(/content/v1/us/img/Promo_lowerright_home.gif) no-repeat;	
		float:left; 
		_display:inline;
		list-style:none;
		text-indent:-9999px;
		margin: -3px 0 0 0;
	}


#footer {
	background:url(/content/v1/us/img/footer_home.jpg) no-repeat;
}