/* CSS Document */
body    { color: #333; font-size: 10px; font-family: futura, helvetica, arial, verdana, sans-serif; line-height: 150%; background-color: #003; text-align: left; margin: 0; padding: 0 }

img {
	border: none;
}

img.a {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

a:link  { color: white; font-weight: normal }

a:active  { color: white; font-weight: normal; text-decoration: none }

a:visited   { color: white; font-weight: normal; text-decoration: none }

a:hover  { color: olive; font-weight: normal; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: strong;
}

h2 {
	font-size: 16px;
	font-weight: strong;
}

h3 {
	font-size: 14px;
	font-weight: strong;
}

h4 {
	font-size: 12px;
	font-weight: strong;
}

p.quote {
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	font-style: italic;
}

p.name {
	text-align: right;
}

#container  { background-image: url(images_old_nav_buttons/shadow_bg.gif); background-repeat: repeat-y; background-position: 50% 0; margin-right: auto; margin-left: auto; padding: 0; width: 824px; border: none; \width: 844px; w\idth: 824px }

#banner  { background-image: url(images_old_nav_buttons/header_bg.gif); background-repeat: no-repeat; background-position: 50% 50%; text-align: center; margin-right: auto; margin-bottom: 1px; margin-left: auto; padding: 0; height: 113px }

#logo {
	padding-top: 25px;
}

#nav {
	padding-top: 18px;
}

#content {
	width: 560px;
	padding-top: 20px;
	padding-right: 50px;
	margin-left: 240px;			
}

#homecontent {
	padding: 0px;
	margin-left: 12px;			
	margin-right: 12px;
	background-color: #fff;
}

#sidebar-a {
	float: left;
	width: 202px;
	margin-left: 12px;
	padding-top: 20px;
}

#subnav {
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 20px;
	margin-left: 12px;
	font-size: 14px;
	line-height: 160%;
}

#subnav a:hover {
	text-decoration: none;
}

#footer  { background-image: url(images_old_nav_buttons/footer_bg.gif); background-repeat: no-repeat; background-position: 50% 50%; text-align: center; margin-top: 1px; margin-right: auto; margin-left: auto; padding: 0; height: 59px; clear: both }

#footernav {
	padding-top: 10px;
	margin-left: auto;			
	margin-right: auto;
	width: 824px;
	background-color: #fff;
	text-align: center;
}

/*lightbox styles*/

#lightbox{
	background-color:#fff;
	padding: 30px;
}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
		
#lightboxCaption{ float: left;
}

#keyboardMsg{ float: right; 
}
	
#closeButton{ top: 6px; right: 6px; 
}
	
#lightbox img{ border: none; clear: both;
} 
	
#overlay img{ border: none; 
}
	
#overlay { background-image: url(images_old_nav_buttons/overlay.png) }
	
* html #overlay { background-color: #333; background-image: url(images_old_nav_buttons/blank.gif); back\ground-color: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale") }
	
