﻿/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	/*background:gray; -> turned off for background image*/
	
	font-family:arial,verdana, Garamond, Times New Roman, Sans-Serif;
	/*font-size:medium;*/
	color:#000000;
}
/* -> Will use the css-content setting for the <h> tags.
h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
*/
#MasterPage
{
    background: #f9f8f8 url('../Images/Decoration/MHEControl-2011-BG.gif') repeat-x top;
    z-index: -1;
}

#container
{
   position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 989px; /*used to be 987 on Jan 6. 2010*/
    background: #transparent; /*height:auto; !important;  real browsers */
    height: 100%;
    background-image: url('../Images/Decoration/transparent.png');
}

#header
{
	/*padding:1em;*/ /*background: #ddd url(  "../csslayout.gif" ) 98% 10px no-repeat;*/
	border-bottom: 6px double gray;
	padding-bottom: 2.25em; /*Used to be 2em --> ONLY! Adjust this number to change the top double grey line spacing*/
	color: gray;
	height: 40px;/*This controls: the height of the header portion of the page mainly the menu height too*/
	width: 989px;
}
#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
/*Flash is used for the flash above the the content div or main text on the page. WILL BE UNDER >>>>'ContentPlaceHolder #3'<<<<<
this is the area where I was going to drop in flash control tool into this ContentPlaceHolder section at the top of each page.
FOR NOW NOT GOING TO US IT.*/
#Flash
{
    height: 12px;
    width: 989px;
}
/*content used for the main text on the page*/
#content
{
    /*Original used to be: padding:1em 1em 5em; */ /*PADDING SETTINGS:=> Padding will change the inside spacing of this DIV */
    background-position: 0px top;
    padding-bottom: 0em; /*Used to be 2.5em*/
    padding-left: 0em; /*Used to be 1em*/
    padding-right: 0em; /*Used to be 1em*/
    padding-top: 10px; /*Used to be 0.5em*/ /*BOARDER SETTINGS:*/
    height: auto;
    width: 100%;
    background-image: url('../Images/Decoration/gray_borders.png');
    background-repeat: repeat-y;
}

#content p
{
	text-align: justify;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0px;
}

#footer
{ 
	position: static; /*Used to be absolute position*/
	height: 25px;
	bottom: auto; /* was 0 before */
	border-top: 6px double gray;
	background: #000000;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	width: 984px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px; /*was .8em before*/
	margin-bottom: 5px;
}

#footer p {
	padding:1em;
	margin:0;
	}
#sitemap
{
	font-size: 1.1em;
	width: 100%;
	position: static;
	height: 50%;
	background-color: #666666;
	vertical-align: middle;
}
/*-------------------- NEW MENU CLASS --------------------------
This .menu class below is for the RadMenu formatting
height controls the thickness of the #menu <div>
----------------------------------------------------------------*/
#menu
{
    background-position: -20px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    width: 989px;
    height: 36px;
    text-align: left;
    background-image: url('../Images/Decoration/menu_shadow_wrtr.png');
    background-repeat: repeat-x;
}

#menu a:link
{
	text-decoration: underline;
	color: #ffffff;
	text-decoration:  none;
}
/*
.menu a:visited
{
	color: #ffffff; 
	text-decoration: none;
}
*/
#menu a:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffbb;
}

#menu a:active
{
	text-decoration: underline;
	color: #ffcc00;
}
.menu
{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffbb;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle - OFFICIAL DIV ID SETTING FOR THIS CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle
{
	position: static;
	border-bottom: #666666 2px solid;
	height: 20px;
	line-height: 1.1em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: -5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #000099;
	font-weight: bold;
}
#pagetitle h1 {padding:1em; margin:0;}

/*#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}*/
.dotted
{
    border-bottom-style: dashed;
    border-width: 1px;
    border-color: #808080;
}

.padding
{
    padding: 2px;
}

