@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,img,ul,li,button,hr
{
	margin:0px;
	padding:0px;
	border:0px;
}
a{
	color:#428015;
}

body
{
	background-color:#FFF;
	font-size:14px;
	font-family: Arial sans-serif;
}

#header_homepage
{
	width:800px;
	height:170px;
	background-image:url(images/header_homepage.jpg); background-repeat:no-repeat;
}
#header_services
{
	width:800px;
	height:170px;
	background-image:url(images/header_services.gif); background-repeat:no-repeat;
}
#header_about
{
	width:800px;
	height:170px;
	background-image:url(images/header_about.gif); background-repeat:no-repeat;
}
#header_contact
{
	width:800px;
	height:170px;
	background-image:url(images/header_contact.gif); background-repeat:no-repeat;
}
#homepage_main
{
	width:800px;
	height:329px;
	background-image:url(images/homepage.gif); background-repeat:no-repeat;
}
#services_main
{
	width:800px;
	height:730px;
	background-image:url(images/services.gif); background-repeat:no-repeat;
}
#contact_main
{
	width:800px;
	height:530px;
	background-image:url(images/contact.gif); background-repeat:no-repeat;
}
#about_main
{
	width:800px;
	height:310px;
	background-image:url(images/about.gif); background-repeat:no-repeat;
}
#use_main
{
	width:800px;
	height:auto;
	background-image:url(images/homepage.gif); background-repeat:no-repeat;
	
}
#menu
{
	overflow: hidden;
	float:left;
	margin-top:50px;
	padding-left:45px;
}
#menu_top
{
	margin-left:8px;
}
#menu_button
{
	margin-top:10px;
}
#content
{
	width:65%;
	overflow: hidden;
	float:left;
	margin-top:10px;
	margin-left:80px;
	text-align:left;
	font-size: 10pt;
	font-weight:bold;
	color: #737371;
	font-family: Arial;	
}
#content_title
{
	font-size: 32px;
	font-weight:bold;
	color: #007b70;
}
#content_title2
{
	font-size: 16px;
	font-weight:bold;
	color: #007b70;
}
#content_text
{
	display:inline;
	overflow:auto;
	margin-top:16px;
	margin-right:6px;
	line-height: 26px;
	font-size: 10pt;
	font-weight:bold;
	color: #737371;
	font-family: Arial;
    text-align:left;
}
#use
{
	width:65%;
	float:left;
	display:inline;
	overflow:hidden;
	margin-left:30px;
	margin-top:16px;
	margin-right:6px;
	color: #737371;
    text-align:left;
	height:auto;
}
#footer {
	width:800px;
	height:111px;
	background:url(images/footer.jpg) no-repeat scroll 70%;
}
#footer_t {
	overflow: hidden;
	float:left;
	font-size: 7.5pt;
    font-weight:bold;
	color: #737371;
	font-family: Arial;
	margin-top:75px;
	margin-bottom:10px; 	
}
#footer_c {
	overflow: hidden;
	float:left;
	padding-left:2px;
	font-size: 8pt;
	font-weight:bold;
	color: #FFF;
	font-family: Arial;
    font-weight:bold;
}
#footer_d {
	overflow: hidden;
	float:right;
	padding-left:2px;
	font-size: 7.5pt;
	color: #FFF;
	font-family: Arial;
	font-weight:bold;
}
#outer {
	overflow:auto;
	}
	
/****Members*****/
.loginBox{
	margin-left:35%;
	margin-right:55%;
	width:300px;
	border:1px solid #429a06;
}
.loginTop{
	color:#007b70;
	width:300px;
	background-color:#c9e3b6;
	border-bottom:1px solid #429a06;
}
.loginBottom{
	background-color:#FFFFFF;
	padding-top:10px;
	padding-bottom:20px;
}	
.inputBox{
	margin-top:5px;
	margin-left:10px;
	border: 1px solid #429a06;
}
.inputText{
	text-align:right;
}
.submitLogin{
margin-top:15px;
	margin-right:25px;
}

.tdTop{
	border-top:1px solid #429509; 
	height:25px; 
	background-image:url(members/images/bg_header.jpg); 
	background-repeat:repeat-x;
}
.innerTable{
	border-left:1px solid #429509;
	border-right:1px solid #429509;
}
.docPad{
	padding-left:15px;
	height:10px;
}