* {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande;
}

body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	margin:0;
	padding:0;
	background-image: url(images/backgradient.jpg);
	background-repeat:repeat-x;
}




.holder {
	background-image: url(images/backofmiddle.gif);
	background-repeat:repeat-x;
	width: 648px;
	padding-left: 12px;}
	
.holder2 {
	
	width: 629px;
	text-align: left;
	padding: 10px 15px 15px 15px;
	color: #000;
	background-color: #FFF;
}	
#outershell #center #leftcolumn .holder2 #explain ul {
	margin-left: 20px;
}

#mover {text-align:left;}

.head2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #900;
	padding-top: 5px;
	text-align: left;
}	

.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	text-align: left;
	margin-bottom:3px;
}	
	

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	color: #FFF;
	text-transform: uppercase;
}
#outershell {
	margin: 0 auto;
	padding: 0px 45px 45px 45px;
	width: 940px;
	background-color:#FFF; 
 
}
#header {
 position:relative;
 width: 940px;
 float: left;
 padding: 0px;
 margin-bottom:7px;
 height: 321px;
 background:url(images/topper3.jpg);
}


#dogoodheader {
 position:relative;
 width: 940px;
 float: left;
 padding: 0px;
 margin-bottom:7px;
 height: 321px;
 background:url(images/fulltopdogood.jpg);
}

#tourneyheader {
 position:relative;
 width: 940px;
 float: left;
 padding: 0px;
 margin-bottom:7px;
 height: 321px;
 background:url(images/toptourney.jpg);
}

#footballheader {
 position:relative;
 width: 940px;
 float: left;
 padding: 0px;
 margin-bottom:7px;
 height: 321px;
 background:url(images/footballtop.jpg);
}


#header H1 {
	text-indent: -999em
}

#tourneyheader H1 {
	text-indent: -999em
}
#boltheader H1 {
	text-indent: -999em
}

#footballheader H1 {
	text-indent: -999em
}

#leftcolumn {
	margin: 0px 0px 5px 0px;
	width: 660px;
	float: left;
	border:1px solid gray;
}


#leftheader {
	margin: 0px 0px 5px 0px;
	width: 660px;
	height: 29px;
	background-color:#000;
}


#calculator { 
 width: 640px;
}

div.centernav {position:relative;
float:left;
width:210px;

}

#rightcolumn { 
 float: right;
 width: 269px;
 display: inline;
 
 }

#rightheader {
	margin: 0px 0px 5px 0px;
	width: 269px;
	height: 29px;
	/*background-image:url(images/topofheads.gif);*/
 background-color:#000;
	background-repeat:repeat-x;
}

#rightinfo {
	width: 269px;
	background-color: #000;
}



#rightinfo p{
	padding:5px 0px;
	color: #FFF;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.3em;
}

#footer { 
 margin: 7px 0px 0px 0px;
 float:left;
 position:relative;
 width: 940px;
 height:33px;
 background-image:url(images/backofbottom.jpg);
}



#scrollup {
	
   position: relative;
   overflow: hidden;
   height: 36px;
   width: 900px;
   color:#FFF;
 }
 .headline {
   position: absolute;
   top: 35px;
   left: 5px;
   height: 20px;
   width:900px;
 }
 
 
	
	h2 {
		color: #2d3846;
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	
	form {
		padding: 0;
		margin: 0;
		text-align: left;
		font: Arial, Helvetica, sans-serif;
	}
	
	form p {
		margin: 0 0 5px 0;
		font-size: 11px;
		clear: both;
		text-align: left;
	}
	
	
	form p.title {
		font:Arial, Helvetica, sans-serif;
		font-weight: bold;
		border-bottom: 1px solid #000;
	}
	
	form p input {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
	}
	
	form p label {
		margin: 0;
		padding: 0;
	}
	
	fieldset {
		width: 200px;
		float: left;
		padding: 0 3px 0 0;
		margin: 0 10px 0 0;
		border: 0;
		border-right: 2px solid #ccc;
		height: 175px;
	}
	

	fieldset.last {
		width: 200px;
		float: left;
		padding: 0 3px 0 0;
		margin: 0;
		border: 0;
		border-right: 0;
	}
	
	
	
	fieldset legend {
		font: Arial, Helvetica, sans-serif;
		margin: 0 0 10px 0;
		font-size: 12px;
		color: #000;
		text-align: left;
	}
	
	fieldset legend a {
		font-size: 10px;
	}
	
	#fields {
		clear: both;
		margin: 10px 0 0 0;
		float: left;
	}
	
	#fields label {
		width: 300px;
		float: left;
	}
	
	#fields p {
		clear: both;
		float: left;
		width: 100%;
	}
	
	.error {
		border: 1px solid #ff0000;
		background: #ffcccc;
		margin: 0 0 10px 0;
	}
	.error p {
		margin: 10px;
		color: #000;
		font-weight: bold;
	}
	
	.message {
		border: 1px solid #009900;
		background: #66CC99;
		margin: 0 0 10px 0;
	}
	.message p {
		margin: 10px;
		color: #000;
		font-weight: bold;
	}
	#calculator {
		margin: 10px 0 0 0;
		float: left;
	}
	
	a,a:link,a:active,a:visited {
	color: #000;
}
#outershell #center #leftcolumn #leftheader img {
	margin-right: 10px;
	margin-top: 6px;
}
#outershell  p.small {
	font-size: 0.8em;
	line-height: 1.2em;
}


#outershell #center #leftcolumn .holder2 #explain {
	font-size: 1.4em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}


#zone1 { 
float: right;
width : 150px;
height: 100px;
margin-right: 50px;
margin-top: 200px;

}

#zone1 a h4
{
    display: none;
}#outershell #center #leftcolumn .holder2 p strong img {
	float: right;
	margin-left: 10px;
}



h2.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 1px 0;
	background: url(images/toggleme.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	width: 237px;
	font-size: 1em;
	font-weight: normal;
	float: left;
	border:none;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	border:none;
}
h2.trigger a:hover { color: #ccc; border:none; }
h2.active {background-position: left bottom; border:none;} 
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 237px;
	clear: both;
}
.toggle_container .block {
	padding: 5px; /*--Padding of Container--*/
}
#outershell #center #rightcolumn #rightinfo .right p .yellow {
	color: #FF0;
}
#outershell #center #rightcolumn #rightinfo .right p a {
	color: #F00;
}



/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  top:0;
  left:0;
}
   
#boxes .window {
  position:absolute;
  width:700px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#fff;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:700px; 
  height:550px;
  
}
#outershell #center #leftcolumn .holder2 #explain #boxes #dialog p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
}
#outershell #center #leftcolumn .holder2 #explain #boxes #dialog h6 {
	font-weight: bolder;
}
#outershell #center #leftcolumn .holder2 #explain h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
}
#leftcolumn .holder2 p.huge {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.holder2 ul li {
	margin-left: 30px;
}
.holder2 table tr td p {
	margin: 8px;
}
#outershell #center #leftcolumn .holder2 table tr td h2 {
	margin: 8px;
}
