﻿/* 
   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 */

body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #ED9F9F;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 95%;
	margin: 0 auto;
	background-color: #ED9F9F;
}
/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#masthead .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-left: 2em;
	margin-top: 0.1em;
	font-weight:bold;
	
}

#header a:link, a:visited  {
	color: #B51032;
}
#masthead {
	text-align: right;
	width: 100%;
	overflow: auto;
	background-color: #ED9F9F;
    height: 89px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
    height: 47px;
    margin-left: 0;
    margin-bottom: 0;
}

/* Navigation */

#navigation 
{
    float: left;
	width: 200px;
	top: 7.5em;
	left: 3em;
	width: 15em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#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;
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 16em;
	margin-right: 2em;
}
h1 {
	font: 120% Trebuchet MS, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
h2 {
	font: 110% Trebuchet MS, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
    font: 90% Trebuchet MS, Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	line-height: 1.8em; 
}

#content ul {
	font-size: 100%;
	line-height: 1.2em; 
}

#content u 
{
    font-size: 0.9em;
    }
#content li 
{
    font-size: 0.9em;
}
.margin
{
    margin-left: 2.0em;
}   
.margintopright {
	margin: 2px 8px;
}
        .width100
        {
            width: 100%;
        }
        .style3
        {
            width: 233px;
        }
        .smallitalic
        {
            text-align: left;
            font-size: x-small;
            font-style: italic;
        }

