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

* {
	margin:				0;
	padding:			0;
}

body {
	background:			#F3F9F9 url('../../i/DSCF3112.JPG') center top fixed no-repeat;
	background-size:	100%;
	color:				#06302E;
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:	none;
	color:				#618FA9;
}

a:hover{
	color:				#676064;
}

a img{
	border:				none;
}

#container {
	width:				800px;
	background-color:	#618FA9;
	margin:				0 auto;
	margin-top:			2px;
	margin-bottom:		15px;
	-webkit-box-shadow:	5px 5px 5px #676767;
	-moz-box-shadow:	5px 5px 5px #676767;
	box-shadow:			5px 5px 5px #676767;
}

.clearfloat {
	clear:				both;
}

#headerContainer {
	width:				790px;
	padding-top:		5px;
	padding-left:		10px;
	margin:				0 auto;
	background-color:	#F3F9F9;
	font-family:		Georgia, "Times New Roman", Times, serif;
}

#headerContainer a:hover{
	color:				#761210;
}

#logo {
	width:				150px;
	margin-right:		2px;
	float:				left;
}

#titleContainer {
	margin-left:		0px;
	padding-top:		35px;
	padding-left:		25px;
	background-color:	transparent;
	text-align:			left;
	float:				left;
}

#titleContainer h1{
	font-variant:		small-caps;
	text-align:			center;
	font-size:			55px;
	color:				#618FA9;
}

#titleContainer p{
	font-variant:		small-caps;
	text-align:			center;
	font-size:			24px;
	padding-top:		5px;
	color:				#618FA9;
	font-family:		"BankGothic Lt BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menuContainer {
	background-color:	#F3F9F9;
	width:				800px;
	height:				40px;
	margin:				0 auto;
	-webkit-box-shadow:	1px 3px 2px #676767;
	-moz-box-shadow:	1px 3px 2px #676767;
	box-shadow:	1px 3px 2px #676767;
}

.menuPod {
	background-color:	#F3F9F9;
	width:				123px;
	float:				left;
	text-align:			center;
	height:				40px;
	line-height:		40px;
	font-size:			24px;
	margin-left:		5px;
	margin-right:		5px;
	font-weight:		bold
}

#footer {
	width:				100%;
	background-color:	#618FA9;
	font-size:			12px;
	color:				#F3F9F9;
	margin-top:			20px;
	text-align:			center;
	padding-bottom:		5px;
}

#footer a{
	color:				#F3F9F9;
}

#footer a:hover{
	color:				#676964;
}

#slideContainer {
	width:				800px;
	margin:				0 auto;
	margin-top:			50px;
	margin-bottom:		50px;
}

.slideImage {
	padding: 			0px;
	float:				left;
	margin-right:		0px;
}

#subSlogan a{
	color:				#9DD3AF;
}

#social {
	width:				200px;
	height:				40px;
	margin:				0 auto;
	margin-top:			5px;
	padding: 			4px;
	border:				#F3F9F9 solid 1px;
}

#socialLegend {
	color:				#F3F9F9;
}