* {
	margin: 0;
	padding: 0;
}


body {
	background: #fff;
	color: #3C545B;
	font: normal normal 12px/150% Tahoma, Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 2ex 0;
	padding: 0;
}

a, a:link {
	background: transparent;
	color: #204B61;
	text-decoration: underline;
}

	a:visited {
		color: #204B61;
	}

	a:hover {
		color: #204B61;
	}

	a:hover:visited {
		color: #204B61;
	}

	a:active {
		color: #0000CC;
	}

	a:active:visited {
		color: #800080;
	}


 img, a img, a:link img, a:hover img, a:visited img {
	border: 0;
	margin: 0;
}


td {
	padding: 4px;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
	margin-bottom: 10px;
}

h1 span, h2 span, h3 span, 
h5 span, h6 span {
	float: right;
	padding: 2px 0;
}

h1 {
	border-bottom: 1px solid #6487DC;
	color: #6487DC;
	font-size: 3.8ex;
}

h2 {
	border-bottom: 1px solid #577B87;
	color: #577B87;
	font-size: 32px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}

h3 {
	background: #577B87;
	color: #fff;
	font-size: 2ex;
	margin-bottom: 5px;
	padding: 3px 4px;	
}

h4 {
	font-size: 1.6ex;
}

h5 {
	background: #6487DC url(images/1/white-strip.png) top left repeat-x;
	border-top: 1px solid #d9d9d9;
	color: #fff;
	font-size: 1.5ex;
	padding: 2px 7px;
}

	h5 a, h5:link, h5 a:visited, h5 a:hover,
	h5 a:hover:visited, h5 a:active, h5 a:active:hover {
		color: #3981B6;
		display: block;
		text-decoration: none;
	}

h6 {
	font-size: 1.2ex;
}


ul {
	margin: 0 0 30px 25px;
}

	li {
		margin: 0 0 20px 0;
	}

ol {
	margin: 0 0 30px 30px;
}

dt {
	font-weight: bold;
}

	dd {
		margin: 3px 0 20px 20px;
	}

table, td{
	border: none;
	font: normal normal 12px/150% Verdana, Arial, Sans-Serif;
	text-align: left;
}

kbd, label kbd{
	font: normal normal 12px/150% Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

	label kbd{
		font-weight: bold;
	}

fieldset{
	background: transparent;
	border: 1px solid #ccc;
	font-size: .9em;
	line-height: 150%;
	margin: -5px 0 0 0;
	padding: 1px 5px 10px 5px;
	text-align: left;
}

	legend{
		color: #000;
		font-weight: bold;
	}




form {
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	margin: 0;
	vertical-align: middle;
}


label{
	cursor: pointer;
}
	
	label:hover{
		color: #000;
	}

div{
	text-align: left;
}




/*
+--------------------------------------------------------------------------
| Basic styles
+--------------------------------------------------------------------------
*/

.errormessage {
	border: 1px solid #FF7800;
	padding: 3px;
}

.errormessage h1 {
	background: #FF7800;
	border: none;
	color: #fff;
	font-size: 1.8em;
	margin: 0;
	padding: 7px 5px;
	padding-left: 10px;
}

.errormessage p {
	background: #FFE7D1;
	color: #C85000;
	font-weight: bold;
	margin: 0;
	padding: 7px;
}

.errormessage .footer {
	background: #FFF3E9;
	border-top: 1px solid #FF7800;
	font-weight: normal;
	padding: 8px;
}

	.center{
		text-align: center;
	}

	.left{
		text-align: left;
	}

	.right{
		text-align: right;
	}

	.justify {
		text-align: justify;
	}

	.bold{
		font-weight: bold;
	}
	
	.italic{
		font-style: italic;
	}

	.strike {
		text-decoration: line-through;
	}

	.desc{
		font-size: .9em;
		font-weight: normal;
	}

	.nowrap, .nowrapr, .nowrapc{
		white-space: nowrap;
	}		

		.nowrapr{
			text-align: right;
		}

		.nowrapc{
			text-align: center;
		}


.top {
	vertical-align: top;
}

table.fifty50{
	width: 100%;
}

table.fifty50 td{
	width: 50%;
	vertical-align: top;
}


.break{
	clear: both;
	height: 5px;
}

.super {
	vertical-align: super;
}


.rightfloat {
	float: right;
}




/*
+--------------------------------------------------------------------------
| Input
+--------------------------------------------------------------------------
*/
	input.text, select, select.text, input.errortext, input.macrotext, 
	a.fauxbutton, a.close,
	textarea, textarea.textarea, input.smalltext{
		background-color: #fff;
		border: 1px solid #999;
		color: #000;
		font: normal normal normal 14px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
		margin: 0;
		padding: .3ex;
		text-align: left;
	}

	select {
		padding: 0;
	}

	input.smalltext {
		padding: 2px;
	}

	input.smalltext:focus, input.text:focus, textarea.text:focus{
		background: #fff;
		border: 1px solid #555;
	}

	input.checkbox{
		background: transparent;
		border: none;
		cursor: pointer;
		margin: 0;
		padding: 0;
	}

		input.checkboxdisabled{
			background: #000;
			border: 1px solid #999;
			cursor: default;
			margin: 0;
			padding: 0;
		}

	input.submit, a.fauxbutton,
	input.reset, input.close, a.close{
		color: #000;
		cursor: pointer;
		font: normal normal normal 14px Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
		font-weight: bold;
		text-align: center;		
	}

	input.reset, input.close, a.close {
		color: #777;	
	}

	input.errortext{
		background-color: #FEEDED;
		border: 1px solid #9E0000;
		color: #9E0000;		
	}

	input.go {
		background: #204B61 url(images/1/go.gif) no-repeat;
		cursor: pointer;
		height: 18px;
		text-indent: -900em;
		width: 25px;
	}












/*
+--------------------------------------------------------------------------
| Header
+--------------------------------------------------------------------------
*/


#header {
	background: #fff url(images/header.jpg) top left repeat;
	border-bottom: 1px solid #fff;
	height: 155px;
	margin: 0;
	padding: 0;
}

#header h1 {
	background: transparent url(images/coastal-transplants.jpg) top left no-repeat;
	border: none;
	height: 155px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -900em;
	width: auto;
}

	#header h1 a {
		display: block;
		height: 123px;
		width: 766px;
	}

#container {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: auto;
}



/*
+--------------------------------------------------------------------------
| Content
+--------------------------------------------------------------------------
*/

#navwrap{
	background: #73743A url(images/nasv-bg.gif) top left repeat-x;
	border-top: 2px solid #55562C;
	border-right: 1px solid #55562C;
	text-align: left;
	height: 30px;
}




#breakingnews {
	background: transparent url(images/breaking-news.gif) top right no-repeat;
	height: 155px;
	width: 185px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 1px;
	z-index: 9999;
}

	#breakingnews a {
		background: transparent;
		height: 155px;
		width: 185px;
		display: block;
		margin: 0;
		padding: 0;
	}






ul#nav { /* all lists */
	position: absolute;
	top: 160px;
	left: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

ul#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}

		ul#nav li a {
			border-left: 1px solid #55562C;
			color: #fff;
			height: 3ex;
			font-size: 16px;
			font-weight: bold;
			font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
			line-height: 150%;
			margin: 0;
			padding: 0 10px;
			text-align: center;
			text-decoration: none;
			white-space: nowrap;
		}

		ul#nav li a:hover {
			background: #8B8D47;
			text-decoration: underline;
		}

ul#nav li ul { /* second-level lists */
	background: transparent url(images/nav-li-ul9.jpg) 0 10px repeat-x;
	display: none;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding: 10px 0 5px 0;
	position: absolute;
	top: 1em;
	left: 0;
	width: 15em;
}

ul#nav li ul li {
	background: transparent;
	border-bottom: 1px solid #73743A;
	display: block;
	text-align: left;
	width: 15em;
}

	ul#nav li ul li a {
		background: #8B8D47;
		display: block;
		font-weight: normal;
		font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
		font-size: 14px;
		padding: .3ex .3em;
		text-align: left;
	}

	ul#nav li ul li a:hover {
		background: #AAAC59;
		text-decoration: underline;
	}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}




/*
+--------------------------------------------------------------------------
| Content
+--------------------------------------------------------------------------
*/

#contenttable td {
	margin: 0;
	padding: 5px;
	vertical-align: top;
}

.navfluid {
	background: #6487DC;
}

.left {
	background: #f5f5f5;
	border-right: 1px solid #9DB8E3;
	padding: 0 5px;
	width: 200px;
}


	.left p {
		background: #F5F5EF;
		border: 1px solid #E8E8DD;
		color: #57582C;
		font-size: 1em;
		margin: 0;
		padding: 2px 6px;
	}

	.left label {
		background: #E4ECF8;
		border: 1px solid #C8D7F0;
		display: block;
	}



#contactform h3 {
	background: transparent;
	color: #3C545B;
	margin: 0;
}

#contactform h3 span {
	float: none;
}

#contactform p {
	background: #E4ECF8;
	border: 1px solid #D7E2F4;
	display: table;
	margin: 2px 0 10px 0;
	padding: 6px 4px;
}

#contactform span {
	color: red;
}






.content {
	vertical-align: top;
}

#right {
	background: #F0F0F0;
	border-left: 1px solid #999;
	width: 200px;
}



#footer {
	background: #E4ECF8;
	color: #205DB0;
	margin: 0;
	text-align: center;
	padding: 10px;
}

	#footer span {
		display: block;
	}

	#footer span, #footer span a {
		color: #205DB0;
	}

























/*Used as a spacer div elsewhere*/

div.spacer {
	clear: both;
	text-align: right;	
	margin-bottom: 100px;
	margin-right: 20px;
}


/* The main gallery breadcrumbs div */

#breadcrumbtrail {
	font-size: 12px;
	background-color: #C6C6C6;
	padding: 5px;
	margin: 0;
	color: #36c;
}

#breadcrumbtrail a {
	color: #36c;
	background-color: #C6C6C6;
}

#breadcrumbtrail a:hover {
	font-size: 12px;
	text-decoration: none;
	background-color: #C6C6C6;
	color: white;
}

/* Individual thumbnail images */

div.thumb {
	background: #f5f5f5;
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 10px;
	width: 125px;
	text-align: center;
}

div.thumb a img {
	border: 1px solid #ccc;
	margin: 0;
}


/* Nested tables need a wider td than standard or IE 'squishes' them */

td.nest {
	width: 590px;
}


td.left {
	text-align: left;
	font-size: 12px;
}

td.center {
	text-align: center;
	font-size: 12px;
}

/* Used for paging - next page, previous page etc */

.prevnext {
	font-size: 10px;
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: black;
}
.prevnext a, .prevnext a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #36c;
}
.prevnext a:hover {
	font-size: 10px;
	text-decoration: none;
	background-color: #36c;
	color: white;
}