﻿body {
	margin: 0px;
	padding:0px;
	height: 100%;
	background-color: #000000;
	font-family: Verdana;
}
/*psuedo roller links for pages*/
a:link {
	color: #000000;
}
a:visited{
	color: #800000;
}
a:hover{
	color: #996633;
}
a:focus{
	color: #993333;
}
a:active{
	color: #990033;
}

#wrapper{
    max-width:1200px;
	min-width: 815px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFE8;
	}
/*header color is blue and has a graphic that repeats to the right accross page*/
#header{
	height: 160px;
	background-color: #1D6BA8;
	background-image: url('../Complaints/newbackgroundb.png');
	text-align: center;
	background-repeat: repeat-x;
}
/*navigation*/
#navcontainer{margin:0%;
			  max-width: 1200px;
			}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 25px;
	position: relative;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	background-color: #002A53;
}
#nav li {
	float: left;
	margin-right: 1px;
	height: 25px;
	background: url('../Complaints/button7.jpg') repeat-x;
	color: #003300;
	font-size: 11px;
	text-align: center;
	font-weight: 900;
	width: 165px;
}
#nav li a {
	display: block;
	float: left;
	height: 25px;
	line-height: 20px;
	color: #660033;
	text-decoration: none;
	font-size: 11px;
	font-weight: 900;
	padding: 0 10px 0 10px;
	background-image: url('../Complaints/button3.png');
	background-repeat: repeat-x;
	width: 165px;
}


#nav table {border-collapse:collapse;
             width:0;
             height:0;
             position:absolute;
             top:0; 
             left:0;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#nav li a:hover {
	z-index: 200;
	position: relative;
	color: #002A53;
	background: url('../Complaints/button3.png') repeat-x;
	width: 165px;
}
#nav li:hover {position:relative; z-index:200;}

#nav li:hover > a {
	color: #002A53;
	background: url('../Complaints/button3.png') repeat-x;
}
#nav li:hover > a.sub {
	color: #003300;
	background-image: url('../Complaints/button8.png');
	background-repeat: repeat-x;
}

#nav li.current a {
	color: #000066;
	background-color: #FF6600;
}

#nav li a.sub {
	background: url('../Complaints/button8.png') repeat-x right center;
	width: 165px;
}
#nav li.current a.sub {
	color: #660033;
	background: url('../Complaints/button8.png') repeat-x right center;
}

#nav :hover ul {
	left: 0;
	top: 25px;
	width: 120px;
	background-image: url('../Complaints/button8.png');
	background-repeat: repeat-x;
}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav :hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9980px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url('../Complaints/button3.png') repeat-x;
}
#nav :hover ul :hover ul
{
	left: 165px;
	top: -1px;
	white-space: nowrap;
	width: 120px;
	z-index: 200;
	height: auto;
	background-repeat: repeat-x;
	border-left: thin #600 solid;
	border-left-color: #704821;
}
#nav :hover ul li {
	margin: 0;
	border-top: 1px solid #666;
	background-image: url('../Complaints/button8.png');
	background-repeat: repeat-x;
	width: 165px;
}
#nav :hover ul li a {
	width: 165px;
	padding: 0;
	text-indent: 10px;
	color: #002A53;
	height: 25px;
	line-height: 25px;
	background: url('../Complaints/button3.png') repeat-x;
}
#nav :hover ul li a.fly {
	background: url('../Complaints/button3.png') repeat-x right center;
}

#nav :hover ul :hover {background-color:#c60; color:#003300;}
#nav :hover ul :hover a.fly {background-color:#c60; color:#003300;}

#nav :hover ul li.currentsub a {
	color: #000066;
	background-image: url('../Complaints/button3.png');
	background-repeat: repeat-x;
}
#nav :hover ul li.currentsub a.fly {
	background: #840 url('../Complaints/button3.png') repeat-x right center;
	color: #003300;
}

#nav :hover ul :hover ul li a {
	width: 120px;
	padding: 0;
	text-indent: 10px;
	color: #002A53;
	background-image: url('../Complaints/button3.png');
	background-repeat: repeat-x;
	}
#nav :hover ul :hover ul :hover {
	color: #004600;
}

#nav :hover ul :hover ul li.currentfly a,
#nav :hover ul :hover ul li.currentfly a:hover {background:#840; color:#003300;}
#nav li.current:hover > a.sub {
	color: #003300;
	background-image: url('file:///W:/button8.png');
	background-repeat: repeat-x;
}
/*navigation ends*/
/*no border on img on page*/
img{
	border:0;
}
/*needs to be on each page for it to work correctly this is the editable region of the page*/
#firstcolumn {
		width: 95%;
		margin-right:auto;
		margin-left:auto;
		padding-top:20px;
}
/*needs to be at the end of the #firstcolumn div to clear all floated divs this keeps the margins from colapsing effect fromt he floated divs*/
.endofsection{clear:both}

form{
	width:93%;
	margin-left:auto;
	margin-right:auto;

}
#middle{
	height: 100%;
	min-height: 100%;
	width: 100%;
	background-color: #ffffe8;
	background-image: url('../Complaints/background.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
/*form styling on page*/
fieldset{
	border: medium solid #B2A15A;
	padding:10px 20px;
	
}
form label {
	display: block;
	float: left;
	width: 165px;
	padding: 0;
	margin: 8px 0 0;
	text-align: right;
}
.onehundred label {
	width:100px;
	text-align:left;
}
.onehundred input {
	width:200px;
}
.onehundredone input {
	width:200px;
}

p {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	
}
form {
	margin: 25px;
	padding: 0;
	overflow:visible;
}
form fieldset legend {
	font-size:1.1em; 
}
form br {
	clear:left;
}
form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}
form input, form textarea, form select {
	width:auto;
	margin:5px 0 0 3px; 
	float:left;
}

form input#reset {
	margin-left:0px;
}
textarea {
	overflow: auto;
}
form .required{
	font-weight:bold;
}
form .left{
	float:left;
}
form .right{
	float:right;
}
/*class for the picture of the half emblem on page */
.leftone{
	float:left;
}
.center{
	text-align:center;
}
#footer{
	border-top: 3px solid #660033;
	height: 100px;
	background-color: #336699;
	background-image: url('footer.png');
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}
.footerone{
	float: left;
	margin-right: 25px;
}
.aligncenter{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.under{
	text-decoration: underline;
}
.justif{
	text-align:justify;
}
.pad{
	margin:0px 75px 0px 0px;
}
h2{
	text-align:center;
}
.indent{
padding-left:40px;
padding-top:30px;
}
.questionwidth{
	width:250px;
	float: left;
	margin-top:7px;
}
.left{
	float:left;
	width:47%;
}
.hidden{
	width: 110px;
	color: #900;
	visibility: hidden;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.hiddentoo{
	color: #900;
	visibility: hidden;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.visible{
	color:#009;
	visibility:visible;
	display:block;
	width:15px;
	float:right;
}
.visibletoo{
	color:#009;
	visibility:visible;
	display:block;
	width:15px;
	float:left;
}
.idont{
	width:290px;
	height:25px;
	float:left;
	margin-top:4px;
}
.bold{
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #B2A15A;
}
.left1{
	float:left;
	width: 870px;
	}
.lefter{
		float:left;
		width: 4px;
		}
.centnospac{
	text-align:center;
	padding:0px;
	margin:0px;
	}
.btmmrg{
	margin-bottom:10px;
	}
.centerchk{
	margin-left:auto;
	margin-right:auto;
	width: 22px;
	}
.colors{
	color: #006;
	font-weight:bolder;
	}