﻿@import url(layout.css);
body {
	background-position: center;
	color: black;
	font-size: 13px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	background-color: #bbc9dd;
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}
#container {
	background-color: #ccc;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border:0;
}
#masthead {
	background: #fff url("../images/header.jpg") top left no-repeat;
	text-align: right;
	width: 960px;
	height:109px;
	overflow:hidden;
}
#navigation {
	background-color: #346096;
	overflow: hidden;
	height: 38px;
	padding:0 0 0 20px;
	margin:0
}
#column_l {
	width: 560px;
	float:left;
	padding:0 20px;
}

#column_l h3{
	font-size:11px;
	font-weight:bold;
}

#column_l ul{
	font-size:9px;
}


#column_r {
	width: 360px;
	float: right;
	padding: 0px;
}
#footer {
	width: 960px;
	height:60px;
	text-align: center;
	background-color: #346096;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	padding: 0 0 7px 0;
	font-size: 10px;
	color: #346096;
	margin: 10px 22px 0 0;
}
#column_r p {
	color:white;
	font-size: 11px;
	margin: 0px 0 10px 0;
	padding: 7px 0 0 0;
}

#column_r .date {
	color:white;
	font-size: 11px;
	font-style:italic;
	margin:0;
	padding:0;
}

#column_r h3 {
	color:white;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	padding:0;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	/*width: 100%;*/
	width:250px;
	margin: 0;
	padding: 0;
	float:left;
}
#navigation li{
	padding:0;
	margin:0;
	display:inline;
}
#navigation li a{
	text-decoration:none
}
#navigation li.home a {
	float: left;
	width:122px;
	height:38px;
	background: url('../images/home.jpg');
	background-repeat: no-repeat;
}
#navigation li.home a:hover {
	float: left;
	width:122px;
	height:38px;
	background: url('../images/home_active.jpg');
	background-repeat: no-repeat;
	position:relative;
}

#navigation li.contact a {
	float: left;
	width:123px;
	height:38px;
	background: url('../images/contact.jpg');
	background-repeat: no-repeat;		
}
#navigation li.contact a:hover {
	float: left;
	width:123px;
	height:38px;
	background: url('../images/contact_active.jpg');
	background-repeat: no-repeat;	
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


form{
width:300px;
margin:20px 0 20px 20px;
padding:0
}

form label, input.text, textarea{
	width:300px;
}

.row{
	margin:0 0 10px 0;
}

/*Slider styles*/
.main_image {
	width: 450px;
	height: 400px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
	margin:0px
}
.main_image h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 10px;
}
.main_image p {
	font-size: 11px;
	padding: 0px 10px 10px 20px;
	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(../images/btn_collapse_2.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
	visibility:hidden;
	display:none;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
	float: left;
	width: 109px;
	background:#999999
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 10px 7px;
	background: #999999 url(nav_a.gif) repeat-x;
	width: 95px;
	height:78px;	
	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;
}
.image_thumb h4 {
	font-size: 10px;
	font-weight:bold;
	margin: 5px 0 5px 0;
	padding: 0;
}

html .image_thumb ul li h3 {
	font-size: 11px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	font-size: 11px;
	font-weight:bold;
	float: left;
	padding: 0;
	width: 80px;
}
.image_thumb ul li p{display: none;}/*--Hide the description
