/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(../images/background.jpg) repeat center top;;
	font: 70%/1.5em Tahoma, Geneva, sans-serif;
	color: #fff; 
	text-align: center;
}

/* links */
a {
	text-decoration: none;
	color: #333333;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Geneva, sans-serif;	 		
}
h1 {
	font-size: 130%;	
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
/*img {
	background: #FAFAFA;
	padding: 5px;
}*/
img.float-right {
  	margin: 10px 0px 10px 10px;  
}
img.float-left {
  	margin: 10px;
}
img.side1 {
	margin: 2px 0 2px -5px;
	float: left;
}
img.side2 {
	margin: 2px -15px 2px 0;
	float: right;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 0px 10px;
	padding: 0 13px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 0 10px 0;	
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
td {
	height: 23px;
	padding-left: 12px;
	padding-right: 12px;
}

/* end - table */

/* form elements */
form {
	margin:0; padding: 0 10px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	width:350px;
	padding:2px;
	border:2px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
textarea:focus, input:focus {
	border: 2px solid #333333;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0 10px;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
	border:2px solid #ccc;
}
input.submit-button {
	width: 100px;
	float: left;
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 10px 0;
	padding: 2px 3px;
	border:2px solid #ccc;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	background: #CCC url(../images/content_bg.jpg) repeat-y center top;
	width: 1003px;	
	margin: 0 auto;
	text-align: left;
	border: 1px solid #fff;
}
#content-wrap {
	clear: both;
	width: 1003px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 1003px;
	position: relative;
	height: 62px;
	background: #CCC url(../images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	border-bottom: 1px solid #fff;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 18px Tahoma, Geneva, sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 310px;	
}
#banner {
	clear: both;
	width: 1003px;
	height: 167px;
	background: #CCC url(../images/banner.jpg) no-repeat center top;
	padding: 0;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(../images/nav_bg.jpg) no-repeat 0 0;	
	font: normal 11px/22px Tahoma, Geneva, sans-serif;
	height: 31px;
	width: 1003px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 110px 0 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 23px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
	float: right;
	width: 70%;
	min-height: 500px;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
*html #main {
	height: 500px;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% Tahoma, Geneva, sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}
#main ul li {
	list-style: disc outside;
	padding: 0; margin: 0;
}
#main .col {
	width: 70%;
	padding: 0 5px 0 10px;	
}
#main .col2 {
	width: 26%;
	padding: 0 5px 0 0;	
	font: 11px Tahoma, Geneva, sans-serif;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 24%;
	padding: 0; margin: 0 0 0 25px;	
	color: #6c6c6c;
	
	display: inline;
}
#sidebar p {
	color: #6c6c6c;
	font: normal 12px Tahoma, Geneva, sans-serif;
	padding: 0 0 15px 10px; margin: 0;	
}
#sidebar h3 {
	margin-top: 5px;
	padding: 5px 10px;
	padding-bottom: 10px;
	font: caption 1.2em Tahoma, Geneva, sans-serif;
	color: #333333;
}
#sidebar p.early {
	padding: 2px 0 15px 10px; margin: 0;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #333333;
	text-decoration: underline;
}
#sidebar a {
	text-decoration: none;
	color: #333333;
}
#sidebar a:hover {
	color: #88ac0b;
	text-decoration: none;
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(../images/content_bg.jpg) repeat-y center top;
	clear: both;
	width: 1003px;
	height: 10px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



