/* @override http://localhost:8888/marcusgrimes/marcusStyles2.css */

/* CSS Document */

#body {
background-color: #ECE6DA;
}

a{
	color: #006321;
}

a:hover{
	color: #019D34;
}

#logo{
background-image:url(images/logo.gif);
background-repeat: no-repeat;
height: 155px;
width: 263px;
}
#headerShim {
background-image: url(images/headerShim.gif);
background-repeat: repeat-x;
width: 515px;
}
#headerRightEdge {
background-image:url(images/headerRight.gif);
background-repeat: no-repeat;
width: 22px;
}
#homeButton {
background-image: url(images/headerShim.gif);
background-repeat: repeat-x;
}
#leftEdge {
background-image: url(images/leftEdge.gif);
background-repeat: repeat-y;
width: 10px;
}
#rightEdge {
background-image: url(images/rightEdge.gif);
background-repeat: repeat-y;
width: 10px;
}
#navEdgeLeft {
background-image: url(images/navEdgeLeft.gif);
background-repeat: no-repeat;
width: 10px;
}
#navEdgeRight {
background-image: url(images/navEdgeRight.gif);
background-repeat: no-repeat;
width: 10px;
}
#nav {
background-image: url(images/nav.gif);
background-repeat: repeat-x;
height: 38px;
}
#navcontainer
{
margin: 0;
padding: 0 0 0 5px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #004713;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding-top: 8px;
padding-right: 15px;
padding-bottom: 8px;
padding-left: 15px;
}
#navcontainer A:hover, #navcontainer A:active { 
color: #019D34;
}
#navcontainer A.active:link, #navcontainer A.active:visited
{
color: #019D34;
}
#navcontainer li a#current{
color: #019D34;
}
#homeTextAreaPadding{
background-color: #FFFFFF;
}
#homeTextArea{
padding-left: 10px;
padding-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
color: #333333;
/* --------------- background-image: url(images/homeContentBottom.gif);
background-repeat: no-repeat;
background-position: bottom; ---------------- */
}
#homeTextArea a {
color: #333333;
	text-decoration: underline;
}
#homeTextArea a:hover {
color: #333333;
	text-decoration: underline;
}
#homeTextArea a.subon {
color: #333333;
	text-decoration: underline;
}
#homeContentAreaTop{
padding-left: 10px;
}
#copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #9F9F94;
}
#copyright a {
color: #9F9F94;
	text-decoration: underline;
}
#copyright a:hover {
color: #9F9F94;
	text-decoration: underline;
}
#copyright a.subon {
color: #9F9F94;
	text-decoration: underline;
}
#contentTop_subpages {
background-image: url(images/subContentTop.gif);
background-position: top;
background-repeat: repeat-x;
background-color: #FFFFFF;
height: 21px;
}
#contentArea_subpages {
padding: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
background-color: #FFFFFF;
}
.h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #006321;
}
#dottedDevide {
background-image: url(images/dottedDevide.gif);
background-repeat: repeat-y;
background-position: center;
}
#dottedDevide_h {
background-image: url(images/dottedDevide_h.gif);
background-repeat: repeat-x;
background-position: center;
}
#form {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
}
.formels1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
width: 95%;
padding-left: 4px;
}
.formbutts {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333;
text-decoration: none;
width: 100%;
border-bottom:1px solid #9A909D;
border-top:1px solid #EADBEE;
border-right:1px solid #9A909D;
border-left:1px solid #EADBEE;
padding-top: 3px;
padding-bottom: 3px;
}
#contentHeaders{
border-bottom: solid 2px #548A66;
padding-bottom: 5px;
}
#relatedServicesHeaders{
padding-top: 3px;
padding-bottom: 3px;
}

/* @group WN adjustments */

h3{
	color: #006321;
	font-size: 12px;
	text-transform: uppercase;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.wnadjust img{
	margin: 7px;
}

.wnadjust img.floatleft{
	margin-left: 0;
}

.wnadjust img.floatright{
	margin-right: 0;
	clear: right;
}

img.standout{
	padding: 3px;
	margin: 6px;
	border: 1px solid #d6d6d6;
}

ul.listone {
	margin: 0;
	padding: 0;
	list-style: none;
}

.listone .listheading{
	margin: 10px 0 5px 0;
	display: block;
	font-weight: bold;
}

.listone li ul, .listone li ol{
	margin: 0;
	padding-left: 20px;
}

.listone li ul{
	list-style: disc;
}

.listone li ul li, .listone li ol li{
	margin-bottom: 3px;
}

.large{
	font-size: 12px;
}


fieldset{
	border: none;
	margin: 0;
	padding: 2px 0;
}

fieldset.section{
	border:  1px solid #d6d6d6;
	margin: 0 0 15px 0;
	padding: 15px;
}

legend{
	font-weight: bold;
	font-size: 12px;
}

label.left, form h4{
	width: 200px;
	float: left;
	text-align: right;
	padding: 2px 0 0 0;
	margin: 0 5px 0 0;
	font-weight: normal;
	font-size: 11px;
}

label.left.double, form h4.double{
	padding: 0;
}


form .break{
	padding: 2px 0;
	clear: both;
}

form .break.other{
	padding-top: 4px;
}

form .break.other input.text{
	float: none;
}

form .break.other input{
	color: #999;
}

input.text{
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
	float: left;
}

input.text.small{
	width: 50px;
}

form .group{
	float: left;
	width: 220px;
}

form .group .text{
	margin-bottom: 4px;
}

form .group.long{
	width: 460px;
}

form input.submit{
	padding: 2px 5px;
	float: left;
	font-weight: bold;
}

.wnadjust textarea{
	width: 200px;
	height: 100px;
	border: 1px solid #999;
	padding: 2px;
	float: left;
	overflow: auto;
}


/* @end */
