/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12pt;
	background-color:#000;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	}

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #5cab04;
	font-weight:normal;
	padding-bottom: 12px;
	padding-top:6px;}
	
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5cab04;
	padding:6px 0px;
}


h3 {
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
	padding:0px 0px 3px 0px;
}

h4 {
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
	padding:2px 0px 6px 0px;
}	


h5 {
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
	padding:15px 0px 3px 0px;
}	
	

p {
	font-size: 80%;
	}
	


	
#container {
width: 850px;
margin: 0px auto 0px auto;
position:relative;
	}



#content {position:relative;
background-repeat: repeat-y;
background-position:top;
background-image:url(images/middle.jpg);
padding:6px 60px 18px 60px;
background-color:#FFFFFF;
	}
#content h1, h3, h5 {padding-left:240px;}
	
#content p {line-height:1.6em;
font-size:90%;
padding-left:240px;
padding-bottom:12px;
}

#content a {
	color: #5cab04;	
}
		
#content a:link, #content a:visited {
	color: #5cab04;
	}

#content a:hover {
	color: #666;
		}
	
#content ul {padding-left:260px;
padding-bottom:12px;}
	
#content li {padding:3px 0px;
font-size:90%;
line-height:1.7em;
}



#hometop {
position:relative;
height: 30px;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/header.jpg);
}

#address {position:relative;
background-repeat: repeat-y;
background-position:top;
background-image:url(images/middle.jpg);
padding:6px 60px;
background-color:#FFFFFF;
text-align:right;}

#address p {line-height:1.5em;
font-size:80%;
}


#address a {
	color: #5cab04;	
}
		
#address a:link, #address a:visited {
	color: #5cab04;
	}

#address a:hover {
	color: #666;
		}

	
#logo {
	position: absolute;
	left: 55px;
	top: -6px;
	}	
	

#bigthree {position:relative;
padding-left:33px;
background-repeat: repeat-y;
background-position:top;
background-image:url(images/middle.jpg);}

#greenbar {background-image:url(images/greenbar.jpg);
width:781px;
position:relative;
height:98px;
top:3px;}

#buttons {
	position:absolute;
	left:22px;
	top:3px;
	width: 344px;
	height: 97px;
}

#title {
	position:absolute;
	right:20px;
	top: 17px;
	width: 392px;
	text-align:right;
	color:#FFFFFF;
}

#title h4 {color:#FFFFFF;
font-size:1.2em;
padding-bottom:12px;}


#navlist li {display:inline;
font-size:85%;}

#navlist a {
	color: #000;
	padding-left:12px;
	text-decoration: none;
	font-weight:bold;
}
		
#navlist a:link, #navlist a:visited {
	color: #000;
	
	}

#navlist a:hover {
	color: #5cab04;
	
		}

#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
	
		
#title #navlist .uberlink {
color: #5cab04;
}		
		

#sidebarhome {
	position: absolute;
	left: 63px;
	top: 280px;
	text-align:right;
	width: 191px;
	height: 83px;
	}
	
#sidebarhome p {line-height: 1.4em;}

#sidebarhome em {font-style:italic;
color:#5cab04}

#sidebarhome a {color:#000;
text-decoration:none;}

#sidebarhome a:hover {color:#666666;}

#sidebar {
	position: absolute;
	left: 63px;
	top: 255px;
	text-align:right;
	width: 191px;
	height: 83px;
	}
	
#sidebar p {line-height: 1.4em;}

#sidebar em {font-style:italic;
color:#5cab04}

#sidebar a {color:#5cab04;
text-decoration:underline;}


#sidebar a:hover {color:#666666;}


p.quote {text-align:left;
font-size:80%;}


p.person {text-align:right;
text-transform:uppercase;
font-size:70%;
font-weight:bold;
padding-bottom:12px;
padding-top:6px;}

p.persontwo {text-align:right;
text-transform:uppercase;
font-weight:bold;
padding-bottom:12px;
padding-top:6px;
font-size:.7em;
line-height:1.3em;}



#footer{
position:relative;
height:50px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}

p.footer {padding-top:24px;
text-align:center;
color:#ccc;}


#footer a {color:#ccc;
text-decoration:none;}


#footer a:hover {color:#666666;}




#bottom {
position:relative;
padding: 0 30px;
height:50px;
}

p.bottom {padding-top:36px;
font-size:75%;
text-align:center;
color:#333;
line-height:1.5em;
}


#bottom a {
text-decoration:none;
color: #333;
}

