/* css font size styles */

body, td, th, p, div, li, input, textarea, select {
  font-family: 'Trebuchet MS', 'Tahoma', 'Arial', san-serif;
  font-size: 12px;
}

/*/*/a{}
body,
body td,
body th,
body p,
body div,
body li,
body dd,
body input,
body textarea,
body select {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body td,
html>body th
html>body p,
html>body div,
html>body li,
html>body dd,
html>body input,
html>body textarea,
html>body select {
  font-size: small;
}
/* */

/* heading styles */

h1 {
  font-size: 140%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}


html {
  min-width: 700px;
}

body {
  margin: 0;
  height: 100%;
  background-color: white;
  color: black;
}

/* link styles */

a:link { color: black; }
a:visited { color: black; }
a:hover { color: white; background-color: black; }

a img { background-color: transparent; border: none;}
a:hover img { background-color: white; }

/* common styles */

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.float_right {
  float: right;
}
/* top area of site */

#skip_navigation {
  position: absolute;
  top: -100px;
}

#top_bar {
  width: 100%;
  height: 105px;
  background-color: #2ec7d6;
  background-image: url(/templates/default/images/gradient.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  border-bottom: 6px black solid;
}

#main logo img {
  border: 0;
}

#montage {
  position: absolute;
  top: 0;
  right: 0;
}

#black_bar {
  height: 6px;
  background-color: black;
}

/* three column layout */

#column_wrapper {
  border-top: 3px #bebcbc solid;
  width: 100%;
}

#left_nav_item {
  border: 1px #2ec7d6 solid;
}

#left_wrapper_column {
  float: left;
  width: 79%;
}

#left_column {
  float: left;
  width: 25%;
}

#middle_column {
  float: right;
  width: 74%;
}

#right_column {
  float: right;
  width: 20%;
}

#left_column_internal {
  width: 20%;
  float: left;
}

#right_column_internal {
  float: right;
  width: 79%;
}

#article_content {
  margin-right: 1em;
}

/* article */

.article_image {
  margin-bottom: 1em;
}

.article_image p {
  text-align: center;
  margin: 0;
  font-size: 90%;
}

/* page elements */

.side_heading {
  font-size: 100%;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  color: white;
  background-color: black;
  letter-spacing: 1px;
}

.side_heading a:link, .side_heading a:hover, .side_heading a:visited {
  color: white;
  text-decoration: none;
}

/* homepage left column */

#main_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #2ec7d6;
}

#main_nav li {
  border: 1px solid #2ec7d6;
  border-bottom: 0;
	margin-left: -1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20%;
  font-weight: bold;
}

#main_nav a:link,a:hover,a:visited {

}

#accessibility_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid white;
}

#accessibility_nav li {
  border-top: 1px solid white;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20%;
  font-weight: bold;
  background-color: #2ec7d6;
  color: black;
}

#contact {
  border: 2px solid #dcdbdb;
  border-top: 0;
  border-bottom: 0;
  padding: .5em;
  font-size: 90%;
}

/* homepage center */

#news_heading {
  background-color: black;
  color: white;
  font-size: 100%;
  letter-spacing: 1px;
  margin-top: 1em;
}

#news_heading a:link, #news_heading a:hover,#news_heading a:visited {
  background-color: black;
  color: white;
  text-decoration: none;
}


.news_entry {
  clear: left;
}

.news_entry img {
  float: left;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid black;
}

.news_entry h2 {
  font-size: 100%;
  margin: 0;
}

.news_entry p {
  margin: 0;
}

/* homepage right column */

#events_heading {
  clear: both;
  background-color: #2ec7d6;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  margin: 0;
}

#events_heading a:link, #events_heading a:hover, #events_heading a:visited {
  background-color: #2ec7d6;
  color: black;
  text-decoration: none;
} 


.homepage_event {
  clear: both;
  border: 1px #2ec7d6 dotted;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.homepage_event img {
  margin: 0 auto;
  border: 1px dotted black;
  display: block;
}

.homepage_event h2 {
  font-size: 100%;
  margin-top: .5em;
  margin-bottom: .5em; 
}

.homepage_event p {
  margin: 0;
}

.feeds div {
  clear: both;
  border: 1px black dotted;
  padding: 0.5em;
  margin-top: 1em;
}

.feeds ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

.feeds p {
  margin-bottom: 0;
}

.feeds h1 {
  font-size: 100%;
}

.feeds img {
  display: block;
  margin: auto;
}
/* news / event item look */

.news_item {
  clear: both;
}

.news_item img {
  float: left;
  margin: 0 0.5em 0.5em 0;
  border: 1px solid black;
}

.news_item h2 {
  font-size: 100%;
}

.news_item p {
  margin: 0;
}

/* previous / next page links */

#next_page {
  float: right;
  padding: 1em;
}

#prev_page {
  float: left;
  padding: 1em;
}

/* category features */

.feature {
  margin-top: 1em;
  border: 1px black solid;
  padding: .5em;
  display: table;
  _display: inline-block;
}

.feature img {
  float: right;
  padding-left: .5em;
}

.feature h1 {
  margin-top: 0;
  /*font-size: 100%;*/
}

.feature p {
  margin-top: 0;
}

/* category features */

.category_intro img {
  display: block;
  margin: 0 auto 0 auto;
  padding-left: .5em;
}

/* category sub-category list */

#sub_categories h2 {
  background-color: black;
  color: white;
  font-size: 100%;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
}

#sub_categories ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #2ec7d6;
}

#sub_categories .highlight {
  background-color: #2ec7d6;
  color: black;
  padding-left: 32px;
}

#sub_categories li {
  border: 1px solid #2ec7d6;
  border-bottom: 0;
	margin-left: -1px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20%;
  font-weight: bold;
}

#sub_categories li a {
  width: 30%;
}

/* category content list */

#content_list h2 {
  clear: both;
  background-color: black;
  color: white;
  font-size: 100%;
  letter-spacing: 1px;
  margin-bottom: .5em;
}

#content_list table {
  width: 100%;
}

#content_list table th {
  border-bottom: 1px black solid;
  text-align: left;
  padding-left: .5em;
  background-color: #2ec7d6;
}

#content_list table td.article_title {
  width: 30%;
  padding-right: 8px;
}

#content_list table tr.even {
  background-color: #f0f0f0;
}

/* info_table */

.info_table th {
  border-bottom: 1px black solid;
  text-align: left;
  padding-left: .5em;
  background-color: #2ec7d6;
}

.plain th {
  background-color: white;
  color: black; 
}

.info_table tr.even {
  background-color: #f0f0f0;
}

/* club links */



.club_item {
  clear: both;
}

.club_item .address_label {
	font-weight: bold;
  margin-bottom: -1em;
}

.club_item img {
  float: left;
  padding-left: 4px;
}

.club_item h2 {
  background-color: #2ec7d6;
  color: black;
  font-size: 100%;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
}

.club_item h3 {
  font-size: 100%;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 8px;
}

.club_item p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.club_item div.contact {
  float: left;
  padding-left: 1em;
  width: 20%;
}

.club_item div.description {
  float: right;
  width: 60%;
  padding-right: 1em;
}

#contact_project_side div {
  margin-left: 0em;
  float: none;
  width: 100%;
}

#contact_project {
	margin-left: 1em;
  float: right;
  width: 30%;
}

#contact_project div {
	margin: 1em 0;
  border: 1px #2ec7d6 dotted;
}

#contact_project p {
  text-align: center;
  font-weight: bold;
  padding: .5em;
}

#contact_project h2 {
  background-color: #2ec7d6;
  color: black;
  border: 0;
}

#contact_project h2 {
  /*background-color: #2ec7d6;*/
  /*padding: 4px;*/
  font-size: 100%;
}

#contact_project dl {
  padding: .5em;
}

#contact_project dt {
  white-space: nowrap;
  font-weight: bold;
  float: left;
  text-align: right;
  padding: 2px;

}

#contact_project dd {
  padding: 2px;
}

/*Address ul styles added by AA 16/06/08 */
#contact_project ul {
	margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}

#address {
	margin-left: 4.3em;
}
/*Address ul styles added by AA 16/06/08 */

/* site wide */

#breadcrumb {
  background-color: black;
  color: white;
}

#breadcrumb a:link,#breadcrumb a:hover,#breadcrumb a:visited {
  color: white;
}

/* RBC logo div styles */

#RBC_logo {
	border: 1px solid #2ec7d6;
  padding: 4px;
  background: #2ec7d6;
}

#RBC_logo img {
	display: block;
	margin: 0 auto;
  width: 175px;
}

.corner_box {
  height: 2em;
  padding-left: 32px;
  line-height: 2em;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop',src='/templates/default/images/corner.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.corner_box[class] {
  background-image: url(/templates/default/images/corner.png);
  background-repeat: no-repeat;
  background-position: left;
}

/* footer */

#footer {
	clear: both;
  margin: 1em 0 0 0;
  padding: 4px 0;
  width: 100%;
  background: black;
  color: white;
  text-align: center;
}

/* AA stylesheet edits */

/* Move caption closer to image and centre-align */
#article_content table {
	border-collapse: collapse;
}

#article_content table caption {
	font-weight: bold;
	text-align: left;
}

#article_content table th, #article_content table td {
  border: 1px solid #fff;
  padding: 0.2em 0.5em;
	text-align: left;
	vertical-align:top;
}

#article_content table th {
	color: #fff;
  background: #000;
  text-align: center;
  vertical-align: middle;
}

#article_content table td {
	color: #000;
  background: #b7ebf1;
}
  
#article_content table ol {
	margin-bottom: 0;
  margin-left: 1.5em;
}

/* End of edits */
