/*************************************************************
*
* File:			Main.css.css
* Created By	The Dominator 1.0 
* Created On:	Mon Mar 29 19:44:30 MST 2010
* Last Updated:	
* Version:		1.0
* Author:		Seth Fleming 
*
*************************************************************/
/*************************************************************
*
* Table of Contents
* =
*
*************************************************************/
@charset "utf-8";

/*=body*/
body {
	background-color:#fff;
	font-family: Arial,Helvetica;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#000;
	background: url(../Images/starbckgrnd.jpg) repeat;
}

#e_wrapper {
	margin:0 auto 0 auto;
	width: 80%;
}

/* =masthead */
#e_masthead {
	background-color: #fff;
	margin-top:25px;
}

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

#e_masthead ul li {
	float:left;
	position: relative;
	margin:10px 0 10px 15%;
}

#e_masthead #e_header, #e_footer #e_footer_delineate{
	clear:left;
	background: url(../Images/Blue_Marble_Tile.gif) repeat;
	padding:10px;
}

#e_masthead #e_header {
	text-align:right;
	color:#000;
}
#e_masthead #e_header a {
	color: #fff;
}
#e_masthead #e_header a:link {
	color: #fff;
}
#e_masthead #e_header a:visited {
	color: #fff;
}

#e_masthead #e_header h1 {
	text-align:center;
}

#e_masthead #e_header img {
	display:block;
	margin:0 auto 0 auto;
	padding:0px;
}

/* =message */
#e_message {
	margin:5px;
	border:3px solid #ff0000;
	padding:5px;
	background-color:#fff;
	text-align:center;
	font-weight: bold;
}

/* =maincol */
#e_maincol {
	margin-bottom:40px;
}

/* =footer */
#e_footer {
	clear:left;
	font-size: 0.8em;
	text-align:center;
	line-height:2px;
}
#e_footer #e_footer_delineate{
	height:25px;
	margin:10px 0 10px 0;
}

#e_footer #e_footer_delineate img{
	display:block;
	margin:0 auto 0 auto;
	padding:0px;
}
/* =classes */
.button {
	width:auto;
}

.e_header_large{
	font-size: 2em;
	margin-right:-5px;
}

.form_error {
	border:2px solid #ff0000;
}

.grn_txt {
	color: #008800;
}

.back {
	float:left;
	width: 100px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../Images/back.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.navbar {
	clear:both;
	margin:25px 0 25px 0;
}

.next {
	float:right;
	width: 100px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../Images/next.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.red_txt {
	color: #ff0000;
}
.text_error {
	color:#ff0000;
	font-size: 0.7em;
	margin-top:2px;
}

/* =tags */

h1 {
	font-family:"Times New Roman";
	color:#fff;
}

h2 {
	font-family:"Times New Roman";
	text-align:center;
	color:#fff;
	margin:0;
	font-size: 2em;
}

img{
	border:none;
}

label{
	color:#0000ff;
}

fieldset, table {
	background-color:#fff;
	border:2px solid #0000ff;
}

input, textarea {
	width:98%;
	margin:5px 0 5px 0;
	border:1px solid #000066;
}

input:focus, textarea:focus {
	background-color:#d7f6ff;
}

table {
	width:100%;
	border-collapse: collapse;
}
table tr th,table tr td {
	text-align:left;
	border-bottom:1px solid #000;
	padding:5px;
}

table tr td {
	font-size: 0.8em;
}

table tr:hover td {
	background-color:#d7f6ff;
}

