@charset "UTF-8";
/* CSS Document */
#footerBox {
	width: 183px;
	height: 200px;
	top: 320px;
	left: 30px;
	position: relative;
	display: block;
	}
#footerEHO {
	width: 50px;
	height: 50px;
	top: 220px;
	left: 190px;
	position: relative;
	}
#mainNavBox {
	width: 183px;
	height: auto;
	top: 134px;
	left: 30px;
	position: absolute;
	}
#mainNav {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #71404d;
	line-height: 45px;
	text-align: left;
	}
#mainNav ul {
	list-style-type: none;
	}
#mainNav li{
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #71404d;
	line-height: 45px;
	text-align: left;
	display: block;
	}
#mainNav li a {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 45px;
	}
#mainNav li a:hover{
	color: #71404d;
	}
#lineOne{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 180px;
	left: 30px;
	}
#lineTwo{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 224px;
	left: 30px;
	}
#lineThree{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 269px;
	left: 30px;
	}
#lineFour{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 314px;
	left: 30px;
	}
#lineFive{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 359px;
	left: 30px;
	}
#lineSix{
	width: 183px;
	height: 1px;
	background-image: url(images/nav-line.gif);
	position: absolute;
	top: 404px;
	left: 30px;
	}
#copyBox {
	background-color: #71404d; 
	opacity: 0.85;
	width: 610px;
	height: 560px;
	top: 80px;
	left: 300px;
	position: absolute;
	}
#Header {
	height: auto;
	width: auto;
	top: 100px;
	left: 320px;
	position: absolute;
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	}
#Copy {
	top: 160px;
	width: 330px;
	height: auto;
	left: 320px;
	position: absolute;
		}
.CopyWhite {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
		}
.CopyWhite a {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
		}
.CopyWhite a:hover {
	text-decoration: none;
		}
.CopyBrown {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #b4b595;
	}
#CopyTwo {
	top: 300px;
	width: 200px;
	height: auto;
	left: 656px;
	position: absolute;
		}
#imageBox {
	top: 15px;
	left: 656px;
	width: 220px;
	height: auto;
	position: absolute;
	}
fieldset  {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 0px;
	}
label   {
	font-weight: bold;
	line-height: normal;
	}
label.fieldLabel	{
	display: inline;
	float: none;
	}
input.formInputText   {
	font-size: 0.8em;
	color: #666;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #999;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
input.formInputText:hover {
	background-color: #ccc;
	border: solid 1px #333;
	color: #000;
	}
input.formInputText:focus {
	color: #000;
	background-color: #fff;
	border: solid 1px #333;
	}
textarea.formInputText   {
	font-size: 1.1em;
	color: #666;
	background-color: #fff;
	padding: 2px;
	border: solid 1px #999;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 100px;
	}
textarea.formInputText:hover {
	background-color: #ccc;
	border: solid 1px #333;
	color: #000;
	}
textarea.formInputText:focus {
	color: #000;
	background-color: #fff;
	border: solid 1px #333;
	}

