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

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse: separate;
	border-spacing: 0;
	line-height:140%;
	font-size:70%;
	width:100%; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
color:#e8e9e9;
background-color:#e8e9e9;
height:1px;
width:100%;
clear:both;
}
	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #0973ba 1px; }

a:link { 
	color:#c1aba3; 
	text-decoration: none; }

a:hover { 
	border-bottom:dotted 1px #c1aba3;
	text-decoration: none; }

a:visited, 
a:active { 
	color:#c1aba3; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	border-bottom:dotted 1px #c1aba3;
	text-decoration: none; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
p {
	line-height:140%;
	padding-bottom:6px;
	font-size:75%;
	color: #777777;
	font-family:Arial, "Times New Roman", Times, serif;
}
.date {
	font-size:12px;
}
p.intro {
	font-size:14px;
}
	
h1 {
	color:#201F1F; 
	font-size:160%;
	font-family:"Georgia", Verdana, Times, serif;
	clear:both;
	padding-bottom:8px;
	font-weight:normal;
	padding-top:30px;
}
h2 {
	color:#201f1f;
	font-size:120%;
	font-weight:normal;
	padding-bottom:8px;
	font-family:Arial, "Times New Roman", Times, serif;
}
h3 {
	font-size:90%;
	font-weight:bold;
	padding-bottom:2px;
	margin-top:0px;
}
.date {
	font-size:95%;
	font-style:italic;
	font-weight:bold;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin-top:3px; }

select {
	margin-top:3px; }

textarea {
	margin-top:3px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	background-color:#efefef;
	padding-right:10px;
	font-weight:bold; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px;
	border-top:solid #e0e0e0 1px; }
.td1 {
width:60%;
}
.td2 {
width:20%;
}
em {
	font-style:italic;
}
.underline {
	border-bottom:solid #800000 1px;
	width:346px;
	margin-bottom:10px;
}
.story_rule {
	border-bottom:dotted #C3C3C3 1px;
	width:346px;
	padding-bottom:6px;
	margin-bottom:8px;
	display:block;
}
.list_items {
	list-style-type:disc;
	padding-left:12px;
	text-indent:-12px;
	list-style-position:inside;
	font-size:80%;
	line-height:150%;
	padding-bottom:10px;
	color:#202020;
}

	
/* ********************************************************************************************* */

body {
	font-family:Arial, "Times New Roman", Times, serif;
	height:100%;
	background-color: #fff;
	text-align:left;
	margin:0px;
	color: #777;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
	
/* ********************************************************************************************* */

div#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}
div.inner_container {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
.thumbnail {
	float:left;
	margin-right:10px;
}
#logo {
	padding-bottom:20px;
	float:left;
}
#strap {
	float:right;
}
ul#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
}
ul#navigation li {
	float:left;
	padding:5px 0px;
	padding-left:40px;
}
#nav {
	width:900px; margin-left:auto; margin-right:auto; border-top:solid #e8e9e9 1px; border-bottom:solid #e8e9e9 1px;
}
.half {
	width:400px;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
}
div.single {
	width:260px;
	float:left;
	margin-right:20px;
}
div.double {
	width:560px;
	float:left;
}
div.triple {
	width:820px;
	float:left;
}

.gallery {
	float:left;
	margin:0 7px 8px 0;
	border:solid #999 1px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

a:hover .gallery {
	float:left;
	border:solid #808386 1px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
img#feature {
	display:block;
}
.story-image {
	float:right;
	margin-bottom:20px;
}
.small_date {
	font-size:12px;
	font-weight:bold;
}
span.location {
	font-size:11.5px;
	font-weight:bold;
	text-transform:uppercase;
	color:#999;
}
.tab-highlight {
	border:solid 1px #c6d1d7;
	padding:10px 10px 5px 10px;
	background-color:#f2f7f9;
}