/* css document */

/* globals */

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}
h1,h2,h3,h4 {
	
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
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: 130px;
	background-color: #16A187;
}

/* 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;
}



/* primary content */

#contentwrapper {
	margin: 2% 5% 0 5%;
	padding: 0;
	width: 90%;
	color: #42233A;
	background-color: #ffffff;
	border: solid #33CC99 3px;
}
#content {
	min-height: 40em;
	padding: 10px 40px 40px 40px;
	background-color: #ffffff;
}
#content h1 {
	color: #502443;
	background-color: #ffffff;
}
#content h2 {
	color: #228655;
	background-color: #ffffff;
}
#content h3 {
	color: #228655;
}
#content h4 {
	color: #228655;
	background-color: #ffffff;
}
#content a:link {
	color: #cc6600;
	/*background-color: #ffffff;*/
	text-decoration: underline;
}
#content a:visited {
	color: #996600;
	/*background-color: #ffffff;*/
	text-decoration: underline;
}
#content a:hover {
	color: #660033;
	background-color: #f3f3f3;
	text-decoration: none;
}
#content a:active {
	color: #333333;
	/*background-color: #ffffff;*/
	text-decoration: none;
}
#content dt {
	margin-top: 1em;
	font-weight: bold;
}
#newsbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FDF8B9;
	background-repeat: repeat-x;
	border: thin solid #16A187;
	float: right;
	padding: 5px 5px 5px 8px;
	width: 250px;
	height: auto;
	margin: 5px 5px 5px 5px;
}
#newsbox a:link {
	color: #CC6600;
	/*background-color: #E8E8E8;*/
	text-decoration: underline;
}
#newsbox a:visited {
	color: #cc6600;
	/*background-color: #E8E8E8;*/
	text-decoration: underline;
}
#newsbox a:hover {
	color: #660000;
	/*background-color: #E8E8E8;*/
	text-decoration: none;
}
#newsbox a:active {
	color: #333333;
	/*background-color: #E8E8E8;*/
	text-decoration: none;
}


/* footer */

#footerwrapper {
	font-size: 90%;
	line-height: 1.4em;
	background-color: #CCCCCC;
	margin: 0 5% 0 5%;
}
#footer {
	padding: 10px 40px 10px 40px;
	color: #734C3C;
}

/* 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;
}
.textgray {
	color: #666666;
}
.textbold {
	font-weight: bold;
	color: #666;
}
.textright {
	text-align: right;
}
