﻿/**/
body
{
	font-family: lucida sans, Verdana, Arial, Sans-Serif;	
	font-size: 14px;
	color:#ffffff;
	background-color:#000000;
}
p, td, li
{
	font-family: verdana;	
	font-size: 11px;
	color:#ffffff;
}
#topBox
{
	background-image:
url('../Images/gray.png');
	background-repeat: no-repeat;
	float: left; 
	width: 670px;
	height: 45px;		
}
	
#bottomBox
{
	background-image: url(../Images/bottombox.gif);
	background-repeat: no-repeat;
	float: left;
	width: 24px;
	height: 424px;
	
}
#innerContainer
{
	padding-left: 130px;
	width: 670px;
	float: left;
	background-repeat: no-repeat;
	background-position: 130px 0;	
	padding-top:54px;	
}
	
#container  
{
	width:497px;
	float: left;
	height: auto;
	background-color: #000000;	
	min-height: 424px;
	background-repeat: no-repeat;
	background-position:bottom;
	padding:0 0 60px 0;		
}

li
{
	padding-bottom: 5px;
} 
	
p.subcopy
{
	font-family: verdana;
	font-size: 9px;
	color: #333333;
}
	
h1
{
	font-family: lucida sans, Verdana, arial;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}
	
h2
{
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

a
{
	font-family: lucida sans, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration: underline;
}
	
a:hover
{
	color: #C41200;
}

/*Layout*/
body
{		
	text-align: center;
}
	
#outerContainer
{
	margin:0 auto;
	position: relative;
	width: 800px;
	text-align: center;		
	
}

#header
{
	width: 800px;
	text-align: center;		
}
	
#callouts
{
	position: absolute;
	left: 100px;
	top: 110px;
}	
	
#calloutQuestions
{
	position: absolute;
	left: 6px;
	top: 375px;	
	/*border: solid 1px red;	*/
}	
	
/*Navigation breakdown with subnavigation*/
#header
{
	width: 800px;
	height: 35px;
	text-align: center;	
	/*border: solid 1px green;*/
}


#header a
{		
	font-family: Lucida, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration: none;
	margin-right: 15px;
	letter-spacing: 2px;
	font-size:12px;
	/*border: solid 1px white;*/
}
	
#header a:hover
{
	color: #7F7F7F;		
}


#header a.navOff
{
	font-family: Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	letter-spacing: 2px;			
}
	
#header a.navOn
{
	color: #C41200;		
}
	
#header a.navSelected
{
	color: #FFFFFF;			
}
		

#signInHyperLink
{
	position: absolute; 
	top: 2px; 
	right: 20px;	
}
	
#header a.signIn
{
	position: absolute; 
	top: 3px; 
	right: 20px;
	
}	
	
/*subNavigation*/
#learn, #play
{
	position: absolute;
	top: 12px; 
	left: 10px;
	width: 800px;
	height: 20px;
	vertical-align: text-bottom;	
	margin-top: -2px;
	padding-top: 3px;
	/*border: solid 1px blue;*/
}

#learn a, #play a
{
	margin-right: 3px;	
}

#learn a.navOff, #play a.navOff
{
	margin-right: 3px;		
}
	
#interact
{
	position: absolute;
	top: 15px; 
	left: 320px;
	height: 20px;
	margin-top:-2px;
	padding-top: 3px;
}
	
#learn a, #interact a, #play a
{
	font-size: 10px;
	color: #7F7F7F;	
}
		
.subNav
{
	visibility: hidden; 
	position: absolute; 
}

.subNavOn
{
	visibility: visible; 
	position: absolute; 
}

	
/*End of Navigation*/

/*Content Area Layout*/
#innerContainer
{
	margin: 0 auto;
	text-align:left;
}
	
#container
{
	width: 497px;
	float: left;
	height:auto !important;
	min-height: 424px;	
}
	
#minHeight
{
	height: 424px; 	
	margin-right: -35px; 
	width: 1px; 
	float: left;
	
}
	
#contentWithOutImage
{
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 10px;	
}
	
#contentWithImage
{
	width: 390px;
	float: right;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 10px;	
}	

#contentBody
{
	margin: 0 20px 0 0;
}	

#rightHandCallOut
{
	position: absolute;
	right:20px;
	top: 120px;
}

#rightHandCallOut2
{
	position: absolute;
	right: 20px;
	top: 275px;
}

#pollHeader
{
	background-image: url(../Images/common/whatwouldyoudo.gif);
	background-repeat:no-repeat;
	position: absolute;
	right: 15px;
	top: 430px;
	width: 138px;
	height:24px;
}
#pollDetails
{
	background-image: url(../images/callouts/call_right_bg.gif);
	background-repeat:no-repeat;
	background-position:0 -1px;
	position: absolute;
	right: -3px; 
	top: 452px;
	width: 160px;
}	

#pollDetails div.pollDetailsPadding
	{
		font-family: verdana;
		font-size: 9px;
		margin:10px 0 10px 24px;
		width: 130px;
	}
	
span.RadioBtnList input
{
	float:left;	
}
span.RadioBtnList label
{
	float:left;
	width:92px;
	padding:3px 0 3px 0;	
	line-height:10px;
}

span.RadioBtnList br
{
	clear:both;
}
span.RadioBtnList 
{
	font-family: verdana;	
	font-size: 9px;
	padding-left: 5px;
	vertical-align:middle;
} 	

table.pollResults
{
	margin-left:-2px;
}

table.pollResults td
{
	font-family: verdana;	
	font-size: 9px;
}

	
	
/*Footer Section*/
#footer
{
	width: 800px;
	clear: both;	
	padding-top: 15px;	
	text-align: center;	
}
	
#footer a
{
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9px;
	color: #7F7F7F;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 0px 5px 0px 5px;
}
	
#footer p 
{
	font-family: Helvetica;
	font-size: 9px;
	color: #7f7f7f;
	margin-top: 5px;
}

.error
{
	color:Red;
}

a.error
{
	color:Red;
}

a.error:hover
{
	color:Red;	
}

/*About This Site Image*/
.aboutImage
{
	float: left;
	padding-right: 10px;
}
ul.NoneListItemType
{
	margin-top:5px;
}
ul.NoneListItemType li
{
	list-style-type:none;
	/*border: solid 1px red;*/
}

/*Site Map Indentions*/
.indentNav
{
	padding-left: 10px;
}

.indentSubNav
{
	padding-left: 20px;
}

.indentTerNav
{
	padding-left: 35px;
}
