/*--------------------layout---------------------*/
html, body 
{
    background: #000;
    height: 100%; 
    margin: 0;
    padding: 0;
    text-align: center;
}
html 
{
    overflow:auto;
}
form
{
    background: #000;
    height: 97%; 
}

#shim 
{
    background: #000;
    width: 100%;
    height: 50%; 
    margin-top: -272px; 
    float: left;
}

#wrapper 
{
	border: 1px solid #A7ABAE;
    text-align: left;
    margin:0 auto;
    width: 980px;
    height: 560px;
    clear: both;
    background: url(/images/background.jpg); 
    background-repeat: no-repeat;

/*
 *
 * Issue: IE4 doesn't allow a negative margin-top.
 *
 * This code positions blueBox relatively and uses the IE4ever hack (<http://exanimo.com/css/ie4ever>) to overwrite the rule for other browsers.
 * The content will be centered but will crop if the window is not small enough to accommodate it.
 *
 */
    position: relative;
    top: -272px;
/* IE4ever Hack: Hide from IE4 **/
    position: static;
/** end hack */

}

#header 
{
	width: 980px;
	height:145px;
	z-index:10000;
}

#logo 
{
	background: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width: 980px;
	height:87px;
}

#logocontent
{
    position:absolute;
	margin-left: 35px;
	margin-right: 35px;
	margin-top:20px;
}

#logoaddress
{
	color: #DADADA;
	position: absolute;
	margin-left: 820px;
	margin-top: 20px;
	width: 150px;
	z-index: 10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	text-align:right;
}

#navigation 
{
    position:absolute;
	width: 980px;
	height:23px;
	z-index:10000;
}

#topmenustart
{
	float:left;
    background: url(/images/menustart.gif); 
	width:35px;
	height:23px;
	z-index:10001;
}

#topmenu 
{
	float:left;
	height:23px;
	z-index:10001;
}

#topmenuend
{
	float:left;
    background: url(/images/menuend.gif); 
    background-repeat:no-repeat;
	height:23px;
	width:121px;
	z-index:10001;
}

#ExpandMenuImage 
{
	position:absolute;
	background-color:Red;
	left: 1px;
	z-index:10000;
}

#innercontent
{
	margin-top: -58px; /* to hide the ExpandMenu */
	width:980px;
	height: 381px;
}

#maincontentshadow {
	float:left;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: none; /* in case of IE6: don't show shadow */
	margin: 10px 0px 0px 20px !important;
	margin: 0px 0px 0px 10px;
}

#maincontentshadow #maincontent {
	margin: -10px 6px 6px -4px !important;
	margin: 0px 6px 6px 0px;
	padding: 4px;
	z-index:100;
} 

#submenu
{
	margin-top: -4px;
	margin-left: -4px;
	margin-right: -4px;
}

#contentplaceholderwrapper
{
	background-color:#fff;
	margin-left: -4px;
	margin-right: -4px;
}

#contentplaceholder
{
	scrollbar-arrow-color: #9E2733;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	overflow:auto;
	margin-left: 18px;
	margin-bottom: -4px;
	padding-right: 10px;
	text-align:justify;
	max-height: 322px;
}
* html #contentplaceholder {he\ight: 320px;}

#contentfooter
{
	background-color:#fff;
	height:20px;
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: -4px;
	margin-right: -4px;
}

#footer
{
	padding-top: 75px;
	padding-left: 782px;
	color: #fff;
	height: 30px;
	z-index: 10000;
	font-family: Arial;
	font-size: 7pt;
}