/* BASIC */
body {
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: black;
	background: ivory;
	margin: 5px;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */
/* uncomment this style to set a fixed width
#wrapper {
	width: 760px;
}
*/

#wrapper {
/*	border: solid 2px red; */
}
#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

/* ============================ BANNER ============================*/
#banner {
	position: relative;
	background: white;		/*#ffefd5:papayawhip*/
	border: solid 2px #f4a460; /* Sandybrown */
	height: 35px;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #333;
	text-decoration: underline;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS";
}
#banner li a:hover {
	color: red;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS";
}
#banner {
	position: relative;
}
/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
	height: 1px;
}
#banner #badge {
	position: absolute;
	left: 8px;
	top: 4px;
	font-size: 25px;
	font-weight: bold;
}
#banner #logo {
	margin-left: 60px;
	position: relative; /* jumping logo fix for IE */
}
#banner ul {
	position: absolute;
	right: 60px;
	bottom: 5px;
}
#banner #separator {
	border-right: 1px solid #666;
	padding-right:10px;
}

/* ==================================== mainNav ============================ */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(./images/bg_nav.png) repeat-x left top; 
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}
#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}
#mainNav li a:hover {
	background: url(./images/bg_nav_h.png);
}
/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


/* ===================================== MAIN CONTENT ================================= */
#main {
	margin-left: 175px;
	margin-right: 125px;
	padding: 0 15px 15px 20px;
	border: none; /* 1px solid black; */
	border-top: none;
	border-bottom: none;
}
#main h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}
#main h2 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}
#main h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 5px;
	color: #663900;
}
#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#main #admintable {
	font-size: 8px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: white;
}
#main .figure {
	float: right;
	width: 200px;
	margin-bottom: 2px;
	margin-left: 10px;
	position: relative;
}
#main .figure p {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 168px;
	background-color: #FFF;
	border: 1px dashed #666666;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0;
}
#main .figure img {
	display: block;
}

/* ================================================= LEFT SIDEBAR ============================================ */
#sidebar {
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 5px;
	left: 0;
	width: 175px;
	background-color: beige;
	border-right: 1px solid saddlebrown;
 	border-left: 1px solid saddlebrown;
}

#sidebar h2 {
	font-size: 1.3em;
	color: #222;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
	border-top: 3px solid saddlebrown;
	background: wheat;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: black;
}
#sidebar h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	color: #663900;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #663900;
}
#sidebar a:hover {
	color: #CA1D07;
}

/* ====================================== Right SIDEBAR ==================================== */
#rightsidebar img {
	margin-bottom: 15px;
	margin-left: 2px;
	text-align: center;
}

#rightsidebar {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 125px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
#rightsidebar h2 {
	font-size: 1.3em;
	color: #222;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
	border-top: 3px solid saddlebrown;
	background: wheat;
}
#rightsidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: black;
}
#rightsidebar h3 {
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
	color: #663900;
	margin-bottom: 3px;
}

/* =================================== footer ======================================= */
#copyright {
	background-color: tan;
	font-size: 9px;
	color: #000000;

}
#footer {
	width: 175px;
	border-top: 2px solid saddlebrown;
	border-bottom: 2px solid saddlebrown;
	background-color: tan;
	font-size: 9px;
	color: #000000;
	text-align: center;
	
}
/*********************/
/* FORM SECTION STYLES */
/*********************/
#sloform {
	border: 4px ridge saddlebrown;
	padding: 0px 10px 5px 10px;
	float: left;
	width: 500px;
	background-color: beige;
        margin-left: 50px;
	margin-top: 5px;
	margin-bottom:5px;
}

#sloform h1 {
	color: #663900;
	font: normal 18px "Century Gothic", "Gill Sans", Arial, sans-serif;
        text-align: center;
}
#sloform h2 {
	font-size: 1.2em;
	color: #663900;
}
#sloform #subForm p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#sloform p {
	color: #222;
	margin-top: 10px;
	margin-bottom: 5px;
        margin-left: 10px;
	font-size: 11px;
}

#sloform #subForm p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#subForm {
	font-size: 0.8em;
}
#subForm #formerror {
   font-size: 11px;
   color: red;
}
#subForm #formwarning {
   font-size: 11px;
   color: blue;
}
#subForm #formmessage {
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   color: green;
}
#subForm #formerrornotice {
   font-size: 11px;
   font-weight: bold;
   color: red;
   text-align: center;
}
#subform #centerrow {
	color:green;
	display: block;
	margin-left: 200px;
	margin-top: 40px;
	margin-bottom: 40px;
	
}
#subForm .label {
	float: left;
	clear: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
	font-size:11px;
	font-weight: bold;
	color: black;
}
input#sfsubmit {
	background-color: wheat;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
}
input#sfsubmit2 {
	background-color: wheat;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
}
select#sfoption {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}
/* create some id's for various fields in the form, add more as needed */
input#sftext, textarea#sftextarea {
	width: 170px;
	background-color: white;
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 12px;
	margin-top: -2px;
}
/* and an alternative background for above when has focus */
input#sftext:focus, textarea#sftextarea:focus, select#sfoption:focus
{
	background-color: #f0f0f0;
}
