
/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    James River Basin Partnership
URL :      http://www.jamesriverbasin.com

Created :  01.15.2010
Modified : 01.21.2010

- - - - - - - - - - - - - - - - - - - - - - - */

/* -----------------------------------------
Global Reset
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: none; }

/* Font Reset */
body { font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; }
html>body { font-size: 10px; }

/* ----------------------------------------- 
Clearfix Hack [slightly enhanced]
http://perishablepress.com/press/2008/02/05/
-------------------------------------------- */
.clearfix:after, #content:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content { height: 1%; }
.clearfix, #content { display: block; }
/* close commented backslash hack */

/* - - - - - - - - - - - - - - - - - - - - - - -               H T M L	               - - - - - - - - - - - - - - - - - - - - - - - */

/* Anchor Links 
-------------------------------------------- */
a:link { color: #069; text-decoration: underline; }
a:visited { color: #069; text-decoration: underline; }
a:hover {  color: #069; text-decoration: none; }
a:active {  color: #069; text-decoration: none; }

/* Headings 
-------------------------------------------- */
h1, h2, h3 { 
	font-family: Arial Bold, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #069;
}

h1 { margin: 0 0 0.75em; font-size: 2.6em; }
h2 { margin: 0 0 0.25em; font-size: 1.4em; }

h2 a:link, h2 a:visited { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h3 { margin: 0 0 1em; font-size: 1.4em; }
h4 { margin: 0 0 1.5em; font-size: 1.2em; }
h5 { margin: 0 0 1.8em; font-size: 1em; }
h6 { margin: 0 0 2em; font-size: 1em; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 2em; font-size: 1em; line-height: 1.6em; }

#main-content p { font-size: 1.2em; }

blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em; padding: 0; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

#main-content ul, #main-content ol { font-size: 1.2em; /*list-style: none;*/ }
#main-content ul li, #main-content ol li { margin: 0 0 0 1.5em; }
#main-content ul li a, #main-content ol li a { color: #555; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.9em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.9em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }

/* - - - - - - - - - - - - - - - - - - - - - - -         M A I N - L A Y O U T         - - - - - - - - - - - - - - - - - - - - - - - */

/* Global Styles
-------------------------------------------- */
body {
	color: #555;
	background: #fff url(../img/body_bg_gradient.jpg) repeat-x 0 0;
}

#wrapper { background: url(../img/body_bg.jpg) no-repeat center top; }

#wrapper-inner {
	position: relative;
	margin: 0 auto;
	width: 894px;
	text-align: left;
}

/* Navigation Reset */
.nav, .nav li, .nav ul, .nav ul li { margin: 0; padding: 0; list-style: none; }

/* Slideshow */
.slideshow {
	display: block;
	text-align: center;
	padding: 20px 0;
}

/* Learn More Links */
a.more { 
	font-family: Arial Bold, Arial, Helvetica sans-serif; 
	font-weight: bold; 
	display: inline-block; 
	text-decoration: none; 
	text-transform: uppercase; 
}
	
a.more:hover { text-decoration: underline; }

/* Header
-------------------------------------------- */
#header {
	position: relative;
	z-index: 90;
	height: 236px;
	width: 716px;
}

/* Branding */
#logo {
	position: absolute;
	top: 26px;
	left: 274px;
}

#header strong { text-transform: uppercase; }

#slogan-left, #slogan-right {
	position: absolute;
	top: 138px;
	font-family: Gotham-Medium, Gotham, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.15em;
	color: #022D48;
}

#slogan-left { width: 210px; left: 46px; text-align: right; }
#slogan-right { width: 160px; left: 516px; }

















/* Global Navigation */
#header .nav {
	position: absolute;
	z-index: 100;
	top: 236px;
	left: 50px;
	width: 654px;
	height: 79px;
	background-image: url(../img/global_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header .nav li { float: left; zoom: 1; }

#header .nav li.hover, #header .nav li:hover { position: relative; }

#header .nav li a {
	float: left;
	display: block;
	width: 109px;
	height: 79px;
	text-indent: -9999em;
	overflow: hidden;
}

/* Home Page Global Navigation */
/*body#home #header .nav {
	top: 250px;
	left: 67px;
	width: 568px;
	height: 400px;
	background-image: url(../img/home_global_nav.jpg);
}

body#home #header .nav li { float: left; }

body#home #header .nav li a {
	width: 270px;
	height: 120px;
	margin: 0 14px 12px 0;
}*/

/*  Drop Down Menus */
#header .nav ul/*,
body#home #header .nav ul*/ { 
	position: absolute; 
	top: 90%; 
	left: 24px; 
	width: 120px;
	padding: 0 12px 10px 0;
	visibility: hidden; 
	background-image: url(../img/dropdown_shadow.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}

/*body#home #header .nav ul {
	top: 14%;
	left: 156px;
}*/

#header .nav ul li/*,
body#home #header .nav ul li*/ { 
	float: left;
	display: block;
	width: 184px; 
	padding: 0 0 0 16px;
	font-size: 1.4em;
	font-weight: normal; 
	color: #E8F5FF; 
	background: #022D48 url(../img/dropdown_bullet.gif) no-repeat 4px 12px;
	border-right: 1px solid #E8F5FF;
	border-left: 1px solid #E8F5FF;
	overflow: auto;
}
                                    
#header .nav ul li a/*, 
body#home #header .nav ul li a*/ { 
	width: 100%; 
	height: 20px;
	margin: 0;
	padding: 4px 0;
	border-top: 1px solid #E8F5FF;
	text-indent: 0;
	text-decoration: none;
	color: #E8F5FF;
} 

#header .nav ul li:first-child/*,
body#home #header .nav ul li:first-child*/ {
	border-top: 1px solid #E8F5FF;
}

#header .nav ul li:first-child a/*,
body#home #header .nav ul li:first-child a*/ {
	border-top: none;
}

#header .nav ul li a:hover/*,
body#home #header .nav ul li a:hover*/ { text-decoration: underline; }














/* Content
-------------------------------------------- */
#content {
	clear: both;
	position: relative;
	width: 789px;
	min-height: 840px;
	padding: 100px 0 0 50px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#main-content {
	float: left;
	width: 654px;
}

#main-content ul.disc { list-style: disc; margin-left: 1.5em; }
#main-content ol.number { list-style: decimal; margin-left: 1.5em; }

#sub-content {

	position: absolute;
	
	top: -100px;
	right: -70px;
	width: 176px;
	margin: 0 0 40px;
	padding: 6px;
	text-align: center;
	
	min-height: 1052px;
	
	border: 2px solid #96CEFD;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	background: #fff url(../img/sidebar_bg.jpg) repeat-x left bottom;
}

/* Constant Contact Form */
#ccForm {
	margin: 0 0 10px;
	padding: 6px 0 20px;
	border-bottom: 1px solid #96CEFD;
}

#ccForm form { margin: 0 0 8px; }

#ccForm label {
	display: block;
	width: 120px;
	margin: 0 0 8px 2px;
	padding: 0 24px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #0198F1;
	background: url(../img/icon_mail.gif) no-repeat right bottom;
}

#ccinput {
	width: 114px;
	height: 16px;
	margin: 0 6px 0 0;
}

#ccgo { margin: 2px 0 0; }

#ccForm img { vertical-align: bottom; }

#sub-content #ccForm p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #999;
}

#ccForm p a { color: #999; text-decoration: none; }

/* Join Callout */
#sub-content h3 {
	margin: 0 0 0.25em;
	padding: 0 10px;
	font-size: 1.6em;
	line-height: 1.2em;
}

#sub-content p {
	margin: 0 0 0.5em;
	padding: 0 16px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #0198F1;
}

#sub-content p.learn-more { margin: 0; padding: 0; }

p.learn-more a {
	display: block;
	width: 155px;
	height: 30px;
	margin: 0 auto 10px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/button_learn_more.gif) no-repeat 0 0;
}

p.river-recreation a {
	display: block;
	width: 155px;
	height: 30px;
	margin: 0 auto 10px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/river_recreation.png) no-repeat 0 0;
}

p.helpful-links a {
	display: block;
	width: 155px;
	height: 30px;
	margin: 0 auto 30px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/helpful_links.png) no-repeat 0 0;
}

p.membership a {
	display: block;
	width: 155px;
	height: 30px;
	margin: 0 auto 10px;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/membership.png) no-repeat 0 0;
}

/* Popular Downloads */
#sub-content h4 {
	display: block;
	margin: 0 0 10px;
	padding: 6px 8px;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	background-color: #2DC74A;
}

ul#downloads { text-align: left; }

ul#downloads li a {
	margin: 0 0 10px;
	display: block;
	padding: 0 0 0 18px;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.2em;
	background: url(../img/download_list_arrow.gif) no-repeat 0 1px;
}

ul#downloads li a:hover { text-decoration: underline; }

/* Callouts */
ul#callouts li { margin: 0 0 5px; }
ul#callouts img { vertical-align: bottom; }

/* Footer
-------------------------------------------- */
#footer {
	clear: both;
	width: 654px;
	padding: 0 135px 20px 50px;
	background-color: #fff;
}

#footer p {
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #96CEFD;
	font-size: 1.2em;
	text-align: center;
	font-family: Gotham-Bold, Gotham, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #07507A;
}

/* - - - - - - - - - - - - - - - - - - - - - - -    S E C O N D A R Y - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */


/* HOME PAGE
-------------------------------------------- */
/*body#home #content {
	min-height: 500px;
	padding: 440px 0 0 50px;
}

body#home #main-content {
	width: 580px;
	padding: 0 54px 0 20px;
}*/

#sponsors {
	width: 654px;
	padding: 16px 0 24px;
	border-top: 1px solid #96CEFD;
}


/* SECONDARY PAGE
-------------------------------------------- */


form div {
	font-size: 1.2em;
}


form div.input {
	padding: 7px 0 7px 0;
	clear: left;
}

form div.input input {
	width: 200px;
}

form div.input label {
	width: 180px;
	float: left;
}

form div.radio fieldset legend {
	text-indent: 0;
	float: left;
	line-height: 1.7em;
	width: 170px;
}

form div.radio input { float: left; width: 15px; clear: left; }
form div.radio label { width: 350px; line-height:1.6em; }

.error-message { color: #ff0000; }

.cake-sql-log { display: none; }







