body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	
}

p, td {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.indextext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
}
a:link { color: #b07d2b; text-decoration:none; }
a:visited { color: #b07d2b; text-decoration:none; }
a:hover { color:#75893e; text-decoration:underline;}


/* ------- PAGE DIVS ----------- */

/*  used to align page content vertically centered */
#mainTable {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* outer Gray box */
#maingray {

	height: 620px;
	width: 100%;
	background-color: #DFDFDF;
	border-top: 1px solid #D2CEBD;
	border-bottom: 1px solid #D2CEBD;
	margin: 0px;
	padding: 0px;
}


/* outer white box */
#mainBox {
	height: 590px;
	width: 750px;
	background-color: #fff;
	border: 1px solid #D2CEBD;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* inner top box */
#topHeaderLine {
	height: 1px;
	width: 740px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	
}

#bottomHeaderLine {
	height: 1px;
	width: 740px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	
}

#topHeader {
	text-align: right;
	height: 90px;
	width: 740px;
	background-color: #fff;
	border-left: 1px solid #D2CEBD;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/horiz_gradient_greenwhite.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

.tableHeader {
	height: 85px;
}

#mainContent {
	height: 450px;
	width: 740px;
	background-color: #fff;
	border-left: 1px solid #cccccc;
	
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}
#mainContent2 {
	height: 450px;
	width: 740px;
	background-color: #fff;
	border-left: 1px solid #cccccc;
	
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
}
#bodyMain #mainContent {
	background-image: url(../images/indexbackground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bodyMain #mainContent2 {
	background-image: url(../images/newsbackground.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* --- Inside PAGES ------*/

#bodyInside #mainContent {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 450px;
	width: 740px;
}

#bodyInside .tableContent .tdLeft {
 width: 30%;
 padding-right: 10px;
 padding-left: 10px;
 padding-top: 15px;
}

#bodyInside .tableContent .tdLeftgray {
 width: 25%;
 padding-left: 10px;
 background-color: #E6E6E6;
 
}
#bodyInside .tableContent .tdCenter {
 width: 40%;
 background-color: #efedf5;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 5px;
 
}
#bodyInside .tableContent .tdCenterwhite {
 width: 35%;
 background-color: #ffffff;
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 5px;
 
}
#bodyInside .tableContent .tdRight {
 width: 30%;
 padding-right: 10px;
 padding-left: 10px;
  padding-top: 10px;
}
#bodyInside .tableContent .tdRightwide {
 width: 40%;
 padding-right: 10px;
 padding-left: 10px;
  padding-top: 10px;
}
#bodyInside .tableContent .centerImage {
	 padding-top: 10px;
}


/* ---- end Inside PAGES --------- */

#footer {
	height: 25px;
	line-height: 25px;
	width: 740px;
	border-top: 1px solid #fff;
	background-color: #A8BC71;
	margin: 0px;
	padding: 0px;
	
		
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}


#designby, #designby a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color: #666;
	margin-top: 4px;
}


/* -------- NAVIGATION ------------ */

#navList {
	margin: 0px;
	padding: 0px;
	height: 21px;
}


#navList ul {
   
}

#navList li {
 	list-style: none;
	float: left;
	margin: 0px;
 	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
}

#navList a {
  	color: #333;
	text-decoration: none;
	display: block;
	font-weight: normal;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	
}


#navList a:link,  #navList a:visited {
	color: #333;
	text-decoration: none;
	
	} 	

#navList a:hover {
	
	text-decoration: underline;
	} 	

	
/* commented backslash hack hides rule from EI5-Mac \*/
#navList a {float: none;}    /* end IE5-Mac hack */


/*---------- GENERAL -----------*/

.imageindex {
	border: 1px solid #fff;
}


.copperbold {
	font-weight: bold;
	color: #b07d2b;
}
ul {
	list-style-image: url(../images/bullet.gif);
	padding: 2;
    margin-left: 12;

	
}
.pagetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #b07d2b;
}
.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #75893e;
}
input {
	border: 1px solid #b07d2b;
	background-color: #F3F6EB;
}
textarea {
	border: 1px solid #b07d2b;
	background-color: #F3F6EB;
}
.testimonials2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.greenbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #75893e;
	font-weight: bold;
}
ol {
	list-style-image: url(../images/bullet2.gif);
}
