@charset "utf-8";
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	outline: 0; 
}
html, body { background-color: #008ca5; }
div {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
ol, ul, li { list-style:none}
.hyphen li {
	margin-left:14px;
	list-style-image:url(../images/hyphen.gif);
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:1.8em;
}
caption, th { text-align:left }
q:before, q:after { content:'' }
* { outline: none; }
strong { font-weight: bold }
em { font-style: italic }
a img { border:none }
blockquote, h1, h2, h3, h4, h5, h6{
	font-family: 'Arvo', Arial, sans-serif;
	font-weight:400;
	color:#008ca5;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; } 
blockquote, q { quotes: "" ""; }
dl, dt, dd, label, fieldset, input, p, th, td {
	font-family:Arial, sans-serif;
}
p {
	font-size:12px;
	margin-top:12px;
	line-height:1.8em;
}
span {
	font-size:12px;
	font-family:Arial, sans-serif;
}
:focus { outline: 0; }
.clear { clear: both; zoom: 1; } 
.overflow { overflow: hidden; zoom: 1; } 
.super {
	vertical-align: top;
	font-size:10px;
}
/* Import Arvo */
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);

/* Template Header Styles *//* ----------------------------------------- */
.page-center {
	margin:0 auto;
	width:840px;
	position:relative;
}
#header {
	position: relative;
	height: 175px;
	width: 100%;
	min-width:920px;
	top: 0px;
	background-color: #FFF;
	background-image: url(images/winter_content_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#content {
	position: relative;
	width: 100%;
	min-width:920px;
	top: 0px;
	padding-bottom:50px;
	background-color: #FFF;
	background-image: url(images/winter_content_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#footer {
	background-image:url(images/winter_footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:20px;
	padding-bottom:30px;
}
.nav-link {
	font-family: 'Arvo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #008ca5;
	text-decoration: none;
	display:block;
	height:50px;
	text-align:center;
	padding-top:30px;
}
#navigation tr a {
	background-image: none;
}
#logo {
	position: relative;
	z-index: 999999;
	height: 320px;
	width: 320px;
	float:left;
	clear:none;
}
#img-rotator {
	width:620px;
	height:295px;
	position:absolute;
	top:30px;
	right:0px;
	clear:both;
	z-index:0;
}

#navigation tr a:hover {
	background-image: url(images/winter_nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
table tr td h5 {
	font-size: 16px;
	font-weight: 700;
	line-height:1.4em;
}
#title-div {
	width:810px;
	padding:5px;
	background-color:#008ca5;
	padding-left:15px;
	margin-bottom:10px;
}

#topbar {
	background-image: url(images/winter_header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 100%;
	box-shadow: 0px 0px 10px #666;
}
