﻿* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	color: #1D6893;
	font-weight:bold;
	font-size: 36px;
	margin-bottom: 25px;
}

h2 {
	color: #1D6893;
	font-weight:bold;
	font-size: 22px;
	margin-bottom: 25px;
}

h3 {
	color: #1D6893;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 10px;
}
 
h4 {
	color: #1D6893;
	font-weight:bold;
	font-size: 10px;
	margin-bottom: 10px;
}
 
p {
	color: #1D6893;
	text-align:center;
	font-size: 13px;
	margin-bottom: 10px;
}

#wrapper { 
 margin: 20px auto;
 width: 900px;
}
	

#header { 
 width: 900px;
}

#topunit {
 margin: 5px auto;
	border: 1px solid #ccc;
	display: inline;
	width: 880px;
	padding: 10px;
	height: 100px;
	float: left;
}
#topleft {
	display: inline;
	width: 135px;
	float: left;
	height: 100px;
}

#topmiddle {
	display: inline;
	float: left;
	width: 570px;
	height: 100px;
}

#topight {
	display: inline;
	text-align:center;
	width: 135px;
	float:right;
	height: 100px;
}

#navtop {
 width: 900px;
 padding: 0px;
 
}

	

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;  width: 900px; }
#keyboardMsg{ float: right;  width: 100px; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../styles/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
}	
	



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
padding: 0;
width: 100%;
border: 0px solid #1D6893; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a{
float: left;
display: block;
font: bold 12px Arial;
color: #1D6893;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #ffffcc; /*Default menu color*/
border-bottom: 8px solid white;
}

.menu a:hover{
background-color: #1D6893; /*Highlight red color theme*/
padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #1D6893; /*Highlight red color theme*/
color: white;
}

.menu .current a{ /** currently selected menu item **/
background-color: #1D6893; /*Highlight red color theme*/
padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #1D6893; /*Highlight red color theme*/
color: white;
}




#main {
	text-align: center;
	width: 900px;
	height: auto;
	padding: 10px;
	border: 1px solid #ccc;
	background:#ffffcc;
	color:#000000;
}
	
	
#footer { 
 margin: 0px auto;
 text-align: center;
 width: 900px;
 padding: 10px;
 color: #1D6893;
 border: 1px solid #ccc;
 background: #F2F2E6;
}
	
#w3c { 
	text-align: center;
	margin: 20px auto;
	width: auto;
}

