@charset "UTF-8";
/* CSS Document */

html, body {
	min-height:100%;
	margin:0;
	min-width:800px;
	background-image:url(../images/back.jpg);
	}


.floatcontainer, .floatnotclear{ min-height:100%;}

.floatleft{
    float:left; 
    position:relative;
	background-image:url(../images/overlay_white.png);
    }
.floatright{
    float:right; 
    position:relative;
	width: 550px;
	padding: 10px;
	background-image:url(../images/overlay_white.png);
		margin-bottom:30px;

    }
.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden;
    font-size:0;	
    }
    
.floatcontainer{
	display: inline-block;
	position:absolute;
	width:800px;
	left: 50%;
	margin-left:-400px;
	}

    /* Holly Hack Targets IE Win only \*/
    * html .floatcontainer {height: 1%;}
    .floatcontainer{display:block;}
    /* End Holly Hack */
    
  
  






#header {
	position:relative;
	width:800px;
	left:50%;
	margin: 0px 0px 20px -400px;
	top: 10px;
	}

	
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	background-image:url(../images/overlay_white.png);
	background-repeat:repeat-x;
	height:20px;
	text-align:center;
	display:block;
	} 

.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 184px; /* width of menu (don't forget to add border with below!) */
	border-left: 8px solid #FFF; /* thick left border of menu */
	}

.slidedoormenu li{
	border-bottom: 1px solid #000; /* Gray border beneath each menu item */
	}

.slidedoormenu li a{
	background: url(../images/overlay_white.png) repeat-x left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	color: black;
	width: auto;
	padding: 8px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	}
.slidedoormenu li a.sub_menue{
	background: url(../images/overlay_white.png) repeat-x left top; /* Background image positioned to the left(v) top(h) corner initially */
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	color: black;
	width: auto;
	padding: 8px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 20px;
	text-decoration: none;
	}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
	color: black;
	}

.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
	font-weight:bold;
	}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
	}

.slidedoormenu li.lastitem a{
	padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
	}

.headline { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color:#00C; }
.subheadline { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color:#00C;}
.text {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color:#000; line-height:18px; }
.text_red {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color:#F00; line-height:18px; }

.imp_subheadline { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#00C;}
.imp_text { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; color:#000; }
a { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color:#000; line-height:18px;}
a:hover { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color:#00C; line-height:18px;}
