* {
	font-family :georgia, garamond, "times new roman", serif;
	color: #000;
	font-size: 14px;
}

body	 {
	background-color: #82b350;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-y;
}
	

body.mceContentBody  {
	background-image: none;
	background-color:#fff;
	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:#336600;
}

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;
	font-size:100%;
}

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


/* ---------------------------------------------------
	yui specific
--------------------------------------------------- */ 


 #custom-doc { 
 width:75.38em;
 *width:73.57em;
 min-width:75.38em; 
 margin:auto; 
 text-align:left; 
 background-color:#fff;
 color:#000;
 border:2px solid #000;
 }

/*---------------------------------------
	wrapper
---------------------------------------*/

#wrapper	{
	padding:30px 0 0 0;
	width: 100%;
}

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

#hd {
	margin:20px 0 0 0;
	padding: 0px 0 0 0px;
	float: left;
	display: inline;
	background-image:url(../img/78_header.gif);
	background-repeat:no-repeat;
	height: 200px;
	width: 100%;
	
}

#contact_details	{
	margin:160px -270px 0 0px;
	float:right;
	font-size:18px;
}

/*---------------------------------------
	content
---------------------------------------*/

#main	{
	margin:10px 0 0 20px;
	padding:0 0px;
	color:#000;
	width:500px;
}

#two #main	{
	margin:10px 0 0 20px;
	padding:0 0px;
	color:#000;
	width:750px;
}	
#middle	{
	margin:10px 0 0 0px;
	width:200px;
}

#right_bar	{
	margin:10px 0 0 0;
	padding:0 10px 0 0;
	color:#000;

}

#full	{
	margin:0 20px;
}

.left_column, .right_column	{
	width:480px;
	border:1px solid #000;

}

.right_column	{
	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%;
}



/*---------------------------------------
	twitter feed
---------------------------------------*/

.tweet_box p, .tweet_box a	{
	font-size:14px;
	}


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


#main_menu	{
	width: 100%;
	margin: 0;
background-image: url(../img/menu_bg.jpg);
  background-repeat: repeat-x;
	float: left;
}



	
#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 li ul li	{
	color:#000;
}

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

#main_menu a {
	color: #fff;
	text-transform: normal;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0;
	padding: 6px 10px 6px 0;
	margin: 0 6px 0 0;
	border:0;
	text-transform:normal;
	font-family : Helvetica, arial, tahoma, sans-serif;
}

#main_menu a:hover	{

	color:#f2db3e;

}
	
/*---------------------------------------
	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;
}

/*---------------------------------------
	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;
}	


/*---------------------------------------
	email subscribe form
---------------------------------------*/

#subscribe	{
	margin:20px 0px 0 0px;
	float:right;
	width:300px;
}

#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;
}

/*---------------------------------------
	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;
}


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

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

.news_headlines_title {
float:left;
clear:both;
}

.news_headlines_date {

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

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

#ft {
	width: 980px;
	margin:0 auto;
	text-align:right;
	padding:0 0px 0px 0;
	

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

/*----------------------------------------------------
drop shadow box
-----------------------------------------------------*/

#container {	
	margin: 0 0 0 0;
}

#round-top {	
	background: url(../img/box-top.png) no-repeat center top;
	height: 14px;
}

#round-content {
	background: url(../img/box-middle.png) repeat-y center top;
	padding: 0 25px;
	margin: 0;
}

#round-bottom {
	background: url(../img/box-bottom.png) no-repeat center top;
	height: 22px;
}

.clear {
	clear:both;
}

/*----------------------------------------------------
drop shadow box
-----------------------------------------------------*/

#container {	
	margin: 0 0 0 0;
}

#round-top {	
	background: url(../img/box-top.png) no-repeat center top;
	height: 14px;
}

#round-content {
	background: url(../img/box-middle.png) repeat-y center top;
	padding: 0 25px;
	margin: 0;
}

#round-bottom {
	background: url(../img/box-bottom.png) no-repeat center top;
	height: 22px;
}

.clear {
	clear:both;
}