﻿/* 
   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: #FFFFFF;
    color: #000000;
    font-family: Tahoma;
    font-size: 1em;
}

#wrapper {
    width: 980px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: auto;
}

/* Header Section */

#header {
    border-top: 3px solid green;
    border-bottom: none;
    height: 5em;
    border-bottom: 2px solid lime;
    width: 100%;
}
#header .title {
    font: normal normal bold 2.5em Tahoma;
    color: #008000;
    background-color: transparent;
    vertical-align: top;
    letter-spacing: -2px;
}
#header .subtitle {
    font-style: italic;
    color: black;
    background-color: transparent;
    font-variant: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 40%;
    pitch: high;
    letter-spacing: -2px;
}
#header .MPNImage {
    margin: 0 0 0 0;
    float: right;
    padding-right: .5em;
}

#header a:link, a:visited  {
	color: #B51032;
}

#subheader {
	border-top: none;
	border-bottom: 2px solid lime;
	margin-left:1em;
	height: 66px;
}
#subheader .subtitle {
	font-style:italic;
	color:black;
	background-color: transparent;
	float: left;
	margin-top: 0em;
    font-variant: normal;
    font-weight: normal;
    font-size: small;
    line-height: normal;
    font-family: Tahoma;
}

/* Navigation */

#navigation {
    margin: 20px 0 0 0;
    width: 80px;
    font-size: 10px;
    float: left;
    padding-left: .5em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li
{
    border-bottom: 1px solid #ED9F9F;
    border-bottom-color: #99FF99;
}
#navigation li a
{
    display: block;
    padding: 5px 5px 5px 0.5em;
    border-left: 12px solid #711515;
    border-right: 1px solid #711515;
    background-color: #00CC66;
    color: #FFFFFF;
    text-decoration: none;
}
#navigation li a:hover
{
    background-color: #CCFFCC;
    color: black;
    text-decoration: none;
}
#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: Green;
	color: white;

}
#navigation ul ul a:hover {
	background-color: Lime;
	color: black;
}
#header .breadcrumb {
	font: 90%;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}


/* Main Content */

#content 
{
    margin: 20px 0 0 100;
    width: 880px;
    float: right;
}
h1 {
	font-weight:bold;
}
#content p {
	font-size: 100%;
	line-height: 1.2em; 
}

#content p a:link, p a:visited{
    color: Black;
    text-decoration:underline;
}

#content td a:link, td a:visited{
    color: Black;
    text-decoration:underline;
}

#content a:hover{
    color:lime;
    text-decoration:underline;
}
#content td a:hover{
    color:lime;
    text-decoration:underline;
}
#content ul {
	font-size: 100%;
	line-height: 1.2em; 
}
#content ul li a:link, ul li a:visited{
    color: Black;
    text-decoration:underline;
}

#content ul li a:hover{
    color:lime;
    text-decoration:underline;
}
#content ul ul {
	font-size: 100%;
	line-height: 1.2em; 
}
#content ul ul li a:link, ul ul li a:visited{
    color: Black;
    text-decoration:underline;
}

#content ul ul li a:hover{
    color:lime;
    text-decoration:underline;
}

#content .thumbnail
{
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
font-size:x-small;
}

.Important 
{ 
     font-size: large; 
     color: Red; 
     line-height:1.5em;
}
#Menu
{
    background-image: url('../bg-black.gif');
    margin: 20px 0 0 100px;
    width: 880px;
    font-size: .8em;
}

#Menu .staticMenuItemStyle {
text-align:center;
display:block;
padding-left:2px;
padding-right:2px;
margin-left:0;
color: White;
text-decoration: none;
}

#Menu .staticMenuItemSelectedStyle {
color: White;
text-decoration: none;
}

#Menu .staticHoverStyle {
background-image:url(../Images/bg-green.gif);
}

#Menu .menuItem {
display:block;
color: White;
text-decoration: none;
}

#Menu .dynamicMenuItemStyle  {
border:solid 1px #000;
background-color:Green;
color:white;
z-index:200;
position:relative;
text-decoration:none;
}

#Menu .background {
border:solid 1px #000;
background-image:url(../Images/bg-green.gif);
}

#Menu .NavigationMenu {
    color: #FFF;
    background-image: url('../Images/bg-green.gif');
}

#h {
background:#CCCFFF;
padding:5px 0 6px 10px;
}

#e {
border:solid 1px #919191;
background-image:url(../Images/sub.gif);
padding:0 0 1px;
}

#Menu .menuItemMouseOver,.menuItemSelected {
border:solid 1px Green;
background-image:url(../Images/bg-green.gif);
color:White;
text-decoration:none;
display:block;
}

#Menu .NavigationMenu a:link,.NavigationMenu a:visited,.NavigationMenu a:active {
text-decoration:none;
color: White;
display:block;
}

#Menu .currentNodeStyle,.nodeStyle,.rootNodeStyle,a.siteMapPath {
text-decoration:none;

}
#titles
{
    margin-left: 0em;
    width: 50%;
    float: left;
    padding-left: .5em;
}

/* Data Web Control Styles */

#content .DataWebControlStyle
{
    font-size: .75em;
    border-color:White;
}

#content .HeaderStyle
{
    background-color: black;
    color: White;
    font-weight: bold;
}

#content .HeaderStyle a:link
{
    background-color: black;
    color: White;
    text-decoration: underline;
    font-weight: bold; 
}

#content .HeaderStyle a:hover
{
    background-color: black;
    color: Lime;
    text-decoration: underline;
    font-weight: bold;
    
}
#content .AlternatingRowStyle
{
    background-color: #CCFFCC;
     color:inherit White;
}

#content .RowStyle
{
    background-color: lime;
}

#content .FooterStyle
{
    background-color: #008000;
    color: White;
    text-align: left;
    font-weight: bold;
}


#content .FloatLeft
{
    margin: 10px 10px 10px 10px;
    float: left;
}
