* {
	font-family : georgia, garamond, serif;
	color: #9b8b8b;
	font-size: 14px;
}

body {	
	background-image:url(../img/bg.jpg);
	background-repeat:repeat;
	margin-top:30px;
}

body.mceContentBody  {
	background-image: none;
	margin: 0;
	font-size: 14px;
}

a, .mceContentBody a {
	color:#33cc33;
	text-decoration:none;
}

label {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5 {
	font-size: 1em;
	font-weight: regular;
	color:#33cc33;
}

h1, .mceContentBody h1	{
	font-size:1.8em;
	font-weight:bold;
	padding: 0 0 10px 0;
}

h2, .mceContentBody h2	{
	font-size:1.5em;
	font-weight:bold;
	padding: 0 0 5px 0;
}

h3, .mceContentBody h3	{
	font-size:1.2em;
	font-weight:bold;
}

h4, .mceContentBody h4	{
	font-size:1.2em;
	font-weight:bold;
}

h5, .mceContentBody h5	{
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
}

i, em, .mceContentBody i, .mceContentBody em {
	font-style: italic;
}

b, strong, .mceContentBody b, .mceContentBody strong {
	font-weight: bold;
}

p, .mceContentBody p	{
	padding:0 0 13px 0;
	font-size:120%;
}
/*---------------------------------------
	wrapper
---------------------------------------*/

#custom-doc {
	margin: auto;
	text-align: left;
	width: 960px;/* non-IE */
	*width: 960px; /* IE */
	margin-top:20px;
}

#body_wrapper {
	min-height: 640px;
	width:960px;
}

#body_wrapper_back {
	float: left;
	background-color: #fff;
	background-repeat: repeat;
	-moz-border-radius: 2em;
  border-radius: 2em;
	margin-bottom:20px;
	}

/*---------------------------------------
	header
---------------------------------------*/

#header {
	padding: 0px 0 0 0px;
	float: left;
	display: inline;
	border-bottom: 3px solid #000;
	height: 195px;
	background-image: url(../img/header_logo.gif);
	background-repeat: no-repeat;
	width: 960px;
}

#contact_header	{
	padding: 150px 0 0 700px;
	font-size: 110%;
	color: #000;
}

#header a {
	color: #33cc33;
	text-decoration: none;
	border-bottom: 1px dotted #33cc33;
}

#header a:hover	{
	color:#000;
	border-bottom:1px dotted #000;
}
/*---------------------------------------
	content
---------------------------------------*/

#content_wrapper {
	float: left;
	width: 100%;
	margin: 10px 0px 10px 10px;	
}

#content {
	padding: 0 0px 0 12px;
	width: 680px;
	float: left;
}

#content a, .mceContentBody a {
	color:#33cc33;
	text-decoration:none;
	border-bottom:1px dotted #33cc33;
	font-size:100%;
}

#content a:visited, .mceContentBody a:visited {
	color:#33cc33;
	text-decoration:none;
}

#content a:hover, .mceContentBody a:hover	{
	color:#000;
	border-bottom:1px dotted #000;
}

#content .slideInfoZone h2 {
	border: none;
}

#content ul	{
	padding: 10px 0 0 15px;
}
	
#content li	{
	list-style-type: square;
}

#content table tr td, .mceContentBody td {
	padding: 0 20px 0 0;
	text-align: justify;
	vertical-align: top;
	width: 50%;
}

/* ie only fix */
#threecol #custom-doc .yui-u {
	*width: 304px;
}

/*---------------------------------------
	main menu
---------------------------------------*/

#main_menu {
	display: inline;
	float: left;
	margin: 0;
	padding: -20px 10px 0 0;


}

#main_menu ul {
	margin: 0 0 0 5px;
}

#main_menu li {
	
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 15px;
}

#main_menu ul li ul {
	margin: -10px 0 0 0;
	background-color:#fff;
}

#main_menu a {
	color: #000;
	text-transform: normal;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 6px 10px 6px 0;
	margin: 0 6px 0 0;
	border:0;
	text-transform:normal;
}

#main_menu a:hover	{

	color:#666666;

}
	
/*---------------------------------------
	suckerfish
---------------------------------------*/

/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.snav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.snav, .snav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

.snav a {
	display: block;
	padding: 0.2em 1em 0.2em 0;
}

.snav li {
	float: left;
}

.snav li ul li {
	width: 180px; /* width needed or else Opera goes nuts */
}

.snav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.snav ul li a {
	display: block;
}

#main_menu .snav li ul ul { 
	margin: -23px 0 0 170px;
}

.snav li:hover ul ul, .snav li:hover ul ul ul, .snav li.sfhover ul ul, .snav li.sfhover ul ul ul {
	left: -999em;
}

.snav li:hover ul, .snav li li:hover ul, .snav li li li:hover ul, .snav li.sfhover ul, .snav li li.sfhover ul, .snav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*---------------------------------------
	leftbar
-----------------------------------------*/

#leftbar {
	padding: 0 0 0 12px;
	width: 288px;
	
}

/*---------------------------------------
	rightbar
---------------------------------------*/

#right_bar {
	float: right;
	width: 220px;
	padding: 0 10px 0 0;
}

#right_bar .textInput {
	width: 200px;
}


/*---------------------------------------
	footer
---------------------------------------*/

#footer {
	width: 960px;
	margin:0 auto;
	text-align:right;
	padding:0 5px 30px 0;
}

#footer a	{
	color:#000;
	text-decoration:none;
}

#threecol #footer	{

	width: 960px;
	height:63px;
	margin:0 auto;

}
/*---------------------------------------
	public forms
---------------------------------------*/

.publicForm label {
	display: block;
}

.publicForm label {
	margin: 1em 0 0 0;
}

.publicForm label.inline {
	display: inline;
	margin: 0;
}
	
.publicForm .textInput, .publicForm textarea {
	width: 20em;
	border: 1px solid #000;
	background-color: #fff;
	padding: 0.1em;
}

.publicForm .checkboxInput {
	border: 1px solid #999;
	background-color: #fff;
}

.publicForm textarea {
	height: 10em;
}
	
.publicForm .submitInput {
	border: 1px solid #000;
	background-color: #fff;
	padding: 0.1em;
}
	
.publicForm select {
	border: 1px solid #000;
	background-color: #fff;
	padding: 0.1em;
}


/*---------------------------------------
	paging
---------------------------------------*/

.subpage_nav {
	margin: 1em 0;

}


.subpage_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage_nav li {
	display: inline;
	padding: 0 0.6em 0 0;
}


.subpage_nav li a {
	display: inline;
	padding: 0 0.6em 0 0;
}	


/*---------------------------------------
	flickr badge
---------------------------------------*/

.flickrWrapper {
	width: 98%;
}

.flickrWrapper div {
	display: inline;
	padding: 20px 14px 20px 0;
}

.flickrWrapper img {
	border: 1px #ccc solid;
	padding: 4px;
}


/*---------------------------------------
	events
---------------------------------------*/

.event_summary_table {
	width: 100%;
}

.event_summary_table th {
	font-weight: bold;
}

.event_summary_table td.option {
	text-align: center;
}

.event_summary_table th.title {
	text-align: left;
}

.event_summary_table .closed {
	font-style: italic;
}


/*---------------------------------------
	misc classes
---------------------------------------*/

.active {
		font-style: italic;
}

.hidden {
	background-color: #999;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

img.float_right {
	margin: 0 0 0.5em 0.4em;
}

img.float_left {
	margin: 0 0.4em 0.5em 0;
}

.compositeTable {
	width: 100%;
	margin: 0.4em 0;
	text-align: center;
}

.compositeTable td {
	padding: 0.4em;
}

.clear {
	clear: both;
}

#ubi_gallery {
	width: 660px;
	height: 433px;
}

#rightbar .news_headlines_ul li {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #fff;
	float: left;
	width: 220px;
}

.news_headlines_ul li table td {
	padding: 2px;
	vertical-align: top;
}

#rightbar .news_headlines_ul .news_headlines_summary p, #rightbar .news_headlines_ul .news_headlines_summary p em, #rightbar .news_headlines_ul .news_headlines_summary p font {
	font-size: 11px;
}

#mailinglist_email {
	width: 218px;
	background-color: #fff;
	border: 1px solid #333;
}

.subscriptionForm br {
	display: none;
}

.subscriptionForm input.subscriptionSubmitInput {
	margin: 4px 0;
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
}

.news_headlines_ul {
	margin: 0 0 2em 0;
}

.news_headlines_ul img {
	border: 1px solid #fff;
}

.news_headlines_title {
	display: none;
}

#video_popup {
	text-align: center;
		background-color:#000;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat; 
}	