/* CSS for CS01 - Needmore Designs was here!
# Brown 476U #54311a
# Orange 166U #df461d
# Blue 312U #00a0c8
# Green 359U #8bd477
# L Blue 304U #a1dde8
# Yellow 107U #ffeb5e
# L Aqua 622U #b9dacd
# L Green 365U #dceeb1
# Highlight Yellow #fff9cb
*/

/* RESET CSS */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
  clear: both;
}

/* Body and Navigation Layout */

body {
	border-top: 5px solid #54311a;
	text-align: center;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#navigation {
	width: 950px;
	height: 101px;
}
#navigation img#logo {
	margin-top: 9px;
	float: left;
}
#navigation #nav {
	width: 635px;
	height: 32px;
	background: url(/images/site/nav.gif);
	padding: 0;
	position: relative;
  float: right;
	top: 65px;
}
/*
body.logged_in #navigation #nav {
	width: 635px;
}
*/
#navigation #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#navigation #nav li,
#navigation #nav a {
	height: 32px;
	display: block;
}
#navigation #nav a span {
  display: none;
}
/*#navigation #about {		left: 0; width: 124px; }
#navigation #admissions {	left: 124px; width: 142px; }
#navigation #curriculum {	left: 266px; width: 146px; }
#navigation #alumni {			left: 412px; width: 98px; }
#navigation #community {	left: 510px; width: 125px; }

#navigation #about a:hover,
body.about #navigation #about { background: transparent url(/images/site/nav.gif) 0 -32px no-repeat; }
#navigation #admissions a:hover,
body.admissions #navigation #admissions { background: transparent url(/images/site/nav.gif) -124px -32px no-repeat; }
#navigation #curriculum a:hover,
body.curriculum #navigation #curriculum {	background: transparent url(/images/site/nav.gif) -266px -32px no-repeat; }
#navigation #alumni a:hover,
body.alumni #navigation #alumni {	background: transparent url(/images/site/nav.gif) -412px -32px no-repeat; }
#navigation #community a:hover,
body.community #navigation #community {	background: transparent url(/images/site/nav.gif) -510px -32px no-repeat; }*/

/* Home page special! */

body.home #splash {
	height: 55px;
	/* this goofy thing is for testing only! will be flash. */
	/*background: #fff url(/images/site/home-placeholder.jpg) top center repeat-x;*/
}
body.home #left {
	background-color: #b9dacd;
	width: 650px;
	/*height: 200px;*/
	float: left;
	clear: both;
}
body.home #left #slides {
  width: 653px;
  height: 336px;
  display: block;
}

body.home #left span {
	display: block;
	padding: 20px;
	font-size: 1.5em;
	font-weight: bold;
/* 	letter-spacing: 1px; */
	color: #54311a;
}
body.home #left span p {
	line-height: 1.25em;
	padding: 10px 0;
	font-family: "RelayWide Bold", "RelayWide", Verdana, Helvetica, sans-serif;
}
body.home #right {
/*  background-color: #df461d;*/
	background-color: #d15430;
	width: 300px;
}
body.home #right {
	display: block;
	padding: 50px 20px 0 0;
	margin: 0;
}
body.home #right p {
  padding: 0 20px 10px 0;
  margin: 0;
  font-size: 13px;
	color: white;
  line-height: 1.75em;
	letter-spacing: 1px;
}
body.home #right img {
  padding: 20px 0;
  margin: 0;
}
/* Content Layout */

#branding {
	width: 100%;
	height: 56px;
	background: transparent url(/images/site/stripes.gif) top center repeat-x;
}
h1 {
	color: #df461d;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	font-size: 2em;
	letter-spacing: 1px;
	margin: 0.9em 0;
	font-family: "RelayWide Bold", "RelayWide", Verdana, Helvetica, sans-serif;
}
#panorama {
	clear: both;
	width: 950px;
	padding-bottom: 12px;
}

/* Sidebar navigation and login */

#sidebar {
	width: 290px;
	float: left;
	clear: both;
	margin: 20px 0;
}
#sidebar ul li {
	height: 36px;
	width: 290px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
}
#sidebar ul li a {
	padding: 10px;
	height: 16px;
	width: 270px;
	text-decoration: none;
	color:  #df461d;
	display: block;
}
#sidebar ul li a:hover {
	width: 270px;
	background: url(/images/site/sidenav-back.gif) no-repeat;	
}
#login {
	width: 290px;
	background: #fff url(/images/site/login-back.gif) top left no-repeat;
	min-height: 130px;
	margin: 20px 0;
}
div#login form {
	padding: 6px 10px 10px 30px;
}
div#login form label {
	color: #54311a;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
}
div#login form #loginpassword {
	clear: both;
	width: 245px;
	margin: 10px 0;
	padding: 2px;
	font-size: 16px;
	border: 1px solid #9B765E;
	color: #54311a;
	background-color: #FFFCE7;
}
div#login form #loginpassword:focus {
	border: 1px solid #54311a;
	background-color: #fff;
}
div#login form #loginbutton {
	clear: both;
	float: right;
}

/* Primary content */

#primary {
	width: 640px;
	float: right;
	margin-top: 20px;
}
#content p,
#primary dd,
.blog_post p{
	color: #54311a;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 1em;
	font-family: Verdana, helvetica, sans-serif;
}
p a, dt a{
	color: #54311a;
	line-height: 21px;
	margin-bottom: 1em;
	text-decoration: underline;
}
#primary p a:hover {
  color: white;
	background-color: #54311a;
	line-height: 21px;
	margin-bottom: 1em;
	text-decoration: none;
}

/* Image Galleries */

dl.galleryIndex {
  margin-bottom: 20px;
}
dl.galleryIndex dt {
  font-size: 14px;
  text-transform: uppercase;
  color: #54311a;
  font-weight: bold;
  width: 640px;
/*   border-bottom: 2px solid #BEDBB5; */
  padding: 10px 0;
}
dl.galleryIndex dd {
/*   padding: 0 20px; */
}
table.galleryThumbs td {
  text-align: center;
  padding: 16px 8px;
  font-size: 11px;
  width: 154px;
}
table.galleryThumbs td.thumbs a:hover.zoom {
  background-color: #fff;
  color: #fff;
  text-decoration: none;
  line-height: 0;
  display: inline;
  border-bottom-style:none;
}
div.breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  color: #54311a;
  font-weight: bold;
  width: 640px;
  border-bottom: 2px solid #BEDBB5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
div.paginate {
  font-size: 11px;
  text-transform: uppercase;
  color: #54311a;
  font-weight: bold;
  border-top: 2px solid #BEDBB5;
  padding: 10px 0;
  margin: 10px 0;
  text-align: right;
}
div.paginate a {
  padding: 3px 6px;
/*   background-color: #eee; */
/*   border: 1px solid black; */
}
div.paginate a:hover {
  background-color: #54311a;
}

/* Footer */

#footer {
	clear: both;
	background: #54311a url(/images/site/footer-dark.gif) top center repeat-x;
}
body.home #footer {
/* 	background: #fff url(/images/site/footer-light.gif) top center repeat-x; */
	background: #fff none top center repeat-x;
}
body.home #footer .inner {
	background: #54311a url(/images/site/footer-dark.gif) top center repeat-x;
/* 	background-color: #54311a; */
}
#footer .inner {
	min-height: 120px;
	height: 100%;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#footer p {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #9B765E;
	width: 435px;
	padding: 20px;
	float: left;
}
#footer a {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #9B765E;
}
#footer p.right {
	text-align: right;
}
#footer p a {
	color: #9B765E;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}

/* Wufoo/Forms */

body#public {
  border-top: none !important;
}
.wufoo .instruct {
   background-color: #FFFCE7;
   border: 1px solid #9B765E;
}
.wufoo .info h2 {
  color: #54311a;
  font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 1em;
	margin-left: 8px;
	font-family: Verdana, helvetica, sans-serif;
}
.wufoo .info div,
.wufoo .section div,
.wufoo li div, 
.wufoo li div label, 
.wufoo li span label {

  font-family:inherit;
  color:#54311A
}
.wufoo label.desc {
    color: #54311A;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice {
    font-family: inherit;
    color:#54311A
}
.wufoo label.choice { 
    color:#54311A
}
.wufoo .instruct {
   color:#54311A
}
.wufoo input#saveForm {
  background-color: #FFF18F;
  font-size: 12px;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #563019;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #BEB997;
  padding: 7px 20px;
}

/* Board of Directors */

.boardthumb {
  width: 213px;
/*   height: 200px; */
  float: left;
  display: inline;
  text-align: center;
}
.boardthumb img {
  margin: 0;
  padding: 0;
  border: 2px solid #54311a;
}
.boardthumb p {
  margin-top: 0;
  padding-top: 0;
  font-size: 12px !important;
  line-height: 18px !important;
}