/* Stylesheet for RCJL
   May 2006
   Ann Adamcik
   indigopear.com */



/* General styles */
 
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e6d189;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
#main {
	width: 778px;
	padding: 4px;
	margin: 5px auto;
	background: white;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}


/* Header styles */

#headerWrap {
	height: 140px;
}
#header {
	border-bottom: 1px solid #e06f1d;
	height: 100px;
}
#header ul {
	list-style: none;
}
.nav {
	border-top: 1px solid #acd0a5;
	margin-top: 60px;
	width: 299px;
	height: 39px;
}
.nav, #logo {
	float: left;
}
.nav img {
	display: block;
}

/* Top menu - note: menu styles set in listmenu_h.css */


/* Top checkers */

#about #headerWrap {
	background: url("images/aboutTopBoxes.gif") no-repeat 0 100%;
}
#rl #headerWrap {
	background: url("images/rlTopBoxes.gif") no-repeat 0 100%;
}
#help #headerWrap {
	background: url("images/helpTopBoxes.gif") no-repeat 93px 100%;
}
#join #headerWrap {
	background: url("images/joinTopBoxes.gif") no-repeat 479px 100%;
}
#cal #headerWrap {
	background: url("images/calTopBoxes.gif") no-repeat 560px 100%;
}
#contact #headerWrap {
	background: url("images/contactTopBoxes.gif") no-repeat 622px 100%;
}
#faq #headerWrap {
	background: url("images/faqTopBoxes.gif") no-repeat 100% 100%;
}


/* Home page layout */

#home {
	font-family: "Myriad Roman", "Myriad Web Pro", Verdana, Arial, sans-serif;
	font-size: .9em;
}
#home #header {
	height: 130px;
}
#home .nav {
	margin-top: 90px;
}
#home #navL {
	width: 252px;
}
#home #logo {
	padding: 5px 8px;
}
#home #navR {
	float: right;
}
#home #contentCol {
	padding: 60px 50px 0 0;
	width: 270px;
	float: right;
}
#home #photoCol {
	padding: 20px;
	width: 409px;
	float: left;
}
#photoCol div {
	float: left;
	display: inline;
	margin: 4px;
	width: 91px;
	height: 91px;
}
#photoCol a {
	width: 91px;
	height: 91px;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
}
#photoCol a:hover {
	background-position: bottom;
}
#aboutBtn  {
	background-image: url("images/aboutBtn.gif");
}
#lifeBtn  {
	background-image: url("images/rlBtn.gif");
}
#helpBtn {
	background-image: url("images/helpBtn.gif");
}
#home p {
	padding-right: 0;
}


/* Photo column */

#photoCol {
	float: right;
	width: 100px;
}
#photoCol img {
	border: 1px solid #807674;
	display: block;
}
#photoCol ul {
	list-style: none;
}
#photoCol li {
	margin-bottom: 7px;
}
#quote img {
	border: none;
}


/* Content column */

#contentCol {
	width: 575px;
	float: left;
	padding: 45px 0 0 50px;
}
#join #contentCol, #contact #contentCol, #cal #contentCol, #faq #contentCol, #privacy #contentCol {
	width: 675px;
}
#contentCol a {
	color: #E06F1D;
	text-decoration: underline;
}
#contentCol a:visited {
	color: #749E76;
}
#contentCol a:hover {
	color: #BAD7DB;
}
#pageTitle {
	padding: 4px 0 7px 0;
	background: url("images/rcjlTan.gif") no-repeat left bottom;
	margin-bottom: 25px;
}
#about #pageTitle {
	background: url("images/rcjlPeach.gif") no-repeat left bottom;
}
#rl #pageTitle {
	background: url("images/rcjlGreen.gif") no-repeat left bottom;
}
#help #pageTitle {
	background: url("images/rcjlBlue.gif") no-repeat left bottom;
}
h1 {
	font-family: "Times New Roman", serif;
	color: #e06f1d;
	font-size: 20px;
	font-weight: normal;
	padding-left: 75px;
	padding-top: 8px;
	line-height: 70%;
	border-bottom: 1px solid #dfc772;
}
#about h1 {
   color: #425b55;
	border-bottom: 1px solid #feda9b;
}
#rl h1 {
   color: #425b55;
	border-bottom: 1px solid #c5d893;
}
#help h1 {
	color: #425b55;
	border-bottom: 1px solid #a6cbd0;
}
h2, h3, h4, p, #contentCol li, td, th {
	color: #602617;
}
#contentCol h2 {
	font-size: 14px;
	padding-top: 20px;
}
h1 a, h2 a, h3 a {
	font-size: small;
	font-weight: normal;
	/*margin-left: 10px;*/
}
#contentCol h1 a {
	font-size: medium;
	text-decoration: none;
	margin-left: 5px;
}
h2 .smaller {
	font-size: small;
}
#contentCol ul {
	margin: 5px 10px 5px 25px;
}
#contentCol .nobullets {
	list-style: none;
}
#contentCol li {
	padding: 3px 0;
}
.links li {
	padding: 5px 0;
}
p, #contentCol li {
	line-height: 140%;
	padding-right: 100px;
}
#contentCol li li {
	padding-right: 20px;
}
#contentCol li ul {
	list-style: disc;
}

p {
	margin-bottom: 10px;
}

h3 {
	font-size: small;
	padding-top: 15px;
}
h4 {
	font-size: small;
	text-decoration: underline;
	padding-top: 15px;
}
.note {
	font-size: 80%;
	margin-left: 25px;
}
.script {
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size: 115%;
}
.centered {
	text-align: center;
	margin: 20px;
}
.bigquote {
	font-size: 115%;
}
.smaller {
	font-size: 85%;
}
#contentCol h2.bigger {
	font-size: 16px;
	padding-top: 35px;
}
#address {
	margin-top: 35px;
}
.gifts {
	margin-bottom: 15px;
}
.gifts table{
	display: inline;
}
.gifts td {
	padding: 2px 10px;
}
#contacts {
	margin: 25px 0;
}
#contacts th {
	text-align: left;
}
#contacts th, #contacts td {
	padding: 0 3px 10px 3px;
	font-size: 85%;
	width: 25%;
}
#contacts .function {
	color: #999;
}
#contacts .dept td, #contacts .dept th {
	border-top: 1px solid #999;
	padding-top: 10px;
}
#giftbutton img {
	margin-top: 5px;
}
#maplink, .map {
	padding-top: 15px;
}


/* Footer styles */

#footer {
	padding-top: 25px;
}
#footer #checkers {
	float: right;
}
#footer div {
	text-align: center;
	border-top: 2px solid #cfcea3;
	padding: 25px 0;
}
#footerTags {
	text-align: center;
}
#footer ul {
	list-style: none;
	padding-top: 5px;
}
#footerTags li {
	display: inline;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #425b55;
}
#footerTags a {
	color: #425b55;
}
