/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#fff;
	background: #37789E url(/images/assets/bg.gif) repeat-x;
	}
	
body, select, textarea, input {	
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	}

p {	
	margin: 15px 0;
	line-height:160%;
	}
		
a:link {	
	color: #369d97;
	text-decoration:underline 
	}

a:visited {
	color: #2d8580;
	text-decoration:underline	
}

a:hover, a:active {	
	color:#2d8580;
	text-decoration:none;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px;
	}

ol ol {
	margin: 5px;
	}

ol li {
	margin-left:25px;
	}

blockquote {
	color: #575757;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	padding:0 25px;
	margin: 15px 0;
	border-left: 1px solid #b4b4b4;
}

cite {
	display:block;
	font: 1em Arial, Verdana, Helvetica, sans-serif;
}

blockquote p {
	margin: 0 0 15px;	
}

table {
	border-collapse:collapse;
	margin:15px 1px;
	width: 90%;
	}

td, th {
	border-bottom:1px solid #141417;
	padding:8px;
	vertical-align: top;
	}

th {
	color: #A1A1A3;
	font: .9em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align:left;
	background: #19191B;
	letter-spacing: .05em;
	}
	
td {
	background: #222222;
	border-bottom: 1px solid #1a1a1a;
}

hr {
	clear: both;
	background: #222224; 
	color: #222224;
	width:100%; 
	height:1px; 
	margin:15px 0; 
 	border:none;
	display:block
}

	
		
	

/* ---------- @ Page Structure -----------*/


#body {
	background: #3F86AC url(/images/assets/bg_body.png) top center no-repeat;
	margin-top: 4px;
}

#wrapper {
	margin: 0 auto;
	font-size: 0.8em;
	width: 939px;
	overflow: hidden;
	}

#masthead {
	height: 89px;
	margin-top: 30px;
	overflow: hidden;
	}

#top {
	height: 14px;
	background: url(/images/assets/bg_main_top.gif) top center no-repeat;
	margin-bottom: -2px;
}

#bottom {
	height: 14px;
	background: url(/images/assets/bg_main_bottom.gif) top center no-repeat;
	margin-bottom: 30px;
}

#main {
	overflow: hidden;
	background: #e0ebf1 url(/images/assets/bg_main.gif) no-repeat;
	padding: 0 25px 25px;
	color: #181818;
	min-height: 400px;
}

#widecolumn {
	overflow: hidden;
	padding: 15px 25px;
	margin-top: 10px;
}

body.landing #widecolumn {
	background: url(/images/assets/bg_intro.gif) top center no-repeat;	
	min-height: 300px;	
}

#content-wrapper {
	overflow: hidden;
}
	
#content {
	width:520px;
	float:left;
	overflow: hidden;
}
	
#sidebar {
	width: 288px;
	float:right;
	overflow: hidden;
	}

.sidebar-top {
	height: 13px;
	background: url(/images/assets/bg_sidebar_top.gif) no-repeat;
	margin-top: 15px;
}

.sidebar-content {
	background: #a1d1e9 url(/images/assets/bg_sidebar_content.gif) left -11px repeat-x;
	padding: 0 25px 5px 25px;
}

.sidebar-content p {
	margin:20px 0 10px;
}

.sidebar-content p.meta {
	margin:0;
}

.sidebar-content a:link, .sidebar-content a:visited {
	color: #003f75;
}

.sidebar-bottom {
	height: 13px;
	background: url(/images/assets/bg_sidebar_bottom.gif) no-repeat;
	margin-bottom: 25px;
}

.left {	
	float:left;
	}

img.left {
	margin:5px 15px 10px 0;
}

img.right {
	margin:5px 0 10px 10px;
}

.page img.right {
	margin-top:55px;
}

.right {	
	float:right;
	}

img.page {
	margin-top:55px;
}

.hidden {
	display:none;
	}
	
		
/* ---------- @ Headings -----------*/

		   
h1#logo,
h1#logo a, h1#logo a:visited {
	float: left;
	width: 300px;
	height: 90px;
	}

h1#logo a, h1#logo a:visited {
	background: url(/images/assets/logo.gif) no-repeat;
	text-indent:-9000px;
	display:block;
	margin-left: 15px;
	}

h1 {
	font-size: 2em;
}

h2 {	
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: .05em;
	color: #003f75;
	margin-bottom: 20px;
	}

#home h2 {
	font-size: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

h2 em {
	color: #369d97;
	font: italic .9em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .01em;
}

h2 a, h2 a:visited {
	color: #003f75 !important;
}

h2 em a, h2 em a:visited {
	color: #369d97 !important;
}

h2 a:hover {
	text-decoration:none;
}

h3 {	
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .03em;
	border-bottom: 3px double #A1D2D0;
	padding: 4px 0;
	}

.news-categories h3, .news-section h3 {
	border-bottom:1px dotted #464646;
}

#featured-resources h3 { 
	font: italic 2.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: -5px;
	border: none;
	padding: 0;
}

#intro h3 {
	background: url(/images/assets/bg_hdr_intro.gif) top right no-repeat;
	color: #fff;
	border: none;
	height: 28px;
	padding: 8px 15px;
	/*margin-left: -15px;*/
}

h4 {	
	font-size: 1.3em;
	font-weight: normal;
	color: #003f75;
	letter-spacing: .03em;
	margin: 10px 0 0;
	}

.staff h4 {
	margin-top:20px;
}

.staff h4 a,
.staff h4 a:visited {
	color: #003f75 !important;
	text-decoration:underline !important;
}

.staff h4 a:hover {
	text-decoration:none !important;
}

.sidebar-content h4 {
	background: #bee1f3;
	padding: 0;
	margin: 0 0 15px;
	color:#2d607e;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif
}

h4.feature-header {
	background: #bee1f3;
	padding: 5px 0 10px 20px;
	font-size: 1.5em;
	margin: 0;
	width: 450px;
}

.detail-meta h4 {
	margin: 10px 0 20px;
	font-size: 1.1em;
	color: #366076 !important;	
}

h5 {	
	font-size: .85em;
	font-weight: normal;
	text-transform: uppercase;
	color: #003f75;
	letter-spacing: .05em;
	}

h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited {
	color:#181818 !important;
	text-decoration: none !important;
}

h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
h5 a:hover, h5 a:active {
	text-decoration: underline !important;
}



/* ---------- @ Content Styles -----------*/

#tagline {
	padding: 5px 0 0;
	text-align: center;
}

#tagline p {
	margin-top: 8px;
	font: italic 1.1em Georgia, "Times New Roman", Times, serif;
	color: #44627b;
	line-height:160%;
}

ul#products {
	background: url(/images/assets/bg_tabs.gif) no-repeat;
	overflow: hidden;
	height: 36px;
	margin: 0 3px !important;
	padding: 22px 30px 0 !important;
}

ul#products li {
	margin: 0 15px 0 0 !important;
	padding: 0 !important;
	float: left;
	list-style-type: none !important;
	height: 36px;
	width: 189px;
	text-align: center;
}

ul#products li a {
	background:url(/images/assets/bg_tab.gif) no-repeat;
	display: block;
	float: left;
	width: 189px;
	height: 27px;
	padding-top:9px;
}

ul#products li a, ul#products li a:visited {
	color: #fff;
	text-decoration: none;
}

ul#products li a:hover,
ul#products li.ui-tabs-selected a, ul#products li.ui-tabs-selected a:visited {
	background:	url(/images/assets/bg_tab_on.gif) no-repeat;
	color:#181818 !important;
}

#products-panel {
	overflow: hidden;
	width: 886px;
	height: 338px;
	background: url(/images/assets/bg_panel.gif) no-repeat;
}

#products-panel .products-tab {
	overflow: hidden;
	width: 846px;
	height: 298px;
	padding: 20px;
	margin-bottom: 20px;
}

.ui-tabs-hide {
	display: none; !important
}

#products-panel img {
	border: none !important;
	padding: 0 !important;
	background: none !important;
	margin: 0 !important;	
}

#products-panel img.reflect {
	margin: 5px 0 0 5px !important;	
}

#products-panel .panel-info {
	float: left;
	width: 400px;
	margin: 40px 0 0 35px;
}

ul.logos li {
	margin:12px 0;
}

#featured-resources {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 860px;
	overflow: hidden;
}

#featured-resources a, #featured-resources a:visited {
	color: #fff;
	text-decoration: none !important;
}

#featured-resources h3 a, #featured-resources h3 a:visited {
	color: #77cfff !important;
}

#featured-resources a:hover, #featured-resources a:active {
	text-decoration: underline !important;	
}

#featured-resources .resources-col,
#featured-resources .news-col {
	width: 350px;
	padding: 5px 0 0 70px;
}

#featured-resources .resources-col {
	background: url(/images/assets/icon_downloads.gif) no-repeat;
	float: left;
}

#featured-resources .news-col {
	background: url(/images/assets/icon_news.gif) no-repeat;
	padding: 7px 0 0 60px;
	float: right;
}

#content ul.downloads {
	margin-bottom:30px;
}

#content ul.downloads p {
	margin-top:3px;
}

/*General and Entry Content*/

#intro {
	color: #0b413d;
	overflow: hidden;
	margin-bottom: 20px;
}

#intro p {
	padding-left: 15px;	
}

.entry,
.overview {
	overflow: hidden;
	padding: 0 0 20px;
	margin-bottom: 15px;
}

.resource_player {
	margin: 10px 0;	
}

.news-section {
	padding-bottom: 25px;	
}



.news {
	margin-top:15px;
	padding:0;
}

.news .meta {
	margin:4px 0;
}

#content .entry ul li {
	margin-top:12px;
}

#intro img {
	margin-top: 0;	
}

#intro img,
#content-wrapper img {
	background: #e8f7f9;
	border-right: 1px solid #b8c4c9;
	border-bottom: 1px solid #b8c4c9;
	padding: 7px;
}

#content-wrapper a:hover img {
	border-color: #A1A1A3;
}

#content ul {
	margin: 20px 0;
}

#content ul li {
	list-style-type: square;
	margin-left: 25px;
}

.meta {
	display: block;
	margin: 10px 0;
	color: #366076;	
}

.pagination {
	clear: both;
	text-align: center;
	margin:15px;
}

.pagination a, #pagination a:visited {
	background-color:#fff;
	border: 1px solid #c5dce8;
	color:#436776 !important;
	text-decoration:none!important;
	padding:5px 15px;
	margin:1px;
}

.pagination strong {
	background-color:#4aa4d6;
	border: 1px solid #c5dce8;
	color:#FFF;
	padding:5px 15px;
	margin:1px;
}


/* Contact Information */

#contact-info {
	overflow: hidden;	
}

#contact-info p,
#contact-info dt,
#contact-info dd {
	line-height: 130%;
}

#contact-info dl {
	margin: 17px 0;
	overflow: hidden;
	width: 250px;
	float: left;
}

#contact-info dt,
#contact-info dd {
	float: left;
	padding: 0 0 1em 0;
}

#contact-info dt {
	width: 55px;
	clear: both;
	padding-left: 22px;
}

#contact-info dt.tel-label {
	background: url(/images/assets/icon_phone.gif) 4px top no-repeat;
}

#contact-info dt.fax-label {
	background: url(/images/assets/icon_fax.gif) no-repeat;
}

#contact-info dd {
	width: 100px;
	overflow: hidden;
}


/* Feature Box */


.feature-top {
	height: 25px;
	background: url(/images/assets/bg_form_top.gif) left bottom no-repeat;
	clear: both;
}

.feature-content {
	background: #fff;
	width: 470px;
}

.entry .feature-content {
	margin-top: 20px;
	padding-bottom: 10px;
}

.feature-content .entry {
	font-size: 1.1em;
	padding: 10px 25px 0;
	color: #444f5c;
	margin-bottom: 0;
}

.feature-content .entry img {
	background: none !important;
	border: none  !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.feature-content p {
	margin: 0 !important;
	padding: 15px 0 10px;
}

.feature-content p.meta {
	padding: 10px 0 0;
	font-size: .9em;
	text-align: right;
}

.feature-bottom {
	height: 13px;
	background: url(/images/assets/bg_feature_bottom.gif) no-repeat;
}

.feature-bottom {
	margin-bottom: 15px;	
}

.entry .feature-bottom {
	margin-bottom: -10px;	
}

/* Staff */

.staff {
	padding-bottom:0;
}

.staff .meta {
	margin-top:4px;
}


/* ---------- @ Forms -----------*/

input,
textarea,
select {
	padding: 4px 3px;
	background: #fff !important;
	border: 1px solid #81a7ba !important;
	border-width: 0 1px 1px 0 !important;
	width: 370px;
}

label,
.instructions {
	color: #366076;	
}

#form-top {
	height: 25px;
	background: url(/images/assets/bg_form_top.gif) left bottom no-repeat;
	clear: both;
}

#form-content {
	background: #a1d1e9;
	width: 470px;
}

#form-content .entry {
	background: #BEE1F3;
	color: #1d313c;
	padding: 10px 25px;
}

#form-content p {
	margin: 0 !important;
	padding: 0 0 10px;
}

#form-bottom {
	height: 13px;
	background: url(/images/assets/bg_form_bottom.gif) no-repeat;
}

#form-content p.instructions {
	font-size: .95em;
	padding-top: 10px;
}

#form-content form {
	display: block;
	padding: 0 25px;
}

#captcha-container {
	overflow: hidden;
	margin-bottom: 25px;
}

#captcha-container input {
	float: left;
	height: 21px;
	width: 150px;
}

#captcha-container img {
	margin: 0 10px 0 0 !important;
	border: none !important;
	padding: 0 !important;
	display: block;
	float: left;
}

.button {
	background: url(/images/assets/bg_button.gif) no-repeat !important;
	display: block;
	border: none !important;
	width: 121px;
	color: #d8f1ff !important;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	padding: 7px 8px 8px;
	cursor: pointer;
}
	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block;
	}


/* ---------- @ Footer -----------*/

#footer {
	background: #37789E;
	height: 118px;
	padding-top: 35px;
	text-align: center;
	letter-spacing: .04em;
	}

#footer-content {
	margin: 0 auto;
	font-size: 0.8em;
	width: 942px;
	overflow: hidden;
	}

#footer a, #footer a:visited {
	color: #77cfff;
}

#footer p {
	margin-top: 0;
}
