@CHARSET "UTF-8";
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #0B0E11;
	color: white;
	font-family: Verdana;
	font-size: small;
	
}

#splash {
	width: 700px;
	margin: 0 auto;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

/* Header and Nav */
#header {
	margin-top: 10px;
	height: 237px;
	background-image: url('imgs/header_780x237.jpg');
}

.navi {
	padding-top: 200px;
	text-align: center;	
}

.navi ul li {
	padding: 0 1.5em;
	display: inline;
	border-right: 2px solid white;
}

.navi a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.navi a:HOVER {
	color: #66665a;
}

.navi .last {
	border: none;
}

/*Middle Section*/
#middle {
	padding: 20px 0;
	background-image: url('imgs/middleColor_1x1.jpg');
}

#middle a {
	color: #66665A;
	text-decoration: underline;;
}

#middle a:HOVER {
	color: #322224;
}

.pageHeader img {
	/*float: left;*/
}

.half {
	width: 50%;
	float: left;
}

.longText {
	padding: 1em;
	line-height: 1.5em;
	text-indent: 1.5em;
}

.darkText {
	color: #0B0E11;
}

.error {
	display: block;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}

.required {
	color: red;
	font-size: small !important;
}

h1 {
	text-align: center;
	/*border-top: 2px solid #322224;
	border-bottom: 2px solid #322224;*/
	padding: .2em;
	line-height: 53px;

}

h1 img {
	padding-right: 1em;
	vertical-align: middle;
}

/* Forms */
label {
	color: #0B0E11;
	display: block;
	font-weight: bold;
}

fieldset {
	color: #322224;
	border: 2px solid #322224;
}

input, textarea {
	border: 2px solid #0B0E11;
	padding: .2em;
}

input {
	width: 90%;
}


input:FOCUS, textarea:FOCUS {
	background-color: #0B0E11;
	color: white;
}

.submit {
	border: 1px solid #0B0E11;
	background-color: #322224;
	color: white;
	width: 60px;
}

.submit:HOVER {
	background-color: #322224;
	color: #66665A;
}

textarea {
	display: block;
	width: 100%;
}

.fileUpload {
	
}

/*Gray Box*/
.grayBox {
	width: 350px;
	float: left;
	margin: 20px 0 0 25px;
	background-image: url('imgs/grayBoxMiddle_1x1.jpg');
}

.grayBox .top {
	height: 20px;
	background-image: url('imgs/grayBoxTop_350x20.jpg');
}

.grayBox .middle {
	padding: 0 1em;
}

.grayBox .bottom {
	height: 20px;
	background-image: url('imgs/grayBoxBottom_350x20.jpg');
	clear: both;
}

.grayBottom {
	margin: 0 25px;
	background-image: url('imgs/grayBoxMiddle_1x1.jpg');
}

/* Olive Box*/
.oliveBox {
	width: 750px;
	margin: 0 auto;
	background-image: url('imgs/oliveBoxMiddle_1x1.jpg');
	text-align: left;
}

.oliveBox .top {
	height: 20px;
	background-image: url('imgs/oliveBoxTop_750x20.jpg');
}

.oliveBox .middle {
	padding: 0 1em;
}

.oliveBox .bottom {
	height: 20px;
	background-image: url('imgs/oliveBoxBottom_750x20.jpg');
}

/* Buttons */
.button {
	width: 130px;
	height: 30px;
	margin-top: 1em;
	background-image: url('imgs/button.png');
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	float: right;
}

.button a {
	color: white !important;
	text-decoration: none !important;
	display: block;
}

.button a:HOVER {
	color: #66665a !important;
}

.bold {
	font-weight: bold;
}

/* Footer */
#footer {
	color: #DADBDD;
	padding: 1em;
	font-style: italic;
	font-size: xx-small;	
	background-image: url('imgs/grayBoxMiddle_1x1.jpg');

}

#footer .navi {
	padding: 0;
}

#footer .navi ul li {
	font-style: normal;
	border-right: 1px solid white;
}

#footer .navi .last {
	border: none;
}

#footer a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.clear {
	clear: both;
}
