﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

html, body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #939444;
	height: 100%;
}

/* Header Section */

#header {
	border-top: 3px solid #939444;
	border-bottom: 1px dotted #939444;
	height: 9em;
}
#header .title
{
	font: 190% Magneto, Arial, Helvetica, Georgia, 'Times New Roman' , Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-top: 0.3em;
	margin-left: 140px;
}
#header .breadcrumb  {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
	color: #939444;
}

#content a:link, a:visited, a:active, a:hover  {
	color: #939444;
}

#content a img {
	text-decoration: none;
	border: 0 none;
	}

/* Footer */

#footer
{
	position: relative;
	width: 100%;
	margin-top: -60px;
	height: 30px;
	background-color: #939444;
	color: #FFFFFF;
	border-top: #778899;
	text-align: center;
	clear: both;
}

/* Main Content */
#wrapper
{
	min-height: 100%;
}
#content
{
	margin-top: 1em;
	margin-left: 16em;
	overflow: auto;
	padding-bottom: 30px;
}
.clearfooter
{
	height: 30px;
	clear: both;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 80%;
}


/* Navigation */

#navigation {
	width: 200px;
	top: 11em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

#navigation a:link, a:visited, a:active, a:hover  {
	color: #939444;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #939444;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #939444;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}


h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

h2
{
	margin: 0px;
	padding: .5em;
	font-size: 90%;
	text-decoration: underline;
}

.appTable
{
	margin-left: 1.5em;
	font-size: 80%;
}

.appTable td
{
	width: 120px;
}

.desc
{
	border-style: solid solid solid none;
	height: 105px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #5E5F31;
	border-right-color: #5E5F31;
	border-bottom-color: #5E5F31;
}

.pic
{
	border-style: solid none solid solid;
	height: 105px;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #5E5F31;
	border-bottom-color: #5E5F31;
	border-left-color: #5E5F31;
}

