@charset "utf-8";
/** base.css contains the reset to even out cross-browser display**/
@import "base.css";
/** helpers.css contains helper classes **/
@import "helpers.css";
/** columns.css contains the column styles **/
@import "columns.css";
@import "thickbox.css";
/** Style like you normally would. **/
html {
	background:#5bb6df;
	text-align:center;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:80%;
}

a {
	color:#0068aa;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:140%;
	color:#0068aa;
}
h1.main, h2.main {
	font-size:130%;
	font-family:Verdana, Geneva, sans-serif;
	color:#0068aa;
	line-height:66px;
	background:#fff;
	margin:0;
	padding-left:20px;
	text-transform:uppercase;
	font-weight:300;
	border-top:6px solid #79a340;
}
#header {
	height:306px;
	width:248px;
	float:left;
	display:inline;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	position:relative;
	z-index:10;
}
	#header #logo {
		width:248px;
		height:180px;
		background:#fff;
		text-align:center;
		margin:0;
		overflow:auto;
	}
	#header #logo a {
		width:200px;
		height:150px;
		float:left;
		display:inline;
		margin:15px 24px;
		text-indent:-5000px;
		background:url(../images/logo.jpg) no-repeat center center;
	}
	#header .menu {
		width:248px;
		background:#4b4c4d;
		padding-bottom:6px;
		position:relative;
	}
	#header .menu li {
		width:248px;
		height:29px;
		border-bottom:1px solid #FFF;
		position:relative;
		z-index:1;
	}
	#header .menu li a {
		line-height:29px;
		font-size:100%;
		color:#fff;
		padding-left:30px;
		width:218px;
	}
	#header .menu li:hover ul {
		display:block;
	}
	#header .menu li.over {
		z-index:10;
	}
	#header .menu li.about {
		background:#0068aa url(../images/bg-menu-blue.jpg) repeat-x top left;
	}
	#header .menu li.news {
		background:#50B9B5;
	}
	#header .menu li.media {
		background:#79a340;
	}
	#header .menu li.map {
		background:#aabb49;
	}
		#header .menu li ul {
			margin:0;
			position:absolute;
			left:160px;
			top:-40px;
			background:url(../images/bg-sub-menu.png) no-repeat left center;
			width:171px;
			height:89px;
			padding:10px 0;
			z-index:10;
			display:none;
		}
		#header .menu ul li {
			width:150px;
			padding-left:20px;
			border:0;
		}
		#header .menu ul li a {
			width:auto;
			font-size:90%;
			padding-left:2em;
		}

#feature, #page-heading {
	border-bottom:1px solid #FFF;
	float:right;
	display:inline;
	width:750px;
	background:#fff;
}
	#feature #FlashID, #feature img {
		float:left;
		display:inline;
	}
	#page-heading h1 {
		border-top:6px solid #79a340;
		width:520px;
		line-height:65px;
		padding-left:30px;
		float:left;
		display:inline;
		margin:0;
		font-size:130%;
		font-family:Verdana, Geneva, sans-serif;
		color:#0068aa;
		text-transform:uppercase;
		font-weight:300;
	}
	ul.secondary {
		border-top:6px solid #79a340;
		width:199px;
		float:left;
		display:inline;
	}
	ul.secondary li {
		line-height:65px;
		border-top:1px solid #fff;
		background:#AABB49;
		width:99px;
	}
	ul.secondary li a.left {
		text-align:right;
		padding-right:6px;
		width:93px;
		background:url(../images/bg-sec-menu.gif) no-repeat right center;
	}
	ul.secondary li a.right {
		width:94px;
		padding-left:5px;
		border-right:1px solid #AABB49;
	}
	ul.secondary li a {
		line-height:64px;
		color:#fff;
		font-size:88%;
	}

#main-content {
	background:#fff url(../images/bg-main-gradient.jpg) repeat-x top left;
	overflow:auto;
	padding-bottom:30px;
	border-bottom:1px dotted #5BB6DF;
	position:relative;
	z-index:1;
}
#column-one {
	width:250px;
	margin:0;
	clear:left;
}
#column-one h1, #column-one h2, #column-one h3, #column-one p {
	margin-left:30px;
	margin-right:15px;
}
	#column-one h2.main {
		color:#50b8b4;
		margin-right:0;
		margin-left:0;
		border:0;
		padding-left:30px;
		border-right:1px solid #d8e7ed;
	}
	#column-one h3 {
		background:url(../images/bg-side-accent.gif) top left no-repeat;
		margin:0 0 10px 0;
		font-size:110%;
		width:213px;
		line-height:27px;
		color:#FFF;
	}
	#column-one .item h4 {
		margin:.5em 0;
		padding-left:5px;
		font-size:105%;
	}
	#column-one .item p {
		margin:.25em 0 1em 0;
		padding-left:5px;
	}
	#column-one .item form {
		padding-left:5px;
	}
	#column-one .item a img {
		padding-left:3px;
	}
	#column-one h3.register span {
		background:url(../images/icon-pencil.gif) 10px center no-repeat;
		padding-left:35px;
	}
	#column-one h3.media span {
		background:url(../images/icon-media.gif) 10px center no-repeat;
		padding-left:35px;
	}
	#column-one input.textBox {
		border:1px solid #d2de71;
		background:#fff;
		padding:4px 12px;
		margin:0 0 8px 0;
		color:#666;
		width:175px;
	}
	#column-one input.btn {
		background:#79a340;
		border:0;
		color:#fff;
		padding:4px 10px;
		cursor:pointer;
	}
	#column-one .item {
		border-bottom:1px dotted #333;
		padding-bottom:1em;
		margin:30px 0 30px 20px;
		width:215px;
		overflow:auto;
	}
	#column-one .item .default-btn {
		background:#79a340;
		border:0;
		color:#fff;
		padding:4px 10px;
		cursor:pointer;
		float:left;
		display:inline;
		margin-left:5px;
	}

.three #column-two {
	width:549px;
	margin:0;
	float:right;
	padding-top:1em;
	display:inline;
	overflow:hidden;
	position:relative;
	z-index:1;
}
	.three #column-two h1, .three #column-two h2, .three #column-two h3, .three #column-two p, .three #column-two small {
		padding:0 20px 0 30px;
	}
	.three #column-two h1.main {
		border-top:6px solid #79a340;
	}
	.community .three #column-two h1.main, .media .three #column-two h1.main, .map .three #column-two h1.main, .about .three #column-two h1.main  {
		background:#fff;
	}
	.entry ul {
		padding:0 20px 0 45px;
	}
	.entry ol {
		padding:0 20px 0 45px;
	}
.three #column-three {
	width:200px;
	margin:0;
	float:right;
	display:inline;
	overflow:hidden;
	clear:none;
}
	.three #column-three p {
		padding:0 20px;
	}
	.three #column-three h3 {
		margin:0 0 0 20px;
		padding:1em 0;
		font-size:120%;
	}
	.three #column-three h2.main {
		color:#79a340;
		border-top:6px solid #79a340;
	}
	.three #column-three h2.main {
		background:#fff;
		height:66px;
	}
.two #column-two {
	width:750px;
	margin:0;
	float:right;
	padding-top:1em;
}
	.two #column-two h1, .two #column-two h2, .two #column-two h3, .two #column-two p, .two #column-two small {
		padding:0 20px 0 30px;
	}
	.two #column-two li h3 {
		font-size:125%;
		padding:0 20px 0 0;
	}
	.two #column-two li p {
		padding:0 20px 0 0;
	}
	.two #column-two h1.main {
		padding-right:0;
		width:500px;
	}
#column-two ol.sponsors {
	list-style:none;
	margin-left:30px;
}
#column-two ol.sponsors li {
	margin-left:0;
}
#column-three ol.sponsors {
	list-style:none;
	margin-left:20px;
}
#column-three ol.sponsors li {
	margin-left:0;
	margin-bottom:8px;
}
#column-three .menu {
	margin:20px;
	width:160px;
}
#column-three .menu li {
	width:160px;
	margin-bottom:8px;
}
.sponsor {
	padding-left:20px;
}


#footer {
	padding:10px 10px 10px 275px;
}
	#footer .menu li {
		padding-right:10px;
		margin-right:5px;
		background:url(../images/bg-footer-circle.gif) no-repeat right center;
	}
	#footer .menu li.last {
		background:none;
	}
	#footer .menu a {
		color:#fff;
		font-size:80%;
		width:auto;
	}
	#footer p {
		font-size:75%;
		margin:0;
		padding:.5em 0;
	}
.video {
	padding:10px 0;
	position:relative;
	width:550px;
	min-height:120px;
}
	.video .thumb {
		position:absolute;
		left:30px;
		top:10px;
	}
	.video h2 {
		position:relative;
		left:250px;
		top:0;
		margin:0;
		width:300px;
	}
		.video h2 a {
			color:#333;
		}
	.video p, .video .watch-lnk {
		position:relative;
		left:250px;
		top:0;
		width:300px;
	}
	.three #column-two .video h1, .three #column-two .video h2, .three #column-two .video h3, .three #column-two .video p, .three #column-two .video small {
		padding:0;
	}

.story-lnk, .comments-lnk {
	float:left;
	display:inline;
	padding:5px 0 5px 20px;
	margin-left:30px;
	background:url(../images/icon-comments.gif) no-repeat left center;
}
.story-lnk {
	padding-left:16px;
	background:url(../images/icon-story.gif) no-repeat left center;
}
#column-one .story-lnk {
	margin-left:5px;
}
.watch-lnk {
	background:url(../images/icon-watch.gif) no-repeat left center;
	padding:5px 0 5px 25px;
}
.list {
	padding-left:40px;
	line-height:135%;
	margin:1em 0;
}
	.list li {
		margin-bottom:.5em;
	}
dl {
	padding-left: 30px;
	margin:0;
}
	dl dt{
		margin-top:15px;
		font-weight:bold;
		color:#0068aa;
	}
	.three #column-two dl p{
		padding:0;
		margin:0;
	}
	dl dd{
		margin:0;	
	}
	.advisory .three #column-two p strong{
		font-size:110%;
		color:#0068aa;
	}
#column-three dl {
	padding-left: 20px;
	padding-right:8px;
	margin:0;
}
#column-three dl dt {
	margin-top:10px;
	line-height:normal;
}
#column-three dl dt.ui-state-default {
	margin-top:10px;
}
#column-three dl dt.ui-state-active a {
	text-decoration:underline;
}
#column-three dl dd {
	font-size:85%;
	line-height:normal;
	margin-top:10px;
}
#column-three dl dd a {
	float:left;
	display:inline;
	padding-bottom:8px;
	color:#333;
}
#column-three dl dd br {
	clear:both;
}
.three #column-two .latest-post h4 {
	border-top:1px dotted #333333;
	padding:0;
	padding-top:1em;
	margin:2em 20px 1em 30px;
	font-size:105%;
}


/** FORM STYLES **/
#searchform label {
	text-align:left;
	font-size:120%;
	font-weight:bold;
	padding-left:0;
}
#searchform #s {
	border:1px solid #D2DE71;
	background:#fff;
	font-size:125%;
	padding:2px 0;
}

label {
	float:left;
	display:inline;
	width:80%;
	padding-left:30px;
	line-height:200%;
}
#signupform input.textBox {
	margin:0 0 2px 30px;
}
input.textBox {
	border:1px solid #d2de71;
	background:#fff;
	padding:5px 12px;
	margin:0 0 8px 30px;
	color:#666;
	width:320px;
}
.errorText {
	color:#015EA1;
	margin:0 0 10px 30px;
	padding:5px 12px;
	font-style:italic;
	border:1px solid #79A340;
	width:320px;
}
textarea {
	border:1px solid #d2de71;
	background:#fff;
	padding:4px 12px;
	margin:0 0 8px 30px;
	color:#666;
	width:320px;
	height:80px;
}
#contactForm input.btn, #commentform input.btn, #signupform input.btn {
	background:#79a340;
	border:0;
	color:#fff;
	padding:4px;
	margin:5px 0 20px 30px;
	cursor:pointer;
}
#searchform #searchsubmit {
	background:#79a340;
	border:0;
	color:#fff;
	padding:4px;
	cursor:pointer;
	margin:5px 0;
}
#errors {
	color:#015EA1;
	border:1px solid #79A340;
	padding:5px 12px;
	margin:10px 0 15px 30px;
	width:320px;
	display:none;
}
#result {
	border:#d2de71 1px solid;
	background:#fff;
	padding:15px;
	margin:10px 30px 15px 30px;
	width:383px;
	display:none;
}

/** BLOG STYLES **/
#sidebar li {
	list-style:none;
	margin:0;
}
#sidebar h2 {
	font-size:110%;
}
#respond {
	margin-left:30px;
	padding:10px 0;
	background:#DEF0F9;
}
#respond .textBox {
	width:280px;
}
#respond .textarea {
	width:280px;
}
 .three #column-two #respond h3 {
 	font-size:125%;
	border-bottom:1px solid #CCC;
	padding:0 0 5px 10px;
	margin:0;
 }
 .three #column-two p.postmetadata {
	border-top:1px solid #999;
	padding:5px 0;
	margin:20px 20px 10px 30px;
 	font-style:italic;
 }
  .three #column-two p.postmetadata small {
	padding:0;
 }
 .commentlist {
 	list-style:none;
	padding-left:30px;
	overflow:auto;
 } 
 .commentlist li {
 	margin:1em 0;
 }
 .commentlist .left, .commentlist .right {
 	float:left;
	display:inline;
	width:100px;
	font-size:80%;
	background:url(../images/bg-comment-arrow.gif) no-repeat right 10px;
 }
 .commentlist .right {
 	width:400px;
	background:#DEF0F9;
	padding:10px;
 }
 .commentlist .comment {
 	width:100%;
	float:left;
	display:inline;
 }
 .commentlist .comment-author {
 	text-align:center;
 }
 .three #column-two .commentlist p {
 	padding:0;
 }
 .pagetitle {
 	font-size:100%;
	color:#333;
 }
 .post h3 {
 	font-size:150%;
 }
 .commentlist .left em {
 	line-height:normal;
 }
 .three #column-three li p {
 	padding:0;
	font-size:80%;
	font-style:italic;
 }
 .crumbs {
 	font-size:90%;
	font-style:italic;
	margin-top:0;
 }
 .sponsor-img {
	 float:left;
	 display:inline;
	 width:160px;
	 color:#333;
	 font-size:110%;
	 margin-bottom:10px
 }
 .sponsor-img:hover {
 	text-decoration:none;
 }
 .three #column-three .sponsor h3 {
 	margin-left:0;
	padding-bottom:.5em;
 }
 .sociable {
 	padding-left:30px;
	overflow:auto;
 }
 .sociable ul li {
 	list-style:none;
	float:left;
	display:inline;
 }
 p .pdf-link {
 	margin:0;
	background:url(../images/pdficon_small.gif) no-repeat left center;
	padding-left:20px;
 }
 p .pdf-link span {
	float:none;
	font-size:100%;
	color:#333;
	background:none;
 }
 .pdf-link {
	float:left;
	display:inline;
	margin:20px 20px 0 20px;
	font-size:110%;
 }
 .pdf-link span {
	float:right;
	display:inline;
	width:60px;
	padding-top:34px;
	font-size:80%;
	color:#333;
 	background:url(../images/pdficon_large.gif) no-repeat 10px 0;
 }
 .two #column-one .pdf-info {
	clear:left;
 	font-size:68%;
	line-height:normal;
	padding:5px 0;
	margin-left:20px;
 }
 .contacts {
 	background:#DEF0F9;
	margin:20px 20px 20px 30px;
	overflow:auto;
	padding:0 10px;
 }
 .three #column-two .contacts p {
 	padding:0;
 }
.feed-lnk {
	background:url(../images/feed-icon.gif) left center no-repeat;
	color:#E5742F;
	line-height:20px;
	float:left;
	display:inline;
	padding-left:22px;
	margin-top:10px;
}
.twitter-lnk {
	background:url(../images/icon-twitter.gif) center center no-repeat;
	text-indent:-5000px;
	height:42px;
	width:126px;
	float:left;
	display:inline;
	margin-top:20px;
}
.release {
	overflow:auto;
	margin-bottom:15px;
}
	.release h4, .video h4 {
		margin-left:30px;
		font-size:110%;
	}
.notes {
	font-style:italic;
	font-size:80%;
	margin:10px 0;
}
.media h3 {
	font-size:120%;
	margin:0;
}
.media .video {
	padding:0;
	overflow:auto;
	margin-bottom:20px;
}
.media .video img {
	float:right;
	display:inline;
	margin-right:10px;
}
.media .video p {
	left:30px;
}
.media .video a {
	position:relative;
	left:30px;
}
.media .three #column-two {
	padding-top:2em;
}
#map_canvas {
	margin:0 20px 0 30px;
	width:690px;
	height:380px;
}
dd ol {
	margin-left:1em;
}
