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

body {
/*background-image:url(images/gradbkg.jpg);*/
background-color:#a0c0c5;
margin: 0 auto;
background-repeat:repeat-x;
/*background-color:#2b8de6;*/
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link, a:visited {
color:#990000;
text-decoration:none;
}

#shell {
margin:0 auto;
width:1200px;
background-image:url(images/backforeground.png);
background-repeat:repeat-y;
text-align:left;
}

h1, h2 {
margin-top:0px;
color:#456865;
}

#navigation {
margin-left:24px;
margin-top:130px;
z-index:99;
}

#navigation a {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
display:block;
float:left;
padding-bottom:3px;
padding-right:5px;
margin-left:5px;
background-color:#f8f7e9;
color:black;
font-weight:bold;
text-decoration:none;
border-top:none;
padding-top:5px;
height:20px;
width:117px;
text-align:center;
vertical-align:bottom;
text-transform:uppercase;
border-right:1px solid black;
border-bottom:1px solid black;
}

#navigation .red {
background-image:url(images/btn_red.jpg);
color:white;
}

#navigation .red:hover {
background-image:url(images/btn_red_on.jpg);
}

#navigation a:hover {
background-color:white;
color:black;
}

#featureditems {
background-color:#CCCCCC;
height:45px;
border:#666666 1px solid;
padding:15px;
margin-top:15px;
}

#accentbar {
position:absolute;
margin-left:-40px;
z-index:10;
background-image:url(images/accentbar.jpg);
width:1055px;
height:64px;
}

#topshell {
background-image:url(images/PageHeader.jpg);
height:200px;
}

#content {
margin-left:100px;
margin-right:100px;
}

#column1 {
width:600px;
}

/*  SLIDER */

.main_image {
	width: 350px;
	height: 250px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
	border:1px solid black;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
	float: left;
	width: 200px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 12px 10px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 180px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 10px;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 100px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/