/* Styles by g3D LLC */
/* http://www.g3D.com */

h1, h2, h3, h4, h5, h6, p {
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	color: #548AF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

body {
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: normal;
	line-height: normal;
}

#heading {
	background-image: url(/images/rbweb_logo.jpg); 
	background-repeat: no-repeat;
	width: 719px;
	height: 251px;
	margin: 0;
	padding: 0;
}

/* paragraph introductions */
.content p.intro {
	line-height: 1.8em;
	font-size: 1.2em;
}


#heading h1 {
	margin: 0;
	padding: 0;
}

#heading span {
	visibility: hidden;
}

#wrapper {
	text-align: left;	/* IE5.22Mac hack to let absolute positioning for #header title work correctly. */
	position: relative;
	margin-bottom: 0;
	width: 719px;
	background-color: #CBDCFF; /* This controls the background of the sidebar. An unfortunate bg hack. */
}


#wrapper2 {
	width: 719px;
	background-color: #FFFFFF;
	position: relative;
	/* margin-right: 217px; */
}


#maincol {
	/* margin-left: 249px; */
	/* margin: 0 10px 0 249px; */
	margin-right: 218px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	position: relative;
	padding: 0;
	border: 1px solid #ccc;
    BACKGROUND-IMAGE: url(images/background.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 50% 45%;
    BACKGROUND-ATTACHMENT: fixed;
}

#sidecol {
	background-color: #CBDCFF;
	float: right;
	color: #000;
	width: 217px;
	position: relative;
}

#sidecol h4 {
	color: #000099;
}

#sidecol .newstitle {
 margin-bottom: 0;
}

.content#sidenews {
	font-size: 12px;
	line-height: normal;
}

/*
#sidecol {
	border: 1px solid #000;
	position: relative;
	color: #000;
	width: 217px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #CBDCFF;
}

*/
.WATERMARK
{
    BACKGROUND-IMAGE: url(images/background.gif);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: 50% 45%;
    BACKGROUND-ATTACHMENT: fixed;
}

.content {
	position: relative;
	text-align: left;
    padding: 10px;
	margin: 0;
}

.content p {
	line-height: 1.5em;
}


.colheading {
	margin: 0;
	padding-left: 10px;
	display: block;

}

#maincol  h3.colheading {
	background-color: #F3F3F3;
	color: #000;
}

#sidecol h3.colheading {
	background-color: #548AF9;
	color: #fff;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
}

#footer {
	background-image: url(/images/footerbg.gif);
	background-repeat: no-repeat;
	height: 99px;
	background-color: #fff;
	clear: both;
	text-align: center;
	position: relative;
}

#footer div.copyright {
	color: #fff;
	position: relative;
	padding-top: 25px;
	display: block;

}


/************ Navigation **********/
#nav {
	margin: 0;
	height: 25px;
	background-color: #fff;
	background-repeat: repeat;
	background-position: 0% 50%;
	width: 100%; 
	padding: 0;
	position: relative;
	clear: both;
}

#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size:90%;
	text-align: center;
}

#nav li {
	float: left;
	list-style-type: none;
	/* margin: 0 0 1em 0; */
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: inline; 
}

#nav a {
	position: relative; /* Stupid IE hack */
	line-height: 24px;
	display: block;
	width: 108px;
	 height: 28px; 
	/* padding: 5px 25px 3px 25px;  */
	/* background-image: url(/images/navbar_off.jpg); */
	background-repeat: repeat-x;
	background-position: 0% 50%;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	position: relative;
	width: 108px;
	color: #000;
	height: 28px;
	/* background-image: url(/images/navbar_off.jpg); */
	display: block;
}

#nav a:hover, #nav a:active,
#navselected a:link,
#navselected a:hover {
	position: relative;
	background-color: #666666;
	/* background-image: url(/images/navbar_on.jpg); */
	background-repeat: repeat-x;
	background-position: 0% 50%;
	color: #fff;
	/* height: 28px;  This fixes an IE6 issue with uneven link heights */
	display: block;
}







.spacer { 
	clear: both;
}


/******** ABOUT US ************/

#portrait {
	width: 194px;
	margin: 10px;
	float: right;
	position: relative;
	border: 1px solid #000;
}

p.aboutcopy {
	line-height: 1.8em;
}


.floatr {
	float: right;
}


.floatl {
	float: left;
}

.contactus {
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-align: right;
}