/* ######### CSS for Shade Tabs. Remove if not using ######### */

.rnrtabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px;
font-family: "American Typewriter", mono, serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.rnrtabs li{
display: inline;
margin: 0;
}

.rnrtabs li a{
text-decoration: none;
position: relative;
top: 0px;
z-index: 1;
padding: 4px 4px;
margin-right: 0px;
/*border: 1px solid black;*/
color: white;
/*background: #4a5a60;*/
background: url(images/glossyback3c.gif) repeat-x right top;
font-size:.9em;
line-height:1.3em;
}

.rnrtabs li a:visited{
color: white;
}

.rnrtabs li a:hover{
text-decoration: underline;
color: white;
}

.rnrtabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.rnrtabs li a.selected{ /*selected main tab style */
color: white;
text-decoration: underline;
top: 0px;
background: url(images/glossyback3b.gif) repeat-x right top;
/*background: #7a7b64;*/
border-bottom-color: black;
}

.rnrtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tab-content {
	padding: 10px;
}

.tab-content p, .tab-content h3 {
	color: #000000;
}

#tab-area {
	height: 150px;
	background: #b2c09f;
	background-color: #FFFFFF;
	background-image: url(/images/gradient_bkg.jpg);
	background-repeat: repeat-x;
}

.tab-area-read-more {
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	text-align: center;
	background: url(images/glossyback3b.gif) repeat-x right top;
}

.tab-area-read-more a {
	color: #fff;
	line-height: .8em;
	text-decoration: none;
}

#tab-area-read-more-right {
	background: #7a7b64;
	/*
border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
*/
	background: url(images/glossyback3b.gif) repeat-x right top;
}