* {
margin:0px;
padding:0px;
}

/*-----------------

MAIN HTML CSS

------------------*/

body 
{
	background-attachment: fixed;
	background-color: #F1F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	background-image: url(../../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	margin:0px 0px;
	padding:0px;
	text-align:center;
	line-height: 100%;
	font-size: 100%;
}
	
	
img
{ 
	border-style: none;
}

h1 {
	padding-bottom: 12px;
}
h1 span {
	display:none;
}
h2 {
	font-size:90%;
	line-height:120%;
	font-weight:100;
}
h2 a {
	color:#666;
	text-decoration:none;
}
h2 a:hover {
	color:#fff;
	text-decoration:underline;
}
h3 {
	font-weight: bold;
	font-size:75%;
	line-height:130%;
}

h3 span
{
	color:#00703C;
}

p
{
	font-size:75%;
	line-height:130%;
	padding-bottom:10px;
	width:95%;
}

p span
{
	color:#00703C;
}

	
/*-----------------

LAYOUT CSS

------------------*/


.wrapper {
	margin:0pt auto;
	width:660px;
	text-align:left;
	margin-left: auto;
	}
	
.content {
	width: 660px;
	height: auto;
	float: left;
}
	
.contentfollow {
	width: 660px;
	height: auto;
	float: left;
}

.contentbg {
	/*background-image:url(../../images/bgstar.gif);
	background-position: top center;
	background-repeat:repeat-y;*/
	width: 660px;
	height: auto;
	float: left;
}	

.header {
	height: 133px;
	background-color: #FFFFFF;
	position:relative;
}
.date{
	position:absolute;
	top:10px;
	left:0px;
}
.date h3{
	font-size:85%;
	font-weight:100;
	color: #00703C;
}

.logoholder {
	width:139px;
	height:60px;
	float: right;
	position: relative;
	vertical-align: bottom;
	margin-top: 70px;
	}
	
.mainbody {
	width: 402px;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
	}
	
.bio {
	width: 407px;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* INVESTMENT PAGE STYLING */


.greenLine
{
	/*border:1px solid #00703C;*/
	width:100%;
	height:1px;
	background-color:#00703C;
}

table p
{
	width:auto;
	margin-top:5px;
	padding-bottom:6px;
	font-size:70%;
}

table tr
{
	
}

table span
{
	padding:0px;
}
/*-----------------

HOME CSS

------------------*/
.home_page
{
	position:relative;
}
.home_text
{
	position:absolute;
	left:25px;
	top:20px;
}
.home_news
{
	position:absolute;
	left:345px;
	top:340px;
}
.home_links
{
	position:absolute;
	left:25px;
	top:470px;
}

.home_links p
{
	color:#666;
	width:250px;
	font-size:68%;
}
.home_links p a
{
	color:#666;
	text-decoration:none;
}
.home_links p a:hover
{
	color:#666;
	text-decoration:underline;
}

/**/

.home_links_contact
{
	position:absolute;
	left:0px;
	top:470px;
}

.home_links_contact p
{
	color:#666;
	width:250px;
	font-size:68%;
}
.home_links_contact p a
{
	color:#666;
	text-decoration:none;
}
.home_links_contact p a:hover
{
	color:#666;
	text-decoration:underline;
}

/*-----------------

MAIN BODY CONTENT STYLING

------------------*/
.mainbody ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size:75%;
	list-style-position:outside;
	margin-left:15px;
}

.mainbody li
{
	margin-left:3px;
}

.mainbody a
{
	color:#555555;
	font-weight:bold;
	text-decoration:none;
}

.newsTitle h3
{
	color:#00703C;
}

/*-----------------

NAVIGATION CSS - MAIN NAV

------------------*/


#nav {
	background-color:#464749;
	padding-left: 30px;
	font-size:100%;
}

#nav li {display:inline; list-style:none; padding-right: 15.5px;}





/*-----------------

NAVIGATION CSS - Left Nav

------------------*/
.leftnav {
	float: left;
	color: #00703C;
	width: 200px;
	padding-top: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}


#lnav li { 
	list-style:none; 
	font-size:75%;
	line-height:110%;
	padding-bottom:5px;
}
.selected
{
	font-weight:bold;
}

#lnav a {
	text-decoration: none;
	color: #00703C;
}
#lnav a:hover {
	text-decoration: underline;
}

/*-----------------

BIO CSS

------------------*/
.biopic {
	float: left;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
	font-weight: bold;
	color: #555555;
}
.biopic img
{
	padding-bottom:5px;
}
	
.clear
{
	width:100%;
	height:1px;
	overflow:hidden;
	clear:both;
	

/*-----------------

BUTTON STYLING

------------------*/
	
}
input.btn
{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#555555;
	border:1px solid;
	border-color:#555555;
	cursor: pointer;
	padding: 3px;
	width:100px;
	cursor:pointer;
}
input.btn:hover
{
	background-color: #00703C;
}   
   
/*-----------------

FORM STYLING

------------------*/
form p
{
	padding-bottom:5px;
}
form p span
{
	color: #00703C;
	font-size:100%;
}
input {
	width: 250px;
	font: 0.8em;
	color: #666;
	border:1px solid #093E12;
	padding: 2px;
	margin-bottom: 10px;
	font-size:75%;
} 

textarea {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:75%;
     border:1px solid #093E12;
	 color: #666;
	 padding: 2px;
	 font-weight:normal;
	 width: 250px;
	margin-bottom: 10px;
 }

.liquidLink a
 {
 	text-decoration:none;
 }


.liquidLink a:hover
 {
 	text-decoration:underline;
 }
 
 
