/*
      Created by Obed Raimundo of DaredevilConcept.com
	  
	  E-Mail: obi@daredevilconcept.com
	  
	  You can purchase layouts like this at http://store.daredevilconcept.com,
	  It would be greatly appreciated if you gave a link back to http://www.daredevilconcept.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #333333;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background:#CCCCCC;
}
#header {
 color: #58ca24;
 width: 790px;
 float: left;
 padding: 5px;
 height: 150px;
 margin: 0px 0px 0px 0px;
 background: #242424 url(img/header_right.gif) right no-repeat;
 
}
#header h1{
 color:#000000;
 }
#navigation {
 float: left;
 width: 790px;
 color: #000;
 padding: 5px;
 margin: 0px 0px 0px 0px;
 background: #ccc;
 border-bottom:#000000 thin solid;
}
ul#green { margin:0; padding:0; list-style-type:none; }
ul#green li { position:relative; float:left; border-top:4px solid #ccc; margin-right: 15px; padding-right: 20px; padding-top: 5px;}
ul#green .current { border-top:4px solid #00FF00;}
ul#green li:hover { border-top:4px solid #00FF00;}
ul#green li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#000000;}
ul#green li a:hover { color:#3d6c3d; border:none; }
ul#green li span{ display:none; position:absolute; top:20px; left:2px; width:160px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;  line-height: 15px;}

ul#green li a:hover span {margin-top: 7px; display:block; color: #89be89;}

#leftcolumn { 
 color: #333;
 background: #CCCCCC;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 150px;
 float: left;
}
#menucase ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;line-height:165%;width:150px;}
#menucase ul.vert-one li{margin:0;padding:0;border-top:1px solid #999999;border-bottom:1px solid #999999;}
#menucase ul.vert-one li a{display:block;text-decoration:none;color:#fff;background: #999999;padding:0px 0px 0px 10px;width:140px;}
#menucase ul.vert-one li a:hover{background:#555555;border-top:1px solid #ccc;border-bottom:1px solid #ccc; color:#58ca24;}

#rightcolumn { 
 float: right;
 color: #fff;
 background: #555555;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 630px;
 display: inline;
}
#rightcolumn a { 
 color:  #58ca24;
 text-decoration:none;
}
#rightcolumn a:hover{ 
 color:  #163300;
}
#video {
 width:400px;
 margin:0px 0px 5px 0px;
 float:left;
}
#content {
 width:400px;
 margin:0px 0px 5px 0px;
 float:left;
}
#videoplaylist {
 width:200px;
 padding:5px;
 height:300px;
 overflow:auto;
 background:#444444;
 margin:0px 0px 5px 10px;
 float:left;
}
#content { 
 float: left;
 color: #fff;
 background: #555555;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 width: 620px;
 display: inline;
 border-bottom:10px #444444 solid;
}
#content h4 { 
 color: #58ca24;
}
#footer {
text-align:right; 
 width: 790px;
 clear: both;
 color: #fff;
 background: #000;
 margin: 0px 0px 10px 0px;
 padding: 5px;
}
#footer a { 
 color: #58ca24;
 text-decoration:none;
}
#footer a:hover{ 
 color: ##FFFF00;
}