/* 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%;
}
table {
	border-collapse: collapse;
}
th,td {
	border: 1px solid #cccccc;
	padding: 5px;
}

#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: #D9D9D9;
	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;
}

/* widths */

.one { width: 1%; }
.five { width: 5%; }
.ten { width: 10%; }
.twelve { width: 12%; }
.fifteen { width: 15%; }
.twenty { width: 20%; }
.twentyfive { width: 25%; }
.thirty { width: 30%; }
.thirtythree { width: 33%; }
.thirtyfive { width: 35%; }
.forty { width: 40%; }
.fortyfive { width: 45%; }
.fifty { width: 50%; }
.fiftyfive { width: 55%; }
.sixty { width: 60%; }
.sixtyfive { width: 65%; }
.seventy { width: 70%; }
.seventyfive { width: 75%; }
.eighty { width: 80%; }
.eightyfive { width: 85%; }
.ninety { width: 90%; }
.ninetyfive { width: 95%; }
.ninetynine { width: 99%; }
.onehundred { width: 100%; }
.twofifty { width: 250px; }
.oneem { width: 1em; }
.twoem { width: 2em; }
.fourem { width: 4em; }
.sixem { width: 6em; }
.eightem { width: 8em; }
.tenem { width: 10em; }
.twelveem { width: 12em; }
.fourteenem { width: 14em; }
.twentyfourem { width: 24em; }
.twentysixem { width: 26em; }
.thirtyem { width: 30em; }
.thirtytwoem { width: 32em; }
.thirtyfourem { width: 34em; }
.thirtysixem { width: 36em; }
.thirtyeightem { width: 38em; }
.threehundredpx { width: 300px; }

/* classes */

.altrow {
	background-color: #f3f3f3;
}
.dtwrapperimg {
	background-position: right;
	background-repeat: no-repeat;
}
.emphasis {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}
.headrow {
	background-color: #d1ede7;
}
.indent {
	margin-left: 40px;
}
.info {
	font-size: 90%;
	color: #999999;
}
.linespace {
	margin-top: 1em;
}
.noborder {
	border: 0;
}
.subhead {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.submitbutton {
	padding-top: 2em;
	border: 0;
	text-align: right;
}
.textblack {
	color: #000000;
}
.textbold {
	font-weight: bold;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}

.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.tip {
	font-size: 85%;
	color: #777777;
}

/* tooltip */

.hotspot {
	padding-bottom: 1px;
	cursor: pointer;
}
#tt {
	position: absolute;
	display: block;
	background: url(../images/tt_left.gif) top left no-repeat;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_top.gif) top right no-repeat;
	overflow: hidden;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #676767;
	color: #fff;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}