﻿@import url('StyleSheet_MWG_Reset.css');

body
{
	background-color: #ffffff;
	background-image: url("page_bg_grad.jpg");
  background-repeat: repeat-x;
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	line-height: 1.25em;
}

p
{
	padding: 5px 0px 0px 0px;
}

#wrapper
{
  margin-left: auto;
	margin-right: auto;
	height: 100%;
	text-align: center;	
  width: 984px;
}

#header
{
  background-image: url("headerLogo.png");
  background-repeat: no-repeat;
  float: left;
  margin-top: 20px;
  width: 360px;
  height: 70px;
}

#header h1
{
  display: none;
}

#contact
{
  color: #ffffff;
  float: right;
  padding-top: 20px;
}

#contact li
{
  display: block;  
  float: left;
  margin: 0 0.25em;
}

#contact li a
{
  color: #ffffff;
  text-decoration: underline;
}

#TopMenu
{
  padding-left: 350px;
  padding-top: 60px;
}

#TopMenu li
{
  float: left;
  margin: 0 1px;
}

#TopMenu li a
{
  background: url("navtab_bg.gif");
  display: block;
  color: #000000;
  float: left;
  height: 26px;
  padding-top: 5px;
  text-decoration: none;
  width: 75px;
}

#TopMenu li a:hover
{
  background: url("navtab_bg_hover.gif");
  display: block;
  color: #000000;
  float: left;
  height: 26px;
  padding-top: 5px;
  text-decoration: underline;
  width: 75px;
}

#topMenuLine
{
  background-color: #99cc00;
  clear: both;
  height: 10px;
  width: 1024px;
}

#sidebar
{
  float: left;
  margin: 20px 0px 20px 0px;
  width: 220px;
}

#sidebar li
{
  margin: 0px 10px;
}

#sidebar li a
{
  background: url("navside_bg.gif");
  background-repeat: no-repeat;
  display: block;
  color: #000000;
  height: 35px;
  padding-top: 5px;
  text-decoration: none;
  width: 185px;
}

#sidebar li a:hover
{
  background: url("navside_bg_hover.gif");
  background-repeat: no-repeat;
  display: block;
  color: #000000;
  height: 35px;
  padding-top: 5px;
  text-decoration: underline;
  width: 185px;
}

#nav, #nav ul
{
	line-height: 30px;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
  position: relative;
}

#nav ul
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

#nav li
{
	position: relative;
	top: 0;
	left: 0;
}

#nav li ul a
{
	height: 35px;
	width: 185px;
}

#nav li ul a:hover
{
	height: 35px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
	display: block;
	margin-left: 185px;
}

#contentImage
{
  background: url("banner_img.jpg");
  display: block;
  float: right;
  height: 120px;
  margin-top: 25px;
  margin-right: 20px;
  width: 743px;
}

#contentOverflow
{
	background-color: #eeeeee;
  float: right;
  height: 450px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  width: 723px;
  padding: 10px;
  overflow: scroll; 
}

#footerLine
{
  background-color: #99cc00;
  clear: both;
  height: 10px;
  margin-left: auto;
	margin-right: auto;
	text-align: center;	
  width: 1024px;
}

#footer
{
  font-size: 0.8em;
	line-height: 1.25em;
  margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;	
  width: 1024px;
}

.left
{
	float: left;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
}

.right
{
	float: right;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 20px;
}

.formrow
{
	padding: 5px 10px 0px 10px;
}

.block
{
	width: 90%;
}