/* @override 
	http://evalu-ate.net/css/design.css
	http://www.evalu-ate.net/css/design.css
*/

body html {
	height: 100%;
}

hr {
	color: white;
	border: 0;
}

body {
	background-color: #f8f3d1;
}

* {
	margin:  0;
}

a {
	color: #4681c3;
}

a:visited {
	color: #284970;
}

a img {
	border: 0;
}

#header {
	margin-bottom: 0;
}

#logo {

}

#wrapper {
	background-color: white;
	padding-bottom: 10px;
}

#mission-statement {
	font-size: 10px;
	line-height: 14px;
	color: #333;
}

#intro {
	background-color: #f8f3d1;
	text-align: center;
	height: 162px;
}

#intro-text {
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding-left: 20px;
	border-left: 2px solid white;
	margin-top: 10px;
	min-height: 142px;
	height:auto !important;
	height:142px;
}

#intro-text h1 {
	text-transform: uppercase;
	font-size: 16px;
}

#intro-text h2 {
	text-transform: uppercase;
	font-size: 16px;
}

#intro-text p {
	margin-bottom: 0;
	font-size: 12px;
	padding: 0 10px 0 0 ;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav ul li {
	float: left;
	border-left: 1px solid #c4be96;
	padding-right: 40px;
	padding-left: 5px;
}

#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

#nav ul li a.current {
	text-transform: uppercase;
	font-weight: bold;
}


#nav ul li#help {
	border: 0;
	float: right;
	padding: 0;
	position: relative;
	top: -10px;
	display: inline;
	height: 18px;
}

#menu-secondary {
	clear: both;
}

ul#menu-secondary li {
	float: left;
	margin-top: 2px;
	border-left: 1px solid #c4be96;
	padding-right: 20px;
	padding-left: 5px;
}

#nav #menu-secondary  li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	color: #666;
}

#sidebar {
	border-left: 1px solid #c4be96;
	background-color: #f8f3d1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#sidebar div {
	padding-left: 10px;
	border-bottom: 1px solid #c4be96;
}

#sidebar-events h3 {
	height: 52px;
	font-size: 14px;
	padding-left: 60px;
	padding-top: 20px;
	background: url(/img/icons/small-events.gif) no-repeat;
}

#sidebar-events dl {
	margin: 0 18px 10px 18px;	
}

#sidebar-events dt {
	color: black;
}

#sidebar-events dd {
	margin: 0;
	color: #333;
}

#sidebar-callout {
	background-color: white;
	text-align: center;
	border-bottom: 1px solid #c4be96;
}

#sidebar-callout p {
		padding-bottom: 18px;
		height: 13px;
}

#sidebar-callout a {
	color: #333;
	text-decoration: none;
}

#sidebar-blog h3 {
	font-size: 14px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 0;
}

#sidebar-blog h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 2px 18px;
	margin-bottom: 0;
}

#sidebar-blog p {
	margin: 5px 20px;
}

#sidebar .final {
	border-bottom: 0;
}

#footer {
	background-color: #f8f3d1;
	border-top: 18px solid #c4be96;
	padding: 0;
	clear: both;
	position: relative;
	padding-bottom: 10px;
	height: 100%;
}

#footer table {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 902px;
}

#footer table td {
	vertical-align: top;
	text-align: center;
}

#footer table td.footer-border {
	background-color: white;
	width: 1px;
	padding: 0;
}

#small-footer {
	background-color: #f8f3d1;
	border-top: 18px solid #c4be96;
	padding: 0;
	clear: both;
	position: relative;
	padding-bottom: 10px;
	height: 100%;
	margin-bottom: 0;
}


.footer-column {
	width: 300px;
}

#footer .last {
	border: 0;
}

.home-callout {
	background-color: #f8f3d1;
	height: 162px;
}

.home-callout img {
	padding-left: 10px;
}

.home-callout p {
	position: absolute;
	top: 115px;
	left: 175px;
	z-index: 1;
	font-size: 14px;
	padding-right: 10px;
	margin-bottom: 0;
	color: #333;
	width: 120px;
	line-height: 15px;
}

#right-callout p {
	left: 496px;
}

.home-callout p strong {
	color: #000;
}

p.staff-bio {
	background-color: #f8f3d1;
	padding: 10px;
	font-size: 11px;
	line-height: 15px;
	min-height: 100px;
	height:auto !important;
	height:100px;
}

.staff-bio img {
	float: left;
	padding: 0 10px 10px 0;
}

#blog-nav .previous {
	float: left;
}

#blog-nav .next {
	float: right;
}

.cake-sql-log caption {
	border-top: 1px solid black;
}

#footer-events h3 {
	text-align: left;
	height: 52px;
	font-size: 14px;
	padding-left: 60px;
	padding-top: 20px;
	background: url(/img/icons/small-events.gif) no-repeat;
}

#footer-events dl {
	text-align: left;
	margin: 0 18px;	
}

#footer-events dt {
	color: black;
}

#footer-events dd {
	margin: 0;
	color: #333;
}

#footer-callout {
	
}

#footer-callout a {
	text-decoration: none;
	color: #333;
}

#footer-callout img {
	width: 162px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#footer-callout p {
	font-size: 16px;
	width: 150px;
	padding-left: 45px;
	text-align: left;
}

#footer-recent-additions h3 {
	font-size: 14px;
	padding-top: 20px;
	text-align: left;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}

#footer-recent-additions ul {
	text-align: left;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}

#footer-recent-additions a {
	color: #333;
}

#nsf {
	padding-top: 50px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#small-footer-nsf {
	padding-top: 25px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#small-footer-nsf img {
	padding-right: 10px;
	float: left;
}

#small-footer-nsf p {
	padding-top: 5px;
	font-size: 10px;
	color: #333;
}

#nsf img {
	padding-right: 10px;
	float: left;
}

#nsf p {
	padding-top: 5px;
	font-size: 10px;
	color: #333;
}

.events h2 {
	background: url(/img/icons/events.gif) no-repeat;
	height: 80px;
	padding-top: 20px;
	padding-left: 100px;
}

.event {
	background-color: #f8f3d1;
	border: 1px solid #c4be96;
	margin-bottom: 10px;
}

.event h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f8f3d1;
}

.event-header {
	background-color: #c4be96;
	padding: 5px;
}

.event-notes {
	padding: 5px;
}

.event-location {
	padding: 5px;
}

#sidebar-events p {
	padding-left: 20px;
}

.blogs h2 {
	margin-bottom: 0px;
}

.about-us td {
	text-align: center;
	width: 33%;
}

.reports #content p {
	padding-left: 10px;
}

.external-evaluation #content p img{
	padding-right: 10px;
	padding-bottom: 10px;
}

h2#listserv {
	font-size: 18px;
	margin-bottom: 10px;
}

#ListuserAddForm label {
	font-weight: normal;
}

#ListuserAddForm textarea {
	height: 100;
}

textarea#ListuserAffiliations.span-14 {
		height: 100;
}

#ListuserAddForm div.stack {
	width: 310px;
	float: left;
}

#ListuserAddForm div {
	margin-bottom: 10px;
}

#ListuserAddForm div.radios{
	padding-top: 10px;
	border-top: 1px solid black;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

#ListuserAddForm div.radios label {
	margin-left: 5px;
	margin-right: 20px;
}

#ListuserAddForm div.input.text label, #ListuserAddForm div.input.textarea label {
	display: block;
	clear: both;
}