@charset "UTF-8";

/* 
----------------------------------------------------------------------------
Copyright Einstein Industries 2005. Used with Permission.                             
May not be duplicated or reproduced.

Please check for cross-browser compatibility prior to making changes
MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari

CSS Document - styles.css
---------------------------------------------------------------------------- */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* remove default link styles */
:link,:visited { text-decoration:none; }

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style: none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,p,h3,h4,h5,h6,pre,code { font-size: 1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,p,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { margin: 0; padding: 0; }

/* prevent blue linked image borders */
a img,:link img,:visited img { border: none; }

/* HTML
---------------------------------------------------------------------------- */

body {
	background-image:url(../images/background.jpg);
	text-align: center;
	background-color:#140500;
	background-repeat:repeat-x;
}
#wrapper {
	width: 666px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
	background-color:#3d0143;
	height:100%;
	position: relative;
	
	
}

#banner {
	width: 666px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
	height:138px;
	
	
}

#content {
	width: 666px;
	margin-bottom:0px;
	height:456px;
	
}

#navBox {
	background-image:url(../images/links.png);
	background-repeat:no-repeat;
	z-index:1;
	position:absolute;
	width:183px;
	height:300px;
	z-index:3;
	top: 118px;
}



#text {
	width: 641px;
	margin-bottom:0px;
	float: left;
	padding-top:50px;

}

#copy {
	width: 666px;
	margin-bottom:0px;
	background-image:url(../images/mainBackground.jpg);
	height:456px;
	z-index:1;

}

#mainColor1 {
	width: 666px;
	margin-bottom:0px;
	background-image:url(../images/mainBackground.jpg);
	height:456px;
	background-color:#86950b;

}



#headerBox {
	width: 561px;
	height:30px;
	float: right;
	margin-left:80px;
	background-color:#004935;
	margin-right:0px;
}




#bottomNav {
width: 666px;
height:auto;
padding-top:10px;x;
clear: both;
text-align:center;
margin-left:auto;
margin-right:auto;

}


#footer {
width: 666px;
height:40px;
padding-top:5px;
padding-bottom:5px;
clear: both;
background-color:#3e0144;

}



#nav, #actual-nav {
	width: 120px;
	height: 261px;
	z-index:3;
	float:left;

}


#actual-nav li, #actual-nav a {display: block; width: 120px; height: 28px; text-align:center;  
	padding-top:4px; 
	padding-bottom:4px;
	padding-left:23px;
	z-index:3;
	float:left;

}
#actual-nav li { float: left; _display: block;}
#btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn10, #btn11 {	z-index:3;
}



/* Styles
---------------------------------------------------------------------------- */
.clear {
clear: both;
}

.style1 {
	color: #595959;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 1.7em;
	text-align:left;
	
}

h1 {
	font-size:18px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #6dc10d;
	font-weight:bold;
	margin-bottom:3px;
}

h2 {
	color: #595959;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 14px;
	line-height: 1.7em;
	text-align:left;
}
.copyright {
	color: #6f2377;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	text-decoration:none
	
}


a:link {
	color: #007c85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	text-decoration:none

}
a:visited {
	color: #007c85;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	font-weight:bold;

	text-decoration:none
}
a:hover {
	color:#0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	font-weight:bold;
	text-decoration:none
}

.nav a {
	color: #2d1200;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-weight:bold;
	font-size: 15px;
	text-align:center;
	text-decoration:none;
	letter-spacing:.2em;
}
.nav a:visited {
	color: #2d1200;
}
.nav a:hover {
	color: #ad1007;
}

.active a {
	color: #004935;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	padding-top:7px;
	letter-spacing:.1em;
	text-decoration:none

}

.active a:visited {
	color: #007c85;
}
.active a:hover {
	color: #007c85;
}

.copyright a {
	color: #923e9a;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 11px;
	text-align:center;
	text-decoration:none;
	letter-spacing:.1em;

}

.copyright a:visited {
	color: #923e9a;
	
}
.copyright a:hover {
	color: #c681cd;
}

.current {
	color: #003337;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	letter-spacing:.1em;
}

hr {
color:#007c85;
height:1px;
}
