/*
Theme Name: Hydro
Theme URI: http://hydro.org
Description: Custom NHA theme
Author: Jon Tascher
Version: 0.1
*/

body {
	margin:0px;
	padding:0px;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#9e9f9b;
	font-size:12px;
	background-color:#9ED6DB;
}

.clear
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
}

a img
{
	border:none;
}

#wrapper {
	width:100%;
	margin:0px;
	height:0px;
}

#top {
	min-width:980px;
	height:32px;
	background:transparent url(images/bkg_top.jpg) repeat-x;
}

#header {
	min-width:980px;
	height:378px;
	background:transparent url(images/bkg_header.jpg) repeat-x;
}

a#nha-logo {
	width:156px;
	height:141px;
	background:transparent url(images/nha_logo.jpg) no-repeat;
	display:block;
	position:absolute;
	margin-top:-32px;
}

.container {
	width:955px;
	margin:0px auto;
	position:relative;
}

/*members top setion, incl logo */
#members-bar {
	width:955px;
	height:70px;
}

.nav-members {
	width:429px;
	height:25px;
	background:transparent url(images/nav_membersignin.jpg) no-repeat;
	float:right;
}

.nav-members.authenticated {
	width:576px;
	background:transparent url(images/nav_membersignin_auth.jpg) no-repeat;
}

.nav-members a.signin {
	width:135px;
	height:25px;
	display:block;
	float:left;
}

.nav-members a.signin:hover {
	background:transparent url(images/nav_membersignin_ro.jpg) no-repeat;
}

.nav-members.authenticated a.signin {
	width:281px;
}

.nav-members.authenticated a.signin:hover {
	background:transparent url(images/nav_membersignin_auth_ro.jpg) no-repeat;
}

.nav-search {
	width:229px;
	height:25px;
	float:left;
	padding-left:65px;
}


.nav-search form input {
	width:159px;
	height:21px;
	background-color:#fff;
	border:0px none;
	vertical-align:top;
	margin:1px 1px 0px 0px;
	float:left;
}

.nav-search form input.gosearch {
	width:30px;
	height:25px;
	background:transparent url(images/btn_gosearch.jpg) no-repeat;
	margin:0px;
	padding:0px;
}

.nav-search form input.gosearch:hover {
	background:transparent url(images/btn_gosearch_ro.jpg) no-repeat;
}

/*font styles*/
h1 {
	font-size:26px;
	color:#909c62;
}

h1 a {
	color:#909c62;
}

h2, h2 a {
	font-size:16px;
	color:#909c62;
}

h3, h3 a {
	font-size:12px;
	color:#e4a01c;
	font-weight:bold;
	border-bottom:3px solid #d0deb9;
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:3px;
}

h3 a:hover {
	color:#4cb8d6;
}

h3 a span {
	float:right;
	font-size:10px;
	line-height:22px;
}

p {
	line-height:160%;
}

a {
	text-decoration:none;
	outline:none;
}

a:hover {
	color:#4cb8d6;
}


ul {
	padding:0px;
	margin:0px;
}

/* top navigation styles */
#navigation {
	height:42px;
	float:right;
}

#navigation ul li {
	float:left;
	list-style-type:none;
	list-style-image:none;
	height:42px;
	text-transform:uppercase;
	font-size:10px;
	line-height:normal;
}

#navigation ul li a {
	height:30px;
	padding:15px 0px 0px;
	background:transparent url(images/main_nav.jpg) repeat-x;
	border-right:1px solid #fff;
	border-left:1px solid #d9e3c5;
	color:#558da9;
	display:block;
	width:95px;
	text-align:center;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background:transparent url(images/main_nav_ro.jpg) repeat-x;
	border-right:1px solid #fff;
	border-left:1px solid #65a0bb;
	color:#fff;
}

#navigation li.nav-cardend {
	width:25px;
	height:42px;
	background:transparent url(images/nav_cardend.jpg) no-repeat;
}
/*footer styles, incl text styles*/
#footer {
	min-width:980px;
	min-height:256px;
/*  overflow:auto;*/
	background:#9ed6db url(images/bkg_footer.jpg) repeat-x;
}

#footer-logo {
	width:190px;
	height:151px;
	background:transparent url(images/footer_logo.jpg) no-repeat;
	margin-top:-20px;
	position:absolute;
	left:0px;
	padding:125px 0px 0px 30px;
}

#footer #footer-logo ul li {
	color:#909c62;
	font-weight:bold;
	line-height:normal;
}

#footer #footer-logo ul li a {
	color:#28666b;
	text-decoration:underline;
}

#footer #footer-logo ul li a:hover {color:#4cb8d6;}

#footer h2 {
	font-size:18px;
	color:#28666a;
	text-transform:uppercase;
	margin-top:0px;
}

#footer .text-holder {
	height:159px;
	margin:0px 0px 0px 250px;
	padding-top:8px;
}

#footer p {
	width:700px;
	position:absolute;
	margin:167px 0px 0px 0px;
	color:#5987a6;
	clear:both;
}

#footer p span {
	float:right;
}

#footer p span a {
	color:#fff;
	margin-right:48px;
}

#footer p span a:hover {color:#28666A;}

#footer ul {
	width:215px;
	float:left;
	padding-top:14px;
}

#footer ul li {
	color:#fff;
	margin-bottom:5px;
	list-style-type:none;
	list-style-image:none;
	line-height:normal;
}

#footer ul li a{
	color:#fff;
}

#footer ul li a:hover {
	color:#28666A;
}

/*home elements*/
#home-main-content {
	min-width:980px;
	min-height:200px;
	overflow:auto;
	background:#fff url(images/bkg_main_gradient.jpg) repeat-x;
}

#home-content-with-sidebar {
	width:955px;
	min-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	background:transparent url(images/content_with_sidebar.png) repeat-y;
}

#home-social {
	min-width:980px;
	height:43px;
	background:transparent url(images/bkg_home_social.jpg) repeat-x;
}

#home-social ul li {
	float:left;
	list-style-type:none;
	list-style-image:none;
}

#home-social ul li.facebook-like {
	margin:8px 0px 0px 15px;
}

#home-social ul li a.btn-facebook {
	width:187px;
	height:43px;
	background:transparent url(images/btn_home_facebook.jpg) no-repeat;
	display:block;
}

#home-social ul li a.btn-facebook:hover {
	background:transparent url(images/btn_home_facebook_ro.jpg) no-repeat;
}

#home-social ul li a.btn-twitter {
	width:174px;
	height:43px;
	background:transparent url(images/btn_home_twitter.jpg) no-repeat;
	display:block;
}

#home-social ul li a.btn-twitter:hover {
	background:transparent url(images/btn_home_twitter_ro.jpg) no-repeat;
}

#home-content {
	width:664px;
	min-height:220px;
	overflow:auto;
	padding-bottom:100px;
	float:left;
}

/*slideshow elements*/
#home-slideshow-issues {
	width:955px;
	height:307px;
}

.slideshow {
	width:664px;
	height:307px;
	float:left;
}

.slideshow-nav {
	width:664px;
	height:39px;
}

.slideshow ul {
	float:right;
}

.slideshow-nav ul li {
	list-style-type:none;
	float:left;
	line-height:normal;
}

.slideshow ul li a#nav-slide1 {width:126px; height:39px; background:transparent url(images/nav_slide1.jpg) no-repeat; display:block;}
.slideshow ul li a#nav-slide1:hover, .slideshow ul li a#nav-slide1.active {background:transparent url(images/nav_slide1_ro.jpg) no-repeat;}

.slideshow ul li a#nav-slide2 {width:125px; height:39px; background:transparent url(images/nav_slide2.jpg) no-repeat; display:block;}
.slideshow ul li a#nav-slide2:hover, .slideshow ul li a#nav-slide2.active {background:transparent url(images/nav_slide2_ro.jpg) no-repeat;}

.slideshow ul li a#nav-slide3 {width:125px; height:39px; background:transparent url(images/nav_slide3.jpg) no-repeat; display:block;}
.slideshow ul li a#nav-slide3:hover, .slideshow ul li a#nav-slide3.active {background:transparent url(images/nav_slide3_ro.jpg) no-repeat;}

.slideshow ul li a#nav-slide4 {width:131px; height:39px; background:transparent url(images/nav_slide4.jpg) no-repeat; display:block;}
.slideshow ul li a#nav-slide4:hover, .slideshow ul li a#nav-slide4.active {background:transparent url(images/nav_slide4_ro.jpg) no-repeat;}

.slideshow-images {
	width:663px;
	height:268px;
	border-top:1px solid #4e92b5;
	position:relative;
	overflow:hidden;
	margin-left:1px;
}

.slideshow-images div .text-for-slides {
	width:623px;
	background:transparent url(images/bkg_slide_text.png) repeat;
	position:absolute;
	padding:0px 20px 0px 20px;
	bottom:1px;
	display:none;
}

.slideshow-images div .text-for-slides p {
	font-size:15px;
	color:#fff;
	margin:10px 140px 10px 0px;
}

.slideshow-images div .text-for-slides a.slides-learnmore {
	width:108px;
	height:19px;
	background:transparent url(images/slide_learnmore.jpg) no-repeat;
	display:block;
	position:absolute;
	right:20px;
	bottom:10px;
}

.slideshow-images div .text-for-slides a.slides-learnmore:hover {
	background:transparent url(images/slide_learnmore_ro.jpg) no-repeat;
}

.slideshow-images .slide {
	position:absolute;
	width:663px;
	height:268px;
	overflow:hidden;
}

.key-issues {
	width:290px;
	height:307px;
	background:transparent url(images/bg_keyissues.jpg) repeat-x;
	border-left:1px solid #4e92b5;
	float:left;
}

.key-issues h3 {
	padding-left:20px;
	border:0px none;
	margin:10px 0px 5px 0px;
}

.key-issues .divider {
	width:290px;
	height:2px;
	background:transparent url(images/keyissues_divider.jpg) repeat-x;
	float:left;
}

.key-issues ul li {
	margin:10px 0px;
	padding:0px 20px;
	list-style-type:none;
}

.key-issues p {
	font-size:13px;
	margin:0px 0px 15px 0px;
	padding:15px 0px 0px 20px;
	line-height:20px;
	background:transparent url(images/keyissues_view.png) no-repeat right center;
	width:255px;
}

.key-issues p a {
	color:#ccdde6;
	cursor:pointer;
}

.key-issues p a:hover {
	color:#9ED6DB;
}

.key-issues p span {
	width:200px;
	display:block;
}


/*main home content elements */
.spotlight {
	width:664px;
	min-height:210px;
	margin:30px 0px 0px 0px;
}

.spotlight-text {
	width:320px;
	float:left;
}

.spotlight-image {
	width:325px;
	height:187px;
	background:transparent url(images/spotlight_image.jpg) no-repeat;
	float:left;
	padding:10px 0px 0px 9px;
}

.spotlight h1 {
	margin:5px 0px 0px 0px;
}

.spotlight h3 {
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:3px;
	float:none;
	font-weight:bold;
}

.spotlight a img, .learn-more-about a img {
	border:0px none;
}

.spotlight p {
	margin:5px 0px 10px 0px;
}

a.readmore {
	float:right;
	color:#438188;
	font-weight:bold;
	font-size:11px;
}

a.readmore:hover, a.readmore:hover {
	color:#4cb8d6;
}

.learn-more-about {
	width:664px;
	min-height:200px;
	overflow:auto;
	margin-bottom:40px;
}

.learn-more-about-columns {
	width:220px;
	float:left;
	border-left:1px solid #dce7ca;
}

.learn-more-about-columns h2,
.learn-more-about-columns p,
.learn-more-about-columns a.readmore {
	padding:0px 10px;
}

.learn-more-about-columns:first-child {
	border-left:0px none;
}

.news-holder {
	width:650px;
}

ul.home-news li {
	margin:10px 0px;
	padding:0px 0px 10px 0px;
	color:#909c62;
	border-bottom:1px solid #d0deb9;
	line-height:normal;
}

ul.home-news li a {
	color:#909c62;
	padding-left:10px;
	display:block;
}

ul.home-news li a:hover {
	color:#4cb8d6;
}

ul.home-news li a span {
	color:#9e9f9b;
}

/*sidebar elements*/
#home-sidebar {
	width:249px;
	background-color:#fff;
	border-right:1px solid #eaf0df;
	border-left:1px solid #eaf0df;
	float:left;
	padding:20px;
}

#home-sidebar h2, #home-sidebar h2 a {
	font-size:12px;
	margin-bottom:5px;
}

#home-sidebar h2 a:hover {
	color:#4cb8d6;
}

#home-sidebar h3 {
	font-size:16px;
	margin-bottom:5px;
}

#home-sidebar h3 a {
	color:#E4A01C;
}

#home-sidebar h3 a:hover {
	color:#4cb8d6;
}

#home-sidebar h3 span {
	font-size:12px;
	line-height:23px;
	float:right;
}

#home-sidebar ul li {
	list-style-type:none;
	padding-bottom:16px;
	margin-top:16px;
	border-bottom:1px solid #e7efdc;
	line-height:normal;
}

#home-sidebar a.cta-unlockhydro {
	width:255px;
	height:81px;
	background:transparent url(images/cta-unlock-hydro.jpg);
	display:block;
	margin-bottom:25px;
}

#home-sidebar a.cta-legcenter {
	width:255px;
	height:91px;
	background:transparent url(images/cta_home_legcenter.jpg);
	display:block;
	margin-bottom:25px;
}

#home-sidebar a.cta-opex-home {
	width:256px;
	height:102px;
	background:transparent url(images/NHAopexOEPlogoCol300_no-border.jpg) no-repeat center center;
	display:block;
	margin-bottom:25px;
}

#home-sidebar a.cta-legcenter:hover {
	background:transparent url(images/cta_home_legcenter_ro.jpg);
}

#home-sidebar a.cta-nha-event {
	width:256px;
	height:228px;
	background:transparent url(images/NHA-0202_NHA-WaterweekWashingtonHeader256X228.jpg);
	display:block;
	margin:25px 0px 30px 0px;
}
#home-sidebar a.membership-dir {
	width:256px;
	height:202px;
	background:transparent url(images/Membership_Directory.png);
	display:block;
	margin:25px 0px 30px 0px;
}

#home-sidebar a.cta-nha-imrec {
	width:256px;
	height:228px;
	background:transparent url(images/IMRECMETSHomepage_banner.png);
	display:block;
	margin:25px 0px 30px 0px;
}

/*still sidebar - but now newsletter section */

p.signup {
	color:#4b7c94;
	margin-top:0px;
}

input.home-email-input { width:150px;}

.form-holder {
	width:250px;
	height:35px;
	background:transparent url(images/home_sidebar_signup.jpg) no-repeat;
	margin-bottom:20px;
	padding:9px 0px 0px 7px;
}

.form-holder form input {
	width:151x;
	height:14px;
	background:transparent url(images/home_form_input.jpg) no-repeat;
	font-style:italic;
	color:#a8a8a8;
	font-size:11px;
	border:0px none;
	padding:5px 0px 5px 5px;
	float:left;
}

.form-holder form input.submit {
	width:86px;
	height:25px;
	background:transparent url(images/home_form_submit.jpg) no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-style:normal;
	font-weight:bold;
	padding:0px 5px 4px 0px;
	float:left;
}

.form-holder form input.submit:hover {
	background:transparent url(images/home_form_submit_ro.jpg) no-repeat;
}

/* INTERIOR */

#header.head-interior
{
	height:109px;
}

#header.head-interior div.container
{
	height:109px;
	background:transparent url(images/header_tagline.jpg) no-repeat bottom left;
}

#page-header
{
	height:76px;
	min-width:980px;
	background:transparent url(images/page_header.jpg) repeat-x;
}

#page-header img
{
	display:block;
}

#main-content-interior
{
	min-width:980px;
	min-height:200px;
	overflow:auto;
	background:#fff url(images/bkg_main_gradient.jpg) repeat-x;
}

#main-content-interior .container
{
	background:transparent url(images/content-compact-sidebar.gif) repeat-y;
	padding-top:14px;
	padding-bottom:30px;
	overflow:auto;
}

#left_col
{
	width:212px;
	float:left;
	margin-right:20px;
/*  overflow:visible;*/

	min-height:1px;
	height:auto !important;
	height:1px;
}

ul#subnav_box
{
	list-style:none;
	margin:0px 0px 20px;
	padding:0px;
	width:210px;
	background:#0A384E url(images/subnav_col_bg.jpg) repeat-x;
	border:solid 1px #165680;
}

ul#subnav_box li a
{
	color:#FFF;

	display:block;
	padding:10px 10px 10px 20px;
	line-height:160%;

	border-top:solid 1px #40718C;
	border-bottom:solid 1px #15384E;
}

ul#subnav_box li a:hover
{
	color:#F8940C;
}

ul#subnav_box li a.heirarch
{
	text-transform:uppercase;
	color:#F8940C;
	font-weight:bold;
	border-top:none;
	border-bottom-color:#1B4E6F;
}

ul#subnav_box li a.heirarch:hover
{
	color:#FFF;
}

ul#subnav_box li a.active
{

}

ul#subnav_box li a div.indicator
{
	display:none;
	background:transparent url(images/subnav_arrow.png) no-repeat bottom;
	width:15px;
	height:15px;
	float:left;
}

ul#subnav_box li a.active div.indicator
{
	display:block;
}

ul#subnav_box li a.parent
{
	background:#4D878E url(images/subnav_t2exp.jpg) repeat-x;
	border-top-color:#3F98B0;
}

ul.tier3_items
{
	background:#70996E url(images/subnav_t3_bg.jpg) repeat-x;
}

ul#subnav_box ul.tier3_items li a
{
	border-top-color:#578581;
	border-bottom-color:#395F5A;
}

ul#subnav_box ul.teir4_items
{
    background-color:#9AC196;
}

ul#subnav_box ul.tier4_items li a
{
	border-top-color:#A0C39F;
	border-bottom-color:#4E7160;
}

ul#subnav_box ul.tier5_items
{
    background-color:#C6E6C5;
}

ul#subnav_box ul.tier5_items li a
{
	border-top-color:#D2EBD1;
	border-bottom-color:#6E8B81;
	color:#60825D;
}

ul#subnav_box ul.tier5_items li a:hover
{
    color:#F8940C;
}

div#center_col
{
	width:525px;
	float:left;
	margin-right:20px;
	overflow-x:hidden;
}

div#wide_col
{
	width:737px;
	float:left;
	margin:0px 20px;
	overflow-x:hidden;
}

ul#breadcrumbs
{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:auto;
	margin-bottom:20px;
}

ul#breadcrumbs li
{
	float:left;
	line-height:normal;
}

ul#breadcrumbs li div.breadcrimbs-delimiter
{
	width:13px;
	height:13px;
	background:transparent url(images/breadcrumbs_delimiter.jpg) no-repeat;
}

ul#breadcrumbs li a
{
	color:#457998;
	font-size:10px;
}

ul#breadcrumbs li a:hover
{
	text-decoration:underline;
}

ul#breadcrumbs li a.breadcrumbs-home
{
	display:block;
	width:15px;
	height:13px;
	background:transparent url(images/breadcrumbs_home.jpg) no-repeat;
}

#right_col
{
	width:150px;
	padding:0px 14px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
}

ul#compact_social
{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}

ul#compact_social li
{
	height:44px;
}

ul#compact_social li a
{
	display:block;
	width:150px;
	height:44px;
}

ul#compact_social li a.btn-twitter
{
	background:transparent url(images/csb_social_tw.jpg) no-repeat;
}

ul#compact_social li a.btn-twitter:hover
{
	background:transparent url(images/csb_social_tw_ro.jpg) no-repeat;
}

ul#compact_social li a.btn-facebook
{
	background:transparent url(images/csb_social_fb.jpg) no-repeat;
}

ul#compact_social li a.btn-facebook:hover
{
	background:transparent url(images/csb_social_fb_ro.jpg) no-repeat;
}

ul#compact_social li.facebook-like
{
	position:relative;
	background:transparent url(images/csb_social_fblike.jpg) no-repeat;
	overflow:hidden;
	padding:10px 0px 0px 16px;
	height:34px;
}

ul#compact_social li.facebook-like iframe,
{
	position:absolute;
	top:10px;
	left:16px;
}

td.connect_widget_vertical_center
{
	display:none;
}

div.facebook-like
{
	width:150px;
	height:50px;
	background:transparent url(images/like_alone.jpg) no-repeat;
	margin-bottom:20px;
	position:relative
}

div.facebook-like iframe
{
	position:absolute;
	top:14px;
	left:16px;
}

#right_col .cta-lac
{
	width:150px;
 	height:139px;
	background:transparent url(images/csb_lac_cta.jpg) no-repeat;
	display:block;
	margin-bottom:20px;
}
#right_col .cta-opex-interior
{
	width:150px;
 	height:60px;
	background:transparent url(images/NHAopexOEPlogoCol300_no-border.jpg) no-repeat center center;
	background-size: 150px 60px;
	display:block;
	margin-bottom:20px;
}

#right_col .nl_head {
	width:150px;
	height:23px;
	background:transparent url(images/csb_newsletter_head.jpg);
	margin:20px 0px 4px 0px;
}

#right_col p.signup
{
	line-height:140%;
}

#right_col div.form-holder
{
	width:150px;
	height:72px;
	overflow:hidden;
	text-align:center;
	background:transparent url(images/csb_sidebar_signup.jpg) no-repeat;
}

#right_col div.form-holder form input
{
	clear:both;
	margin-bottom:6px;
	width:132px;
	font-size:10px;
	background-image:none;
	background-color:#FFF;
	border:solid 1px #B6AEAE;
	height:12px;
	padding-left:2px;

}

#right_col div.form-holder form input.submit
{
	border:none;
	background:transparent url(images/home_form_submit.jpg) no-repeat top center;
	width:132px;
	height:25px;

}

#right_col a.csb-cta-nha-event
{
	display:block;
	width:150px;
	height:200px;
	background:#0A384E url(images/subnav_col_bg.jpg) repeat-x;
}

#page-content
{
	color:#62767F;
}

#page-content h2
{
	font-size:18px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:solid 1px #BDD5E2;
	color:#34797F;
	padding-bottom:2px;
	clear:both;
}

#page-content h2 a
{
	font-size:18px;
	color:#34797F;
}

#page-content h3
{
	margin-top:0px;
}

#page-content h4
{
	font-size:16px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:solid 1px #BDD5E2;
	color:#2E848A;
	padding-bottom:6px;
	margin:14px 0px;
	line-height:160%;
}

#page-content h5
{
	font-size:14px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	border-bottom:solid 1px #BDD5E2;
	color:#2E848A;
	padding-bottom:6px;
	margin:14px 0px;
}

#page-content h6
{
	font-weight:bold;
	font-size:20px;
	color:#2E848A;
	margin:0px 0px 14px 0px;
}

#page-content h2 a
{
	font-size:18px;
	color:#34797F;
}



#page-content a, #page-content p a, .lsb_box a
{
	color:#F8940C;
	font-weight:bold;
}

#page-content a:hover, #page-content p a:hover, .lsb_box a:hover
{
	text-decoration:underline;
}

#page-content img
{
	border:solid 3px #B2DCE1;
}

#page-content ul
{
	list-style:disc;
	padding-left:20px;
}

#page-content ol
{
	padding-left:25px;
}

#page-content ul li, #page-content ol li
{
	margin-bottom:14px;
	line-height:160%;
}

.aligncenter {
    text-align:center;
}

.fleft, .alignleft
{
	float:left;
	margin:0px 20px 13px 0px;
}

.fright, .alignright
{
	float:right;
	margin:0px 0px 13px 20px;
}



.lsb_box
{
	background-color:#F0F7E8;
	padding:16px;
	color:#3B6981;
}

.lsb_box h3
{
	margin-top:0px;
	letter-spacing:1px;
}

.lsb_box p
{
	font-size:11px;
}

ul.section_sumarry, #page-content ul.section_sumarry
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#page-content ul.section_sumarry li, ul.section_sumarry li
{
	margin-bottom:26px;
	clear:both;
	line-height:normal;
}

a.proceed_link
{
	display:block;
	float:right;
	color:#F8940C;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:9px;
	font-weight:bold;
}

a.proceed_link:hover
{
	color:#4E96B9;
}

ul.section_sumarry li a.proceed_link
{
	font-size:11px;
	margin-top:6px;
	height:13px;
	padding-right:15px;
	background:transparent url(images/proceed_arrow.png) no-repeat top right;
}

#page-content ul.section_sumarry li h2, #page-content ul.section_sumarry li h2 a
{
	font-size:26px;
	color:#3C7CA3;
	margin:0px;
	clear:none;

	border-bottom:none;
}

div.section_title {
	border-bottom-color: #BDD5E2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	margin:0px 0px 10px;
}

#page-content ul.link-list, ul.link-list
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#page-content ul.link-list li {
	margin:10px 0px;
	padding:0px 0px 10px 0px;
	color:#909c62;
	border-bottom:1px solid #d0deb9;
	overflow:auto;
	line-height:normal;
}

#page-content ul.link-list li a, ul.link-list li a {
	color:#909c62;
	font-weight:normal;
	display:block;
}

#page-content ul.link-list li a:hover, ul.link-list li a:hover {
	color:#4cb8d6;
}

#page-content ul.link-list li a span.link-detail {
	color:#9e9f9b;
}

#page-content ul.link-list li a span.link-subtitle {
	color:#2E747D;
}

span.link-subtitle {
	color:#2E747D;
}

#page-content ul.link-list li a strong
{
	font-size:14px;
}

span.action-label {
	color:#2E747D;
	display:block;
	float:right;
	margin:3px 8px 4px 20px;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	letter-spacing:2px;
}

span.action-label.below
{
	float:none;
	margin:4px 0px 0px;
}

a:hover span.action-label
{
	color:#E4A01C;
}

#page-content ul.link-list li a span.date-col
{
	margin:0px 40px 4px 0px;
	display:block;
	float:left;
}

#page-content ul.link-list.press-releases li a span.date-col {
    width:125px;
}

div.pagination
{
	float:right;
	color:#909C62;
	font-size:10px;
	letter-spacing:2px;
	float:right;
}

div.pagination a
{
	color:#2E747D;
	font-size:10px;
}

div.pagination a:hover
{
	text-decoration:underline;
	color:#E4A01C;
}

#page-content ul.portrait-list, ul.portrait-list
{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:auto;
}

#page-content ul.portrait-list li
{
	float: left;
    line-height: normal;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 4px 0px 5px;
    width: 96px;
}

#page-content ul.portrait-list li a, ul.portrait-list li a
{
	font-weight:bold;
	color:#829349;
	font-size:14px;
}

ul.portrait-list li a img
{
	margin-bottom:8px;
}

span.title
{
	display:block;
	color:#E4A01C;
	font-size:10px;
	font-weight:bold;
	margin-bottom:4px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#page-content ul.heavy-list, ul.heavy-list
{
	list-style:none;
	padding:0px;
}

ul.portrait-list li a span.link-subtitle, ul.heavy-list li a span.link-subtitle {
	color:#2E747D;
	display:block;
	font-weight:normal;
	margin-top:4px;
	font-size:12px;
}

#page-content ul.heavy-list li, ul.heavy-list li
{
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:solid 1px #D6E2C3;
	line-height:normal;
}


ul.heavy-list li a span.name
{
	font-weight:bold;
	color:#829349;
	font-size:22px;
}

ul.heavy-list li span.name
{
	font-weight:bold;
	color:#829349;
	font-size:22px;
}

ul.heavy-list li a:hover
{
	color:#4cb8d6;
}

.link-detail {
	margin-top:0px;
	color:#9e9f9b;
}

#page-content ul.options-list, ul.options-list
{
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}

#page-content ul.options-list li, ul.options-list li
{
	border:none;
	padding:0px;
	margin:2px 0px 4px 0px;
	line-height:normal;
}

#page-content ul.options-list li a, ul.options-list li a
{
	font-size:9px;
	color:#2E747D;
	letter-spacing:2px;
	text-transform:uppercase;
}

ul.options-list li a:hover
{
	color:#E4A01C;
}

a.register-btn
{
	display:block;
	float:right;
	width:90px;
	height:16px;
	color:#FFF !important;
	background-color:#B8CB9A;
	text-align:center;
	text-transform:uppercase;
	padding:4px 0px;
	cursor:pointer;
	margin-left:5px;
}

ul.heavy-list a.register-btn:hover
{
	color:#FFF;
	background-color:#D6E2C3;
}

#page-content ul.faq-list, ul.faq-list
{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.faq-list li
{
	padding-bottom:8px;
	margin-bottom:20px;
	border-bottom:solid 1px #D6E2C3;
}

ul.faq-list li p
{
	line-height:150%;
}

ul.faq-list li p.q
{
	font-size:16px;
	font-weight:bold;
	color:#829349;
}

ul.faq-list li p.a
{
	font-size:14px;
	color:#5F7782;
}

#page-content ul.grid-list, ul.grid-list
{
	list-style:none;
	width:525px;
	margin:0px;
	padding:0px;
	overflow:auto;
	background:transparent url(images/grid-list_col-bg.jpg) repeat-y;
	margin-top:-12px;
}

ul.grid-list li
{
	width:262px;
	float:left;
	padding-bottom:8px;
}

#page-content ul.grid-list li a
{
	font-weight:normal;
}

#page-content ul.grid-list li a img
{
	border:solid 1px #FFF;
}

ul.grid-list li a span.name
{
	font-weight:bold;
	color:#829349;
	font-size:16px;
	display:block;
	padding:4px 12px 0px;
}

ul.grid-list li a p.link-detail
{
	display:block;
	padding:0px 12px 12px;
}

div.grid-divider
{
	width:525px;
	height:4px;
	background-color:#C5D7AA;
	clear:both;
}

div.search-and-filter
{
	margin-top:-12px;
	background-color:#C5D7AA;
	padding:0px 0px 4px;
	overflow:auto;
	display:block;
}

div.search-and-filter div.pagination
{
	margin-right:10px;
	color:#829349;
}

form.search-and-filter-ui
{
	padding:6px 10px;
	width:505px;
	height:21px;
	margin-bottom:4px;
	background:transparent url(images/search-sort-bar_bg.jpg) repeat-x;
}

form.search-and-filter-ui span
{
	color:#475F23;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
}

form.search-and-filter-ui select
{
	width:180px;
}

form.search-and-filter-ui input.keyword
{
	border:solid 1px #637841;
	color:#637841;
	font-style:italic;
	font-size:10px;
	padding:2px 4px;
	margin-left:14px;
}

form.search-and-filter-ui input.submit
{
	width:76px;
	color:#FFF;
	background-color:#637841;
	text-align:center;
	text-transform:uppercase;
	padding:2px 0px;
	cursor:pointer;
	border:none;
	font-size:10px;
	margin-left:4px;
}

form.search-and-filter-ui input.submit:hover
{
	color:#FFF;
	background-color:#D6E2C3;
}

div.icon-col
{
	width:48px;
	float:left;
	margin-right:10px;
}

#page-content div.icon-col img
{
	border:none;
	float:left;
	margin-right:10px;
}

div.document-col
{
	width:250px;
	float:left;
	margin-right:10px;
	font-weight:bold;
}
div.category-col
{
	width:100px;
	color:#9c9c9c;
	float:left;
	margin-right:10px;
}
div.date-col
{
	width:90px;
	color:#9c9c9c;
	float:left;
	text-align:right;
}

div.nested-col
{
	width:252px;
	float:left;
}

div.nested-col.first
{
	margin-right:20px;
}

img.page_thumb_small
{
	display:block;
	float:left;
	margin-right:10px;
}

.fine_print, .caption, .wp-caption-text
{
	font-size:10px;
	font-style:italic;
	color:#8E9E76;
}

#page-content table
{
	border-right:solid 1px #8F9D78;
	border-bottom:solid 1px #8F9D78;
	background-color:#F2F9EA;
}

#page-content table tr
{
	border:none;
}

#page-content table td, table th
{
	border-top:solid 1px #8F9D78;
	border-left:solid 1px #8F9D78;
	border-right:none;
	border-bottom:none;
	padding:6px;
	font-size:10px;
}

#page-content table th
{
	background-color:#8F9D78;
	color:#FFF;
	border-color:#A2B386;
}

.content-highlight
{
	background-color:#F3F9EB;
	padding:14px 20px;
}

#page-content ul.members-list img
{
	border:none;
	margin-right:12px;
}

#page-content img.remove-border
{
	border:none;
}

a.faq-toc
{
	display:block;
	margin-bottom:6px;
}

a.portrait_info
{
	display:block;
	width:90px;
}

#username, #password {
    float:left;
    margin-right: 10px;
}