@import 'layout.css';
/** BASE **/
body, html{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	padding:0;
	margin:0;
	height:100%;}
h1,h2,h3,h4,p,ul,li,img,a, td,th{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	font-weight:normal;
	outline:none;
	text-decoration:none;
	text-align:left;}
h1{font-size:25px; letter-spacing:1px; color:#4d423a; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
h2{font-size:18px; letter-spacing:2px; margin-bottom:20px; display:inline; color:#4d423a; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
h3{font-size:16px; letter-spacing:1px; width:600px; margin:18px 0 12px; color:#4d423a; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
h4{font-size:16px; color:#413730;}


ol li{ list-style:inherit;}
/**/




/** HEADER **/
#navigation  li{
	display:inline;
	padding: 0 11px 0 0;}
ul#navigation.dropdown li a, ul#navigation.dropdown li a:hover{
	vertical-align:middle;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#4d423a;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;}
/*NAVIGATION*/
#navigation li li{
	line-height:100%;
	font-size:11px;}
/*LEVEL ONE*/
ul.dropdown{
	position: relative;}
ul.dropdown li{
	float: left;
	zoom: 1;}
ul.dropdown  li:hover, ul.dropdown  li.selected{
	background:url('../images/menu-background-end.png') no-repeat top right;
	height:51px;}
ul.dropdown  li:hover  a, ul.dropdown  li.selected  a{
	background:url('../images/menu-background.png') no-repeat top left;
	height:51px;}
ul#navigation.dropdown li:hover a{
	color:#458f0f;}
ul.dropdown a:active{}
ul.dropdown  li  a{
	display: block;
	padding:7px 0 0 12px;
	line-height:31px;}
ul.dropdown li:last-child a{}/* Doesn't work in IE */
ul.dropdown li.hover,ul.dropdown li:hover{
	position: relative;}
ul.dropdown li.hover a{}
/*LEVEL TWO*/
ul.dropdown ul{/**/
	width: 228px; 
	display:none;
	position: absolute; 
	top: 43px; 
	left: 0;
	background:#fff;
	border-left:3px solid #cec8b8;
	border-right:3px solid #cec8b8;
	border-bottom:3px solid #cec8b8;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:8px 0;/**/}
ul.dropdown li:hover li{
	background:none;}
ul#navigation.dropdown li:hover li a{
	background:none;
	color:#4d423a;
	padding:2px 6px;
	margin: 0 8px;
	line-height:22px;
	width:200px;}
ul#navigation.dropdown li:hover li  *{height:22px;}
ul#navigation.dropdown li:hover li a:hover{
	background:#e8e8e8;}
ul.dropdown ul li{
	float: none;}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{
	border-right: none; 
	width: 100%; 
	display: inline-block;} 
/*LEVEL THREE*/
ul.dropdown ul ul{
	left: 100%; 
	top: 0;}
ul.dropdown li:hover  ul{
	display:block;}
	
	
	
	
/** CONTENT **/
.h1-logo{
	width:515px;
	height:70px;
	text-indent:-9000px;}
#content-content, #content-content td{
	color:#000;
	font-size:13px;
	line-height:150%;
	padding-bottom:12px;}
#content a{
	color:#458f0f;
	font-size:13px;
	text-decoration:underline;}
#content p{
	font-size:13px;
	margin:12px 0;}
#content img.right{
	border:3px solid #cec8b8;
	float:right;
	margin:5px 0 20px 20px;
	position:relative;}
#content img.left{
	border:3px solid #cec8b8;
	float:left;
	margin:12px 20px 20px 0;
	position:relative;}
#content ul li{
	list-style-type:disc;
	list-style-position:outside;
	margin:6px 16px;
}

#content-content .workshop td{margin:0; padding:0; font-family: Arial, Helvetica, sans-serif; line-height:16px;}
/**/

#content-content .workshop td .workshop-list td{padding:5px; border-bottom:1px dashed #ccc;}
#content-content .workshop td .workshop-list a{font-weight:bold; font-size:14px;}



/** FOOTER **/
span.association-with{
	font-size:14px;
	text-transform:uppercase;}
#footer-nav li a{
	font-size:12px; 
	color:#000;
	border-right:1px solid #000;
	padding-right:10px;
	margin-left:10px;
	text-transform:uppercase;}
.footer-contact, .footer-contact a{
	color:#4d423a;
	font-size:12px;}
.footer-contact{
	margin:12px 0 0 95px;	
	display:block;}
.footer-copyright{
	font-size:11px;
	float:right;
	color:#4d423a;
	margin-top:35px;}
/**/




/** BACKGROUNDS **/
#background-gradient{background:url('../images/background-gradient.png') repeat-x #cfc9b8;}
#background-pattern{background:url('../images/background-pattern.png') repeat;}
#background-grass{background:url('../images/background-grass.jpg') repeat-x bottom;}
#page-wrapper{}
#header{ background: url('../images/header-overlay.png') no-repeat;}
#content-header{background: url('../images/content-header.png') no-repeat;}
#content-content{background: url('../images/content-background.png') repeat-y;}
#content-footer{background: url('../images/content-footer.png') no-repeat;}
#footer{background: url('../images/footer-background.png') no-repeat;}

.h1-logo{background:url('../images/logo.png') no-repeat;}

.hr{background: url('../images/dash.png') repeat-x bottom; height:1px; clear:both; margin:30px 0;}
#content-content .hr{background: url('../images/content-dash.png') repeat-x bottom; height:1px; display:inline-block; clear:both; margin:0 0 6px 0; width:100%;}
/**/
