/* btw, css ftl */


h1 {margin: .67em 0}
h2 {margin: .75em 0}

a:link, a:visited, a:active, a:hover {
	color: #37393E;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

body {
	margin:0px;
	padding:0px;
	color:#613005;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main {
	padding:0px;
}
#header {
	width:760px;
	margin:0 auto;
	padding: 0px;
}
#page {
	width:760px;
	margin:0 auto;
	display:block;
	background-color: #EDDE9C;
}
#content_l {
	float:left;
	width:150px;
	padding-top:25px;
	padding-left:20px;
	padding-right:20px;
	min-height:290px;
}

#content_m {
	float:right;
	width:530px;
	min-height:300px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	margin-right: 15px;
}

/* navigation */
#nav, #nav ul { /* all lists */
	width: 141px;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	list-style: none;
	line-height: 1;
	background:url("/templates/organicoasis/images/menu.png") top left no-repeat;
}
#nav a {
	display: block;
	color:#ffffff; text-decoration:none;
}
#nav li { /* all list items */
	/*width: 10em; /* width needed or else Opera goes nuts */
	padding: 12px 1em;
	background:url("/templates/organicoasis/images/menu.png") top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#nav li.current{
	color:#FFFFFF;
	background:url("/templates/organicoasis/images/menu_active.png") top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#nav li ul { /* second-level lists */
	text-align: left;
	height: 31px;
	padding:0.5em 1em;
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	color:#ffffff;
}
#nav li ul li {
	width:10em;
	padding:3px 0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* end navigation */

/* Form stuff */
form.wForm {margin-top: 5px;}
span.required{font-size: 85%;}
.wForm label {width: 6em; float: left; text-align: left; margin-right: 0.5em; display: block; }
.wForm input {}
.wForm textarea {}
div.ctrlHolder {padding: 2px 0 2px 0px; }
div.buttonHolder{margin-left: 6.5em;}

#errorMsg {width: 360px; border: 2px solid #ED1C25; background-color: #F9F9F9; margin: 1em 0; padding: 0 1em;} /* #f44537 */
#errorMsg h3 {margin: 3px 0 0 0; padding: 0;}
div.error input {border: 2px solid #ED1C25;}
div.error textarea {border: 2px solid #ED1C25;}
/* end form stuff */