﻿/* Page Layout and Fonts */

* { padding: 0px; margin: 0px; }

body { background: #8Bc23F; 
	font-family:Verdana, Arial, Sans-Serif; 
	font-size:11px; 
	color:black; }

h1{ color: #035735; 
	font-weight: bold; 
	font-size: 24px; }
h2{ color: #035735; 
	font-weight: bold; 
	font-size: 18px; }
h3{ color: #00000; 
	font-weight: bold;
	font-size:16px;
	padding:10px 0 10px 0;}
h4 { color: #035735; 
	font-weight: bold; 
	font-size: 14px; }
h5 { color: #035735; 
	font-weight: bold; 
	font-size: 12px; }
a { color: #58789e;	
	text-decoration: none; }
a:active { color: #58789e; 
	text-decoration: none; }
a:visited {	color: #58789e; 
	text-decoration: none; }
a:hover { color: #58789e; 
	text-decoration: underline; }

#page { width: 1000px; margin: 0 auto;
	margin-top:10px;	
	background-color:#ffffcd; }

#headerlogo { float: left; 
	background: #FFF url('../images/header_logo.jpg') no-repeat left; 
	width: 1000px; height: 150px; 
	color: #fff; 
	padding-left: 0px; 
	margin: 0px; }

#titlebar { float:left; 
	width: 980px; 
	background-color:#F42A1C; 
	color:#F42A1C; 
	font-size:0px; 
	padding:10px; 
	border-bottom:solid 1px #999999; 
	margin: 0px 0px 0px 0px; }
	
#footer { clear:both; 
	background:#8Bc23F;
	width:980px; 
	margin: 0px 0px 0px 0px; 
	padding:10px; 
	text-align:center; 
	font-size:8pt;
	color:#7f7f7f; 
	height: 40px; }
#btmmenubar { clear:both; 
	width:980px; 
	background-color:#F5291E; 
	color:#ffffff;  font-size: 10px; 
	padding: 10px;}
#btmmenubar a { color: #ffffff; 
text-decoration: none;  }
#btmmenubar a:hover{text-decoration:underline;}

/* Content */
#mainContent { float:right; 
	width:660px; 
	padding: 20px 10px 10px 10px; 
	margin: 0px 0px 0px 0px; 
	display: inline; 
}

#mainContent ul li {
	
	padding: 0 0 0 22px;
	margin: 0 40px 10px 0;
	size:14px;
	list-style: none;
	background: url(../images/icon_bullet.png) no-repeat 0px 2px;
}
#mainContent .rules ul li {
	padding: 0 0 0 22px;
	margin: 0 40px 10px 0;
	size:14px;
	list-style: none;
	background: url(../images/icon_bullet.png) no-repeat 0px 2px;
}



#mainContent .profile {min-height:30px; }
#mainContent .profile h2 { color: #035735;
	font-weight: bold; 
	font-size: 18px; 
	margin:0 0 0 0; 
	padding-bottom:0; }
#mainContent .profile a { color: #035735;  
	font-weight: bold; 
	font-size: 14px;}
#mainContent .profile img {border: 0px solid #000000; 
	float:left; 
	margin-right:15px;}
#mainContent .profiledesc {
	background-color: #ffffcd;
	clear:both;
	height:400px; 
	overflow:auto; 
	list-style: none;
	padding: 0px 10px 5px 10px;
	margin: 5px 0 0 0;
	border: 1px solid #f6eedc; }
#mainContent .profiledesc p {padding: 0 0 5px 0; 	
	margin-left:20px;
	margin-right:20px;}
	

#mainContent .profiledesc h4 { color: #035735; 
	font-weight: bold; 
	font-size: 14px; }
#mainContent .profiledesc h3 { color: #035735; 
	font-weight: bold; 
	font-size: 12px; 
	margin-left:20px; }
#mainContent .profiledesc li { color: #000000; 
	font-weight: normal;
	margin-left:40px;}

#leftsectioncontent { float:left; 
	font-size: 12px; 
	text-align:left; 
	width:300px; 
	padding:0px 0 0 5px; }
#leftsectioncontent table { padding-top:0px;}


/* Navigation Definitions*/ 
#leftnav {float:left; 
	width:300px; 
	display:inline; 
	border:0px; 
	font-size:14px;}
	
#navtop { float:left; 
	background-image:url(../images/navtop.jpg); 
	width: 300px; 
	height:100px; 
	border:0px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; display: inline; }
	
#nav { float: left; 
	background-image:url(../images/nav_background.jpg); 
	width: 300px; 
	height:381px; 
	font-size: 14px; 
	color:#665016; 
	border:0px; 
	margin: 0px 0px 0px 00px; 
	padding: 0px; }
	
#navbottom {float:left; background-image:url(../images/nav_bottom.jpg);
	width:300px; 
	height:64px; 
	border:0px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	display: inline; }
	
#nav ul {padding:0; 
	list-style-type:none; 
	margin-left:40px;}
	
#nav li {float:left;
	width:150px;
	position:relative;}
	
#nav a, #nav a:visited {display:block;
	font-size:14px;
	text-decoration:none; 
	color:#000; 
	width:150px;
	height:40px; 
	line-height:57px; 
	font-weight:normal; 
	padding-left:60px; }
	
#nav a:hover{color:#597C52; }
#nav :hover > a {color:#597C52; }
#nav a.selected {color:#597C52;  }

/*#navigation end*/

/* Forms */
#divform { border: 1px solid #969696; background-color: #ffffff; color: #000000; width:300px; padding: 10px 10px 10px 10px;font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; }
.form { font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; }
.form-fld { color: navy; font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; }
.form-title { color: #000000; font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; }
.form-hr { background-color: #ffffff; }
.form-button { color: #000000; font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; font-weight: bold; }


#divcontestform { border: 1px solid #969696; background-color: #ffffff; color: #000000; width:280px; padding: 10px 10px 10px 10px;font-family: Verdana, Arial, Sans-Serif; font-size: 7pt; }


/* Containers */
#widget { padding: 20px 55px 0 55px; }
.widgetbody { margin: 5px 12px 5px 5px; background: url(../images/bkgd-white-box.gif) bottom left no-repeat; width: 250px; padding: 10px; font-size: 11px; }
#widget td.widgetbody { width: auto; padding: 10px; float: none; margin: 0; }
#widget td.widgetbody p{ margin: 0 5px 10px 5px; }
#widget td.widgetbody .content { width: 240px; }

.container {background-color:#8Bc23F;
	width:186px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 12px; 
	color:#000 ;
	border:solid 1px; 
	border-color:#035735;
	padding: 12px;}
.containerimage {
	width:150px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 12px; 
	font-weight:bold;
	color:#666 ;
	border:solid 1px; 
	border-color:#035735;}
.containerbody {
	width:200px; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px;
	color:#333;
	border:solid 1px; 
	border-color:#035735;
	padding: 5px;}


/* Custom */
.email-link { background-image: url(../images/email-icon.jpg); width:110px; font-weight:bold; padding:2px; height:50px } 
.long-box { width:700px; background-color:#CCC; font-weight:bold; color:#000 ; }
.nobulletlist li { list-style-type:none; line-height: 1.5em; padding-left: 25px; font-size: .9em; } 
.readmore a{ color:#dda53f; }
.readmore a:hover{ text-deco0ration:underline; }
.recyclingtip { background-image: url(../images/recyclingtip.png); width:150px; height:215px; }
.tip { color: #00000; font-weight: bold; font-size: 12px; padding:10px; }


#1 {
BACKGROUND-COLOR: BLACK ;
FONT-WEIGHT: BOLD;
FONT-SIZE: 16px;
COLOR: 32CD32;
BORDER: DOUBLE;
}

