/* CSS Document July 2009 */
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, table, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {/* set everything to zero for a good cross-browser starting point */
	background-color:#FFF;/*sets the body background color*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to center the container in IE5.x pc */
	font-family: Georgia, "Times New Roman", Times, serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size and compensates for several browser bugs */
	min-width: 880px; /* Prevents the body becoming narrower than our container div*/
}
#container {
	margin: 0 auto;/* centers the container first value */
	width: 880px; /* sets the width of the container */
	position: relative; /* important to position it relatively */
	background-color:#fff;
	border: none;
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}
#header {
	background: #265f99;
	height: 90px;
	color: #fff;
	text-align: left;
	padding: 20px 0 6px 10px;
	border-bottom: 2px solid #fff;
}
#header img#bonnie1{
	float: left;
	margin: 0 50px 0 0;
}
#about .quote {width: 200px; float: left;}
#header .quote {
	line-height: 1.15;
	font: bold italic 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 20px 0 5px 0;
}
#nav {
	border-top: 12px solid #99cc33;
	background: #fff;
}
ul#nav_menu, ul#nav_bottom {
	background: #265f99;
	color: #fff;
	padding: 5px 0;
	list-style: none;
}
ul#nav_menu li {
	display: inline;
	border-left: 1px solid #fff;
}
ul#nav_menu li#first { border-left: none; }
ul#nav_bottom li { display: inline; }
ul#nav_sub {
	width: 155px;
	list-style: none;
	margin-top: 25px;
	}
ul#nav_sub li {
	display: block;
	padding: 5px 3px;
	
}

#content_left { 
	float: left;
	width: 150px; }
#content_main {
	position: relative;
	margin: 0 25px 0 160px;
}
#extras {
	margin: 15px 150px;
	font-size: .8em;
}
#footer {
	background: #265f99;
	color: #ccc;
	padding: 10px 25px;
	font: .7em Arial, Helvetica, sans-serif;
}
#footer table { width: 100%; }
#foot_right {
	width: 260px;
	text-align: right;
}
ul#nav_bottom { text-align: right; }
.tab25 {
	padding-left: 25px;
	font-weight: bold;
}
table#workshops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	border: none;
}
table#workshops td { border: 3px solid #fff; }
tr.row_title {
	background: #99cc33;
	color: #fff;
	text-align: center;
	text-transform:uppercase;
}
tr.row_info {
	background: #f0fff0;
	color: #000;
	vertical-align:top;
	font-weight: 300;
}
tr.row_title td {
	font-weight: bold;
	width: 190px;
	padding: 3px 5px;
}
img {border: none;}
/*************** Text ***********/
h1, h2, h3, h4{
	color: #666;
	font-style: italic;
	font-weight: 300;
}
h2 {
	padding: 15px 0;
	font-size: 1.2em;
}
h3 {
	padding: 15px;
	font-size: 1em;
	border-top: 1px solid #ccc;
	}
h4 {
	text-align: center;
	padding: 25px 0 15px 0;
	}
p { 
	font-size: .8em;
	line-height: 1.3;
	padding-bottom: 5px; }
.norm {
	font-weight: normal;
	text-transform:lowercase;
}
.text_highlight {
	color: #99cc33;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0 8px 0;
}
.smit {
	font-size: .7em;
	font-style: italic;
	}

/******** Links *************/
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active, a:link.text a:active, a:link.text a:visited { color: #265F99; }
a:hover, a:hover.text { color:#99CC33; }
a:link.sub {
	font-family: Arial, Helvetica, sans-serif;
	color: #265F99;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
a:visited.sub {
	font-family: Arial, Helvetica, sans-serif;
	color: #265F99;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
a:hover.sub {
	font-family: Arial, Helvetica, sans-serif;
	color: #99CC33;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
ul#nav_menu li a:link, ul#nav_menu li a:visited {
	color: #fff;
	text-transform: uppercase;
	padding: 6px 25px 3px 15px;
	font-size: .7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul#nav_menu li a:hover, ul#nav_menu li a:hover {
	color:#99cc33;
	background: #003366;
}
#footer a:link {
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	padding-left: 0px;
	padding-right: 0px;
}
ul#nav_bottom li a:link, ul#nav_bottom li a:visited, #foot_right a:link, #foot_right a:visited {
	color: #fff;
	padding: 3px 5px;
}
ul#nav_bottom li a:hover, #foot_right a:hover { color: #0099cc; }
