@charset "utf-8";
/* CSS Document */

body{
margin:0 auto;
font-family:Helvetica, Verdana, arial;
font-size:12px;
line-height:18px;
}
h1{ font-size:22px; line-height:30px; font-weight:bold; }
h2{ font-size:16px; line-height:25px; font-weight:bold; }
h3{ font-size:16px; line-height:25px; }
p{ font-size:12px; line-height:20px; font-family:Verdana, Arial, Helvetica, sans-serif; }
td { vertical-align:top; padding:10px; }
.pagewrapper{
	margin:0 auto;
	width:960px;
	background:white;
	overflow:hidden;
	}
.header_wrapper{
	background:url(../images/header_bg.jpg) no-repeat;
	width:960px;
	height:174px;
	}
.social_button_wrapper{
	position:relative;
	top:15px;
	left:703px;
	}
.social_button{ 
	width:30px; 
	height:30px; 
	margin-right:10px; 
	float:left;
	}
#topNav ul{
	position:relative;
	top:70px;
	left:700px;
	float:left;
	list-style-type:none;
	font-size:14px;
	color:#000;
	width:400px;
	}
#topNav ul li {
	float:left;
	margin-right:0px;
	} 
#topNav ul li a {
	float:left;
	color:black;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	line-height:40px;
	width:auto;
	height:40px;
	} 
#topNav ul li a:hover{
	color:#666;
	}
	
#mainNav ul{
	position:relative;
	top:65px;
	left:20px;
	float:left;
	list-style-type:none;
	font-size:14px;
	color:#000;
	width:940px;
	}
#mainNav ul li {
	float:left;
	margin-right:0px;
	} 
#mainNav ul li a {
	float:left;
	color:white;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	line-height:40px;
	width:auto;
	height:40px;
	} 
#mainNav ul li a:hover{
	color:#ccc;
	}
	
.banner_area{
	background:url(../images/banner_bg.jpg) repeat-x;
	height:330px;
	}
.content_area{
	background:url(../images/content_bg.jpg) repeat-x;
	height:330px;
	}
.banner_title{
	font-size:42px; 
	font-weight:bold; 
	color:#4C9521; 
	font-family:Helvetica, Verdana, arial;
	position:relative;
	top:30px;
	width:960px;
	height:50px;
	text-align:center;
	}
.banner_rank{
	font-size:28px; 
	font-family:Helvetica, Verdana, arial;
	position:relative;
	top:30px;
	width:960px;
	height:50px;
	text-align:center;
	line-height:35px;
}
.green_button{
	background:url(../images/green_button.jpg) no-repeat top;
	width:398px;
	height:59px;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	}
.green_button:hover{
	background:url(../images/green_button.jpg) no-repeat bottom;
	}