body {
	margin: 0;
	padding: 0;
	behavior: url(hover.htc);
	background: url('/images/bg-gradient.jpg') repeat-x;
	font-family: Lucida, Helvetica, Verdana, Arial, sans;
	font-size: 80%;	
}

#container {
	width: 760px;
	
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid #89654b;
	border-right: 1px solid #89654b;
	border-bottom: 1px solid #89654b;
	background: #fff;
	
}


#header {
	background: url('/images/header.jpg') no-repeat;
	background-position: 20px 6px;
	height: 130px;
	
	
}

#navbar {
	position: relative;
	left: 200px;
	top: 111px;	
	border-top: 1px solid #89654b;
	/* height: 100%; */
	width: 560px;
}

ul.IR {

	
	padding: 0 0 0 0;
	margin-top: 5px;
	margin-left: -10px;
	
	/* margin-right: 150px; */
}

ul.IR li {
	position: relative;
	margin-left: 0;
	padding: 0;

}

.IR em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.nav { list-style: none;}
.nav li {float: left;}
.nav li, .nav li em {height: 23px; width:80px}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
.nav a:hover { text-decoration: none; }		

.homelink a, .courseslink a, .teamlink a, .contactlink a, .resourceslink a {
	font-size: .1em;
}


.homelink em, .courseslink em, .teamlink em, .contactlink em, .resourceslink em, .homelinkcurrent em, .courseslinkcurrent em, .teamlinkcurrent em, .contactlinkcurrent em, .resourceslinkcurrent em {
	background: url('/images/nav.gif') no-repeat;
	cursor: pointer;
}

.homelink { left: 0;}
.homelink em { background-position: 0px -6px; }
.homelink:hover em { background-position: 0px -36px; }
.homelinkcurrent { left: 0;}
.homelinkcurrent em {background-position: 0px -66px;}
.homelinkcurrent:hover em {background-position: 0px -96px;}
.courseslink {left: 0;}
.courseslink em { background-position: -75px -6px;}
.courseslink:hover em { background-position: -75px -36px; }
.courseslinkcurrent {left: 0;}
.courseslinkcurrent em {background-position: -75px -66px;}
.courseslinkcurrent:hover em {background-position: -75px -96px;}
.contactlink { left: 0; }
.contactlink em { background-position: -160px -6px; }
.contactlink:hover em {background-position: -160px -36px;}
.contactlinkcurrent {left: 0;}
.contactlinkcurrent em {background-position: -160px -66px;}
.contactlinkcurrent:hover em {background-position: -160px -96px;}
.resourceslink { left: 0; }
.resourceslink em { background-position: -240px -6px; }
.resourceslink:hover em {background-position: -240px -36px;}
.resourceslinkcurrent {left: 0;}
.resourceslinkcurrent em {background-position: -240px -66px;}
.resourceslinkcurrent:hover em {background-position: -240px -96px;}


.clear { clear: both; }

/* suckerfish styles */
.nav a { display: block; font-weight: normal; }
* html .nav a { height: 1%; }

.nav li ul {
	position: absolute;
	z-index: 10; /* show the dropdowns above the images */
	top: 12px; /* position the dropdowns a set distance from the top of the image */
	left: -999em;
	list-style: none;
	border: 1px solid #89654b;
	padding-left: 0px;
	margin-left: 10px;
	width: 100px;
	background: #fff;

}

.nav li:hover ul { left: auto; }

.nav li li {
	height: auto; /* reset the height set on the IR list items */
	font-size: 110%;
	border-bottom: 1px solid #89654b;
	width: 100px;

}

.nav li ul a {
	font-size: 80%;
	padding: 3px;
	color: #000;
	background: #fff; 
	text-decoration: none;
}
.nav li ul a:hover {
	color: #fff;
	background: #abda4e;
}



#clientLogin {
	position: relative;
	top: 2px;
	left: 672px;
}

#leftnav {
	float: left;
	width: 252px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	/* background: url('/images/bg-index.jpg') no-repeat; */
	/*height: 600px;*/
	background: #b9e161;
	/* margin-top: 15px; */
}

#content {
	float: right;

	width: 490px;

	padding-right: 7px;

	color: #333333;
}

#content a:link {
	color: #89654b;
	text-decoration: underline;
}

#content a:visited {
	color: #abda4e;
}

h2 {
	color: #89654B;
	background: url('/images/hdr-bg.jpg') repeat-x 0 -7px;
	height: 15px;
	border: 1px solid #abda4e;
	font-size: 110%;
	/* font-style: italic; */
	font-weight: normal;
	padding-top: 3px;
}

*html h2 {position: relative; top: 10px;}

h3 {
	font-size: 105%;
	font-weight: bold;
	/* font-style: italic; */
}

#footer {
	clear: both;
	height: 20px;
	background: url('/images/footer-bg.gif') repeat-x;
}

fieldset {
	border: none;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	/* border: 1px solid #00A8E6; */
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF6666;
	color : #FF6666;
}
input.validation-passed, textarea.validation-passed {
	/* border: 1px solid #00CC00;
	color : #000; */
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF6666;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.small {font-size: 75%;}

#carol_pic {float: left; margin: 0 10px 0px 10px; border: 1px solid #777;}
#leftnav p {padding: 0 10px 0 10px; text-align: left;}
#leftnav h3 {padding-left: 10px; font-size: 1.2em; color: #272727;}
#leftnav a:link, #leftnav a:visited {color: #6d331b;}
#leftnav a:active {color: #fff;}
#leftnav a:hover {color: #272727;}
#leftnav a img {border: none;}
#book, #events, #donate {border-top: 1px solid #eee;}
#donate form {text-align: center;}
#book p {text-align: center;}

#article {border: 2px solid #B3D66E; text-align: center; background: #e2f4be; padding: 10px;}

h4 {font-style: oblique; margin-bottom: 0; padding-bottom: 0;}

a.pdf_link {
  background-repeat: no-repeat;
  background-image: url('/images/page_white_acrobat.gif');
  background-position: right;
  display: inline;
  height: 45px;
  padding-right: 20px;
  margin-right: 20px;
}

div#hr {border-top: 1px solid #89654b; width: 50%; margin-left: auto; margin-right: auto; margin-bottom: 0; padding-bottom: -15px; margin-bottom: -10px;}