@charset "utf-8";
/* Jeff Order Stylesheet - Main - CSS Document */

/* ---------- Main Page Layout ---------- */

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	height: 100%
}

html, body {
	height: 100%
}

#container {
	background: none; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	border: 0; 
	width: 800px;
	height: auto !important; 
	overflow: hidden; 
	z-index: 1
}


/* ---------- Text Treatments ---------- */

h1, h2, h3 {
	color: #ffff99
}

h1 {
	font-size: 16px;
	font-style: italic;
	text-align: center
}

h2 {
	font-size: 14px
}

h3 {
	font-size: 13px
}



/* ---------- Header ---------- */

#header {
	background: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 100px;
	overflow: hidden;
	z-index: 100
}

#logo {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 413px;
	height: 94px;
	overflow: visible;
	z-index: 50
}

#logo a:hover img {
	margin: -1px -1px 1px 1px
}

#tagline {
	background: none;
	position: absolute;
	top: 20px;
	left: 425px;
	margin: 0;
	padding: 0;
	width: 368px;
	height: 80px;
	overflow: hidden;
	z-index: 50
}
	


/* ---------- Content Area ---------- */

#content {
	background: none;
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 25
}


/* ---------- Footer ---------- */

#footer {
	background: none;
	position: relative;
	left: 0;
	margin-top: 10px;
	padding: 0;
	width: 800px;
	height: 100px;
	overflow: hidden;
	z-index: 100
}


/* Footer Navigation */

#footernav {
	background: none;
	position: relative;
	margin: 0 auto 0 auto; 
	padding: 0;
	width: 640px;
	height: 30px;
	overflow: hidden;
	z-index: 50
}

#footernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footernav li {
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

#footernav li a:hover img {
	margin: -1px -1px 1px 1px
}

#address { /* Container for Copyright and Powered by McG */
	background: none;
	position: relative;
	margin: 0 auto 0 auto; 
	padding: 0;
	width: 530px;
	height: 12px;
	color: #333333;
	font-size: 10px;
	overflow: hidden;
	z-index: 50
}	


/* Copyright */

#copyright {
	background: none;
	position: relative;
	float: left;
	/*top: 0;
	left: 0;*/
	margin: 0; 
	padding: 0;
	width: 320px;
	height: 12px;
	text-align: left;
	overflow: hidden;
	z-index: 50
}

/* Powered by McCary Group */

#McG {
	background: none;
	position: relative;
	float: right;
	/*top: 0;
	left: 285px;*/
	margin: 0; 
	padding: 0;
	width: 200px;
	height: 12px;
	text-align: right;
	overflow: hidden;
	z-index: 50
}

#McG a {
	color: #333333;
	text-decoration: none;
}

#McG a:link {
	color: #333333;
	text-decoration: none;
}

#McG a:hover {
	color: #006600;
	text-decoration: underline;
}
	
