@charset "utf-8";
/* CSS Document */

body{
	background:url(images/header-bg.png) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}

.navigation{
	padding-top:0px;
	width:1000px; 
	text-align:center;
	padding-bottom:15px;
}

.navigation img{
	border:none;
	padding:0px 2px 0px 2px;
}

.logo{
	background:url(images/jade-logo-bg.png) center no-repeat;
	border:none;
}

.page{
	width:1025px;	
}

h1{
	color:#8DC63F;
	font-size:18px;
}

h2{
	font-size:14px;
}
.content{
	width:630px; 
	text-align:left; 
	float:left; 
	margin-left:25px;
	padding:0px 10px 0px 10px;
}

.content-right{
	width:300px; 
	text-align:left; 
	float:left; 
	padding:0px 10px 0px 10px;
	border-left:solid 2px #CCC;
}

.float{
	float:left; 
	width:200px;
	padding:0px 5px 0px 5px;
}

a{
	color:#8DC63F;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#333;
}

.footer{
	background:url(images/footer-bg.png) repeat-x;
	height:35px;
	margin:0px 0px 0px 0px;
	padding-top:7px;
	clear:both;
}

.footer a{
	color:#666;
	font-weight:normal;
}

.smart td, .smart th{vertical-align:top; border-style:solid; border-width:1px;}

hr{
	color:#CCC;
}