/* content */

p, td {
	font: 16px/19px "times new roman",times,georgia,serif;
	margin: 7px 0;
	color: #1b3664;
	}
a {
	text-decoration: none;
	color: #df7a1c;
	}
li a {
	color: #1b3664;
	}
a:hover, li a:hover {
	color: #df7a1c !important;
	text-decoration: underline;
	}
p.summary {
	font: 20px/24px "times new roman",times,georgia,serif;
	color: #1b3664;
	}
.wide p.summary {
	border-bottom: transparent;
	}
h1,h2,h3,h4,h5,h6 {
	color: #b5121b !important;
	font: 28px/28px "trebuchet ms",trebuchet,sans-serif;
	margin: 9px 0 0 0;
	padding: 0;
	}
h2 {
	font: 20px/20px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h3 {
	font: bold 18px/18px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h4 {
	font: bold 16px/16px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h5  {
	font: bold 14px/14px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
h6  {
	font: bold 12px/12px "trebuchet ms",trebuchet,sans-serif;
	text-transform: uppercase;
	color: #1b3664 !important;
	}
ul {
	color: #666;
	list-style-type: none;
	margin: 5px 0 9px 0;
	padding: 0 0 0 15px;
	}
li {
	margin: 3px 0 3px 0;
	padding: 3px 0 0 18px;
	background: url(/g/orange_arrow.gif) 0px 5px no-repeat;
	font: 16px/16px times,georgia,serif;
	color: #666;
	}
ol {
	margin: 5px 0 9px 0;
	padding: 0 0 0 15px;
	}
ol li {
	background: transparent;
	margin: 3px 0 3px 18px;
	padding: 3px 0 0 0;
	}

ul ul, ul ol, ol ul, ol ol {
	margin: 5px 0 0 20px;
	padding: 0;
	}

.clear {
	position: relative;
	clear: both;
	height: 1px;
	}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0;
	height: 0;
	padding: 0;
	}
	
/* pull quote */

.pullquote {
	margin: 15px 0;
	padding: 8px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	}
.pullquote p {
	font: italic 20px/24px "times new roman",serif;
	color: #888;
	}

/* tags inline in article */
	
p.tags {
	border-top: 1px solid #ccc;
	padding: 8px 0;
	margin: 10px 0 5px 0;
	}

/* sidebar */

#sidebar {
	position: relative;
	float: right;
	width: 160px;
	background: #a7d57A;
	padding: 15px;
	margin: 0 10px 20px 20px;
	font: 11px  "trebuchet ms",trebuchet,arial,sans-serif;
	}
#sidebar h4 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
	text-transform: uppercase;
	font: 12px/12px  "trebuchet ms",trebuchet,arial,sans-serif;
	}

	
/* images */


.imagine {
	margin: 5px 0 5px 0;
	padding: 5px 0;
	display: block;
	}
.imagine img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: #fff;
	border: 0px solid #ccc;
	}
.caption {
	color: #666;
	font: 11px/13px arial,sans-serif;
	margin: 0;
	padding: 5px 0 5px 0;
	z-index: 20;
	display: block;
	}
	
.caption .credit {
	font: 11px/12px arial,sans-serif;
	padding-top: 4px;
	color: #999;
	}
.caption .credit a {
	color: #999;
	}
	
.imagine.imgleft {
	float: left;
	margin: 0 0 5px 0;
	padding: 5px 10px 0 0;
	}
.imagine.imgright {
	float: right;
	margin: 0 0 5px 0;
	padding: 5px 0 0 15px;
	}

img.iconimage {
	border: 0;
	margin: 0 3px -2px 0;
	}
.imagine ping img {
	padding: 0;
	background: transparent;
	border: transparent;
	}
	
/* tooltips */

#tooltip {
    padding: 5px 5px 8px 5px;
    background: #eee;
    border: 1px solid #ccc;
    font: 11px/13px arial,sans-serif;
	color: #555;
	width: 200px;
	z-index:1000;
	}
.ttip {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
	}
h2 .ttip, h3 .ttip {
	text-decoration: none;
	color: #333;
	border-bottom: 0;
	}
a.ttip {
	color: #df7a1c;
	}

	
/* Feature table */

p.featurerss, p.postmetadata {
	color: #666; 
	vertical-align:middle;
	text-transform: uppercase; 
	font: 10px/11px arial,sans-serif; 
	border-top: 1px dotted #aaa; 
	padding: 5px 0 0 0;
	margin: 6px 0 6px 0;
	}

table.featuretable {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px dotted #777;
	margin: 5px 0 !important;
	}
table.featuretable.lodge {
	border-top: 1px solid #777;
	}
table.featuretable td {
	padding: 8px 0 4px 0;
	font: 12px/14px arial,sans-serif;
	}
table.featuretable td p {
	margin: 0 0 6px 0;
	padding: 0;
	font: 12px/14px arial,sans-serif;
	}
table.featuretable h3 {
	font: 18px/18px "times new roman",times,serif !important;
	text-transform: none !important;
	margin: 0 0 5px 0;
	}	
table.featuretable h4 {
	font: 13px/13px arial,"trebuchet ms", trebuchet, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
table.featuretable img {
	margin: 0 0 6px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	}
table.featuretable img.socialicon {
	margin: 0 3px -4px 0;
	padding: 0;
	border: 0;
	}
table.featuretable tr {
	border-bottom: 1px dotted #777;
	}
table.featuretable.lodge tr {
	border-bottom: 1px solid #777;
	}
	
table.featuretable.lodge td p.lodgep {
	margin: 4px 0 0 0;
	padding: 4px 0;
	border-top: 1px dotted #999;
	}
table.featuretable td .featureaddress {
	padding: 5px 12px;
	}
table.featuretable td .featureaddress  p {
	font: 11px/13px "trebuchet ms", trebuchet, arial, sans-serif;
	}
table.featuretable td.featuretextblock {
	width: 400px; 
	padding-left: 10px;
}
table.featuretable p.dottedbordertop {
	border-top: 1px dotted #aaa;
	padding-top:3px;
}

/* form table */

.formtable td {
	font: 12px/14px arial,sans-serif;
	padding: 2px 2px;
	}
.formtable td textarea {
	width: 100%;
	}
textarea {
	font: 12px/15px arial,sans-serif;
	}
	
/* Events */

.mainevent {
	margin: 10px 0 16px 0 !important;
	padding: 0;
	}
.eventdesc {
	margin-bottom: 8px;
	padding: 0;
	}
.mainevent p.prelocal {
	font: bold 14px/14px arial,sans-serif;
	margin: 0 0 2px 0 !important;
	padding: 0 !important;
	color: #333;
	}
.mainevent p.local {
	color: #777;
	padding: 0 0 3px 0;
	margin: 0;
	font: 14px/16px arial,sans-serif;
	}
.mainevent p.runsthrough {
	color: #333;
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 0;
	}
h4.eventlabel {
	margin-bottom: 15px; 
	color: #333;
	border-bottom: 1px solid #999;
	padding-bottom: 9px;
	}
.mainevent h3.eventtitle {
	margin: 0;
	background: #555;
	font: bold 14px/14px arial,sans-serif;
	padding: 5px 8px !important;
	color: #fff !important;
	margin: 5px 0 -2px 0 !important;
	}
.mainevent p.tags {
	margin: 0 0 0 0;
	border: 0;
	}
.mainevent img {
	margin-top: 5px;
	}
	
/* POSTCARDS */

#postcard {
	background: #fff; 
	width: 570px; 
	height: 150px; 
	margin: 0 0 20px 0;
	position: relative;
	}
#stamped {
	position: absolute;
	width: 67px; 
	height: 74px; 
	top: 8px; 
	right: 8px;
	}
#postto {
	position: absolute; 
	top: 30px; 
	left: 20px; 
	width: 200px; 
	height: 40px;
	}
#postto table, #postfrom table {
	width: 200px;
	border-collapse: collapse;
	border: 0;
	}
td.tdto {
	width: 40px; 
	font: 12px/12px arial;
	color: #666; 
	text-align: right;
	padding: 2px 3px;
	}
td.tdtoto {
	font: 14px/14px georgia; 
	border-bottom: 1px dotted #999;
	width:160px;
	padding: 2px 3px;
	}
#postfrom {
	position: absolute; 
	top: 60px; 
	left: 20px; 
	width: 200px; 
	height: 40px;
	}
#posttext {
	position: absolute; 
	top: 20px; 
	left: 240px; 
	width: 200px; 
	height: 110px; 
	border-left: 1px dotted #999; 
	padding: 0 0 0 20px;
	font: 12px/18px georgia;
	}
#posttext p {
	margin: 0; 
	padding: 0;
	}
#postback {
	position: absolute;
	top: 115px; 
	left: 68px; 
	width: 140px; 
	height: 20px;
	}
.postbutton {
	display: block; 
	text-decoration: none; 
	width: 130px; 
	height: 10px; 
	text-align: center; 
	font: 10px/10px georgia; 
	color: #1675a8; 
	text-transform: uppercase;
	border: 1px solid #86c5e7; 
	margin: 0; 
	padding: 1px 10px 2px 10px; 
	letter-spacing:1px;
	}
#postcardselect {
	background: #fff;
	width: 570px;
	position: relative;
	padding: 0;
	font: 12px/18px georgia;
	margin: 13px 0 20px 0;
	}
.slideholder {
	position: relative; 
	margin: 10px 5px 5px 10px;
	float: left; 
	background: #fff; 
	border: 1px dotted #bbb; 
	padding: 0;
	font: 11px/11px "trebuchet ms",trebuchet,arial;
	width: 96px;
	}
.slideimg {
	position: relative;
	height: 90px;
	background: #fff; 
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	width: 90px;
	padding: 3px 3px 4px 3px;
	margin:0;
	}
#postcards {
	margin-left: 5px;
	}
	
.clear {
	clear: both;
	line-height: 1px;
	}
	

	
/* maps */

#map {
	overflow: hidden;
	z-index: 2000;
	border: 1px solid #333;
	}

#map h3 {
	font: 16px/16px georgia,serif;
	color: #af4100;
	margin: 5px 0 5px 0;
	padding: 0;
	}
#map p {
	font: 11px/13px "trebuchet ms", trebuchet, arial, sans-serif;
	}
#map img {
	float: left;
	margin: 0 8px 3px 0;
	}
.mapinfo {
	width: 260px;
	height: 200px;
	overflow: auto;
	}
.mapinfo .caption {
	display: none;
	}
.mapinfo h3 {
	text-transform: none;
	}
table.mapsidebartable td {
	padding: 5px 8px;
	}
table.mapsidebartable h3 {
	font: bold 14px/14px "trebuchet ms",trebuchet,sans-serif !important;
	text-transform: uppercase !important;
	color: #1b3664 !important;
	}
	
/* bridge */

#bridgemain {
	position: relative;
	width: 730px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 12px 0;
	}
.color1 #bridgemain {
	background: url(/g/bridge_main_1.gif) top left no-repeat;
	}
.color2 #bridgemain {
	background: url(/g/bridge_main_2.gif) top left no-repeat;
	}
.color3 #bridgemain {
	background: url(/g/bridge_main_3.gif) top left no-repeat;
	}
.color4 #bridgemain {
	background: url(/g/bridge_main_4.gif) top left no-repeat;
	}
.color5 #bridgemain {
	background: url(/g/bridge_main_5.gif) top left no-repeat;
	}
.color6 #bridgemain {
	background: url(/g/bridge_main_6.gif) top left no-repeat;
	}
.color7 #bridgemain {
	background: url(/g/bridge_main_7.gif) top left no-repeat;
	}
#bridgemainimage {
	position: absolute;
	width: 458px;
	height: 196px;
	top: 2px;
	left: 2px;
	}
#bridgemainimage img {
	border: 0;
	}
#bridgemaintext {
	width: 240px;
	height: 170px;
	position: absolute;
	top: 15px;
	left: 475px;
	}
#bridgemaintext h1, #bridgemaintext h2, #bridgemaintext h3 {
	margin: 0;
	padding: 0;
	color: #fff !important;
	font: 24px/25px "times new roman",times,serif;
	}
#bridgemaintext a {
	color: #fff;
	text-decoration: none;
	}
#bridgemaintext p {
	margin: 8px 0;
	padding: 0;
	font: bold 12px/18px arial,helvetica,sans-serif;
	color: #fff;
	}
	
/* Inline tables */

table.inlinetable {
	font: 12px/15px arial,sans-serif;
	color: #555;
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	}
table.inlinetable td {
	border: 1px solid #ccc;
	padding: 5px;
	}
table.inlinetable .tableright {
	text-align: right;
	}
	
/* species */

#speciessearch {
	position: relative;
	height: 29px;
	border: 1px solid #999;
	background: url(/g/search_bg.jpg) top left repeat;
	overflow: hidden;
	}
.spselect {
	width:310px; 
	color:#999; 
	font:13px sans-serif; 
	padding: 2px 3px 3px 3px; 
	background: url(/g/search_bg.jpg) top left repeat-x;
	}
	
/* front */

#frontdisplay {
	position: relative;
	width: 966px;
	top: 0;
	height: 346px;
	overflow: hidden;
	z-index: 50;
	}
#frontinfo {
	position: absolute;
	top: 0;
	left: 560px;
	width: 310px;
	height: 306px;
	padding: 0 18px 40px 18px;
	background: url(/g/white80.png) top left repeat;
	overflow: auto;
	}
#frontstory {
	padding-top: 10px;
	}
#frontlink {
	position: absolute;
	bottom: 0;
	width: 306px;
	height: 28px;
	left: 560px;
	padding: 12px 18px 0 18px;
	}
#frontlink a {
	font: bold 14px/14px "trebuchet ms",trebuchet,arial,sans-serif;
	background: url(/g/orange_arrow.gif) top left no-repeat;
	padding: 0 0 0 18px;
	text-transform: uppercase;
	color: #1b3664;
	}
#frontthumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 552px;
	height: 40px;
	background: url(/g/black80.png) top left repeat;
	padding: 0 0 0 8px;
	}
#frontthumbs a {
	display: inline;
	
	margin: 8px 8px 0 0;
	height: 24px;
	width: 67px;

	}
#frontthumbs img {
	display: inline;
	}
	
.addtocart {	
	padding: 1px 4px 0 4px;
	background: #df7a1c;
	border: 1px solid #d4d4d4;
	font: bold 11px/11px "trebuchet ms",trebuchet,arial,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	}

/* tv */

#vidcontainer {
	position: relative;
	width: 800px;
	padding: 10px;
	height: 320px;
	background: #1c3664;
	margin: 0 0 20px 0;
}
#vidinfo {
	position: absolute;
	top: 5px;
	left: 585px;
	width: 200px;
	}
#vidinfo p, #vidinfo h3 {
	color: #fff !important;
	}
#vidinfo p.vchannel {
	color: #999 !important;
	text-transform: uppercase;
	font: bold 14px/14px "trebuchet ms",trebuchet,sans-serif;
	margin-bottom: 20px;
	}
#container #content #maintext.videopage table.featuretable td {
	padding: 10px;
	}
