﻿@import url("layout.css");
body {
	font-family: Ariel;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	position: relative;
	
}
#container {
	width: 1000px;
	margin: 0px auto;
}
#masthead {
	position:relative;
	text-align:left;
	width: 998px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fafaff;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;


}
#navigation {
	position: relative;
	float: left;
	width: 248px;
	height: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#content {
	position: relative;
	float: left;
	width: 718px;
	height: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	margin-left:0px;
}
/* Masthead Styles */
#masthead h1 {
	color: #211BA4;
}
#masthead h3 {
	color: #211BA4;
	text-align:left;
	margin-left:10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #211BA4;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 0px solid #5f8ea9;
	background-color: #fff;
	font-size: 14px;
}
/* Content Styles */

h6 {
	font-size: 10px;
	color: #211BA4;
	text-align:center;
}
h5 {
	color: #211BA4;
	font-size: 12px;
	text-align:center;
	font-family:Ariel;
}
h4 {
	text-align:center;
	color: #211BA4;
}
h3 {
	text-align:center;
	color: #211BA4;
}
h2 {
	color: #4C47B5;
	font-size: 14px;
	text-align:center;

}
#content h1 {
	color: #211BA4;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
	z-index: 1;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #AF2626;
	text-decoration: underline;
}
#footer a:hover {
	color: #007A3D;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #006b3f;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: -260px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

