﻿/* 
   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;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Header Section */

#header {
	border-top: 6px solid #0066FF;
	height: 3em;
}

#header .title {
	font: 90% 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;
}

#header .maintitle {
	font: 250% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-left: .8em;
}

#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header2 {
	border-bottom: 3px solid #0066FF;
	height: 2em;
}

#header2 .title {
	font: 90% 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;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 7em;
	left: 1em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	/*background-color:#F7F6F3;*/
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 20em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}


#footer { 
 padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 background:#DDDDDD;
 border-top: 2px solid #0066FF;
 /*border-bottom : 3px solid #0066FF;*/
 background-color: transparent;
 font-size: 70%;
  
} 
#footer p {
 margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ 
 padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.modalBackground2
{
    width: 30%; height: 30%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.modalBackground{    background-color:Gray;     }
.modalPopup{    background-color:#FFFFDD;    border-width:3px;    border-style:solid;    border-color:Gray;    padding:3px;    width:250px; top: 0px; left: 600px ;}