/* CSS Document */

body {
	background: #000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 15px 0px;
	text-align:center;
	color: #000;
	}
	

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	color:#8a2528;
	font-size:16px;
	
	}
a:link {
	color:#990000;
	}
a:visited {
	color:#990099;
	}
 a:hover {
	color:#fa0001;
	}
	
#container {
	
	margin-left: auto; 
	margin-right: auto;
	width:998px;
	height:100%;
	z-index:1;
	text-align:left;

}
#content {
	background-color:#E8E8E8;
	position:relative;
	float:left;
	width:998px;
	height:auto;
	top:0px;
	left:0px;
	text-align:center;
	

	}

#contentTextHolder {
	position:relative;
	float:left;
	left:37px;
	top:-1px;
	width:784px;
	height:auto;
	background-color:#fff;
	border-left: #fdbf57 4px solid;
	border-right: #fdbf57 4px solid;
	border-bottom: #fdbf57 4px solid;
	padding-bottom:20px;
	text-align:center;
	
		}
		
#contentTextHolderIndex {
	position:relative;
	float:left;
	left:36px;
	top:-1px;
	width:794px;
	height:auto;
	background-image:url(images/index-main.jpg);
	background-repeat:no-repeat;
		}
		
		
#homeShowHolder {
	text-align:center;
	float:right;
	width: 330px;
	height: auto;
	background: url(images/homeShowBkgnd.jpg) no-repeat #2d740d;
	margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
	padding: 170px 10px 10px 10px;
	border: 5px solid #000;
	}
		
#homeShowContent {
	width: 313px;
	height:auto;
	background: url(images/homeShowContentTop.jpg) no-repeat #c7dcbe;
		}
		
#homeShowContentText {	
	text-align:left;
	padding: 0 20px 0 20px;
	}
	
#imageHolder {
	position:relative;
	float:left;
	left:25px;
	width:250px;
	height:800px;
	}	

#contentText {
	position:relative;
	float:left;
	left:55px;
	top:20px;
	width:800px;
	text-align:left;

	
		}

#banner {
	background-image:url(images/banner_02-3.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:998px;
	height:178px;
	}
	
#steps {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	}

#slug {
	position:absolute;
	left:210px;
	top:105px;
	font-size:22px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
	font-stretch:expanded

}	

#headerNumber {
	position:absolute;
	left:600px;
	top:85px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	font-stretch:expanded
	}
#topNav {
	position:absolute;
	left:510px;
	top:151px;
	height:74px;
	width:561px;
	z-index:2;
	
	}


#footer {
	
	float:left;
	width:998px;
	height:auto;
	color:#CCCCCC;
	z-index: 1;
	text-align:center;
	background-color:#fff;

}

/* top  Navigation */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width:90px; 
	background-color: black;
	color: white;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
        
	padding: 6px 2px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
        margin-right: 7px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #333;
	width: 90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 94px;
}

#nav li:hover a{
        background-color: green;
        color: yellow;
}


#nav li:hover ul a {
        background-color: #333;
        color: white;
}

#nav li ul li:hover a{
        background-color: green;
        color: yellow;
}

#nav li:hover ul ul a {
        background-color: #333;
        color: white;
}

#nav li ul li li:hover a{
        background-color: green;
        color: yellow;
}

#nav li:hover ul ul ul a {
        background-color: #333;
        color: white;
}

#nav li ul li li li:hover a{
        background-color: green;
        color: yellow;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

       
}


/* bottom Navigation */

#navwrapper {
	position:relative;
	width:320px;
	left: 77px;
	top: 14px;
	}
	
	
#navcontainer {
text-align:center;
margin-top: 6px;
padding: 0 0 0 0px;
}


#navcontainer A {


border-right: 1px solid #999999;

width: auto;
text-decoration: underline;
color:#000;
margin: 0;
padding: 0px 8px 0px 5px;


font-size:9px;

text-align:center;

}

#navcontainer A:active { 

color:#000; 
}

#navcontainer A:hover {
	color:#009900;
	}

#navcontainer A.active:link, #navcontainer A.active:visited 
{
color:#999999;
position: relative;
float:left;
z-index: 102;
background:#FFFF00;

}

/* ---------------   Image Float Styles   --------------------------------------  */

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
padding-left:5px;
}

/* -------------- Text Styles ----------------------------- */

.content {
	line-height:27px;
	font-size:16px;
	}
	
.subTitles {
	color:#8a2528;
	font-size:14px;
	font-weight:bold;
	}
	
.content-hilite {
	background-color:#FFFF00;
	line-height:27px;
	font-size:16px;
	}
		
.footer {
	color:#000;
	font-size:9px;
	text-align:center;
	
	}
.footer a {
	color:#000;
	}

.footer a:visited {
	color:#000;
	}
	
.footer a:hover {
	color:#993300;
	}
		
.required {
	color:#FF0000;
	
	}	
.redhot {
	
	font-size:12px;
	color:#990000;
	font-weight:bold;
	}

.redhot a {
	color:#990000;
	}

.redhot a:visited {
	color:#990000;
	}

.redhot a:hover {
	color:#999999;
	}
	
