/* html, body, & form */
html { background-color: #dbdbdb; }
body { margin: 0 0 0 0; font: 12px Verdana, Tahoma, Times New Roman, Sans-Serif; }
form { margin: 0px; height: 100% }

/* container */
#container { width: 850px; margin: 0 auto 0 auto; text-align: left; }

/* header */
/* #container #header { }
#container #header .left { width: 240px; }

#container #header .middle { vertical-align: bottom; text-align: center; }

#container #header .right { width: 240px; text-align: right; vertical-align: bottom; font-size: 10px; padding: 0 1px 5px 0; }
#container #header .right .links { vertical-align: top; height: 50px; }
#container #header .right .links a { color: #036; }
#container #header .right .links a:hover { text-decoration: underline; }
#container #header .right .status { vertical-align: bottom; height: 24px; } */

/* header tabs */
#container #header #tabs ul.nav { z-index: 30; position: relative; }
#container #header #tabs ul.nav * { display: inline; }
#container #header #tabs ul.nav li { float: left; padding-left: 4px; margin-left: 1px; position: relative; }
#container #header #tabs ul.nav li a { text-decoration: none; float: left; height: 24px; padding: 0 0 0 8px; line-height: 24px; font-size: 14px; color: #f47b1f; text-transform: uppercase; font-weight: bold; }
#container #header #tabs ul.nav li.on { background-position: 0 -216px; }
#container #header #tabs ul.nav li.on a { background-position: 100% -191px; text-decoration: none; /* color: #1d395d; */ }
#container #header #tabs ul.nav li.on a:hover { text-decoration: none; }

#container #header #tabs ul.nav div
{	
	clear: left;
	background-image: none;
	text-align: left;
	display: block;
	top: 24px;
	position: absolute;
	z-index: 35;
	visibility: hidden;
	margin-left: 8px;
	padding: 0;
	background: #f47b1f;
	border: 1px solid #f47b1f;
	-moz-opacity:.90;
	opacity:.90;
	width: 130px;
	/*TODO: get transparency working in ie*/
	/*filter:alpha(opacity=90);*/
	
}

#container #header #tabs ul.nav div a
{	
	clear: left;
	float: none;
	text-transform: capitalize;
	background: #eeeeee;
	color: #000;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	width: 106px;/*auto*/
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #f47b1f;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}

#container #header #tabs ul.nav div a:hover
{	
	background: #f47b1f; color: #1d395d; text-decoration: none;
}

/* header & body divider */
#container #topgradient { background-image: url("../img/menu_tile_bottom.gif"); height: 14px; }

/* body */
#container #bodycontainer { background: url('../img/footer/footer-tile.jpg') bottom left #fff repeat-x; text-align: left; width: 100%; margin-bottom: 10px; clear: both; }

/* content */
#content {
	vertical-align: top;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	clear: both;
	background-color: #fff;
}
#content:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#content {
    display:inline-block;
}
#content {
    display:block;
}
* html #content {
    height:1px;
}

#content.home {
	padding: 10px 0 0 0;
}

/* footer */
#footer { color: #828282; vertical-align: bottom; height: 25px; padding: 20px 0 0 0; text-align: center; font-size: x-small; clear: both; }
#footer a { font-size: 9px; }
#footer .copyright { float: right; padding: 0 10px 0 0; }
#footer .links { padding: 0 0 0 10px; }
#footer .links a { color: #828282; font-weight: normal; text-decoration: none;  }
#footer .links a:hover { text-decoration: underline; }

#footer-bottom  
{
    margin:auto;
	width:850px;
	padding:0px 20px;
    font-size: xx-small; 
    height: 15px; 
    background-image: url('../images/footer-bottom.png'); 
}
