@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	color: #28387C;
}

.thumb a:hover {
    background-position: 0 0; /* correction for IE */
    }

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

#anything a:hover{
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;

}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #eff8ff;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	width: 300px;
	height: 250px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 380px;
	left: 625px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	background-position: 0 0;
}
body {
	background-color: #FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container {
	position:relative;
	width: 960px;
	height:100%;
	margin: 0 auto;
	text-align: left;
	}
#header {
	width:960px;
	height:350px;
	position: relative;
}
#topbar {
	width: 940px;
	height:30px;
	margin: 0px;
	padding: 12px 10px 8px 10px;
	background-image: url(Assets/topbar.gif);
	background-repeat: no-repeat;
}
#topbar h1 {
	color:#28387B;
	font-size:18px;
	font-style:italic;
	text-indent: 140px;
}
#maingraphic {
	height:249px;
	background-color:#28387B;
	background-image: url(Assets/rekindle2cm.gif);
	background-position: right;
	background-repeat:no-repeat;
}
#mainphoto {
	width:570px;
	height:250px;
}
#navbar {
	height:50px;
	background-image: url(Assets/navbar.gif);
	position: relative;
}
#navbar li {
	width:160px;
	float:left;
	text-align:center;
	display: block;
	height: 20px;
	margin: 15px 0px 15px 0px;
}

#navbar ul {
	list-style: none;
	}

#mainbody {
	width: 960px;
	background-image: url(Assets/rightbar.gif);
	background-repeat: repeat-y;
	margin: 10px 0px 10px 0px;
	height: auto;
	}
#contentleft {
	width: 550px;
	float: none;
	padding: 10px 10px 10px 10px;
}
#rightbar {
	width:364px;
	height:auto;
	float:right;
	padding: 10px;
}
#footer {
	clear:both;
	width:940px;
	height:30px;
	padding:10px;
	background: #28387B;
}
#footer a {
	color:#FFF;
}
#footer p {
	text-align:center;
	}
#spacer {
	height:10px;
	color:#FFF;
	width:960px;
	clear:left;
}
.photoright {
	float:right;
	margin:5px 0px 5px 10px;
	width: 275px;
	height: 171px;
	border: 1px solid;
}
.photoleft {
	float:left;
	margin:5px 10px 5px 0px;
	width: 275px;
	height: 171px;
	border: 1px solid;
}
#graph {
	width:300px;
	height:500px;
	background-image:url(Assets/Graph.gif);
}
/*-----------------Text Styles----------*/
h1 {
	font-size:20px;
	color:#28387B;
	line-height:22px;
	margin-bottom: 5px;
}
h2 {
	font-size:16px;
	color:#28387B;
	line-height:18px;
	margin-bottom: 10px;
}

p {
	font-size:12px;
	line-height:16px;
	margin-bottom: 10px;
	color: #000000;
}
.end {
	margin-bottom:20px;
}
#rightbar li {
	margin-bottom:10px;
	margin-left: 15px;
	color: #000000;
}
.blue { color:#28387B;}
	
/*------------------------ Center page-------------*/
#brochure {
	width: 216px;
	height:160px;
	margin: 25px 0px 0px 15px;
}

#infobooth {
	height:245px;
	width:225px;
	float:left;
	margin: 5px 10px 5px 0px;
	border: 1px solid;
}
