html{
	color:#606060;
	background-color:#636466;
	font-size:13px;
	font-family:Arial;
}
body{
	
	margin:0;
}
a.grey{
color:#636466;
}
a{
	color:#419639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
border:none;
}
h1{
	font-size:24px;
	font-weight:bold;
	color:#636466;
	margin-bottom:8px;
}
h2{
		font-size:16px;
	font-weight:bold;
	color:#419639;
}
h3{
	font-size:24px;
	font-weight:bold;
	color:#419639;
	margin-bottom:0;
}
h1.green{
	color:#419639;
}

#page{
	width:934px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
#header{
	height:157px;
	border-bottom:8px solid #419639;
}
.roots{
	margin-top:46px;
	margin-left:55px;
}
.register{
	float:right;
	margin-right:58px;
	margin-top:103px;
}
#header-banner{
	border-bottom:8px solid #419639;
}
#nav{
	height:45px;	
}
a#home{
	display:block;
	height:12px;
	width:38px;
	background:url(../images/home-off.jpg) bottom left no-repeat;
}
a:hover#home{
	background:url(../images/home-on.jpg) bottom left no-repeat;
}
a#about-us{
	display:block;
	height:12px;
	width:59px;
	background:url(../images/about-us-off.jpg) bottom left no-repeat;
}
a:hover#about-us{
	background:url(../images/about-us-on.jpg) bottom left no-repeat;
}
a#news{
	display:block;
	height:12px;
	width:36px;
	background:url(../images/news-off.jpg) bottom left no-repeat;
}
a:hover#news{
	background:url(../images/news-on.jpg) bottom left no-repeat;
}
a#investments{
	display:block;
	height:12px;
	width:75px;
	background:url(../images/investment-off.jpg) bottom left no-repeat;
}
a:hover#investments{
	background:url(../images/investment-on.jpg) bottom left no-repeat;
}

a#contact{
	display:block;
	height:12px;
	width:48px;
	background:url(../images/contacts-off.jpg) bottom left no-repeat;
}
a:hover#contact{
	background:url(../images/contacts-on.jpg) bottom left no-repeat;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	float:right;
	padding-right:47px;
	
}

#nav a {
	display: block;
}
#nav li a{
	padding-top:14px;

}

#nav li ul li a{
	padding-top:0px;
	width: 158px;
	color: #FFFFFF;

}
#nav li { /* all list items */
	float: left;
	padding-left:12px;
	padding-right:12px;
	
}
#nav li ul li{ /* all list items */
	width: 173px; /* width needed or else Opera goes nuts */
	padding: 3px 0px 5px 15px;	
	background: #636466;
}

#nav li ul { /* second-level lists */
	position: absolute;
padding-top:10px;
	padding-right:0px;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 175px;
}
#nav li:hover, #nav li.hover {  
     position: static;  
}  
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content{
	padding:30px 40px 60px 40px;
}

#lcol{
	Width:400px;
}
#rcol{
	width:300px;
	float:right;
	padding-top:50px;
}
#snav{
width:160px;
margin:0 auto 0 auto;
}
#snav ul{
	
	list-style:none;
	padding:0;
}
#snav ul li{
	border-bottom:1px solid #D5D6D6;
	padding-bottom:5px;
	padding-top:5px;
	
}
#snav ul li a{
	font-weight:bold;
}
#snav ul li a:hover{
	text-decoration:none;
	color:#636466;
}

.fright{
	float:right;
	padding-left:5px;
}
.fleft{
	float:left;
	padding-right:5px;
}
.page-img{
	padding-bottom:20px;
}
#footer{
padding-left:50px;
}
.cp{
	padding-top:15px;
}
#bn{
	height:45px;	
	float:right;
	padding-right:60px;
}

#bn li { /* all list items */
	float: left;
list-style:none;	
}
a#bn-home{
	display:block;
	height:13px;
	width:40px;
	background:url(../images/bn-home-off.jpg) bottom left no-repeat;
}
a:hover#bn-home{
	background:url(../images/bn-home-on.jpg) bottom left no-repeat;
}
a#bn-about-us{
	display:block;
	height:13px;
	width:65px;
	background:url(../images/bn-about-off.jpg) bottom left no-repeat;
}
a:hover#bn-about-us{
	background:url(../images/bn-about-on.jpg) bottom left no-repeat;
}
a#bn-investments{
	display:block;
	height:13px;
	width:81px;
	background:url(../images/bn-investments-off.jpg) bottom left no-repeat;
}
a:hover#bn-investments{
	background:url(../images/bn-investments-on.jpg) bottom left no-repeat;
}
a#bn-news{
	display:block;
	height:13px;
	width:50px;
	background:url(../images/bn-news-off.jpg) bottom left no-repeat;
}
a:hover#bn-news{
	background:url(../images/bn-news-on.jpg) bottom left no-repeat;
}

a#bn-contact{
	display:block;
	height:13px;
	width:48px;
	background:url(../images/bn-contact-off.jpg) bottom left no-repeat;
}
a:hover#bn-contact{
	background:url(../images/bn-contact-on.jpg) bottom left no-repeat;
}
.red{
	color:#FF0000;
}
.cleaner{
	clear:both;
}