/* Main layout stylesheet */
/* Author: Peter Christopher Lewis
   Date: 6/02/2014
   Version: 1
   Revision: 0
   */


* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #000;
}
    
body {
	height: 100%;
	background-color:#fff;
}

div {
    overflow: visible;
}

img {
    border: none;
}

.floatleft { float: left; margin: 10px 10px 5px 0px; }

.floatright { float: right; margin: 10px 0px 5px 5px; }

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

#Wrapper {
	position: relative;

	min-height: 100%;
	height: 100%;
	height: auto;
	z-index: 10;
	overflow:hidden;
	margin: 0 auto -2em;
}

#Status {
	color: #990000;
	padding: 20px;
	font-family: "Verdana", Sans;
	font-size: 0.9em;
	font-weight: normal;
}
/*
#Masthead {
	height: 99px;
	background-color: #d3d2FF;
}
*/
/***** Remove unwanted elements *****/

#PrintMasthead {
	display: none;
}

/*********** Sidebar ***********/

#Sidebar {
	float:left;
	width: 134px;
	border-top: solid 16px #d6ccFF;
	text-align: center;
	font-family: "Verdana", Sans;
	font-size: 10pt;
	/*padding-bottom: 32767px;*/
	/*margin-bottom: -32767px;*/
}

#Sidebar a:hover {
	font-family: "Verdana", Sans;
	font-size: 10pt;
	font-weight : normal;
	text-shadow: #aaa 1px 1px 2px;
}

/********** Page Content **********/

#PageContent {
	margin-left: 10em;
	margin-right: 1em;
	min-height: 100%;
	_height: 100%;/*ie 6 hack*/
	position: relative;
	font-family: "Verdana", Sans;
	font-size: 0.9em;
	color: #000;
}

#PageContent a:link {
	/*text-decoration: none;*/
	color: #555555;
	font-family: "Verdana", sans;
	font-size: 1.2em;
}

#PageContent a:hover {
	text-decoration: none;
	color: #000000;
	font-family: "Verdana", Sans;
	text-shadow: #aaa 1px 1px 2px;
}

#PageContent a:visited {
	text-decoration: none;
	color: #555555;
	font-family: "Verdana", sans;
	font-size: 1.2em;
}

#PageContent H1 {
	text-decoration: none;
	color: #000000;
	font-family: "Verdana", Sans;
	font-size: 2.25em;
	font-weight: normal;
	text-shadow: #aaa 1px 2px 3px;
}

#PageContent H2 {
	text-decoration: none;
	color: #000000;
	font-family: "Verdana", Sans;
	font-size: 1.5em;
	font-weight: normal;
	text-shadow: #aaa 1px 1px 1px;
}

#PageContent H3 {
	text-decoration: none;
	color: #000000;
	font-family: "Verdana", Sans;
	font-size: 1.5em;
	font-weight: normal;
}

#PageContent H4 {
	text-decoration: none;
	color: #000000;
	font-family: "Verdana", Sans;
	font-size: 1em;
	font-weight: bold;
}

/************* Footer ****************/

#Footer {
	position: absolute;
	color: #555555;
	bottom: 2px;
	width: 100%;

	height: 16px;

	left: auto;

	right: auto;

	text-align: center;

	padding: 0px 0px;
	font-size: 0.9em;
}

#Footer a:link {
	text-decoration: none;
	color: #555555;
}

#Footer a:hover {
	text-decoration: none;
	color: #000000;
	text-shadow: #aaa 1px 1px 2px;
}

/*********** Navigation ***********/

#navigation, #navigation li, #navigation a {
	width: 134px
	list-style: none;
	background: url(images/menu.png);
	font-family: "Verdana", Sans;
	font-size: 11pt;
}

#navigation li a {
	text-decoration: none;
	display: block;
	width: 155px;
	height: 25px;
	padding: 2px;
	background: url(menu.png);
}

#navigation li a:hover {
	width: 150px;
	background: url(images/hover.png) no-repeat;
	font-family: "Verdana", Sans;
	font-size: 11pt;
	font-weight : normal;
}

#navigation li#youarehere a {
	width: 155px;
	background: url(images/location.png) no-repeat;
	text-shadow: #aaa 0px 0px 0px;
}
