/* Needmore Designs was here!
 *
 * Brown: #563019
 * Dark Green: #96A919
 * Light Green: #B9DA46
 * Pale Green: #D0E680
 */

/* 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: #fff;
}
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: "" "";
}


/* Body and Navigation Layout */

body {
	text-align: center;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#navigation {
	width: 100%;
	height: 230px;
	background: #96A919 url(/images/site/header-background.gif) top center repeat-x;
}
#navigation img#logo {
	float: left;
	display: inline;
}
#navigation #nav {
	width: 770px;
	height: 40px;
	background: url(/images/site/nav.gif);
	padding: 0;
	position: relative;
/* 	left: 180px; */
	top: 190px;
	float: right;
}
#navigation #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#navigation #nav li,
#navigation #nav a {
	height: 40px;
	display: block;
}
#navigation #aboutus {		left: 0;     width: 122px; }
#navigation #locations {	left: 122px; width: 133px; }
#navigation #schedule {		left: 255px; width: 126px; }
#navigation #pricing {		left: 381px; width: 105px; }
#navigation #register {		left: 486px; width: 116px; }
#navigation #faq {				left: 602px; width: 71px; }
#navigation #contact {		left: 673px; width: 97px; }

#navigation #aboutus a:hover {		background: transparent url(/images/site/nav.gif) 0      -40px no-repeat; }
#navigation #locations a:hover {	background: transparent url(/images/site/nav.gif) -122px -40px no-repeat; }
#navigation #schedule a:hover {		background: transparent url(/images/site/nav.gif) -255px -40px no-repeat; }
#navigation #pricing a:hover {		background: transparent url(/images/site/nav.gif) -381px -40px no-repeat; }
#navigation #register a:hover {		background: transparent url(/images/site/nav.gif) -486px -40px no-repeat; }
#navigation #faq a:hover {				background: transparent url(/images/site/nav.gif) -602px -40px no-repeat; }
#navigation #contact a:hover {		background: transparent url(/images/site/nav.gif) -673px -40px no-repeat; }

/* Sidebar navigation and login */

#sidebar {
	width: 250px;
	float: right;
	margin: 20px 0;
}
#sidebar #sidenav {
	border: 1px solid #725F54;
	width: 248px;
/* 	height: 300px; */
/* 	background: url(/images/site/sidebar.gif); */
  background-color: #C5E06A;
	position: relative;
	left: 0;
	padding: 0;
	top: 0;
}
#sidebar #sidenav li {
	padding: 0;
	margin: 0;
	list-style: none;
/* 	position: absolute; */
	left: 0;
	line-height: 20px;
}
#sidebar #sidenav span#nest {
/*   display: block; */
/*   margin-left: -20px; */
/*   width: 228px; */
}
#sidebar #sidenav li,
#sidebar #sidenav a {
/* 	height: 50px; */
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
}
/*
html>body #sidebar #sidenav li a span.in {
  margin-left: 10px;
}
*/
#sidebar #sidenav li {
	width: 248px;
}
#sidebar #sidenav a {
  text-transform: uppercase;
  padding: 12px 20px;
  color: #6E7B1C;
  text-decoration: none;
}
#sidebar #sidenav a:hover {
  background-color: #D3E88D;
  color: #562E18;
}

/*
#sidebar #workshops {	top: 0; height: 50px; }
#sidenav #instructors {	top: 50px; height: 50px; }
#sidenav #k-camp { top: 100px; height: 50px; }
#sidenav #designprogram {	top: 150px; height: 50px; }
#sidenav #counselorintraining {	top: 200px; height: 50px; }
#sidenav #blog { top: 250px; height: 50px; }

#sidebar #workshops a:hover {	background: transparent url(/images/site/sidebar.gif) -250px 0 no-repeat; }
#sidenav #instructors a:hover {	background: transparent url(/images/site/sidebar.gif) -250px -50px no-repeat; }
#sidenav #k-camp a:hover { background: transparent url(/images/site/sidebar.gif) -250px -100px no-repeat; }
#sidenav #designprogram a:hover {	background: transparent url(/images/site/sidebar.gif) -250px -150px no-repeat; }
#sidenav #counselorintraining a:hover { background: transparent url(/images/site/sidebar.gif) -250px -200px no-repeat; }
#sidenav #blog a:hover { background: transparent url(/images/site/sidebar.gif) -250px -250px no-repeat; }

#sidebar img.sidepic {
	border: 1px solid #725F54;
	margin-top: 20px;
}
*/

/* Primary content */

#primary {
	width: 680px;
	float: left;
	margin: 12px 0 20px 0;
	clear: both;
}
#primary h1 {
	font-family: "RelayWide Bold", "RelayWide", Verdana, Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.25em;
	line-height: 1.25em;
	color: #563019;
	/*letter-spacing: 1px;*/
	margin-bottom: .25em;
}
#primary h2 {
	font-family: "RelayWide Bold", "RelayWide", Verdana, Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #563019;
	/*letter-spacing: 1px;*/
	margin-bottom: .25em;
}

#primary p {
	color: #54311a;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 1em;
}
#primary a:link, #primary a:visited {
   color: #96A919;
   text-decoration: underline;  
}
#primary a:hover {
   color: white;
   background-color: #B9DA46;
   padding: 2px;
   text-decoration: none;  
}
#primary #splash {
  height: 461px;
  width: 680px;
  display: block;
  overflow: hidden;
}
#primary #splash img {
	margin-top: 8px;
	border: 1px solid #725F54;
}
#primary #tagline {
	background: #c9e274 url(/images/site/tagline-highlight.gif) center center repeat;
	width: 638px;
	border: 1px solid #725F54;
	color: #b3623c;
	margin-top: 20px;
	padding: 20px;
	font-weight: bold;
	min-height: 40px;
	letter-spacing: 1px;
}
#tagline p {
  color: #b3623c;
}
#primary .mainpic {
  width: 680px;
  height: 100px;
	border: 1px solid #725F54;
	padding: 0;
	margin: 0 0 20px 0;
}

/* Footer */

#footer {
	clear: both;
	background: #725F54 url(/images/site/footer-background.gif) top center repeat-x;
	height: 100%;
	margin-top: 20px;
}
#footer .inner {
	min-height: 200px;
	height: 100%;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
#footer p {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #C5B7AF;
	width: 475px;
	padding: 20px 0;
	float: left;
}
#footer p.right {
	text-align: right;
}
#footer p a {
	color: #C5B7AF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}