﻿/* CSS Document */
* {margin:0px;padding:0px}

p {margin-bottom:1em}

ul{margin-left:20px;margin-bottom:1em}

/* commented backslash hack v2 \*/ 
html, body, form
{
    height:100%;
} 
/* end hack */ 

body
{
	background-color:#E0E0E0;
	color: #FFFFFF;
}

#outer
{
	margin-left:130px;
	margin-right:130px;
	background-color: #FFFFFF;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	margin-bottom:-121px; /* changed from -52px */ /* FOOTER */
	min-height:100%;
}

#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	/* line-height: 35px; */
	background-color: #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	overflow:hidden;
	text-align: center;
}

#header2a
{
    height: 12px;
    border-left: 130px solid #E0E0E0;
    border-right: 130px solid #E0E0E0;
}

#header2b
{
    border-left: 90px solid #E0E0E0;
    border-right: 90px solid #E0E0E0;
    color: #FFFFFF;
    font-size: x-large;
    font-weight: bold;
}

#header2c
{
    height: 50px;
    /* line-height: 50px; */
    background: #336699;
    border-left: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
    color: #FFFFFF;
    font-size: x-large;
    font-weight: bold;
}

#left
{
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
}

#left p, 
#right p {padding:3px}

#right
{
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	color: #000000;
}

#footer
{
	width:100%;
	clear:both;
	height:120px; /* FOOTER */
/*	border-top:1px solid #E0E0E0; */ 
	border-bottom:1px solid #E0E0E0;
	background-color: #E0E0E0;
	text-align:center;
	position:relative;
}

#footer2a
{
    height: 80px;
    background-color: #E0E0E0;
    border-left: 131px solid #E0E0E0;
    border-right: 131px solid #E0E0E0;
}

#footer2b
{
    border-left: 110px solid #E0E0E0;
    border-right: 110px solid #E0E0E0;
    color: #FFFFFF;
    font-size: smaller;
    font-weight: bold;
    background-color: #336699;
}

#footer2c
{
    height: 35px;
    /* line-height: 35px; */
    background: #336699;
    border-left: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
    color: #FFFFFF;
    font-size: small;
    font-weight: bold;
}

#menu
{
    background-color: #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-right: 10px solid #FFFFFF;
    text-align: left;
}

.rounded_bar
{
    height: 10px;
}

#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:121px;}/*needed to make room for footer  changed from 52px*/ /* FOOTER */
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

#centrecontent
{
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	/* margin:0 -1px; moz fix - this was removed */
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}

/* css stuff below is just for presentation and not needed for the demo */
#centrecontent p { padding: 0px 20px; }
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; font-size: 150%; padding: 20px;}
#left span {
	display:none;	
}	

#left a:hover
{
	text-decoration: none;
	text-decoration: none;
	color:#222;
	background: #FFF;
}

#left a:hover span
{
	display:block;
	position:absolute;
	left:130px;
	width:150px;
	z-index:20;
	background:#fff;
}

@media all and (min-width: 0px){
  #left a:hover span {
	top:150px;
  }
}

#footer a, #left a { color:#FFF; }

#footer span
{
	display:none;	
}	

#footer a:hover
{
	text-decoration: none;
	color:#222;
	background: #FFF;
}

#footer a:hover span
{
	display:block;
	position:absolute;
	top:-95px;
	width:150px;
	z-index:20;
	background:#fff;
	left:50%;
}

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-121px;} /*safari wrapper - changed from -52px */ /* FOOTER */
