/* Sidebar Left Fiddle START */

#lhsidebar {
	width:100%;
	background: url(images/sidebar_body2.png) 0px 0px repeat-y;
	min-height:100%;
	height:100%;
    margin-top: -7.5em;
}

/* text */
#sidebar p {
    color: #fff;
    font-family: "Tahoma";
    font-size: 0.8em;
    margin: 0 1em 0 1em; 
    text-align: left;
}

.login_box {
    margin: 0;
    background: rgba(0, 0, 0, 0) url("images/sidebar_body2.png") repeat-y scroll 0 0 !important;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.login_box p {
	margin:9px 10px 9px 25px;
	font-size:9px;
	color:#fff;
}

.navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

ul .navbar {
  text-align: left;
}

.navbar li {
	overflow: hidden;
	font-size: 1em;
	font-weight: 600;
    /*height: 2.3em;*/
    /*line-height: 2.3em;*/
}

.navbar li a  {
	display: block;
	height: 20px;
	background: url(images/nav_body.png) no-repeat;
	padding-left: 25px;
    line-height: 2.3em;	
    height: 2.3em;
color: #fff;
}

.navbar li a:hover {
    background: rgba(0, 0, 0, 0) url("images/nav_body_link.png") no-repeat;
    color: #016001;
}

.li_active a:active {
    background: rgba(0, 0, 0, 0) url("images/nav_body_link.png") no-repeat scroll 0 -4em;
    color: #fff;
}

.navbarfooter a  {
	display: block;
	height: 21px;
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
    line-height: 2.3em;
    height: 2.3em;
    border-bottom: solid 1px #004400;
}

/* text */
#smaller {
font-size: 80%; 
margin-left: -10px;
font-weight: 600;
}

.white {
    color: #ffffff;
    font-family: "Tahoma";
    font-size: 1em;
    margin-left: 1em;
}

#rhssidebar {}
#sidebar-right {
 margin-top: -1.9em;
}

#hbtop {
display:inline-block;
    float: left;
    height: 4em;
    margin-bottom: 1.4em;
    margin-left: -1em;
    margin-top: -3em;
    width: 9em;
}


/*----- MENU ----- */


.yellow {
    padding-left: 1em;
    color: #ffff99;
    font-weight: 400;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(images/nav_body.png) no-repeat;
	background-position:  0 -2.3em;
	color:#fff;
}

/*----- LAYOUT ----- */

#menu_header {
	/*width:170px;*/
	height:120px;
	text-align:left;
	float:left;
	margin:0 0 0 0px;
	display: inline;
}

.


 {
	/*width: 170px;*/
	float:left;
   margin: 0em 0em 0;   /*margin: -8em 1em 0;*/
}

#head {

}

#content {

}

.content_box {
	width: 10px;
	margin:0px 0px 0px 20px;
	float: left;
	display: inline;
}

.content_box_large {
	width: 550px;
	margin:-20px 0px 0px 20px;
	float: left;
}

* html .content_box_large {
	display: inline;
	margin-right: -550px;
}





/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/


.hoverbox
{

    display: block;



	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 60px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
/*control column length*/	
	margin-top:1px;       	
	margin-right:1px;
	margin-bottom:23px;
	margin-left:1px;
/*control frame size*/		
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 130px;
}


/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
	border: 0px;
}

.hoverbox a:hover .preview
{
	top: -35px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}




div#preload { display: none; }






