
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #F0F0F0;
	font: 12px Arial;
	color: #000; 
	text-align: center;
	margin-top: 10px;
}

/* links */
/*Side Menu*/
a, a:visited {text-decoration: none;color: #000;font-weight:lighter;}

a:hover {color: #1303EE;}

/* headers */
h1, h2, h3 {font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;font-weight: Bold;}
h1 {font-size: 120%;}
h2 {font-size: 110%;text-transform: uppercase;color: #019C22;}
h3 {font-size: 110%;}

.greenbox {float:left;height:200px;width:465px;background-color: #FFF;border: 1px solid #DFDFDF;padding: 10px;margin: 10px;}

/* images */
img {border: 0px solid #000;}
img.float-right {margin: 5px 0px 10px 10px;}
img.float-left {margin: 5px 10px 10px 0px;}

#navigation{ width: 792px; height:31px; text-align: left; margin-left: 15px; margin-right: auto; 
             background-image: url('bg_topnav.gif');  }
	#menutabs{ margin-right:15px;margin-left:0px; height:30px; background-image: url('bg_topnav.gif');
	        background-repeat: repeat-x;  text-align: center; border-right: 0px solid #666666;
	        line-height: 31px ;border-bottom: 0px solid #000;  }
	#menutabs ul { margin:0; padding-left: 0; display: inline;  list-style: none;    } 
	#menutabs li { float:left; margin-top: 0px;  display: inline;  background-image: url('bg_navbutton.gif');
	        background-repeat: no-repeat;  background-position:  right 50%; list-style-type:none;
	        padding-left:15px; padding-right:15px; padding-top:0px; padding-bottom:0px    }
	#menutabs .Last{ background-image: url('none'); }
	#menutabs a{ color: white;  text-decoration: none;  font-family: Tahoma, Arial, Sans-Serif;  font-size: 11px;}
	#menutabs a:hover{ text-decoration : none;  color:#71FF83;  }
	#menutabs ul li#current a {border-bottom: 0px solid #00FF1E;color:white;
		/*border-bottom: 3px solid #C50303; /*thick bottom border below menutabs*/
/*background-color: #C50303;*/
	
}
	#buttons{ float: right;  width: 80px; height:31px; text-align: center;  display: block;   }

h1, h2, h3, p {padding: 0px;margin-top:5px;margin-bottom:5px;}

ul, ol {margin: 5px 20px;padding: 0 20px;color: #88ac0b;}
ul span, ol span {color: #666666;}

.bar {vertical-align:bottom; color: #505050; background: #FFF; text-align: right; margin: 4px 0 0 0; padding:10px;  }
.bar a { color: #546078; }


/********************************************
   LAYOUT
********************************************/ 
#wrap {width: 820px;background: #CCC url('content.jpg') repeat-y center top;margin: 0 auto;text-align: left}

#content-wrap {clear: both;width: 820px;padding: 0;margin: 0 auto;}

#header {
	width: 820px;
	position: relative;
	height: 129px;
	background: url('headerb.jpg') no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; background: url('menu.jpg') repeat-y center top;/*sets graphic of horizontal menu bar (full width)*/
	/*sets font of horizontal menu bar*/
	height: 23px; font-style:normal; font-variant:normal; font-weight:normal; line-height:23px; font-size:11px; font-family:Verdana, Arial, Tahoma, Sans-serif; padding-left:0; padding-right:13px;
}
#menu ul {
	float: right;/*sets menu position of horizontal menu bar*/
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;/*sets menu bar to be horizontal*/
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}
#menu ul li a:hover {
   background: url(red.gif) repeat-x center top;
    background-color: #fff;
	/*background-color: #A20623;*/
	/*border-bottom: 3px solid #C50303; /*thick bottom border below tabs*/
	color: #fff;

	
	}
#menu ul li#current a {	
	background: url(red.gif) repeat-x center top;
		/*border-bottom: 3px solid #C50303; /*thick bottom border below tabs*/
/*background-color: #C50303;*/
	color: #fff;
}

/* Main Column */
#main {
	float: right;
	width: 65%;
	margin-right:20px;

}
#main h1 {
	margin-top: 10px;
	color: #000;
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url('square-green.png') no-repeat 3px 50%; font-style:normal; font-variant:normal; font-weight:Bold; font-size:100%; font-family:Verdana, Trebuchet MS, Sans-serif; padding-left:25px; padding-right:0; padding-top:5px; padding-bottom:5px	
}



/* Sidebar */	
#sidebar {
	float: left;
	width: 200px;
	padding-left: 30px; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	color: #fff;
	background:#000 url('green.gif') repeat-x left top;	
	border: 1px solid #EFF0F1; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Verdana, Trebuchet MS, Sans-serif; padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:5px
}
#sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url('arrow.gif') no-repeat 5px 5px;	
	margin: 0 2px; padding-left:25px; padding-right:0; padding-top:2px; padding-bottom:2px	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: url('none');	
}

.contentL{float:left;width:253px;height:200px;margin-left:5px;padding:0px;text-align:left;margin-top:20px;vertical-align:middle;}
.contentR{float:right;width:253px;height:200px;margin-right:15px;padding:0px;text-align:left;margin-top:20px;vertical-align:middle;}

#contenthd{float:left;margin-left:0px;width:500px;padding-right:20px;}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url('footer.jpg') no-repeat center top;
	clear: both;
	width: 820px;
	height: 43px;
	text-align: center;	
	font-size: 92%
}
#footer a { 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; }
.gray { color: #CCC; }