/*!
 * Core stylesheet for basic style through out the whole site 
 *
 */
 
html{
	background-color: #ffffff;
}
 
body {
	background: url(../images/header/header.jpg) repeat-x 0 0 #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h1{
	font-size: 40px;
	color: #664f3e;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 30px;
}

h2{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
	font-family: Times New Roman;
	color:#664F3E;
}

h3{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 2px;
}

h4{
	font-size: 18px;
	line-height: 17px;
}

h5{
	font-weight: bold;
	margin-bottom: 2px;
}

p{
	margin: 0 0 16px;
	line-height: 16px;
}

a{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color: #000000;
	text-decoration: none;
}

table{
	margin:0 25px;
}

table td{
	padding: 10px;
}

a:hover{
	text-decoration: underline;
}

a.button{
	display: block;
	height: 42px;
	border: none;
	text-indent: -99999px;
	text-decoration: none;
	background: 0 0 no-repeat;
}

a.button:hover{
	text-decoration: none;
	background-position: 0 -42px;	
}

label{
	display: block;
	height: 21px;
	margin-bottom: 10px;
	padding-top: 5px;
}

input{
}
	
    input.textInput{
		display: block;
		width: 253px;
		height: 24px;
		margin-bottom: 10px;
		border: 1px solid #668fbb;
	}

	input.shorter{
		width: 170px;
	}

	input.button{
		display: block;
		width: 84px;
		height: 24px;
		border: 1px solid #668fbb;
		background-color: #ffffff;
	}
	
ul.disc li{
	list-style: disc inside;
	line-height: 14px;
	margin-bottom: 14px;
}

.noMargin{
	margin: 0;	
}

.blueTimesFont{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 16px;
	color: #668fbb;
	font-family: "Times New Roman", Times, serif;
}

.smallText{
	font-size: 10px;	   
}

.floatLeft{
	float: left;
	display: block;
}

.floatRight{
	float: right;
	display: block;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
	line-height: 1px;
}

.hr{
	font-size: 2px;
	height: 2px;
	line-height: 2px;
	background-color: #5a1612;
	clear: both;
}

#pageWrapper{
	width: 1024px;
}

#header{
	height: 234px;
}

	#header a{
		text-indent: -99999px;
		display: block;
		width: 100%;
		height: 234px;
	}


/* Content css */

#contentContainer{
}

	/* Nav css */
	
	#navContainer{
		display: block;
		float: left;
		width: 174px;
		background-color: #9c8f4c;
		border-left: 4px solid #664f3e;
		border-right: 4px solid #664f3e;
		text-align: center;
		color: #ffffff;
		font-family: "Times New Roman", Times, serif;
	}
	
	#nav{
	}
	
		#nav ul li{
			height: 40px;
			padding: 3px;
			text-align: center;
			border-bottom: 1px solid #664f3e;
		}
	
			#nav ul li.subnav{
				height: 25px;
			}
			
		#nav ul li a{
			display: block;
			padding-top: 7px;
			height: 33px;
			color: #ffffff;
			background-color: #664f3e;
			font-family: "Comic Sans MS", cursive;
			text-decoration: none;
			font-size: 18px;
			line-height: 18px;
		}
			
		#nav ul li.subnav a{
			display: block;
			padding-top: 4px;
			height: 24px;
			color: #ffffff;
			background-color: #9c8f4c;
			font-family: "Comic Sans MS", cursive;
			text-decoration: none;
			font-size: 14px;
			line-height: 14px;
		}
		
		#nav ul li a:hover, #nav ul li a.active, #nav ul li a.active:hover{
			color: #668fbb;
			text-decoration: none;
		}
		
		#nav ul li.subnav a:hover, #nav ul li.subnav a.active, #nav ul li.subnav a.active:hover{
			color: #664f3e;
			text-decoration: none;
		}
		
	#sideQuote{
		display: block;
		margin-top: 20px;
		position: relative;
		height: 427px;
	}
	
		#sideQuote h4{
			margin-bottom: 20px;
			color: #ffffff;
			font-family: "Times New Roman", Times, serif;
		}
		
		#sideQuote #lQuoteSymbol{
			position: absolute;
			font-size: 48px;
			display: block;
			float: left;
			top: 0px;
			left: 18px;
		}
		
		#sideQuote #rQuoteSymbol{
			position: absolute;
			font-size: 48px;
			display: block;
			float: left;
			right:16px;
			top:104px;
		}
		
		#sideQuote p{
			font-style: italic;
			width: 144px;
			display: block;
			margin: 0 auto;
			padding-top:18px;
		}
		
	#sideBlueBlock{
		border-top: 1px solid #664f3e;
		background-color: #668fbb;
		height: 25px;
	}
		
	/* end of Nav css */
	
#content{
	display: block;
	float: left;
	width: 807px;
	padding-top: 50px;
	padding-left: 35px;
}

#content a, #footer a{
	color: blue;
	text-decoration:underline;
}

#content a:hover, #footer a:hover{
	font-size:14px;
	text-decoration:none;
}

	#content p.shortBlock{
		display: block;
		width: 400px;	
	}

#thumbNavs{
	margin-top: 45px;
}

	#thumbNavs .thumbNavItem{
		display: block;
		float: left;
		width: 156px;
		margin-left: 7px;
		margin-bottom: 40px;
	}
		#thumbNavs .thumbNavItem .blueBg{
			background-color: #668fbb;	
		}
		#thumbNavs .thumbNavItem .yellowBg{
			background-color: #9c8f4c;	
		}
	
		#thumbNavs .thumbNavItem .thumbTitle{
			padding-top: 6px;
			height: 26px;
			font-family: "Times New Roman", Times, serif;
		}
		
		#thumbNavs .thumbNavItem .thumbBox{
			padding: 5px;
			margin-top: 5px;
		}
		
		#thumbNavs .thumbNavItem .thumbBox img{
			display: block;
		}
		
		#thumbNavs .thumbNavItem .thumbTitle a{
			font-size: 16px;
			color: #FFFFFF;
			font-style: italic;		
		}
		
		#thumbNavs #signupThumbNav, #thumbNavs #signupThumbNav a{
			width: 174px;
			font-size: 19px;
			font-style: normal;
			line-height: 23px;
			color: #FF0000;
			font-family: "Comic Sans MS", cursive;
		}

#signsContainer{
	margin-top: 41px;	
}

	/* index css */
	#index #content{
		text-align: center;
		width: 842px;
		padding: 0;
	}
	
	#index #content p{
		padding: 0 25px;	
		text-align: left;
	}
	
	#index h1{
		display: block;
		width: 315px;
		font-size: 61px;
		line-height: 61px;
		margin: 48px auto 20px;
		padding-left: 67px;
	}
	
	#index h1.home {
		background: url(../images/content/icon_info.gif) no-repeat 0 center;
	}
	
	#index .blueTimesFont{
		padding: 0 0 0 15px;
	}
	/* end of index css */
	
	
	/* signup css */
	#signup #content{
		background: url(../images/content/clipart_note.gif) no-repeat 466px 67px;
	}
	
	.signupForm .leftCol{
		width: 120px;
		display: block;
		float: left;
	}
	
	.signupForm .rightCol{
		width: 680px;
		display: block;
		float: left;
	}
	
	.signupForm #genderRadios{
		height: 26px;
		margin-bottom: 10px;
	}
	
		.signupForm #genderRadios label{
			display: block;
			float: left;
			width: 80px;
			margin: 0;
		}
		
		.signupForm #optinLabel{
			font-size: 11px;	
		}
		
		.signupForm #mobile{
			display: block;
			float: left;
		}
		
		#submitDiv{
			margin-top: 20px;	
		}
		
		.signupForm #mobileText, .signupForm #submitText{
			display: block;
			float: left;
			font-size: 11px;
			margin-top: -2px;
			margin-left: 10px;
		}
		
			.signupForm #submitText a{
				font-weight: bold;
				text-decoration: underline;
			}
	/* end of signup css */

/* end of Content css */


/* Footer css */

#footerContainer{
	border-top: 1px solid #664f3e;
}
		
#footer{
	width: 842px;
	text-align: center;
	padding: 20px 0 20px 182px;
	font-size: 11px;
	line-height: 13px;
}

#footer p{
	margin: 0;	
}

#footerLinks{
	margin: 3px auto 0;
	padding-left: 15px;
	width: 300px;
}

#footerLinks ul li{
	display: block;
	float: left;
}

	#footerLinks ul li a{
		color: #664f3e;
		font-weight: bold;
		text-decoration:  none;
	}

	#footerLinks ul li a:hover{
		text-decoration:  underline;
	}

/* end of Footer css */

/* hack site */


#launchBurn {
	cursor:pointer;
}
#burnThrough {
	position:absolute;
	top: 0px;
	left:0px;
}

.hideFlash {
	visibility: hidden;
}

.showFlash {
	visibility: visible;
}

#facebookLike {
	position:absolute;
	top: 544px;
	left: 360px;
}

/* end hack site */

strong{
	font-weight: bold;
}
em{
	font-style: italic; 
}


#help_us {
  display: inline-block;
  cursor: pointer;
  width: 106px;
  height: 83px;
  background: url("../images/content/help_us_UP.gif") no-repeat 0 0;

}
#help_us:hover
{ 
/*  background-position: 0 -23px; */
  background: url("../images/content/help_us_OVER.gif") no-repeat 0 0;
}

#help_us span
{
  display: none;
}

