﻿@import 'lib/reset.css';
@import 'lib/gooey_elements.css';

body 
{
	background-image: url('/images/back.gif');
	background-repeat: repeat-y;
	background-color: #2d2c27;
	height: 100%;
	width: 100%;
}
div
{
	border:solid 0px #9acd32;
}
#page
{
	margin: 0px;
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
}
#header
{
	height:76px;
	display: block;	
}
#nav
{
	position: relative;
	display: block;
	height: 100%;
	float:left;
	width:288px;
	vertical-align:top;
	background-color:#818181;
}
#content
{
	width:750px;
	height: 100%;
	vertical-align: top;
}
#bodywrapper
{
	position: relative;
	float: right;
	width: 455px;
}
#bodywrapper_sub
{
	position: relative;
	top: 152px;
	float: right;
	width: 455px;
	display: block;
}
.tagline
{
	position: absolute;
	top: 37px;
	left: 310px;
	font-family: "Garamond", Georgia, Times New Roman, Calibri, Trebuchet MS, Serif;
	font-size: 140%;
	color: #fff;
	z-index: 99998;
	height: 26px;
	overflow: visible;
}
#filler
{
	clear: both;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 95px;
	width: 325px;
}
#fillernav
{
	position: relative;
	float: left;
	width: 288px;
}
#fillerfoot
{
	position: relative;
	width: 220px;
	float: right;
	padding: 20px 10px 5px 0px;
	font-family: Calibri, Segoe UI, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 70%;
	color: #1f1f1f;
	vertical-align: bottom;
	text-align:right;
}
#fillerfoot a
{
	color: #ced5db;
	text-decoration: none;
}
#fillerfoot a:hover, a:active
{
	color: #ea7c11;
	text-decoration: none;
}
#floatyorangebit
{
	position: absolute;
	top: 76px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #ef5000;
	z-index: 99999;
	overflow: hidden;
	display: block;
}
#floatyorangebit_sub
{
	position: absolute;
	top: 76px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-color: #ef5000;
	z-index: 99999;
	overflow: hidden;
	display: block;
}
#picholder
{
	width: 100%;
	height: 300px;
	background-color: #fff;
	background-repeat: no-repeat;
}
#subpicholder
{
	position: absolute;
	top: 76px;
	height: 152px;
	width: 100%;
	background-color: #000;
}
#subpic
{
	left: 288px;
	position: relative;
	background-repeat: no-repeat;
	width: 450px;
	height: 152px;
}
.navbutton
{
	width: 288px;
	height: 33px;
	position: relative;
	border-bottom: solid 1px #2d2c27;
	background-color: #818181;
	background-image: url('/images/btn_back_active.gif');
	background-repeat: repeat-x;
}
.navbutton_dark
{
	width: 288px;
	height: 33px;
	position: relative;
	border-bottom: solid 1px #2d2c27;
	background-color: #5f5f5d;
	background-image: url('/images/btn_back_inactive.gif');
	background-repeat: repeat-x;
}
.navbutton_text
{
	position: relative;
	top: 10px;
	right: 15px;
	width: 288px;
	text-align:right;
	font-family: Calibri, Segoe UI, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	color: #fff;
}
.navbutton_text_dark
{
	position: relative;
	top: 10px;
	right: 15px;
	width: 288px;
	text-align:right;
	font-family: Calibri, Segoe UI, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	color: #2d2c27;
}
.thebody
{
	position: absolute;
	width: 60%;
	float: left;
	top: 15px;
	left: 15px;
	font-family: Calibri, Segoe UI, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	color: #fff;
	/*border: solid 1px #9acd32;*/
	display: block;
	overflow: visible;
	height: 100%;
}
.thead
{
	position: absolute;
	width: 25%;
	top: 15px;
	padding: 3px 0px 0px 25px;
	right: 15px;
	float: right;
	background-image: url('/images/colorbox.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-family: Calibri, Segoe UI, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
	color: #8e8e8e;
	/*border: solid 1px #fff;*/
}
p 
{ 
	margin: 0 0 1.5em;
}
.highlightbox
{
	position: relative;
	clear:both;
	border:solid 1px #51504d;
	top: 490px;
	padding:15px 15px 15px 15px;
	background-color:#3c3b37;
	font-family: "Georgia", Garamond, Times New Roman, helvetica, Serif;
	font-size:90%;
	color:#fff;
}
.textbox
{
	font-family: "segoe ui", Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 130%;
	background: #fff url('images/fieldbg.gif') repeat-x scroll center top;
	border-color: #91908b;
	border-style: dotted;
	border-width: 1px;
}
.button
{
	font-family: "segoe ui", Calibri, Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 90%;
}