/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	font: 80%/1.6em Verdana, Tahoma, arial, sans-serif;
	color: #000;
	text-align: center;
	background:#006D33 url(../images/body-bg.jpg) repeat-x top left;
}

/* links */
a, a:visited {
	color: #006D33;
	text-decoration: underline;
}
a:hover {
	color: #001966;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: Bold;
	padding: 5px 0 5px 5px;
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 116%;
	color: #364896;
}
h3 {
	font-size: 130%;	
}

p {
	padding: 5px 0 0 5px;
	margin: 0;
}

ul, ol {
	margin: 5px 15px;
	padding: 0 10px;
}

/* images */
img {
	border: none;
	padding: 0px 5px 0px 0px;
}
.noborder {
	border:none;
}
img.float-right {
	margin: 0px 0px 10px 10px;
	border: 1px solid #dadada;
	padding: 5px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.nomargin {
	padding:0px;
	margin:0px;
}


/* start - table */
table {
	margin: 10px 2px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 5px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 0px;
	padding-right: 5px;
	border-left: 0px solid #E8E8E8;
	border-bottom: 0px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0 5px;
	padding: 0 5px;
	border: 1px solid #E0E0E0;
	background-color: #EFEFEF;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #E0E0E0;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
select {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:320px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 14px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url(../images/nav.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 2px;	
	width: 200px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	line-height:1.4em;
	margin:0 10px;
	padding: 2px 5px;	
	border: 1px solid #CACACA;
	vertical-align: top;
}
.searchform input.button { 
	width: 50px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
	padding-top:2px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	background: #FFF url(../images/content.gif) repeat-y center top;
	float: left;
	width: 740px;
	padding: 0;
	position:relative;
}
#header {
	width: 760px;
	position: relative;
	height: 30px;
	background: #fff;
	padding: 0;
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #838181;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #CCCCCC;
	font-size: 10px;
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 137px;
	width: 740px;
	margin: 0px;
	background: #FFF url(../images/headerphoto.png) no-repeat center center;
}

/* Main Column */
#main {
	float: left;
	width: 65%;
	padding: 0 10px;
	margin: 0px 0px 0 0px;
}
#main h1 {
	margin-top: 10px;
	font: bold 24px Verdana, Tahoma, arial, sans-serif;
	color: #006D33;
	padding: 5px 0 5px 5px;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Wider Main Column */
#main2 {
	float: left;
	width: 95%;
	padding: 0 10px;
	margin: 0px 0px 0 0px;
	display: inline;
}
#main2 h1 {
	margin-top: 10px;
	font: bold 24px Verdana, Tahoma, arial, sans-serif;
	color: #006D33;
	padding: 5px 0 5px 5px;
}
#main2 ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 230px;
	padding: 0;
	margin: 0px;
	background-color: #DDDDDD;
}
#sidebar p{
	color:#000000;
	line-height:1.4em;	
}
#sidebar img {
	border: none;
	padding: 5px 0 0;
}
#sidebar h1 {
	margin-top: 10px;
	padding: 0px 10px; 
	font: normal 1.4em Verdana, Tahoma, arial, sans-serif;
	color: #FF6600; 		
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
/* floating submenu */	
#submenu {
	float: right;
	width: 130px;
	padding: 0;
	margin: 0 0 0 10px;
	background-color: #D7DAEA;
}
#submenu p{
	color:#000000;
}
#submenu img {
	border: none;
	padding: 5px 0 0;
}
#submenu h1 {
	margin-top: 10px;
	padding: 0px 8px;
	font: bold 14px Verdana, Tahoma, arial, sans-serif;
	color: #293672;
}
#submenu ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#submenu ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #submenu ul.sidemenu li {
	height: 1%;
}
#submenu ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #374896;
}
#submenu ul.sidemenu li a:hover {	
	color: #1773BC;	
}
/* floating right pic */	
#rightpic {
	float: right;
	width: 210px;
	padding: 5px;
	margin: 0 0 0 5px;
	background-color: #FFF;
	border: 1px solid #dadada;
}
#rightpic p{
	color:#000000;
	font-size: 11px;
	margin: -2px 0px 0;
}
#rightpic img {
	border: 0;
	padding: 5px;
}
#rightpic h1 {
	margin-top: 10px;
	padding: 0px 8px;
	font: bold 14px Verdana, Tahoma, arial, sans-serif;
	color: #364896;
}
#rightpic ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../images/dots.jpg) repeat-x left top;
}
#rightpic ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}

#rightpic ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#rightpic ul.sidemenu li a:hover {	
	color: #1773BC;	
}

/* footer */
#footer-wrap {
	clear: both;
	width: 740px;
	font-size: 90%;
	text-align: left;
	padding:0px;
}
#footer-wrap a {
	text-decoration: none;
	color: #8E0402;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #040436;
}
#footer-wrap p {
	padding:10px 15px;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 720px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;
}	
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
	border-bottom: 1px solid #fff;
}
#footer-columns li a:hover {
	display: block;
	background:#7DB1FF;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
	width: 30% !important /*Firefox*/;
	padding-bottom:10px;
	padding-top:10px;
	
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	background: #D7DAEA;
	color: #020234;
	height:40px;
	margin: 0 auto;
	width: auto;
	padding: 0;
}

/* 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; }
