@import url('https://fonts.googleapis.com/css?family=Open+Sans|Asar');

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#eeeeee;
	font-family: 'Open Sans', sans-serif;
}

/* COMMON CLASSES */
.break { clear:both; }
#home_header/* HEADER */
 {
	height:500px;
}

#header_wrap {
}

#header {
	color: #FFFFFF;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6B6B61;
}
#topnav_left {
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	float: left;
	width: 460px;
	padding-left: 5px;
	display: inline;
}

#topnav_left a {
	color: #FFF;
}

#topnav_left a:hover {
	text-decoration: underline;
}


.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:500px;
	position:absolute;
}

/* NAVIGATION */

#nav_search_wrapper {
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	background-image: url(../images/icons/nav_search_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}
#nav_outer {
	height:110px;
	padding-top:0px;
	position:relative;
}
#navigation {
	height:135px;
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/icons/dark_trans_bg.png);
	background-repeat: repeat;
	background-position: top;
}

/* SEARCH */

#search {
	margin-right: 20px;
	margin-left: 5px;
	width: 160px;
	float: left;
}

#search input[type="text"] {
	color: #F9F9F9;
	width: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/icons/search_icon.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #6B6B61;
    }

#search input[type="text"]:focus {
	width: 120px;
    }


/* MAIN NAVIGATION */

#main_nav{
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	float: left;
	position: relative;
	padding-top: 4px;
	color: #FFF;
	padding-bottom: 2px;
}
#main_nav ul{
	list-style:none;
	padding-left: 5px;
}
#main_nav li{
	display:inline;
}
#main_nav a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 5px;
	margin-right: 5px;
}
#main_nav .sel a{
	color: #99CCFF;
	font-weight: bold;
}
#main_nav a:hover,#main_nav a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}
#main_nav .sel a:hover,#main_nav .sel a:focus{
	color: #0099CC;
}
#main_nav strong{font-weight:normal}
/* HEADER HAVIGATION */
#headernav_outer {
	position:relative;
	top:300px;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headernav {
	padding-left:830px;
}

/* HEADER TEXT */
#headertxt {
	width:960px;
	clear:both;
	position:relative;
	top:-80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#firstline {
	background-image:url("../images/icons/light_trans_bg.png");
	color:#FFFFFF;
	font-size:40px;
	padding:4px 13px 7px;
	float:left;
	display:block;
}
#secondline {
	background-image:url("../images/icons/light_trans_bg.png");
	color:#862022;
	text-decoration:none;
	font-size:2.2em;
	float:left;
	display:block;
	clear:both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: 'Asar', serif;
	line-height: 1.1em;
	font-style: italic;
}

.pictured {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	display:block;
	clear:both;
	margin-top:5px;
	background-image: url(../images/icons/very_dark_trans_bg.png);
	background-repeat: repeat;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.pictured a:link, a:visited, a:active {
	font-size:14px;
	font-style:italic;
	letter-spacing:0;
	text-transform:none;
	color:#FFF;
	text-decoration:none;
}

/* CONTROLS */
.btn {
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
}
#back {
	background-image:url(../images/icons/btn_back.png);
	margin-right: 5px;
}
#next {
	background-image:url("../images/icons/btn_next.png");
	margin-left: 5px;
}
#control { background-image:url("../images/icons/btn_pause.png"); }

/* CONTENT */


#content {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/icons/content_bg.png);
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #762123;
}
#content_rightcol {
	float: right;
	width: 260px;
	margin-right: 10px;
	margin-bottom: 10;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content_leftcol {
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	position: relative;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.coda_wrapper {
	clear: both;
	padding-bottom: 30px;
	background-color: #eeeeee;
}
	.coda {
	position: relative;
	width: 988px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* footer styles */

#footer_wrapper {
	clear: both;
	background-image: url(../images/icons/footer_bg.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#footer {
	width: 980px;
	min-height: 235px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer_GOinfo{
	float: left;
	font-size: 0.8em;
	margin-right: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	line-height: 1.3em;
	font-family: 'Open Sans', sans-serif;
	text-align: right;
	width: 230px;
	padding-right: 10px;
}

img.footer_textalign {
	float: left;
	vertical-align: text-bottom;
	margin-right: 10px;
}

/* funder logos */

#funders {
	padding-right: 2px;
	padding-left: 2px;
	list-style-type: none;
	margin-left: 20px;
	display: inline;
}

.funder_logos {
	padding-right: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}


/* text and header styles */

p {
	font-size: 0.9em;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hometext1 {
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(../images/icons/beasties.png);
	background-repeat: no-repeat;
	padding-left: 110px;
}

.hometext2 {
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(../images/icons/knot.png);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 110px;
}
.rightcoltext {
	font-size: 0.8em;
	padding: 5px;
}
ul.list_style1
{
	list-style-type: none;
	font-size: 0.9em;
	list-style-image: none;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
}

.list_item {
	background-image: url(../images/icons/list_item.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 20px;
	padding-bottom: 2px;
}

.leftcoltext {
	font-size: 0.8em;
	padding: 5px;
	width: 90px;
}

.visit_ferry {
	padding-left: 30px;
	background-image: url(../images/icons/ferry.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 1em;
}

.visit_subway {
	padding-left: 30px;
	background-image: url(../images/icons/subway.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	line-height: 2em;
}

.visit_bus {
	padding-left: 30px;
	background-image: url(../images/icons/bus.png);
	background-position: 2px 4px;
	background-repeat: no-repeat;
	line-height: 2em;
}

.visit_parking {
	padding-left: 30px;
	background-image: url(../images/icons/parking.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	line-height: 2em;
}

.visit_bike {
	padding-left: 30px;
	background-image: url(../images/icons/bike.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	line-height: 2em;
}

.visit_car {
	padding-left: 30px;
	background-image: url(../images/icons/car.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	line-height: 2em;
}

.download {
	padding-left: 30px;
	background-image: url(../images/icons/download_icon.png);
	background-repeat: no-repeat;
	background-position: 2px;
	line-height: 2em;
}

h1 {
	font-family: 'Asar', serif;
	font-size: 2.5em;
	font-weight: lighter;
	text-align: left;
}

h2 {
	font-family: 'Asar', serif;
	font-size: 1.8em;
	color: #5c707d;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 20px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c707c;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Asar', serif;
	font-size: 1.4em;
	font-weight: lighter;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	font-size: 1em;
	font-weight: lighter;
	color: #FFF;
	background-color: #5c707c;
	padding-left: 6px;
	margin-bottom: 6px;
	line-height: 1.1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	margin-top: 4px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.noscript {
	color: #FFC;
	font-size: 1.2em;
}


.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* link styles */

a:link {
	color: #006699;
	text-decoration: none;
	line-height: 1.4em;
	list-style-type: square;
}



a:visited {
	color: #666699;
	text-decoration: none;
}



a:active {
	color: #993366;
	text-decoration: none;
}



a:hover {
	color: #CC3366;
	text-decoration: none;
}

	

a:focus {
	text-decoration: none;
	color: #FF9933;
}
/* image styles */

.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {border: none; }

.left {
	text-align: left;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.right {
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 20px;
	padding-right: 10px;
}
.doc_list {
	text-align: left;
}

.hide {
	display: none;
}


.tablecaption {
	text-align: left;
	color: #666666;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

table {
	border: 1px solid #999999;
	text-align: left;
	font-size: 0.9em;
	text-indent: 5px;
	color: #330000;
	padding: 2px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td, th {
	border: 1px solid #999;
}
