@charset "utf-8";
body  {
	background: #fff;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 82.5%;
}
.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	background-image:url(../img/nav-background.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #e4f1d3;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	background-image: url(../img/nav-watermark.gif);
	background-position: 0 20px;
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
/*	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;*/
}

ul#mainNavigation {
	padding-top: 220px;
	list-style-type:none;
	}
	
ul#mainNavigation li {
	line-height:2em;
	padding-right:20px;
	width:170px;
	}
	
ul#mainNavigation li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	line-height:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
ul#mainNavigation li a:hover {
	color:#003333;
	}

.twoColFixLt #mainContent {
	background-image: url(../img/leaf-watermark.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

img#logo {
	margin-left:370px;
	padding-top:20px;
	}
	
.contentImage {
	margin:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
	
.twoColFixLt #mainContent h1 {
	font-size:1.5em;
	font-weight: bold;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.twoColFixLt #mainContent h2 {
	font-size:1.2em;
	font-weight: bold;
	padding-bottom:0px !important;
	}
	
.twoColFixLt #mainContent p {
	line-height:1.4em;
	}
	
.twoColFixLt #mainContent p a {
	color:#666666;
	text-decoration:underline;
	}
	
.twoColFixLt #mainContent p a:hover {
	text-decoration:none;
	}
	
img.mainImage {
	padding:5px;
	border:1px solid #afbcbd;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
	}
	
img.mainImageNoBorder {
	padding:5px;
	border:none;
	margin-left:20px;
	margin-bottom:20px;
	float:right;
	}
	
	
div#credits {				/* Use the credits to place the FSA logo by setting a margin of -250px, then using the logo as a background */
	padding-top:0px;
	text-align:right;
	color:#999999;
	font-size:0.7em !important;
	width:965px;
	margin-left:-250px;
	height:155px;
/*	background-image:url(../img/fsa-logo-regulated.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	clear:both;
	}
	
div#credits p {
	color:#999999 !important;
	padding-top:110px;		/* Push the credits down so that they appear at the bottom of the box */
	}
	
div#credits p a {
	color:#999999 !important;
	text-decoration:none !important;
	}
	
div#credits p a:hover {
	text-decoration:underline !important;
	}
	
ul.standardList li {
	list-style-type:circle;
	padding-bottom:10px;
	}
	
dl#faqs dt {
	font-weight:bold;
	color:#006666;
	padding-bottom:10px;
	}
	
dl#faqs dd {
	padding-left:5px;
	padding-bottom:20px;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p.separator {
	padding-bottom:50px;
	}

.pretty-table
{
  padding: 10px;
  margin:  10px 10px 10px 70px;
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 1.5em;
  color: #333;
  background: #DADED6;
}

.pretty-table caption
{
	caption-side: bottom;
	font-size: 0.7em;
	font-style: italic;
	text-align: right;
	padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #333;
  padding: 0.8em;
  text-align: left;
  color: #333;
}

.pretty-table th[scope=col]
{
  color: #444;
  background-color: #8B9788;
  text-transform: uppercase;
  font-size: 0.9em;
  border-right: 1px dotted #666;
}

.pretty-table th+th[scope=col]
{
  color: #333;
  background-color: #8B9788;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #889792;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #000;
  background-color: #ADBCB5;
}

.pretty-table tr td.zebra { background-color: #A6B199;}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #556568;
  color: #fff;
}

/********************************************************/

/*					Contact Form						*/

/********************************************************/

form#contactUs {
	padding-top:20px;
	padding-left:40px;
	width:640px;
	}

form#contactUs label {
	width:500px;
	padding-bottom:5px;
	font-size:1em;
	display:block;
	float:left;
	clear:left;
	}

form#contactUs input {
	padding:5px;
	border:1px solid #666666;
	margin-bottom:15px;
	width:300px;
	float:left;
	clear:left;
	}
	
label#newsletter {
	width:250px !important;
	float:left;
	margin-right:20px;
	padding-right:20px;
	padding-bottom:20px;
	}

	
form#contactUs textarea {
	padding:5px;
	border:1px solid #666666;
	margin-bottom:15px;
	width:300px;
	float:left;
	clear:left;
	}
	
p.emailAddress a {
	color:#333333;
	text-decoration:underline;
	}
	
p.emailAddress a:hover {
	text-decoration:none;
	}
	
.submitContactButton {
	clear:left;
	margin:20px 10px 40px 10px;
	}
	
dl#contactGreensideDEA {
	padding-left:50px;
	}
	
dl#contactGreensideDEA dt {
	font-weight:bold;
	padding-bottom:5px;
	}

dl#contactGreensideDEA dd {
	padding-bottom:15px;
	}
	
dl#contactGreensideDEA dd a {
	color:#333333;
	text-decoration:underline;
	}
	
dl#contactGreensideDEA dd a:hover {
	text-decoration:none;
	}
