/*CSS by Nadia - PerreLink 2004 not to be copied or distributed - Green Biz - Flyout Menu Tempalte */
/* http://www.dreamweaverresources.com */

/* standard link styles */
a:link a:active{
color:#000099;
font:13px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:underline;
}
a:visited{
color:#CC6600;
font:13px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:underline;
}
a:hover{
color:#FF9900;
font:13px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:underline;
}
body{
padding:0;
margin:0;
color:#666666;
background-color: #676767;
font:101% Verdana,Geneva,Arial,Helvetica,sans-serif;
background-image: url(../background/pageback.gif);
}

/* form styles */
fieldset{
padding:10px;
border: 1px solid #455A43;
margin-bottom:15px;
}
/*styles for the contact form*/
/*declaring a margin of 0 will not give you unwanted white space underneath the end of the form*/
/*styles the 'contact form' text at top of contact form*/
form{
margin:0;
}

input, textarea {
	background: url(../images/fieldbkrnd.gif);
	border: 1px solid #455A43;
}

/*styles the input fields*/
/*styles the form fields*/
label{
color: #455A43;
font-weight:normal;
}
label,span.spacer{
width:100px;
}
legend{
padding:10px;/*gives a bit of padding between the border and the test*/
color: #2C4A4B;
font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
/* end of form styles */

/*standard heading tags*/
h1{
color: #406C91;
font-size:18px;
}
h2{
color:#455A43;
font-size:16px;
}
h3{
color:#455A43;
font-size:14px;
}
h4{
color:#F8F8F8;
font-size:11px;
}

h6{
color:#000000;
font-family: Verdana, Geneva, sans-serif;
font-size:11px;
margin-bottom: -15px;
}

ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.footer{
color:#406C91;
text-decoration:none;
font-size: 10px;
text-align: center;
}

/*styles the comments box*/
/* class for the login form on entry page we have named it form2 so it doesn't clash with the styles of the contact form */
.form2{
padding:6px;
margin-bottom:10px;
}
/* a class for the header table,so that we can add a left border to match the main table */
.headertable{
	border-right: 1px solid #333333;
	margin: 0 auto;
}

/* styles used to float images on the pages so that text flows around the image */
.imgleft{
float:left;
padding-right:10px;
}
.imgright{
float:right;
padding-left:10px;
}

/* style for the main table content area */
.maintable{
margin: 0 auto;
width:740px;
color:#333333;
background:#FFFFFF;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight: bold;
border-right: 1px solid #333;
border-bottom: 10px solid #394138;
}

/* styles the main table links */
.maintable a:link{
color: #000099;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.maintable a:visited{
color: #006699;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.maintable a:hover{
color: #003399;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:underline;
}
.maintable a:active{
color:#576B77;
font:12px Verdana,Geneva,Arial,Helvetica,sans-serif;
text-decoration:none;
}
.maintd{
padding:20px 15px 10px 15px;
padd.ing:20px 30px 10px 30px;
background:#FFFFFF;
line-height: 18px;
}
.maintd td{
background:#FFFFFF;
}

.maintd a:link{
color: #000099;
}

.maintd a:visited, .mainted a:hover, .maintd a:active {
	color: #003399;
}

.resotable{
font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
line-height: 2em;
}

.resotable td{
font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/* set the position of the nav bar table from the top */
/* if you change this you will need to adjust the flyout div positions to correspond */
.navtable{
margin-top:20px;
}

/*style for the left side bar area behind the menu buttons*/
.sidebarlft{
padding-left:5px;
width:159px;
border-right: 1px solid #4A654B;
}

/* div used to style a border just above the copyright information */

.linediv {
	border-bottom: 1px solid #84A484;
	padding:0;
	margin: 0;
}

.official {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.official_note {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.resotitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.resotext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.resodate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

/* all the following indents are for the legal pleading */
.indent {
	text-indent: 30pt;
}

.indenta {
	padding-left: 30pt;
	text-indent: 30pt;
}

.indentb {
	padding-left: 60pt;
	text-indent: 30pt;
}

.indentc {
	padding-left: 90pt;
	text-indent: 30pt;
}

.important {
	color: #F00
}

.special {
	color: #F00;
}
