@charset "UTF-8";

html { overflow-y:scroll; }

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:"Minion Pro",Gentium,"Gentium Basic","Hoefler Text",Constantia,"Palatino Linotype",Georgia,serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#c5c5c5;
	padding-top: 25px;
	color:#000;
	background-image:url(images/wall.png);
	background-repeat:repeat-x;
	background-color: #000;
}

/* divs go below here */


#container {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 10px;
	}

#wrapper {
	width: 800px;
	padding: 0 25px 0 25px;
	float:left;
	text-align:left; 
	background-color: #fff;
	}


#menu {
	width: 800px;
	height: 25px;
	float:left;
	text-align:left;
	margin: 15px 0;
	border-top: 1px #700 dashed;
	border-bottom: 1px #700 dashed;
	border-bottom-style:
	}

#content {
	width: 600px;
	float:left;
	padding: 0 25px 25px 0;
	}

		
#content img {
	padding: 0 0 25px 0;
	}	
	
	
#text {
	width: 560px;
	padding: 15px;
	float:left;
	border: 5px #DDD dashed;
	}	

#secondary {
	width: 175px;
	float: left;
}

#secondary img {
	padding-bottom: 25px;
}

#secondary img.logo {
	padding-bottom: 0;
}

#footer {
	width: 825px;
	height: 25px;
	background-color:#fff;
	float: left;
	text-align:right;
	margin-top: 10px;
	padding-right: 25px;
	}


/* text stylings */	

		
p {
	line-height: 1.3em;
	padding: 0;
	margin:0 0 20px 0;
	}
	
p.bigcopy {
	color: #700;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.7;
	font-size: 19px;
	padding: 0 25px;
	}	
	
a, a:link, a:visited, a:active {
	font-weight:normal;
	color: #fff;
	margin: 0px;
	text-align:left;
	}	

p.bigcopy a, p.bigcopy a:link, p.bigcopy a:active, p.bigcopy a:visited, p.bigcopy a:hover {
	font-weight:normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.7;
	font-size: 19px;
	color:#700;
	}	

ul {
	margin:0px;
	padding: 0 0 24px 24px;
	}
	
ul li {
	list-style:disc;
	list-style-position:outside;
	text-align:left;
	margin:0px;
	padding: 0px 40px 4px 14px;
	color: #000;
	line-height: 1.3;
	}	

#menu ul {
	margin:0;
	padding: 0;
	}
	
#menu ul li {
	list-style:none;
	text-align:left;
	margin:0px;
	padding: 0 25px 0 0;
	height: 25px;
	display:inline;
	position: relative;
	}

#menu div { 
	display: none; 
	} 

#menu li.mega div { 
	width: 450px; 
	position: absolute; 
	top: 30px; 
	left: 0; 
	background-image:url(images/80w.png);
	padding: 25px;
	border: 2px #700 dashed;
	}

#menu li.hovering div { 
	  display: block; 
	} 

#menu li.mega div a:hover { 
	text-decoration:none;
	border-bottom: 0;
	}

#menu ul li a {
	color: #700;
	line-height:25px;
	text-decoration:none;
	height: 22px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#menu ul li div a {
	width: 220px;
	}	

#menu ul li a:hover {
	border-bottom: 3px #700 solid;
	text-decoration:none;
	}

#footer p, #footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:visited {
	font-size:11px;
	color:#700;
	display:inline;
	text-align:right;
	line-height:25px;
	}

#footer a:hover {
	color:#000;
	}


blockquote {
	padding: 0px 24px 0px 24px;
	margin: 0px;
	}	
	
img {
	border: 0 none;
	}	

h1, h2, h3, h4 {
	color: #fff;
	}

	
h1 {
	color: #700;
	padding-bottom:8px;
	margin: 0px;
	}
			
h2 {
	color: #700;
	padding:0;
	margin: 6px 0px 3px 0px;
	}		

h3 {
	padding-bottom:8px;
	margin: 0px;
	}	

h4 {
	padding:5px 0px;
	margin: 0px;
	}			
	

body { font-size:87.5%; line-height:1.25; }
h1, h2, h3 { margin-top:0; margin-bottom:0; }
h1 { font-size:1.77778em; padding:0 0 .5em ; }
h2 { font-size:1.3333em; padding:0 0 .25em; }
h3 { font-size:1.1111em; padding:0 0 .25em; }



.right {
	text-align:right;
}

p.menu {
	color: #700;
	letter-spacing: 0;
	line-height: 1.7;
	font-size: 19px;
	text-align:center;
	padding: 0;
	margin: 0;
}


li.menu {
	line-height:1.2;
	padding: 0 0 25px 0;
}

.menu li {
	text-align:center;
	text-decoration:none;
	list-style:none;
}

p.question {
	font-weight:bold;
	padding: 0 0 3px 0;
	margin: 0;
	}	

p.answer {
	font-style:italic;
	padding: 3px 0 10px 24px;
	}	
