@charset "utf-8";
<style type="text/css"> 
/**
============================================================
The original CSS template created by Alt-Web Design and Publishing
www.alt-web.com, 2011. It was modified significantly by Trent Hergenrader
www.trenthergenrader.com
============================================================
**/
 
/**Zero out default browser settings on everything**/
*{margin:0; padding:0; border:0; font-size:100%; line-height: 100%; }
 
/**add scrollbar to short pages in Mozilla**/
html {height:102%; margin-bottom:2px; }
 
/**for IE only**/
*body {font-size:80%; Zoom: 1}
 
body {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper { /**faux columns**/
	width: 940px;
	margin:0 auto; /**centered on screen**/
	text-align:left;
	overflow:hidden;
	background-color: #000;
}
#header {
	height: 150px;
	width: 940px;
	margin-top: 20px;
}
 
/**Horizontal menu**/
	
#topMenu {
	text-align:left;
	padding-top: 7px;
	padding-right: 1px;
	padding-bottom: 14px;
	margin-top: 10px;
	height: 60px;
}
#topMenu a {
font-size:0.7em;
text-transform:uppercase;
text-decoration:none;
padding: 9px 16px;

}
#topMenu a:hover {
color:#D8E8A9;
text-decoration:underline;
background: green;
}
#topMenu img{
margin-right: 2px;
vertical-align: middle;
padding: 2px;
}

.clearboth { clear: both; }

/**end horizontal menu**/

 
/** Middle column **/
#Middle {
	padding:10px;
	width: 940;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#footer {
color:#006600;
margin:0;
padding:5px;
text-align: right;
font-weight: bold;
height:75px;
}

/**Bottom menu**/
	
#bottomMenu {
	height: 60px;
	background-image:url(../images/views/black_sand.gif);
}

.jump
{
float: left;
width: 79px;
border: 1px solid #000;
margin: 0 15px 0 0;
padding: 5px;
text-align:center;
background-color:#000
}
.jump a {
	background-color:#ccc;
	font-size:9px;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}


.clearboth { clear: both; }

/**end horizontal menu**/




/**text styles**/
h1,h2,h3,h4 {
line-height:1.5;
padding: 12px;
}
h1{
color:#FFF;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-shadow: #666 0.1em 0.1em 0.1em;
font-size: 3em;
}
h3 {color: #666}
h4 {color: #024770}
p {
font-size: 0.80em;
line-height:1.5em;
padding:0 10px 0 10px;
margin: 12px 0 12px 0;
}
 
/**Text Links**/
a.wiki:link{color:#92100f;font-weight:700;text-decoration:none}
a.wiki:visited {color:#92100f; text-decoration:none}
a.wiki:hover,a:active,a:focus{text-decoration:underline}

a.jack:link{color:#0a6a19;font-weight:700;text-decoration:none}
a.jack:visited {color:#0a6a19; text-decoration:none}
a.jack:hover,a:active,a:focus{text-decoration:underline}

a.story:link{color:#253c79;font-weight:700;text-decoration:none}
a.story:visited {color:#253c79; text-decoration:none}
a.story:hover,a:active,a:focus{text-decoration:underline}

a.media:link{color:#fa7e3e;font-weight:700;text-decoration:none}
a.media:visited {color:#fa7e3e; text-decoration:none}
a.media:hover,a:active,a:focus{text-decoration:underline}

/**linked images**/
a img{border:2;}
 
/**RE-USABLE CLASSES**/
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
 
/**floats and clearing**/
.floatRight {float:right;
	         margin-left: 5px;}
.floatLeft {float:left;}
.clearing {clear:both; height:1px; width:100%; visibility:hidden;}	   

</style>