/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #538637 url(images/home_pg_bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
}

#wrapper {
	position: relative;
	width: 900px;
	background: transparent;
	margin: 0 auto;
	text-align: center;
}

 #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #header { 
	background: url(images/home_nav_bg.jpg) no-repeat top center; 
	height: 122px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Arial, Helvetica, sans-serif;
} 


#co-phoneEmail {
	text-align:right;
	float: right;
	margin:0;
	color:#EBD91F;
	font-weight:bold;
	font-size:.8em;
}
#co-phoneEmail span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

#co-phoneEmail a:link {
	color: #EBD91F;
	text-decoration: none;
}

#co-phoneEmail a:visited {
	color: #ccc;
	text-decoration: none;
}

#co-phoneEmail a:hover {
	color: #fff;
	text-decoration: none;
}


#floralBG {
		background: url(images/home_floral/flower1.jpg) top center no-repeat;
}
	
#LoginBox {
	float: right;
	overflow: auto;
	background: url(images/LoginBox.jpg)no-repeat;
	margin: 0;
	padding: 0;
	width: 185px;
	height: 266px;
}

#LoginBox p {
	margin-top: 25px;
	color: #538637;
	font-weight: bold;
	Font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#LoginBox table {
	width: 175px;
	text-align: center;
	padding: 0;
}
#LoginBox td {
	color: #538637;
	font-size: 0.7em; 
	text-align: center;
}

#LoginBox p.red {
	margin-top: 5px;
	color: #660000;
	Font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#LoginBox p.errorMessage {
	margin-top: 15px;
	padding: 0 5px;
	color: #660000;
	Font-size: 0.7em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#LoginBox a {
	color: #538637;
	text-decoration: none;
}

#LoginBox a:hover {
	color: #A5D18D;
	text-decoration: underline;
}

.smaller {
	font-size: 0.8em;
}

#mainText {
	float: right;
	height: 266px; 
	}
	
#mainText h1 {
	padding-right: 85px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.7em;
	line-height: 120%;
	color: #FFFCB8;
	text-align: right;
}

/* 4 boxes on the bottom of the pag with links */
#Listing {
	position: relative;
	clear:both;
	width: 880px;
	margin: 0 0 0 20px;
	background: transparent;
}

.ListBox {
	width: 190px;
	height: 208px;
	float: left;
	padding: 15px 0 15px 30px;
	background: url(images/NavBox.jpg) right no-repeat;
}

.ListBox p {
	color:#006600;
	padding: 10px 15px 5px 15px;
	font-size: 0.8em;
	text-align: center;
}

.ListBox p.TopicHead {
	color: #D07300;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.ListBox ul {
	color:#006600;
	margin-left: 35px;
	font-size: 0.9em;
	font-weight: bold;
}

.ListBox li {
	color:#006600;
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
}

.ListBox li a, .ListBox a.login {
	color:#365D24;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}

.ListBox li a:hover, .ListBox li a:active, .ListBox a.login:hover {
	color: #FFFCB8;
	text-decoration: underline;
}

.ListBox li a:visited {
	color:#EBEBEB;
}


 #footer { 
 	width: 840px;
	min-height: 123px;
	padding: 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#538637 url(images/footer_bg.jpg) no-repeat top center; 
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #A5D18D;
	font-size: 0.8em;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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;
	text-align: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	text-align: left;
}

.fltrt a, .fltrt a:visited, .fltlft a, .fltlft a:visited {
	color: #A5D18D;
}

.fltrt a:hover, .fltlft a:hover  {
	color: #FF8C00;
}


.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;
}

input.formButton {
	background-color: #619546;
	border-top: 1px solid #B1D79D;
	border-right: 2px solid #365D24;
	border-bottom: 2px solid #365D24;
	border-left: 1px solid #B1D79D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 3px;
}