/* ------------------------ */
/* TEMPLATE STYLES     */
/* ------------------------ */
/* Styles that apply to the base template and main content-layout templates (1col/2col) */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */


/* <a> */
p#credit a {
	color: #aaa;
}
p#credit a:hover {
	color: #fff;
	text-decoration: none;
}
div#footer a {
	color: #97AB6B;	
}
h1 a {
	background: url(/media/images/bg/lrwt_logo.png);
	display: block;
	height: 0;
	line-height: 1;
	overflow: hidden;
	padding: 132px 0 0 0;
	width: 84px;
}
div#header p#become-a-member {
    position: absolute; top:8px; left:0;
    background: url(/media/images/become-a-member.png) no-repeat 0 0;
    width: 148px;
}
div#header p#make-a-donation {
    position: absolute; top:8px; left:157px;
    background: url(/media/images/make-a-donation.png) no-repeat 0 0;
    width: 148px;
}
div#header p#become-a-member a, div#header p#make-a-donation a {
    display: block;
    height: 0;
    padding: 22px 0 0 0;
    overflow: hidden;
}
div#header ul li a {
	color: #ababab;
}
div#nav_main ul li a {
	color: #97AB6B;
}
div#nav_main ul li a:hover {
	color: #fff;
	text-decoration: none;
}
div#nav_main ul li.here a {
	color: #F2F69F;	
}
div#nav_main ul li ul {
	display: none;
}

/* <body> */
/* Additional body styles for main template (default body styles defined in 'style_default.css') */
body {
	background: #0f0f0f;
	color: #ababab;
}

/* <div> */
div#container {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
div#content {
	background: #fff;
	color: #0c0c0c;
	min-height: 400px;
	padding: 15px 15px 15px 30px;
	position: relative;
	width: 915px;
}
div#content_main_1col { /* 1col */
	width: 900px;
}
div#content_main { /* 2col */
	float: left;
	width: 590px;
}
div#content_secondary { /* 2col */
	float: right;
	width: 290px;
}
div#footer {
	background: #313C0E;
	color: #97AB6B;
	font-size: 80%;
	padding: 15px 30px;
	width: 900px;
}
div#header {
	background-position: 0 38px;
	background-repeat: no-repeat;
	height: 163px;
	padding-top: 38px;
	position: relative;
}
div#nav_main {
	background: #313C0E;
	height: 38px;
}

/* <fieldset> */
div#header form fieldset {
	
}

/* <form> */
div#header form {
	position: absolute;
	right: 0;
	top: 8px;
	_width: 270px;
}

/* <h1> */
/* Site name/logo */
h1 {
	height: 132px;
	left: 42px;
	margin: 0;
	position: absolute;
	top: 54px;
	width: 84px;
}

/* <h2> */
/* Main page headings */
h2 {
	border-bottom: 1px solid #D49B85;
	color: #B04920;
	font-size: 170%;
	font-weight: normal;
	line-height: 110%;
	margin-top: 15px;
	padding-bottom: 8px;
}

/* <input> */
div#header form input.submit {
	display: block;
	float: left;
	font-size: 85%;
	font-weight: normal;
	padding: 1px 0;
	position: relative;
	margin-left: 3px;
	top: -2px;
	width: 56px;
}
div#header form input.text {
	background: #DADADA !important;
	border: 1px solid #828282 !important;
	display: block;
	float: left;
	font-size: 85%;
	padding: 2px;
	width: 140px;
}

/* <label> */
div#header form label {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/* <legend> */
div#header form legend {
	display: none;
	left: -9999px;
	position: absolute;
	top: -9999px;
}

/* <p> */
p#access {
	left: -10000px;
	position: absolute;
	top: -10000px;
}
p#breadcrumb {
	color: #999;
	font-size: 85%;
	margin: 0 0 -14px 0;	
}
p#credit {
	color: #aaa;
	font-size: 80%;
	font-style: italic;
	position: absolute;
	right: 5px;
	top: 185px;
}
p#legal_info {
	color: #999;
	font-size: 80%;
	margin: 10px 0;	
}
p#copyright_info {
	float: left;
	margin: 0;
	width: 40%;
}
p#design_info {
	float: right;
	margin: 0;
	text-align: right;
	width: 40%;
}

/* <span> */
p#design_info span {
	background: url(/media/images/bg/rkh.gif) no-repeat 0 0;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 7px 0 0 0;
	width: 99px;
}

/* <ul> & <li> */
div#header ul {
	font-size: 80%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 215px;
	top: 10px;
}
div#header ul li {
	border-right: 1px solid #555;
	display: inline-block;
	left: 1px;
	line-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	position: relative;
}
div#nav_main ul {
	margin: 0 0 0 15px;
}
div#nav_main ul li {
	display: inline-block;
	font-size: 125%;
	list-style: none;
	margin: 0;
	padding: 10px 12px 0 15px;
}

