/*
 * Global Styles
 */
html {
	width: 100%;
	height: 100%;
	
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: rgb(0,0,0);
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: rgb(255,255,255);
	
	overflow: visible;
}
form {
   	width: 100%;
   	height: 100%;
	margin: 0px;
    padding: 0px;
    
    overflow: visible;
}
input, select, textarea {
	font: 11px Arial, Helvetica, Sans-Serif;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font: 13px Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: rgb(247,147,30);
}
h2 {
	font: 13px Verdana, Arial, Helvetica, Sans-Serif;
	color: rgb(247,147,30);
}
.debug {
	color: rgb(255,255,255);
}
.error {
	color: rgb(255,0,0);
}
.fieldErr {
	background-color: rgb(255,150,150);
}
.formErr {
	position: absolute;
	color: rgb(255,255,255);

	background-color: rgb(255,0,0);
	margin-left: 110px;
	margin-top: -25px;
	padding: 5px;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	display: none;
}


/*
 * Layout
 */
#navBack {
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
	margin: 0px auto 0px;
    background: url('../img/back.jpg') center top;
    overflow: visible;
}
#navBase {
    width: 1210px;
    margin: 0px auto 0px;
    padding: 0px;
    /*overflow: auto;*/
}
#navHeader {
	width: 1210px;
	height: 148px;
	padding-top: 50px;
}
#navHeader .logo {
	width: 220px;
	height: 90px;
	background: url('../img/logo.gif');
	float: left;
}
#navHeader .logo span {
	display: none;
}
#navHeader .navigation {
	width: 907px;
	margin-top: 40px;
	margin-left: 83px;
	/* margin-left: 97px; */
	float: left;
}
#navPageHeading {
	width: 215px;
	height: 25px;
}
#navPageHeading img {
	width: 215px;
	height: 25px;
}
#navBody {
	width: auto;
	/* overflow: auto; */
}
#navBody .pageLine {
	background: url('../img/heading_full_back.gif') no-repeat;
	overflow: auto;
}
#navSide {
	width: 215px;
	float: left;
}
#navBody a {
	text-decoration: none;
	color: rgb(247,147,30);
}
#navBody a:hover {
	text-decoration: underline;
}
.contentBase {
	width: 1185px;
	float: left;
	padding: 22px 0px 50px 22px;
}
.contentSideNav {
	width: 904px;
	padding: 22px 0px 0px 89px;
	float: left;
}
.contentIndent {
	width: 500px;
	padding: 22px 0px 50px 304px;
	float: left;
	overflow: auto;
}
.contentLeft {
	width: 200px;
	float: left;
}
.contentRight {
	width: 500px;
	padding: 0px 0px 0px 81px;
	float: left;
}
.contentMiddle {
	width: 500px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.contentImages {
	width: 370px;
	padding: 0px 0px 0px 20px;
	float: left;
}
.contentIndentFull {
	padding: 22px 0px 50px 304px;
	float: left;
	overflow: auto;
}
.contentHome {

}
.contentNoMargin {

}
.intro {
	width: 480px;
	color: rgb(194,181,155);
	font-size: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 130px;
	padding-left: 303px;
	z-index: 0;
}

/*
 * Form Styles
 */
.row {
	padding: 5px 0px 5px 0px;
	clear: both;
	overflow: auto;
}
.row label {
	width: 100px;
	text-align: left;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.5em;
}
.row input, .row select, .row textarea, .row .value {
	margin-left: 10px;
	float: left;
}
.row input {
	width: 350px;
}
.row textarea {
	width: 350px;
	height: 90px;
}
.checkbox input {
	width: auto;
	margin-left: 110px;
}
.checkbox label {
	width: 300px;
	margin-left: 10px;
	line-height: 1.8em;
}
.submit {
	margin-left: 100px;
}
