@charset "UTF-8";
/* CSS Document */

body {
    font-size: 62.5%;
	background-color: #F4F4F4;
	color: #333333;
}
h1 {
	font-size: 2em;
}
#page {
	background-color: #FFFFFF;
	width: 708px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;
}
a {
	text-decoration:underline;
	color:#333333;
	}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.hide {
	visibility:hidden;
}
a:visited {color:#333333}
.even {
	background-color: #FFFFFF;
}
.odd {
	background-color:#F2F2F2;
}
.calendar_marker {
	background-color:#FFFF99}
/*-----------header--------------------------------------------------------------------------------------*/
#header h1 {
	display: none;
}
#header {
	position: relative;
	width:706px;
}
#search_box {
	float: right;
	margin-top: 24px;
	height: 25px;
	padding: 0px;
}
#search_box #searchField {
	width: 139px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	padding-left: 5px;
	padding-top: 4px;
	background-image: url(/images/searchbox.png);
	padding-bottom: 3px;
	font-size: 12px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #666666;
	font:Arial, Helvetica, sans-serif;
}
#searchField input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_box #searchField:focus {
	background-image: url(/images/searchbox_focus.png);
}
#search_box #searchButton {
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right top;
	background-image: url(/images/searchbox.png);
	height: 22px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav li {
	float: left;
	font-weight: bold;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height:100%;
	
}
#nav a, #current {
	color: #4D4D4D;
	text-decoration: none;
    padding-right: 10px;
	padding-left: 10px;
	padding-top: 32px;
	padding-bottom: 13px;
	display: block;

}
#current {
	background-image: url(/images/nav_hover.png);
    background-repeat: repeat-x;
	background-position: bottom;
}
#nav .end   {
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-right-style: none;
}
#nav a:hover {
	background-image: url(/images/nav_hover.png);
	
	display: block;
}
#nav .end a {
	border-right-style: none;
}
#login {
	position: absolute;
	right:2px;
	top: 6px;
	font-size: 12px;
	color: #999999;
}
#login:hover {
	color: #4D4D4D;
}
#image_holder {
	margin-bottom: 10px;
}


/*-----------home page welcome box---------------------------------------------------------------------------*/
#welcome {
	width: 390px;
	background-image: url(/images/welcome_sides.png);
	background-repeat: repeat-y;
	float: left;
	margin-bottom:-500px;
	padding-bottom:500px;
}
#welcome_top {
	background-image: url(/images/welcome_top.png);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 10px;
}
#welcome ul {
	
}
#welcome li {
	
}
#welcome h3 {
	font-size:1.2em;
	margin-top:0;
}
.middle {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 85px;
}

#welcome_bottom {
	width: 390px;
	height: 90px;
	bottom: 0px;
	left: 0px;
	position:absolute;
}
#welcome_bottom a {
	height: 90px;
	display: block;
	text-indent: -9000px;
	background-image: url(/images/subscribe.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#welcome_bottom a:hover {
	background-position: 0px -90px;
}
#welcome_top h2 {
	color: #FFFFFF;
	margin-left: 20px;
	font-size: 16px;
	line-height: 100%;
	margin-top:3px;
}
#welcomeandhometabs {
	float:left;
	width:707px;
	margin-bottom:15px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
#welcome_more {
	float:right;
	margin-top:-30px;
}
#signup_form {
	padding-left:10px;
}
#signup_form input, #signup_form textarea, #signup_form select  {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#signup_form .signup_row {
	margin-bottom:10px;
	margin-top:10px;
	width:360px;
	clear:both;
}

.signup_row label {
	margin-right:10px;
	float:left;
	display:block;
	width:130px;;
	text-align:right;
}
.signup_row input {
	float:left;
}
#signup_form .signup_row textarea {
	width:186px;
}
#signup_submit	{
	border:none;
	margin-left:132px;
}
/*-----------home page tabs------------------------------------------------------------------------------------*/
#home_tabs {
	width: 298px;
	float: right;
	background-image: url(/images/home_tabs_bg.png);
	background-repeat: repeat-y;
	margin-bottom:-500px;
	padding-bottom:500px;
	
}
a#home_tabsnav1  {
	display:block;
	background-image: url(/images/tab_research.png);
	background-position:top;
	background-repeat: no-repeat;
	width:75px;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 30px;
}
li.tabberactive a#home_tabsnav1  {
	background-position:bottom;
	}
a#home_tabsnav1:hover  {
	color:#FFFFFF;
	background-position: 0px -32px;
}
.tab_innerbox  {
    font-size:1.2em;
	line-height: 120%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

a#home_tabsnav2  {
	display:block;
	background-image: url(/images/tab_news.png);
	background-repeat: no-repeat;
	background-position:top;
	width:47px;
	padding-top: 11px;
	padding-left: 34px;
}
li.tabberactive a#home_tabsnav2  {
	background-position:bottom;
	}
a#home_tabsnav2:hover  {
 	background-position: 0px -32px;
	color:#FFFFFF;
}
a#home_tabsnav3  {
	display:block;
	background-image: url(/images/tab_events.png);
	background-repeat: no-repeat;
	background-position:top;
	width:56px;
	padding-top: 11px;
	padding-left: 34px;
}
li.tabberactive a#home_tabsnav3  {
	background-position:bottom;
}
a#home_tabsnav3:hover  {
	color:#FFFFFF;
	background-position: 0px -32px;
}
#home_tabs h4 a {
	margin-bottom:10px;
	font-size:1em;
}
li.tabberactive a#home_tabsnav1, li.tabberactive a#home_tabsnav2, li.tabberactive a#home_tabsnav3 {
	color:#333333;
}
#hometabs_bottom {
	height: 4px;
	background-image: url(/images/home_tabs_bg.png);
	background-position: bottom;
	bottom: 0px;
	position: absolute;
	width: 298px;
}
.tab_innerbox {
	line-height:1.6em;
}
.tab_innerbox li {
	padding: 9px;
}
.news_date {
	width:24px;
	border:solid 1px #E6E6E6;
	background-image: url(/images/news_calendarx.png);
	background-repeat:repeat-x;
	background-position: top;
	float:left;
	text-align:center;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.news_date #num {
	font-weight:bold;
}
.news_text {
	width:220px;
	float:left;
	margin-left:10px;
}
.news_item {
	padding-top:10px;
	padding-bottom:14px;

}
a.tab_rss{
	position:absolute;
	right:15px;
	bottom:12px;	
}
div.odd, div.even {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
}
#upcoming_events h4 {
	font-size:12px;
}

/*-----------homepage featbox---------------------------------------------------------------------------------*/
#featbox {
	width: 708px;
	clear: both;
	background-image: url(/images/bottom_box.png);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
#featbox p {
	margin-bottom: 0px;
}
#featbox_bottom {
	background-image: url(/images/bottom_box.png);
	background-position: bottom;
	height: 5px;
	width: 708px;
	position: absolute;
	bottom: 0px;
}
#featbox .column {
	width: 198px;
	float: left;
	padding-left:19px;
	padding-right: 19px;
}
#featbox h3 {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	margin-top:14px;
	padding: 0px;
	line-height: 100%;
}
a.featlink {
	float:right;
}

#featbox ul {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
#featbox li {
	
}

/*-----------content---------------------------------------------------------------------------*/
#left_content {
	width:475px;
	float:left;
}
#left_content_expanded {
	width:707px;
}
.content_width {
	width:450px;
}
#rightcolumn {
	float:right;
	width:216px;
}
#rightcolumn_hide {
	display:none;
}
#aboutus_right {
	float:right;
	width:236px;	
}
#aboutus_right ul, #aboutus_right li, #aboutus_right h4 {
	margin:0px;
	padding:0px;
}
#aboutus_right .sidebox {
	font-size:1em;
	margin-left:20px;
}

p#breadcrumb {
	width:400px;
}
.sidebox {
	width:196px;
	background-image: url(/images/further_info.png);
	background-position: center top;
	padding-left:10px;
	padding-right:10px;
	
	background-repeat: no-repeat;
	position:relative;
	font-size:1.2em;
	margin-bottom:20px;
}

.sidebox h4, #aboutus_right h4 {
	display:block;
	padding-top:12px;
	height:26px;
	color:#FFFFFF;
	font-size:16px;
	
}
.sidebox ul, #aboutus_right ul {
	margin:0px;
	padding:0px;
}
#aboutus_right ul {
	margin-top:10px;
	
	padding:0px;
	
}
.sidebox ul, #aboutus_right li {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
.sidebox a:link {
	text-decoration:underline;
	color:#333333;
	line-height:120%;
}
.sidebox a:hover {
	
	color:#333333;
}
.sidebox_bottom {
	width:216px;
	height:5px;
	background-image: url(/images/further_info.png);
	background-position: bottom;
	position:absolute;
	left:0px;
}

#further li {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
	background-image:url(/images/bullet.png);
	background-repeat:no-repeat;
	background-position:7px 10px;
	margin-top:4px;
	margin-bottom:4px;
}

#aboutus_right #further li {
	display:block;
	margin-top:4px;
	margin-bottom:4px;
	padding-top:3px;
	padding-bottom:3px;
	

}
a.backto {
	clear:both;
	margin:0px;
	padding:0px;
	
	
}
.sidebox a.further_back {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:33px;
	display: block;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/images/submenu_bg.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	margin-bottom:4px;
	margin-right:-8px;
	margin-left:-8px;
}
#resources {
	margin-top:20px;
	}
#resources h4 {
	background-image:url(/images/resources.png);
	background-repeat:no-repeat;
	padding-left:25px;
	background-position:left center;
}
#resources li {
	display:block;
	height:20px;
	padding-top:10px;
	padding-left:25px;
	background-image:url(/images/doc.png);
	background-repeat:no-repeat;
	background-position:3px 7px;
}
#admin {
	background-image: url(/images/admin_bg.png);
}
#admin h4 {
	color:#333333;
	margin-left:10px;
	padding-top:21px;
}
#admin .optionsList {
	margin-top:-25px;
}
#admin .optionsList li {
	padding:5px;
}
td.img {
	width:150px;
}
td.desc {
	width:300px;
}
#furtherinfo_contact p {
	line-height:180%;
}
#furtherinfo_contact {
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
/*-----------calendar---------------------------------------------------------------------------------*/
.calendar_month {
	float:left;
}
.calendar_month th {
	background-color:#999999;
	color:#FFFFFF;
}
.key {
	width:250px;
	padding: 10px;
	margin-bottom:20px;
	background-color:#ffffdb;
	border: #f6e4b8 1px solid;
	display:none;
}
.calendar_marker {
	background-color:#ffffdb;
}

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

#footer {
	margin-top:15px;
	padding-top:15px;
	padding-bottom:10px;
	color:#999999;
	font-size:0.85em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a {
	color:#999999;;
}
.home#footer  {
	margin-top:13px;
	padding-top:0px;
	padding-bottom:10px;
	color:#999999;
	font-size:0.85em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer a:hover {
	color:#666666;
}
#footer .padding { 
	padding:5px;
	color:#FFCC00;
}
#copyright {
	float:left;
	width:400px;
}
#sponsors a img {
	margin-right:5px;

}
ul#footer_contact {
	float: right;
}
ul#footer_contact li {
	display:inline;
}
.tel {
	padding-left:20px;
	background-image:url(/images/tel.png);
	background-repeat:no-repeat;
	background-position:left;
}
.email {
	padding-left:20px;
	background-image:url(/images/email.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:10px;
}
a#siteby  {
	background-image:url(/images/yoomee.png);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:23px;
	line-height:11px;
	margin-top:5px;
	padding:0 20px 0 0;
	text-indent:-9000px;
	width:67px;
	margin-top:21px;
}
a#siteby:hover {
	background-position:right bottom;
	text-align:left;
	text-decoration:none;
	text-indent:0;
}
#sponsors {
	height:48px;
	margin-top:10px;
}

/* COLORS */


.videoPlayer {
width: 450px;
height: 340px;
}

li.pageItem {
    font-weight: bold;
	z-index:10;
}

li.pageItem a {
    font-weight: normal;
	text-decoration:underline;
}
#login_button input {
	background-color: #818286;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	height:22px;
	width:53px;
	margin-left:95px;
	
}
#login_wrapper {
	
}
#login_form {
	height: 210px;
	width: 290px;
	float:left;
	
}
.password input, .login_email input {
	height:18px;
	width:170px;
	border-color:#AAAAAA;
	font-size:12px;
}
#login_intro {
	width:242px;
	float:right;
	margin-right:14px;
	margin-top:-5px;
	background-image:url(/images/login_info.png);
	background-repeat:no-repeat;
	margin-right:-104px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color:#676767;
}
p.password {
	margin-left: 25px;
	margin-bottom:10px;
}

.password label {
	font-weight:bold;
	margin-right:6px;
}
.login_email label{font-weight:bold;
	margin-right:6px;
}
#forgot_pass {
	margin-left:70px;
	font-style:italic;
}
.login_bottom_info {
	margin-top:34px;
	margin-left:90px;
	color:#676767;
}
.login_bottom_info p {
	margin:2px;
	padding:4px;
}

div#year_content ul li {
	list-style: none;
	padding-top: 7px;	
}

h3 {
	font-size: 8px;
	
}
#calendar_menubar ul.menubar_left li, #calendar_menubar .menubar_right li {
	background-image:none;
	margin-right:0px;
}
ul.menubar_left, ul.menubar_right {
	margin-left:0px;
	margin-bottom:5px;
}
ul.menubar_left li {
	padding-left:20px;
}
table#event_show, #event_show td, #event_show tr {
	border:1px solid #FFFFFF;
}

#event_content p.fieldName {
  float: none;
  font-weight: bold;
  margin-bottom: 0;
  text-align: left;
}

#event_content *.fieldValue {
  float: none;
  margin-top: 0;
  width: 475px;
}

#calendar_menubar {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom:10px;
}
#calendar_content h2 {
   padding-top:15px;
   margin-top:0px;
}
#latest_news h4 {
  font-size: 13px;
  text-indent: 30px;
}

#further #latest_news li a {
	margin:0px;
	padding:0px;
}
#further #latest_news li {
	margin-bottom:0px;
	
}
#news_archive a {
    display:block;
    text-indent:-9000px;
    background-image:url(/images/news_archive.png);
    background-position:top left;
    padding:0px; 
    width: 121px;
    height: 25px;
	float:right;

}
div#calendar_content {
	clear:both;
}
