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

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3;
}
h1, h2, h3, h4, h5, h6 {
	color: #0f6c37;
	margin-bottom:8px;
	margin-top:3px;
	font-weight:normal;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float:left;
	margin:0 10px 0 0;
}
.right-img {
	float:right;
	margin:0 0 0 10px;
}
/*** LAYOUT STYLES ***/

#header-wrap, #leaderboard-wrap, #nav-wrap, #content-wrap, #footer-wrap {
	width:100%;
}
#header, #leaderboard, #nav, #content, #footer {
	margin:0 auto;
	width:945px;
}
/* HEADER */

#header-wrap {
	background:url(../_img/header_bg.jpg) repeat-x;
	height:96px;
}
#header {
}
#logo {
	float:left;	
	height:86px;
}
#logo h1 {
	float:left;
	margin-top:40px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#logo img {
	float:left;	
}
#contact-info {
	float:right;
	color: #f2f4df;
	font-size:24px;
	margin-top:45px;
}
/* NAVIGATION */
#nav-wrap {
	background:url(../_img/nav_bg.jpg) repeat-x;
	height:36px;
}
#nav {
	
}
#nav ul {
	display:block;
}
#nav li {
	display:inline;
}
#nav li a, #nav li a:visited {
	color:#fff;
	font-size:20px;
	padding:5px;
	line-height:36px;
	text-decoration:none;
}
#nav li a:hover, #nav li a:focus {
	background:url(../_img/nav_item_hover.jpg) no-repeat;
	background-position:top center;
}
/* LEADERBOARD */

#leaderboard-wrap {
	background:#d8d3ab;
	height:240px;
}
#leaderboard {
	background:url(../_img/leader_img.jpg) no-repeat;
	background-position:right;
	height:175px;
	padding-top:65px;
}
#leaderboard #text {
	background:#f3f1dc;	
	width:535px;
	height:135px;
	padding:10px;
}
#leaderboard #text h2 {
	font-style:italic;
	font-size:20px;	
	font-weight:normal;
}
#leaderboard #text p {
	color:#333;	
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* CONTENT */
#content ul {
	margin-bottom:8px;	
}
#content ul li {
	list-style:disc;
	margin-left:30px;
	font-size:12px;	
}
#content-wrap {
}
#content {
	overflow:hidden;
	padding:20px 0px;
}
#content-left {
	float:left;
	width:545px;
}
#content-right {
	float:right;
	width:360px;
}
#disclaimer {
	background:#f3f1dc;
	border:1px solid #e6e4d8;
	padding:15px;
	width:328px;
	margin-top:25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
#disclaimer p{
	text-align:justify;	
	
}
#content img {
	border:1px solid #996;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}	
/* FOOTER */

#footer-wrap {
	background:url(../_img/footer_bg.jpg) repeat-x;
	height:
}
#footer {
	height:50px;
	padding-top:10px;
}
#footer p {
	color: #9ae7bd;
}
#footer a, #footer a:visited {
	color: #9ae7bd;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a:hover, #footer a:focus {
	text-decoration:underline;
}
#footer ul {
	text-align:center;	
}
#footer ul li {
	display:inline;
	color: #9ae7bd;;
}
#contact {
}
#contact p {
}
#social {
}
#copyright {
}
#copyright p {
	font-size:12px;
	text-align:center;
}
#copyright a, #copyright a:visited {
}
#copyright a:hover, #copyright a:focus {
}
/* Errors */

#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
