html,body {
	margin:0;
	padding:0;
	height:100%;
 	background-image: url(/images/wrbc_site_bg.gif);
font-family: Arial, Helvetica, Sans-Serif;
	}

div#inner_container {
	position:relative; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/wrbc_content_fullw_bg.jpg);
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

div#outer_container {
	position:relative; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:0%; /* IE6: treaded as min-height*/
	min-height:0%; /* real browsers */
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
} 

div#footer {
	position:absolute;
	width:100%;
	bottom:0px;
	background-image: url(images/wrbc_footer_bg.gif);
}
	div#footer p {
	margin:0;
	}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 5px 0px 0px 10px;
	line-height: 100%;
	color: #993300;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 5px 0px 0px 10px;
	line-height: 100%;
	color: #1E877D;
	text-align: left;
	font-weight: normal;
}


h2 a {
	color: #1E877D;
	text-decoration: none;
}


h2 a:hover{
	color: #1E877D;
	text-decoration: underline;
}

h2 a:visited {
	}

h3 {

	font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:0.8em;
	font-weight:normal;
	line-height: 1.5em;
	margin:5px 5px 0px 10px; 
	color: #484848;

}

h3 p{margin-top: 0; padding-top: 0;} 

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:0.6em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.8em;
	margin: -10px 5px 5px 0px;
	color: #999999;
	text-align: right;
}


#branding h7{
text-indent : -9999px;
background-repeat: no-repeat
}

#headline2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: #1E877D;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#headline2 a{
	color: #1E877D;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	}
#headline2 a:hover{
	color: #1E877D;
	text-decoration: underline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#s_result_info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 150%;
	color: #333333;
	text-align: left;
	text-decoration: none;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

#left_menu {
	text-align: left;
	position: relative;
	float: left; /* prevents margin collapse */
	width: 200px;
	color: #CC3399;
	padding-left: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	line-height: 1;
	margin-left: 0px;
}

#left_menu a:hover {
	color: #1C7B72;
	background-color: #D2D2D2;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D2D2D2;
}

#left_menu a{
	padding: 5px 0;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #7D7D7D;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#right_menu {
	text-align: left;
	position: relative;
	float: left; /* prevents margin collapse */
	width: 200px;
	padding-left: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	line-height: 1;
}
#right_menu a:hover {
	color: #1E877D;
	background-color: #CCCCCC;
	left: 10px;
	clip: rect(auto,auto,auto,10px);
}
#right_menu a, #right_menu span {
	padding: 5px 0;
	text-align: left;
	display: block;
	color: #8A8A8A;
	text-decoration: none;
	padding-left: 10px;
}
#footer_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	font-weight: bold;
	text-decoration: none;
	vertical-align: baseline;
	top: 5px;
}
#footer_text a {
	color: #006666;
	text-decoration: none;
}
#footer_text a:hover{
	color: #993300;
	text-decoration: underline;
}
#footer_text a:visited {
}

/*  Search */
#searchform  div{
	/* div This div will have the left image as a background */
    background: url(images/search1.gif) no-repeat left top;
	margin: 0;
	line-height: 1;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;

}
#searchform #search {
	/* Im going to apply a top and bottom border to this input so that it fits with my images and give it the gradient background */
    border-top:0px solid #999;
	border-bottom:0px solid #999;
	background: #fff url(images/search2.gif) repeat-x top;
	border-left:0;
	border-right:0;
	height: 17px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
	width: 150px;
}
#searchform input {
	/* compatibility */
    vertical-align: top;
	margin: 0 !important;
	line-height: 1;
	outline:0 !important;
}

  #nav_menu {
	float:left;
	width:960px;
	font-size:93%;
	background-image: url(images/wrbc_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC3300;

    }
  #nav_menu ul {
	margin:0;
	padding:0px 0px 0;
	list-style:none;
	color: #CC3300;
    }
	
#navHome  		{width: 75px;}
#navNews  		{width: 80px;}
#navServices  	{width: 100px;}
#navEvents  	{width: 80px;}
#navCYP  		{width: 215px;}
#navWindow  	{width: 200px;}
#navCommunity  	{width: 105px;}
#navInfo  		{width: 105px;}
/*   Total Width Must = 960px   */

/* Hover State */
#home #navHome, #news #navNews,
#services #navServices, #events #navEvents, #cyp #navCYP, #window #navWindow,
#community #navCommunity, #info #navInfo {
	display:block;
	color: #006666;
	text-decoration: underline;
	background-image: url(images/wrbc_nav_right_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

  #nav_menu li {
	float:left;
	background:url(images/wrbc_nav_right.gif)       no-repeat right top;
	margin:0;
	padding:0;
	text-align: center;
	color: #993300;
    }

   #nav_menu a {
	float:left;
	display:block;
	background:url("images/wrbc_nav_left.gif")
      no-repeat left top;
	padding:5px 15px 6px 10px;
	text-decoration: none;
	color: #006666;
    }

	  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #nav_menu a {
	float:none;
}
  /* End IE5-Mac hack */
	
	#nav_menu a:hover {
	display:block;
	color: #993300;
	text-decoration: underline;
	background-image: url("images/wrbc_nav_right_on.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 15px 6px 10px;}

	#nav_newsfeed {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	width: 175px;
	padding-right: 4px;
}
#nav_newsfeed a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav_newsfeed a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.event-diary{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.event-diary a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.event-diary a:visited {
}

.event-diary ol{
	font-size: 12px;
	list-style-type: none;
	position: relative;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
}
.event-diary ol li{
	padding:5px 0px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
.event-diary ol li .event .title {
	font-weight:bold;
	padding:0px 5px 5px 0px;
	color: #1E877D;
	text-decoration: none;
}
.event-diary ol li .event a:hover .title{
	text-decoration:underline;
	color: #1E877D;
	padding: 0px 5px 5px 0px;
}
.event-diary ol li .starttime{
	margin:0px 5px 5px 5px;
	color: #333333;
}
.event-diary ol li .date,.event-diary ol li .time{
	font-weight:bold;
	padding:0px 5px 5px 0px;
	color: #333333;
}
.podcast-style {
		font-family:Arial, Helvetica, sans-serif;
		text-decoration: none;	
		padding:3px 1px 3px 3px;
	}
.podcast-style a {
	text-decoration: none;
}
.podcast-style .PodcastRow {
	border-bottom: 1px solid #e4e4e4;
	padding: 3px 0px 3px 0px;
	line-height: 1.4em;
	}
.podcast-style .title {
	padding:5px 2px 5px 5px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	background-color: #E6E3A1;
	font-weight: bold;
	}
.podcast-style .date {
	padding:3px 0px 3px 0px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
.podcast-style .audiotitle {
		padding:3px 0px 3px 0px;
		color: #1E877D;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
.podcast-style a .audiotitle {
	text-decoration: none;
}
.podcast-style a:hover .audiotitle {
	text-decoration: underline;
}
.podcast-style a:visited .audiotitle {
}
.podcast-style .audiospkr {
	
		padding:3px 0px 3px 0px;
		color: #666666;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

.podcast-style .rightdesc {
	
	font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
	font-size:0.8em;
	font-weight:normal;
	line-height: 1.5em;
	margin:5px 5px 0px 0px; 
	color: #484848;
	}

.podcast-style .download {
	
		padding:2px 0px 0px 0px;
		color: #666666;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
.postbody {
	margin: 0px 0px 0px 0px;

}

.postbody img {

padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #b8b8b8;
background-color: #e8e8e8;
display: block;
margin-left: auto;
margin-right: auto;
        
}

.validation-advice {
color: red;
background: #fff url(images/alert.gif) no-repeat left center;
padding-left: 22px;
} 

/* Contact Form
---------------------------------------------------*/

p.contacttext {
margin-bottom: 15px;
}

.contactfield {
padding: 10px 10px 10px 10px;
	font-size:0.8em;
	font-weight:normal;
	line-height: 1.5em;
color: #1E877D;
}

label {
color: #333;
}

inputvalidate-alpha, input.validate-email, input.required, input.notrequired {
padding: 2px;
border: 1px solid #1E877D;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 100%;
color: #333;
width: 300px;
}

textarea.required {
padding: 2px;
border: 1px solid #1E877D;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 100%;
color: #333;
width: 460px;
height: 200px;
}

input.submit {  /* -- For both comments and contact submit -- */
cursor: pointer;
width: 75px;
}

input.submit:hover {
color: #277C7C;
}

.validation-advice {
color: #bd524d;
background: #fff url(images/alert.gif) no-repeat left center;
padding-left: 22px;
}

.requiredfield {
font-size: 80%;
font-style: italic;
color: #bd524d;
}

H5 {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 7px;
	PADDING-TOP: 7px;
	MARGIN: 0px;
	FONT: 18px/10px Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}

.contentspot_r .boxhead {
	background: url(images/wrbc_back_img_set.gif) no-repeat 0px 0px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 8px;
	}
	
.contentspot_r .box {
	border-color: #993300;
	border-style: solid;
	border-width:1px;
	background: url(images/wrbc_main_back_img_set.gif);
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#right_menu_r {
	text-align: left;
	width: 196;
	padding-left: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	line-height: 1;
}
#right_menu_r a:hover {
	color: #993300;
	background-color: #CCCCCC;
	left: 5px;
	}
#right_menu_r a, #right_menu span {
	padding: 5px 0;
	text-align: left;
	display: block;
	color: #7D7D7D;
	text-decoration: none;
	padding-left: 5px;
}


.contentspot_g .boxhead {
	BACKGROUND: url(images/wrbc_back_img_set.gif) no-repeat 0px -75px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 8px;
	}
	
.contentspot_g .box {
	border-color: #1E877D;
	border-style: solid;
	border-width:1px;

	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#right_menu_g {
	text-align: left;
	width: 196;
	padding-left: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	line-height: 1;
}
#right_menu_g a:hover {
	color: #1E877D;
	background-color: #CCCCCC;
	left: 5px;
	}
#right_menu_g a, #right_menu span {
	padding: 5px 0;
	text-align: left;
	display: block;
	color: #7D7D7D;
	text-decoration: none;
	padding-left: 5px;
}

.contentspot_b .boxhead {
	BACKGROUND: url(images/wrbc_back_img_set.gif) no-repeat 0px -150px;
	margin-left: 5px;
	margin-right: 5px;	
	margin-top: 8px;
	}
.contentspot_b .box {
	border-color: #D4BA62;
	border-style: solid;
	border-width:1px;

	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#right_menu_b {
	text-align: left;
	width: 196;
	padding-left: 0px;
	font-family: 'lucida grande', tahoma, sans-serif;
	font-size: 11px;
	line-height: 1;
}
#right_menu_b a:hover {
	color: #D4BA62;
	background-color: #CCCCCC;
	left: 5px;
	}
#right_menu_b a, #right_menu span {
	padding: 5px 0;
	text-align: left;
	display: block;
	color: #7D7D7D;
	text-decoration: none;
	padding-left: 5px;
}

