﻿ 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .9em/1.6em Helvetica, Tahoma, sans-serif;
	color: #000000;
	background: #000;
	text-align: center;	
}
/* links */
a {
	color: #AFFF00;
	background-color: inherit;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: inherit;	
	font-weight:bold;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #000; 	
}
h1 { font-size: 1.8em; } 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }
h4 { font-size: 1.4em; }

p, h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 15px;
}

table { 
	border-style:none;
	background-color: inherit;
	margin:auto;
}

td, th { 
	border-style:none; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #000000;
}

/* images */

img {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
img.no-border {
	border: none;
}
img.float-right {
	margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {  
  border: 1px solid #000000;
}
a:hover img {  
	border: 1px solid #CCC !important; /* IE fix*/
	border: 1px solid #CCC;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0A1646;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #0A1646;	
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 10px 15px; 
	padding: 0;
	background: inherit;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:2px solid #111;
	background: #FFF; 
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width: 250px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #000;	
}

/* search form */
.searchform form {
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0; 
	width: 145px;
	border: 1px solid #777; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FFF;
	border: 1px solid #f2f2f2;
	color: #000;	
	width: 65px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #BEC5CB url('../images/bg.jpg') repeat-x 0 0; 
	margin: 20px auto 0 auto;	
	text-align: left;		
  	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 5px 1px;	
}	
#wrap, #footer-wrap {
	width: 84%;
}

/* header */
#header {
	position: relative;
	height: 210px;	
	background-color:#000;
	background-image:url('../images/2011Banner.jpg'); 
	background-repeat:no-repeat;
	background-position:bottom; 
	border-bottom: 5px solid #444;	
    
}
#header h1#logo {
	position: absolute;
	top: 2px; left: 20px;
	margin: 0; padding: 0;
	font: bolder 30px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;	
}
#header h2#slogan {
	position: absolute;
	top: 50px; left: 65px;
	color: #FFF;
	text-indent: 0px;
	font: bold 12px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* content-wrap */
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background: #BEC5CB;			
}

/* box */
.box {
	margin: 10px 15px;			
	border: 2px solid #000000;	 	
	background-color: #919BA5;	
}
.box2 {
	margin: 10px 15px 10px 15px;
	border: 2px solid #000000;
	background-color: #A0ABB6;
}
.box2 a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFF00;
}
.box2 a:hover {
	color: #FFF;
	background-color: inherit;	
	font-weight:bold;
	text-decoration: underline;
}


/* main */
#main {
	margin: 0 0 0 230px;		
	padding-top: 5px;
}
#main .box {
	margin-left: 0;
}

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0;
	padding-top: 5px;
}
#sidebar ul.sidemenu {
	margin: 0 0 0 5px; padding: 0;	
	background: #1010C0;		
	border: 1px solid #000000;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
	display: block;	
	padding: 5px 1px 5px 5px;   
	text-decoration: none;
	color: #CCC;
	font-weight: bold;  
} 
#sidebar ul.sidemenu li a:hover {
	color: #000;
	background: #A0A0A0;  
}
#sidebar #sbcurrent a {
	color: #FFF;
	background-color: #141E4F;
}
#sidebar #sbcurrent a:hover {
	background-color: #050F35;
}

/* Footer */
#footer-wrap { 
	clear: both; 
	color: #FFF; 
	background: #000; 
	margin: 0 auto; 
	padding: 0; 
	font-size: 88%;  		
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #AFFF00;
}
#footer-wrap a:hover {
	color: #FFF;
	background-color: inherit;	
	font-weight:bold;
	text-decoration: underline;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
	padding-bottom: 20px;	
}
#footer-wrap .footer-right{
	float: right;
	width: 30%;			
	padding-bottom: 20px;
}

/* menu tabs */
#header ul {
	position: absolute;
	top: 20px; right: 20px;
	margin:0; padding: 0;
	list-style:none;
	font: bold .9em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
	
}
#header li {
	display:inline;
	margin:0; padding:0;
   
}
#header a {
	float: left;
	margin:0;
	padding:3px 10px 2px 10px;
	text-decoration:none;	
	color: #CCC;
	border-bottom: 1px solid #FFF;
	
}
#header a:hover {
	border-top: 3px solid #CCC;
	border-bottom: 0px solid #FFF;	
}
#header #current a {
   color: #FFF;
	border-top: 3px solid #FFF;
	border-bottom: 0px solid #FFF;

}
/* end menu tabs */

/* alignment classes */

.float-left  {  float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */

.clear		{ clear: both; }
.gray 		{ color: #BEC5CB; }
.blue 		{ color: #1010C0; }
.blueB		{ color: #1010C0; font-weight: bold; }
.blueLg		{ color: #1010C0; font-size: 1.4em; }
.blueLgB		{ color: #1010C0; font-weight: bold; font-size: 1.4em; }
.yellow		{ color: #FFFF00; font-weight: bold; }
.white		{ color: #FFFFFF; }
.whiteB		{ color: #FFFFFF; font-weight: bold; }
.whiteLg		{ color: #FFFFFF; font-size: 1.4em; }
.whiteLgB	{ color: #FFFFFF; font-size: 1.4em; font-weight: bold; }

.comments { 
	padding: 5px 5px;
	margin: 10px 5px 5px 5px;
	background: #0000AB;
	border: 3px solid #000000;
	color: #FFFFFF;
	font-weight: bold;	 
}
.comments a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #AFFF00;
}
.comments a:hover {
	color: #FFF;
	background-color: inherit;	
	font-weight: bold;
	text-decoration: underline;
}

.commentbox {
	padding: 5px 5px;
	margin: 10px 5px 5px 5px;
	background: #F2F2F2;
	border: 3px solid #000000;
	color: #000000;
	font-weight: bold;	 
}
.commentbox a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #AFFF00;
}
.commentbox a:hover {
	color: #FFF;
	background-color: inherit;	
	font-weight: bold;
	text-decoration: underline;
}

.table1 {
	background: #0000AB;
	border-style: none;
	width: 125px;
}

.table2 {
	background: #7D858E;
	border-collapse:collapse;
	border: 2px solid #000000;
}
.table2 td {
	border:1px solid #000000;
	text-align:center;
}
.table2 th {
	background: #1010C0;
}
