html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body{
	
margin:0;
padding:0;
font-family:"Trebuchet MS", Trebuchet, Arial;
	
	color:#5a5a5a;
}

.clear{clear:both;}

.page-search .tabs{
	display:none;
}

/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border              :none;
	border              :1px solid #CCC;
	width				: 75%;
}
thead th,
tbody th
{
	background            : #FFF ;
  color                 : #00788B;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fff;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : bold;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #00788B;
}
tbody tr:hover
{
  background            : #FFF;
}

tbody tr:hover td
{
  color                 : #00788B;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF;
  color                 : #00788B;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #00788B;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}


#outerShell{
	width:90%;
	margin: 0 auto;
	min-width:750px;
	max-width:1150px;
}

#innerShell{
	width:100%;
	float:left;
}

#container{
	width:96%;
	padding:20px 2%;
	float:left;
	background-image:url(../_img/content-area-bg.png);
	background-position:top right;
	background-repeat:repeat-y;
}

#header #logo{
	display:none;
	float:none;
	width:171px;
	height:70px;
	background-image:url(../_img/logo.gif);
	
}

#header #printheader{
	display:block;
	}
	
	#header #printheader h1{
	font-size:16px;
	}

#header #search-block-form{
	display:none;
	float:right;
	width:400px;
	text-align:right;
}
#header #search-block-form .form-submit{
	width:70px;
	height:22px;
	background:none;
	background-color:#00788b;
	color:white;
	font-weight:bold;
	border:0;
	padding-bottom:3px;
	text-align:left;
	float:right;
		
}
#header #search-block-form label{
	display:none;
}

#header #search-block-form input{
	margin:0 2px;
}

#header #search-block-form .form-text{
	width:150px;
}
#header #metaNav{
	clear:right;
	display:none;
	float:right;
	width:500px;
}

#header #metaNav li{
	display:block;
	float:right;
	padding:0 5px;
}

#header #metaNav li a{
	color:#5a5a5a;
	text-decoration:none;
}

#sectionTitle{
	background:url(../_img/nav_arrows/white-arrow-down.gif) no-repeat;
	background-position:8px 6px;
}

#topNav{
	margin-top:15px;
	display:none;
	width:100%;
	border-bottom:4px solid #00788b;
	float:left;
}

#topNav ul,
#topNav ul li{
	display:none;
	float:left;
	margin:0;
	padding:0;
}



#topNav ul li a
{
	display:none;
	float:left;
	line-height:3em;
	padding:0 15px;
	color:#00788b;
	font-size:110%;
	text-decoration:none;
	
}

#topNav ul li a:hover,
#topNav ul li.active a,
#topNav ul li.active-trail a{
	background:#00788b;
	color:white;
}

#topNav a.topNavButton{
	display:none;
	float:right;
	line-height:2.6em;
	margin-bottom:2px;
	min-width:75px;
	width:auto;
	background-image:url(../_img/nav-button-red.gif);
	background-repeat:repeat-x;
	background-color:#c51331;
	background-position:center;
	color:white;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	padding:0 5px;
}


#topNav #join{
	margin-left:2px;
}
#crumbTrail{
	float:left;
	clear:both;
	line-height: 32px;
	width:100%;
}

#crumbTrail span{
	float:left;
	padding-right:5px;
}
#crumbTrail ul{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#crumbTrail ul li{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#crumbTrail a{
	text-decoration:none;
	color:black;
}

#crumbTrail a:hover{
	text-decoration: underline;
}

/* Code taken from */
/* http://www.alistapart.com/articles/holygrail*/
/* article about a three column semi-liquid layout */
body {
	min-width: 640px;     /* 2 x LC width + RC width */
}
#content {
  /*padding-left: 220px;   /* LC width */
 padding-right: 200px;  /* RC width */
}
#content .column {
  position: relative;
  float: left;
}
#body {
  width: 100%;
}
#navColumn {
display:block;
  width: 210px;          /* LC width */
  right: 220px;          /* LC width */
  margin-left: -100%;
}

#content img {
display:none;
}
#toolColumn img {
display:none;
}

#toolColumn {
display:none;
  width: 200px;          /* RC width */
  margin-right: -200px;  /* RC width */
}
/*** IE6 Fix ***/
* html #navColumn {
  left: 200px;           /* RC width */
}

/* End of three col code */

#body h1{
	color:#3a7724;
	font-size:1.6em;
	font-weight:normal;
	margin-top:0;
}
#body h2{
	color:#a4c099;
	font-size:1.3em
}

.terms{
	display:none;
}
.date{
	color:#afadad;
	
}

.submitted{
	display:none;
}



.views-label{
	display:none;
}



.view-id-jobs_short .views-label
{
display:block;
}



.view-id-jobs_short  .views-row,
.view-Events-List .views-row,
.view-rstmh-events-short .views-row,
.view-International-news .views-row,
.view-International-news-short .views-row,
.view-rstmh-news .views-row,
.view-rstmh-news-short .views-row,
.view-rstmh-news-short-1 .views-row{
	width:100%;
	float:left;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;	
}
.view-id-jobs_short  .views-row-last,
.view-Events-List .views-row-last,
.view-rstmh-events-short .views-row-last,
.view-International-news .views-row-last,
.view-International-news-short .views-row-last,
.view-rstmh-news .views-row-last,
.view-rstmh-news-short .views-row-last,
.view-rstmh-news-short-1 .views-row-last{
	border-bottom:1px solid #fff;
}
	

.view-Events-List  label,
.view-rstmh-events-short label,
.view-International-news label,
.view-International-news-short label,
.view-rstmh-news label,
.view-rstmh-news-short label,
.view-rstmh-news-short-1 label{
	display:none;
}


.view-Events-List .views-field-field-article-date-value,
.view-rstmh-events-short .views-field-field-article-date-value,
.view-International-news .views-field-field-article-date-value,
.view-rstmh-news .views-field-field-article-date-value,
.view-International-news-short .views-field-field-article-date-value,
.view-rstmh-news-short .views-field-field-article-date-value,
.view-rstmh-news-short-1 .views-field-field-article-date-value{
	
	font-weight: bold;
	padding-bottom:5px;
	clear:both;
	
}



.view-id-jobs_short .views-field-title,
.view-Events-List .views-field-title,
.view-rstmh-events-short .views-field-title,
.view-International-news .views-field-title,
.view-rstmh-news .views-field-title,
.view-International-news-short .views-field-title,
.view-rstmh-news-short .views-field-title,
.view-rstmh-news-short-1 .views-field-title{
	float:left;
	font-size:1.2em;
	padding-right:10px;
	font-weight: bold;
	padding-bottom:2px;
	
}

.view-id-jobs_short  .views-field-title a,
.view-Events-List .views-field-title a,
.view-rstmh-events-short .views-field-title a,
.view-International-news .views-field-title a,
.view-International-news-short .views-field-title a,
.view-rstmh-news .views-field-title a,
.view-rstmh-news-short .views-field-title a,
.view-rstmh-news-short-1 .views-field-title a{
	text-decoration:none;
	color:black;
}

.view-id-jobs_short  .views-field-title a:hover,
.view-Events-List .views-field-title a:hover,
.view-rstmh-events-short .views-field-title a:hover,
.view-International-news .views-field-title a:hover,
.view-International-news-short .views-field-title a:hover,
.view-rstmh-news .views-field-title a:hover,
.view-rstmh-news-short .views-field-title a:hover,
.view-rstmh-news-short-1 .views-field-title a:hover{
	text-decoration:underline;
}
.view-id-jobs_short .views-field-teaser,
.view-Events-List .views-field-teaser,
.view-rstmh-events-short .views-field-teaser,
.view-rstmh-news .views-field-teaser{
	width:100%;
	clear:both;
	margin-bottom:10px;
	padding-bottom:5px;
}

.views-field-field-start-date-value{
	
	clear:left;
	padding:5px 0;
}

.view-rstmh-news-short,
.view-rstmh-news-short-1{
	width:48%;
	float:left;
}

.view-International-news-short{
	width:48%;
	float:right;
}

.item-list ul.pager li{
	border:1px solid #ccc;
	background:#efefef;
	margin:0;
	padding:.5em 0;
}

.item-list ul.pager li a{
	padding:0 1em;
	display:inline;
	text-decoration:none;
}
.item-list ul.pager li a:hover{
	text-decoration:underline;
}

.item-list ul.pager li.pager-current{
	padding:.5em 1em;
}

#comments{
	margin-top:20px;
	border-top:1px solid #ccc;
	float:left;
	clear:both;
	width:100%;
}

.comment{
	padding-bottom:15px;
	margin-bottom:5px;
	border-bottom:1px dashed #ccc;
}

#body .comment .links{
	float:right;
}
#body ul.links{
	margin-top:10px;
	float:left;
}
#body ul.links li{
	padding:0;
	margin:2px;
}
#body ul.links li a{
	border:1px solid #ccc;
	background:#efefef;
	margin:0;
	padding:.5em;	
	color:black;
	text-decoration: none;;
}

#navColumn #sectionTitle{
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:180px;
	background-color:#8cc63e;
	color:white;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	line-height:1.8em;
	background-image:url(../_img/nav_arrows/white-arrow-down.gif);
	background-repeat: no-repeat;
	background-position:8px 7px; 
}
#navColumn #sectionTitle a{
	color:white;
	text-decoration:none;
}
#navColumn #sectionTitle a:hover{
	color:white;
	text-decoration:underline;
}

#navColumn .block,
#navColumn .messages{
	float:left;
	clear:both;
}



#navColumn ul.menu,
#navColumn .menu ul{
	display:block;
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:210px;
	list-style:none;
	overflow:hidden;
	background-color:white;
}

#navColumn .menu li{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#navColumn .menu a{
	display:block;
	margin:0;
	padding:0 0 0 20px;
	width:180px;
	border-bottom:1px solid #fff;
	line-height:1.8em; 
	background-color:#f1f1f1;
	text-decoration:none;
	color:#4b4b4a;
}
#navColumn .menu li ul a{display:none}
#navColumn .menu li.active ul a,
#navColumn .menu li.active-trail ul a{
	width:170px;
	padding:0 0 0 30px;
	background-color:#f1f1f1;
	text-transform:none;
	color:#4b4b4a;
	display:block;
	background-position:8px 6px;
}


#navColumn .menu ul li ul a{display:none;}
#navColumn .menu ul li.active ul a,
body #outerShell #innerShell #navColumn .menu ul li.active-trail ul a{
	display:block;
	width:160px;
	padding:0 0 0 40px;
	background-color:#ffffff;
	color:#9e9d9d;
}

#navColumn .menu li a,
#navColumn .menu li.expanded .menu li a
{
	background-image:url(../_img/nav_arrows/light-grey-arrow-right.gif);
	background-repeat: no-repeat;
	background-position:8px 6px;
}

body #outerShell #innerShell #navColumn .menu li.expanded .menu li a{
	background-position:20px 6px;
	background-color:white;
}

#navColumn .menu li a:hover,
#navColumn .menu li.expanded .menu li a:hover,
#navColumn .menu li.active a,
#navColumn .menu li.expanded .menu li.active a{
	background-image:url(../_img/nav_arrows/dark-grey-arrow-right.gif);
}

#navColumn .menu li.expanded a{
	background-image:url(../_img/nav_arrows/dark-grey-arrow-down.gif);
	background-repeat: no-repeat;
	background-position:8px 6px;
}

.advertisement{
display:none;
	width:178px;
	height:150px;
	float:right;
	margin:0;
	padding:0 0 16px 0;
	background-image:url(../_img/ad-foot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	border:1px solid #ccc;
	overflow: hidden;
}

#toolColumn #toolInner{
	width:180px;
	float:right;
}

#toolColumn #tools{
	margin:20px 0 0 0;
	width:120px;
	background-image:url(../_img/tools-bg.gif);
	background-position:bottom;
	padding:20px 20px 20px 40px;
	list-style:none;
	float:right;
}

#toolColumn #tools a{
	text-decoration:none;
	color:#00778a;
	line-height:2.2em;
}
#user-login-form{
	text-align:left;
}

/*User Register Block*/
#block-block-3{
	width:180px;
	float:right;
	
}

body #content #block-block-3 h2{
	font-size:120%;
	text-transform: uppercase;
	margin:10px 0 5px 0;
	padding:0;
	float:left;
	color:#A71930;
	background-image:url(../_img/register.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:170px;
	display:none;
}

#block-block-2 .content{
display:none;
width:170px;
	float:left;
	padding:5px;

}

#block-block-3 .content{
	background-image:url(../_img/login-bg.gif);
	background-repeat:repeat-x;
	width:170px;
	float:left;
	padding:5px;
}

#login{
	width:180px;
	float:right;	
}
#login h2{
	font-size:120%;
	text-transform: uppercase;
	margin:10px 0 5px 0;
	padding:0;
	float:left;
	color:#5b6e7a;
}

#login #formWrapper{
	display:none;
	background-image:url(../_img/login-bg.gif);
	background-repeat:repeat-x;
	clear:both;
	padding:7px;
}

#login .item-list .first{
	display:none;
}
#login .item-list .last{
	float:left;
	color:#ccc;
}

#login .form-submit{
	float:right;
	border:0;
	background-color:#888;
	background-image:none;
	color:white;
}

#formWrapper .item-list ul{
	margin:0;
	padding:0;
	list-style:none;
}

#formWrapper .item-list ul li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#formWrapper .item-list ul li a{
	color:#333
}

#login form label{
	display:none;
}

#login .textbox,
#login .form-text{
	border:1px solid #b1bcc0;
	color:#555;
	margin-bottom:5px;
	width:160px;
}

#login .icon{
	margin-top:10px;
	float:right;
}

#block-menu-devel{	
	width:180px;
	float:left;
}

#block-menu-devel ul{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

#block-menu-devel ul li{
	display:block;
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.5em;
}

.calendar-calendar .month-view #node-revisions-teaser{
	display:none;
}

#footer{
	width:100%;
	float:left;
	color:#65adba;
}

#footer ul{
clear:right;
	display:block;
	float:left;
	width:100%;
	margin:0;
	padding:1% 0;
}

#footer ul li{
	display:block;
	float:left;
	padding:0 5px;
}

#footer ul li.first{
	padding:0 5px 0 0;
}


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

#footer a:hover{
	text-decoration:underline;
}

#footer p{
	padding-left:5px;
}

#printpage{
background:none;

}




}
