/* ------------------------------------------------------------

  	* Rocky Mountain Institute
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

------------------------------------------------------------ */

/* =Initial Page Structure 
	(further specific styling for these sections is lower down, use =Section to quick find)
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.4 "Times New Roman", Times, Georgia, serif;
	color: #555;
	background: #f3f0e9;
}

body { 
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 18px 0 5px 0;
}

.body-popup {
    width:600px !important;
    padding:5px 5px 5px 5px !important;
}

#header {
	position: relative;
	width: 940px;
	background: #98927f url(/images/layout/header/header-bg.jpg) no-repeat left bottom;
	padding: 13px 0;
	overflow: auto; /* utilized as an autoclear on this div and further divs below */ 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#navigation {
	position: relative;
	width: 948px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	z-index: 100;
}

.sub #navigation {
	margin-bottom: 8px;
}

#intro {
	position: relative;
	width: 940px;
	height: 230px;
	margin-bottom: 8px;
}

#content { 
	position: relative;
	width: 940px;
	overflow: auto;
	clear: both;
	background: url(/images/layout/content/primary-bg.gif) repeat-y left top;
}

#footer { 
	position: relative;
	clear: both;
	width: 910px;
	margin-top: 8px;
	padding: 8px 15px;
	background: #847f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #cfcbc0;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h1 { 
	font-size: 18px;
}

h2 { 
	font-size: 16px;
	text-transform: uppercase;
	color: #17597a;
	font-weight: bold;
}

h3, h4, h5, h6 { 
	font-size: 13px;
}

h3 { 
	font-weight: bold;
	color: #555;
}

p {
	padding-bottom: 15px;
}

input,
textarea { 
	font: 11px Verdana, sans-serif;
	padding: 4px 3px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 0px;
	background: #fff url(/images/layout/form-bg.gif) repeat-x left top;
}

select { 
	font: 11px Verdana, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 0px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #5F90A8;
	text-decoration: none;
}

a:visited { 
	color: #4A7084;
}

a:hover { 
	color: #315774;
	text-decoration: underline;
}

.button {
	position: relative !important;
	display: block !important;
	float: left !important;
	padding: 0 !important;
	margin: 10px 0 0 10px !important;
	background: #6e93a7 url(/images/buttons/speaker-bubble-left.png) no-repeat left top !important;
}
.button.alt { background: #6e93a7 url(/images/buttons/speaker-bubble-alt-left.png) no-repeat left top !important; }

.button.green { background-color: #668447 !important; }
.button.orange { background-color: #c68815 !important; }
.button.pink { background-color: #f0f !important; }
.button.brown { background-color: #9b6d36 !important; }
.button.blue { background-color: #2e6987 !important; }
.button.red { background-color: #af2124 !important; }

.button span {
	display: block !important;
	background: url(/images/buttons/speaker-bubble-right.png) no-repeat right top !important;
	height: 30px !important;
	padding: 5px 13px 0 13px !important;
	color: #efefef !important;
	font-size: 12px !important;
	font-weight: bold !important;
}
.button.alt span { 
	background: url(/images/buttons/speaker-bubble-alt-right.png) no-repeat right top !important; 
	padding-right: 32px !important;
	height: 27px !important;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms {
	overflow: auto;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#billing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 18px;	
}

.forms h2 {
	border-top: 1px solid #ccc;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 18px;
}

.forms p.instruction { 
	position:inherit;
	padding:0px 0px 12px 0px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size:14px;
	border-bottom:#ddd 1px solid;
	margin-bottom:12px;
}


.forms p { 
	position: relative;
	padding: 0 0 15px 190px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 190px;
	padding: 3px 10px 3px 0;
	margin-left: -190px;
	text-align: left;
	color: #898989;
}	

.forms p label.name em {
	color: #b50000;
	font-style: normal;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input,
.forms p textarea { 
	width: 377px;
	background: url('/images/layout/donate-form-bg.gif') left top no-repeat;
	border: none;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #c3c3c3;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p textarea { 
	height: 100px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 120px;
}

.forms p span.radcheck span#otherValue { 
	display: block;
	padding-top: 9px;
	padding-left: 10px;
}

.forms p input#otherAmount { 
	width: 70px;
	margin-top: 10px;
	margin-left: 2px;
	background: url('/images/layout/donate-form-bg.gif') left top no-repeat;
	border: none;
	padding: 2px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #c3c3c3;
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	background: transparent;
	padding: 0 !important;
	margin-left: 5px;
	margin-right: 5px;
}

.radcheckplain input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	background: transparent;
	padding: 0 !important;
	margin-left: 2px;
	margin-right: 2px;
}

.forms p select { 
	border: 1px solid #ccc;
	width: 160px;
}

.forms table.radcheck td input { 
	margin: 0 7px 0 0;
	background: transparent;
	padding: 0;
	border: 0;
}

.forms table.radcheck td input[type="text"] { 
	margin: 2px 2px 2px 2px;
	background: transparent;
	padding: 2px 2px 2px 2px;
	border:auto;
}

#content #main .forms table.radcheck {
	margin-bottom: 15px;
}

#content #main .forms table.radcheck td { 
	padding: 0 0 7px 0;
}


.donation-submit {
	float: right;
}

input.form-submit { 
	float: right;
	border: 0;
	background: #ca9229;
	width: auto;
	height: auto;
	padding: 4px 12px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
}

a.form-submit { 
	float: right;
	border: 0;
	background: #ca9229;
	width: auto;
	height: auto;
	padding: 4px 12px 4px 12px;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}

input.form-small { 
	background: #ca9229 !important;
	width: 50px;
	height: auto;
	padding: 2px 5px 2px 5px !important;
	font-size: 11px !important;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
	color: #fff !important;
	border:#ddd 1px solid !important;
}

#ctl07_div_form_captcha {
	float: left;
	position: relative;
	width: 350px;
}


/* =Layout and Function 

------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

div.pager-top {
    padding-bottom:5px !important;
}

#header strong {
	position: relative;
	float: left;
	display: block;
	background: url(/images/layout/header/title.gif) no-repeat right bottom;
	width: 175px;
	height: 83px;
	padding: 0 0 0 35px;
	text-indent: -9999px;
}

#header strong a {
	display: block;
	width: 100%;
	height: 100%;
} 

#header em {
	display: none;
}

#header ul li em {
	display: inline;
	font-style: normal;
}

#header ul#links { 
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 6px 4px 16px;
	font-size: 11px;
	background: url(/images/layout/header/panel-bg.png) no-repeat left bottom;
}

#header ul#links li { 
	position: relative;
	float: left;
	padding: 4px 10px 4px 0;
	margin-right: 10px;
	color: #ddd;
	border-right: 1px solid #94AEB4;
}

#header ul#links li.last, 
#header ul#links li:last-child { 
	border: 0;
	margin-right: 0;
}

#header ul#links li a {
	color: #fff;
	font-weight: bold;
}

#header ul#links li a:hover {
	color: #fff;
}

#header ul#links li input {
	vertical-align:  middle !important;
	margin-top: -2px !important;
}

#header p#site-search { 
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 0;
	font-size: 11px;
}

#header p#site-search * {
	vertical-align: middle;
}

#header input {
	width: 118px;
	font-size: 10px;
	line-height: 11px;
	border: 1px solid #707D7C;
	padding: 2px 2px 2px 4px;
	margin-left: 4px;
	background: #fff url(/images/layout/header-form-bg.gif) no-repeat left top;
}

#header ul input {
	width: 150px;
}

#header input.submit {
	margin-top: 1px;
}

#header input.submit { 
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
}

#header p#site-search input {
	margin-left: 12px;
}

#header p#site-search a { 
	color: #eee;
	padding-left: 12px;
}

#header p#site-search a:hover { 
	color: #fff;
}

		/* =Navigation 
------------------------------------------------------------ */

#navigation ul#nav {
	position: relative;
	float: left;
	width: 948px;
	background: url(/images/layout/header/nav-bg.gif) repeat-x left bottom;
}

#navigation ul#nav li {
	position: relative;
	float: left;
	background: url(/images/layout/header/nav-bg-active.gif) repeat-x left bottom;
}

#navigation ul#nav li a {
	display: block;
	background: url(/images/layout/header/nav-bg.gif) repeat-x left bottom;
	color: #fff;
}

#navigation ul#nav li a span {
	display: block;
	padding: 11px 25px 11px 23px;
	background: url(/images/layout/header/nav-border.gif) no-repeat bottom right;
}

#navigation ul#nav li.first { 
	float: right;
	background: #c48121 url(/images/layout/header/highlight-arrow-hover.gif) no-repeat 100% 50%;
}

#navigation ul#nav li.first a { 
	color: #F9F0E4;
	font-weight: bold;
	background: #ca9229 url(/images/layout/header/highlight-arrow.gif) no-repeat 100% 50%;
}

#navigation ul#nav li.first a span {
	padding: 11px 35px 11px 25px;
	background: transparent;
}

#navigation ul#nav li.first a:hover {
	background: transparent;
	text-decoration: none;
	color: #fff;
}

			/* = DropDown Navigation
------------------------------------------------------------ */

#navigation ul#nav li ul { 
	display: block;
	position: absolute;
	left: -9999px;
	width: 180px;
	background: #436476 url(/images/layout/header/sub-nav-bg.jpg) no-repeat left top;
	border-bottom: 1px solid #aac1cd;
}

#navigation ul#nav li:hover ul, 
#navigation ul#nav li.over ul /* class over is used to target IE6 via /includes/js/dropdown.js */ { 
	display: block;
	width: 180px;
	left: 0;
	top: 100%;
	padding: 0;
	position: absolute;
	z-index: 4000;
	margin: 0;
}

#navigation ul#nav li ul li { 
	width: 178px;
	padding: 0 1px;
	background: transparent;
	border: 0;
	font-size: 12px;
	height: auto;
}

#navigation ul#nav li:hover ul li a, 
#navigation ul#nav li.over ul li a { 
	display: block;
	background: transparent;
	height: auto;
	text-decoration: none;
	padding: 7px 12px;
	cursor: pointer;
	font-size: 11px;
	color: #eee;
}

#navigation ul#nav li ul li a:hover { 
	background: #386073;
	color: #eee;
}
		
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a {
	background: transparent;
	text-decoration: none;
}

	/* =Intro 
------------------------------------------------------------ */
	
#intro .message { 
	position: absolute;
	left: 25px;
	top: 25px;
	width: 340px;
	background: url(/images/layout/content/intro-trans.png) 0 -1px;
	padding: 18px 20px 5px 32px;
	color: #ddd;
	font-size: 18px;
	line-height: 30px;
	color: #ddd;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#intro .message a { 
	color: #DC9718;
	padding-left: 10px;
}

#intro .message a:hover { 
	color: #fbab18;
	text-decoration: none;
}

#intro .controls-wrap {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 50;
}

#intro .controls {
	position: relative;
	float: right;
	width: 500px;
}

#intro .controls span#pager {
	position: absolute;
	right: 35px;
}

#intro .controls strong { 
	display: block;
	float: right;
	width: 7px;
	height: 14px;
	text-indent: -9999px;
	cursor: pointer;
	margin-right: 5px;
}

#intro .controls strong#next { background: url(/images/icons/next.png) no-repeat left top; }
#intro .controls strong#previous { background: url(/images/icons/previous.png) no-repeat left top; margin-left: 10px; }

#intro #pager a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	background: url(/images/icons/dot-alt.png) no-repeat left top;
	text-indent: -9999px;
	margin-right: 5px;
}

#intro #pager a.activeSlide {
	background: url(/images/icons/dot-alt.png) no-repeat right top;	
}

	/* =Content
------------------------------------------------------------ */	

#main {
	position: relative;
	float: left;
	width: 600px;
	padding: 10px 15px 10px 30px;
	font-size: 14px;
	overflow: auto;
}

#main ul {
	padding: 0 0 0 10px;
}

#main ul li {
	background: url(/images/icons/bullet.gif) no-repeat 0 7px;
	padding: 0 0 5px 12px;
}

#sidebar { 
	position: relative;
	float: right;
	width: 287px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#sidebar .side-nav {
	width: 287px;
	background: #45697d;
	margin-bottom: 8px;
}

#sidebar .side-nav ul li a {
	display: block;
	background: #45697d;
	padding: 6px 10px 6px 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #89a9bb;
}

#sidebar .side-nav ul li.active a {
	background: #45697d url(/images/icons/arrow-sidebar.gif) no-repeat 0 50%;
}

#sidebar .side-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #365973 url(/images/icons/arrow-sidebar.gif) no-repeat -3px 50%;
}

#sidebar .side-nav ul li ul li a, 
#sidebar .side-nav ul li.active ul li a {
	background: #56849d;
	font-weight: normal;
	padding-left: 30px;
	color: #E1ECF4;
}

#sidebar .side-nav ul li ul li a:hover, 
#sidebar .side-nav ul li.active ul li a:hover, 
#sidebar .side-nav ul li.active ul li.active a {
	background: #365973;
}

#sidebar .side-nav ul li.active ul li.active.subset a {
	background: #56849d;
}

#sidebar .side-nav ul li ul li.active ul li a,
#sidebar .side-nav ul li ul li.active ul li a, 
#sidebar .side-nav ul li.active ul li.active ul li a, 
#sidebar .side-nav ul li.active ul li.active.subset ul li a {
	background: #7398ad;
	padding-left: 40px;
	color: #fff;
}

#sidebar .side-nav ul li.subset a span {
	padding-right: 12px;
	background: transparent url(/images/icons/down-arrow.gif) no-repeat 100% 7px;
}

#sidebar .side-nav ul li.active.subset ul li a span {
	background: transparent;
}

#sidebar .side-nav ul li.active.subset ul li.subset a span {
	background: transparent url(/images/icons/down-arrow.gif) no-repeat 100% 7px;
}

#sidebar .side-nav ul li.active.subset ul li.active a span, 
#sidebar .side-nav ul li.active.subset ul li.active.subest ul li.active a span, 
#sidebar .side-nav ul li.active.subset ul li.active.subset ul li a span {
	background: transparent;
}

#sidebar .section {
	width: 267px;
	position: relative;
	margin-bottom: 8px;
	padding: 10px 10px 15px 10px;
	background: #d9d6cb;
}

#sidebar .section.image {
	width: 275px;
	padding: 6px;
}

#sidebar .section p {
	padding: 7px 5px 2px 8px;
}

#sidebar .section img.left, 
#sidebar .section img.right {
	border: 1px solid #fff;
	margin-top: 3px;
}

#sidebar .section#social {
	background: #668447;
	color: #fff;
	padding: 5px 5px 5px 15px;
	overflow: auto;
	font-weight: bold;
	margin-bottom: 0;
}

#sidebar .section#social .charity {
	float: right;
}

#sidebar .section#social a {
	color: #fff;
}

#sidebar .section#social a:hover {
	color: #ddd;
	text-decoration: none;
}

#sidebar .section#social p {
	padding: 10px 0 0 0;
	margin: 0;
}

#sidebar .section#social p a img {
	padding: 0 5px 0 5px;
	margin-top: -5px;
}

#sidebar a.more { 
	position: relative;
	display: block;
	float: left;
	padding: 17px 8px 5px 10px;
	color: #777;
	background: url(/images/icons/bullet-tan.gif) no-repeat 100% 24px;
}

#sidebar a:hover.more { 
	text-decoration: none;
	color: #444;
}

#sidebar .section ul { 
	clear: both;
}

#sidebar .section ul li { 
	background: url(/images/layout/dotted-border.gif) repeat-x left bottom;
	padding-bottom: 1px;
}

#sidebar .section ul li ul {
	padding-bottom: 7px;
}

#sidebar .section ul li ul li { 
	background: transparent;
	padding: 0 5px 0 10px;
	font-size: 11px;
}

#sidebar .section ul li a { 
	display: block;
	color: #555;
	padding: 7px 12px;
}

#sidebar .section ul li img { 
	float: left;
	padding: 13px 6px 5px 4px;
	text-indent: -9999px;
	cursor: pointer;
}

#sidebar .section ul li ul li a { 
	padding: 4px 10px;
}

#sidebar .section ul li a:hover { 
	text-decoration: none;
	color: #8B7450;
}

#sidebar .section ul li ul li a:hover { 
	color: #cd8400;
	background: transparent;
}

		/* =Homepage
------------------------------------------------------------ */

.home #main #spotlight { 
	padding: 10px 20px 20px 20px ;
	background: #e5e4e0;
	margin: 0 -5px 15px -20px;
	overflow: auto;
}

.home #main #spotlight h2 { 
	font-size: 25px;
}

.home #main #spotlight p { 
	padding: 7px 0 0 0;
	margin: 0;
}

.home #main #spotlight img { 
	position: relative;
	float: right;
	margin-left: 20px;
	border: 1px solid #fff;
}

.home #main #spotlight h1 { 
	font-weight: bold;
	font-size: 14px;
	padding: 0;
}

#main .spotlight-container {
    
	padding: 5px 5px 5px 0px;
	overflow: auto;
}

#main .spotlight-left { 
    background-color: #e5e4e0;
    position: relative;
	float: left;
	width: 380px;
    margin:5px 9px 20px 0px;
	padding: 8px 2px 2px 10px;
	height:175px;
	overflow:auto;
}

#main .spotlight-left h1 { 
    border-bottom: none !important;
    padding-top: 0px !important;
    color:#2e6987;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	
}

#main .spotlight-left h2 { 
	font-size: 16px;
}

#main .spotlight-left p { 
	padding: 7px 0 0 0;
	margin: 0;
}

#main .spotlight-right {
    background-color: #e5e4e0;
    float:right;
    width: 172px;
    margin:5px 5px 20px 0px;
    padding: 7px 7px 2px 10px;
    height:176px;
	overflow:auto;
}

#main .spotlight-right h2 { 
	font-size: 16px;
}

#main .spotlight-right p { 
	padding: 7px 0 0 0;
	margin: 0;
}

#main .spotlight-right ul {
     background:none !important;
     
}

#main .spotlight-right li {
    background:none !important;
    list-style-image: url(/images/icons/side-arrow-alt.gif);
    padding-left:0px;
    color:#2e6987;
    font-size:14px;
    font-weight:bold;
}

.subtitle {
    font-size:18px;
    font-style:italic;
    padding-bottom:5px;
}

.author {
    font-weight:bold;
    padding-bottom:16px;
}

#main .journal-grid { 
	position: relative;
	float: left;
	width: 250px;
	margin-right: 0px;
}

#main .journal-grid.alt { 
	padding-right: 0;
	width:320px;
}

#main .journal-grid h2 { 

}

#main .journal-grid h3 { 
	font-size: 13px;
	font-weight: bold;
}

#main .journal-grid img { 
	margin-bottom: 10px;
}

#main .grid { 
	position: relative;
	float: left;
	width: 270px;
	padding-right: 50px;
}

#main .grid.alt { 
	padding-right: 0;
}

#main .grid h2 { 
	color:#2e6987 !important;
	text-transform:uppercase !important;
}

#main .grid h3 { 
	font-size: 13px;
	font-weight: bold;
}

#main .grid img { 
	margin-bottom: 10px;
}

#main .news-item { 
	clear: both;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 200px;
	overflow: auto;
	font-weight:normal;
}

#main .news-item img { 
	float: left;
	margin-left: -200px;
	padding-bottom: 20px;
}

		/* =Subpage (global)
------------------------------------------------------------ */

.sub #main {
	width: 595px;
	padding: 10px 20px 10px 30px;
}

.sub #content #main h1 { 
	font-size: 22px;
	font-weight: bold;
	color: #2e6987;
	border-bottom: 1px solid #ddd;
	padding: 15px 0 0 0;
	margin-bottom: 10px;
}

.sub #content #main h2 { 
	text-transform: none;
	color: #5e5e5e;
}

.sub #content #main h3 { 
	color: #2e6987;
}

.sub #content #main ul { 
	padding: 0 0 15px 15px;
}

.sub #content #main table { 
	font-family: arial, helvetica, "Helvetica Neue", sans-serif;
	border-collapse: collapse;
}

.sub #content #main table a:hover { 
	text-decoration: none;
}

.sub #content #main table.full { 
	width: 100%;
}

.sub #content #main table.full h3 { 
	font-size: 14px;
	color: #444;
	padding: 0;
}

.sub #content #main table th,
.sub #content #main table td { 
	text-align: left;
	padding: 6px 8px 7px 8px;
	font-size: 12px;
}

.sub #content #main table th {
	border-bottom: 1px solid #D4E1E9;
	border-top: 1px solid #D4E1E9;
}

.sub #content #main table.full tr.title th {
	border-top: 0;
}

.sub #content #main table.full tr.bio:hover td { 
	background: #f4f0e9;
	cursor: pointer;
}

		/* =Content Speicific Styling for Main */ 
		
.sub #main .content-wrap img {
	padding: 5px 10px 4px 10px;
}


.nospace {
	padding: 0px 0px 0px 0px !important;
}

	/* =Footer
------------------------------------------------------------ */	

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	padding: 0;
}

#footer p.links {
	float: right;
}

#footer p.links a {
	display: block;
	float: left;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ccc;
}

#footer p.links a.first {
	border: 0;
}
