/* css document */

/* globals */

body {
	margin: 0;
	padding: 0;
	background-color: #4b4b4b;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
}
h1,h2,h3,h4 {
	font-family: georgia, times, serif;
	line-height: normal;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 150%;
}
#skipnav {
	display: none;
}

/* home */

#home {
	position: absolute;
	left: 25px;
	top: 20px;
	width: 65px;
	height: 65px;
	z-index: 1;
}

/* header */

#header {
	margin: 0;
	padding: 0;
	height: 110px;
	background-color: #dcdcdc;
	border-bottom: 6px solid #000000;
}

/* banner */

#banner {
	margin: 0;
	padding: 0;
	height: 110px;
	width: 80%;
	color: #ffffff;
	background-color: #228655;
	background-image: url(../images/rl_header.gif);
	background-repeat: no-repeat;
	border-right: 6px solid #000000;
}

/* contact us */

#contactwrapper {
	margin: 0;
	padding: 0;
	text-align: right;
}
#contact {
	padding: 10px 20px 0 0;
}
#contact a:link {
	color: #ffffff;
	background-color: #228655;
	text-decoration: underline;
}
#contact a:visited {
	color: #ffcc33;
	background-color: #228655;
	text-decoration: underline;
}
#contact a:hover {
	color: #000000;
	background-color: #228655;
	text-decoration: none;
}
#contact a:active {
	color: #ffffff;
	background-color: #228655;
	text-decoration: none;
}

/* primary nav menu */

#showmenu {
	position: absolute;
	left: 116px;
	padding: 0;
	top: 70px;
}

#menu {
	position: absolute;
	left: 114px;
	top: 73px;
	height: 142px;
	width: 307px;
	padding: 0;
}
#menu a:link {
	color: #ffcc66;
	background-color: #228655;
	text-decoration: underline;
	padding: 4px;
}
#menu a:visited {
	color: #ffcc66;
	background-color: #228655;
	text-decoration: underline;
	padding: 4px;
}
#menu a:hover {
	color: #000000;
	background-color: #228655;
	text-decoration: none;
	padding: 4px;
}
#menu a:active {
	color: #ffffff;
	background-color: #228655;
	text-decoration: none;
	padding: 4px;
}

/* page */

#pagewrapper {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #753354;
	border-bottom: 6px solid #000000;
}

/* subnav for index only */

#indexnavwrapper {
	margin: 0;
	padding: 0;
	width: 65%;
	color: #ffffff;
	background-color: #f18200;
	border-right: 6px solid #000000;
	border-bottom: 6px solid #000000;
}

/* subhead and subnav */

#navwrapper {
	margin: 0;
	padding: 0;
	width: 65%;
	color: #ffffff;
	background-color: #f18200;
	border-right: 6px solid #000000;
	border-bottom: 6px solid #000000;
}
#nav {
	padding: 10px 10px 10px 40px;
}
#nav a:link {
	color: #ffffff;
	background-color: #f18200;
	text-decoration: none;
}
#nav a:visited {
	color: #ffffff;
	background-color: #f18200;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	background-color: #f18200;
	text-decoration: underline;
}
#nav a:active {
	color: #ffffff;
	background-color: #f18200;
	text-decoration: underline;
}
#nav h1 {
	color: #ffffff;
	background-color: #f18200;
}
#nav h2 {
	color: #ffffff;
	background-color: #f18200;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	text-indent: 0;
	font-weight: bold;
}

/* primary content */

#contentwrapper {
	margin: 0;
	padding: 0;
	width: 65%;
	color: #333333;
	background-color: #ffffff;
	border-right: 6px solid #000000;
}
#content {
	min-height: 40em;
	padding: 10px 40px 40px 40px;
	background-color: #ffffff;
}
#content h1 {
	color: #228655;
	background-color: #ffffff;
}
#content h2 {
	color: #228655;
	background-color: #ffffff;
}
#content h3 {
	color: #228655;
	background-color: #ffffff;
}
#content h4 {
	color: #228655;
	background-color: #ffffff;
}
#content a:link {
	color: #cc6600;
	background-color: #ffffff;
	text-decoration: underline;
}
#content a:visited {
	color: #cc6600;
	background-color: #ffffff;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	background-color: #e6e6e6;
	text-decoration: none;
}
#content a:active {
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
}
#content dt {
	margin-top: 1em;
	font-weight: bold;
}

/* right column features */

#featureswrapper {
	position: absolute;
	top: 118px;
	left: 65%;
	width: 35%;
	padding: 0;
}
#features {
	padding: 10px 20px 10px 26px;
	color: #FFFFFF;
}
#features h1 {
	color: #FFFFFF;
	background-color: #753354;
}
#features a:link {
	color: #00ff99;
	background-color: #753354;
	text-decoration: underline;
}
#features a:visited {
	color: #00ff99;
	background-color: #753354;
	text-decoration: underline;
}
#features a:hover {
	color: #000000;
	background-color: #cc99cc;
	text-decoration: none;
}
#features a:active {
	color: #ffffff;
	background-color: #753354;
	text-decoration: none;
}

/* footer */

#footerwrapper {
	font-size: 90%;
	line-height: 1.4em;
	color: #999999;
	background-color: #4b4b4b;
}
#footer {
	padding: 10px 40px 10px 40px;
}

/* classes */

.dtwrapperimg {
	background-position: right;
	background-repeat: no-repeat;
}
.emphasis {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}
.indent {
	margin-left: 40px;
}
.info {
	font-size: 90%;
	color: #999999;
}
.linespace {
	margin-top: 1em;
}
.subhead {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.textblack {
	color: #000000;
}
.textbold {
	font-weight: bold;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.rowgrey {
	background-color: #CCCCCC;
}
.rowgreen {
	background-color: #99CC99;
}
.tableborder1 {
	border: thin solid #CCCCCC;
}
.borderleft {
	border-left: thin solid #CCCCCC;
}
.newprice {
	color: #C00;
}