﻿/* 
   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 0 0 1em;
    padding-bottom: 2em;
    background-color: #9C2810;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 2px solid #B51032;
    
    
}

/* Header Section */

#header {
	border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;
	height: 194px;
}
#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.2em;
	margin-left: .8em;
    width: 622px;
    height: 45px;
}
#header .breadcrumb
{
    font: 90% Arial, Helvetica, Georgia, "Times New Roman" , Times, serif;
    color: #000000;
    background-color: transparent;
    float: right;
    margin-right: 2em;
    margin-top: 0.8em;
    font-weight: bold;
}

#header a:link, a:visited  {
	color: #B51032;
}

/* Footer */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    background-color: #9C2810;
    color: #CCCCCC;
    border-top: #778899;
    text-align: center;
}

#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;
    background: #9C2810;
    top: 12em;
    left: 1em;
    width: 13em;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    height: 275px;
    border-collapse: collapse;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li
{
    border-bottom: 1px solid #ED9F9F;
    border-bottom-color: #3366FF;
    background-color: #CCCCCC;
}
#navigation li a:link, #navigation li a:visited
{
    display: block;
    padding: 3px 3px 3px 0.5em;
    border-left: 12px solid #0000FF;
    border-right: 1px solid #C0C0C0;
    background-color: #3399FF;
    color: #FFFFFF;
    text-decoration: none;
        font-size: medium;
}
#navigation li a:hover
{
    background-color: #C0C0C0;
    color: #FFFFFF;
}
#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: #00DFDF;
    color: #711515;
}
#navigation ul ul a:hover
{
    background-color: #7BE1FB;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

/* Main Content */

#content 
{
    margin-top: 1em;
    margin-left: 15em;
    margin-right: 2em;
    margin: 1em 1em 1em 13em;
    padding: 1em 1em 1em 1em;
    width: auto;
    background-color: #CCCCCC;
    min-height: 100%;
    height: auto;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

modalBackground { 
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;

     
} 

modalPopup 
{
       background-color:Blue;
}

