/* CSS Document */

div.clearer {clear: left; line-height: 0; height: 0;}

body {
	margin:0;
	font: 12px/18px Arial, Verdana, sans-serif;
	}
		
body{
	background: #333 url('../images/bkgnd.gif') repeat-y center;		/*Safari Mozilla */
	_background: #333 url('../images/bkgnd-win.gif') repeat-y center;		/* WIN IE 6 */

	/* IE 7 Background set in HTML using  the MS [if IE] thing */
	} 	
	

/* ------------------------- STRUCTURE -------------------------- */	


#wrapper {
	margin: 0px auto 0px auto;
/*	width: 724px;*/
	width: 900px;	
	}
	
#content {
	background: #FFF url('../images/column-shine-red.gif') top left no-repeat;
/*	width: 469px;*/
	width: 645px;	
	float: right;
	padding: 10px 20px 20px 20px;
	}
#header {
	border-left: 5px solid #FF0000;
/*	width: 504px;*/
	width: 680px;	
	float: right;
	border-bottom: 5px solid #FF0000;
}	
	
div#footer {
	text-align: center;
	font:9px/18px Arial, Verdana, sans-serif;
	background: #FFF url('../images/line-grey.gif') top left no-repeat;
	padding: 10px 0 0 0;
}	



	
/* ------------------------- LEFT SITE NAVIGATION -------------------------- */	
	
img.quick_response_button {
	margin: 1em 0 0 0;
}	
	
#nav {
	background: #000;
	float: left;
	width: 215px;
	text-align: center;
	}	
	
#nav ul#subnav {
	color: #FF0000;
	font: 10px/24px Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin:0;
	padding:0;
	list-style: none;
}	

#nav ul#subnav li a {color:#999;text-decoration:none;}
#nav ul#subnav li a:link {color:#999;text-decoration:none;}
#nav ul#subnav li a:visited {color:#999;text-decoration:none;}
#nav ul#subnav li a:hover {color:#FF0000;text-decoration:none;}
#nav ul#subnav li a:active {color:#FF0000;text-decoration:none;}
	

/* ------------------------- MISC Text Styles  ------------------------- */


/*Big, Red Page Titles*/
h2 {
	font-weight: normal;
	height: 30px;
	margin:0;
	color: #FF0000;
	text-transform: uppercase;
}

h2{
	margin-bottom: 0px;
	} /* IE7 */

	*:lang(en) #item{
	margin-bottom: 5px;
	} /* Firefox and Opera */

	h2:empty {
	margin-bottom:10px;
	} 	/*Safari*/ 


/*Q & A questions*/
h3 {
	margin: 0em 0 1em 0;
	font-size: 14px;
}

p {
	margin:0 0 1em 0;
	text-align: justify;
	_width: 99%;
}



img.headline {
	margin: 0 0 1em 0;
}

ul.question_list {
	background: #FFF url('../images/line-grey.gif') top left no-repeat;
	margin:0;
	padding:0;
	padding-top: 1.5em;
	margin-bottom: 2em;
	list-style: none;
}

ul.question_list li {
	margin-bottom: 1em;
}


div.qa_item {
	background: #FFF url('../images/line-grey.gif') top left no-repeat;
	padding: 1em 0 0em 0;
}


a {color:#F00;}
a:link {color:#F00;}
a:visited {color:#F00;}
a:hover {color:#950606;}
a:active {color:#950606;}
ul.question_list li a:visited {color:#950606;}

div#floater {
	float:right;
	border:1px solid #A1A1A1;
	background: #E1E1E1;
	padding: 10px 10px;
	margin: 10px 10px 10px 20px;
	width: 200px;
	}