/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(../images/layout/bg.jpg) repeat;
}

p, li {
	font: 14px/22px Arial, Helvetica, sans-serif;
	color: #8d796e;
}

h1 {
	margin-left: 40px;
	font: 24px Arial, Helvetica, sans-serif;
	color: #402804;
	font-weight:bold;
}

h2 {
	margin: -13px 0 0 50px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #993300;
	font-style: italic;
	font-weight:bold;
}

strong {
	font-size: 110%;
}

em {
	color: #2F4617;
	font-weight: 700;
}

td {
	font: 13px/22px "Times New Roman", Times, Serif;
	color: #666;
}

label {
	font: 13px/22px "Times New Roman", Times, Serif;
	color: #333;
}

.textinput, select {
	width: 200px;
}

.textarea {
	height: 100px;
	width: 300px;
}

/* CONTAINERS */
/* ------------------------------------- */

#container {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -502px;
	height: auto;
	width: 1004px;
	background: url(../images/layout/paper-tile.jpg) repeat-y;
}

#header {
	margin-left: 26px;
	height: 227px;
	width: 100%;
	background: url(../images/layout/logo.jpg) no-repeat 0 0;
}

#nav {
	margin: 0px 0px 0 540px;
	height: 192px;
	width: 390px;
	background: url(../images/layout/nav-bg.gif) no-repeat 2px 0;
}

#content {
	margin: 0 0 0 39px;
	height: auto;
	width: 1004px;
	background: url(../images/layout/frame-tile2.gif) repeat-y;
}

#content-top {
	min-height: 79px;
	height: auto;
	width: 925px;
	background: url(../images/layout/frame-top.gif) no-repeat;
	z-index: 4;
}

#content-middle {
	position: relative; 
	top: 50px; 
	margin: 0 30px 0 30px;
	padding: 0 20px 0 20px;
	background: #fff;
	z-index: 5;
}

#content-bottom {
	position: relative;
	top: 20px;
	height: 79px;
	width: 925px;
	background: url(../images/layout/frame-bottom.gif);
	z-index: 3;
}

#bottom {
	height: 90px;
	width: 1004px;
	background: url(../images/layout/paper-bottom.jpg) no-repeat center;
}

#jlb {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -452px;
	height: auto;
	width: 904px;
	clear: both;
}

/* LINKS */
/* ------------------------------------- */

a:link, a:visited {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
	outline: 0;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #BBA68A;
}

/* NAVIGATION */
/* ------------------------------------- */

.navabout {
	margin: 29px 0 0 5px;
	height: 28px;
	width: 109px;
	float: left;
}

.navabout a:link, .navabout a:visited {
	height: 28px;
	width: 109px;
	display: block;
	background: url(../images/layout/nav.gif) no-repeat -6px -29px;
}

.navabout a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}

.navsignup {
	margin: 2px 0 0 10px;
	height: 56px;
	width: 255px;
	float: left;
}

.navsignup a:link, .navsignup a:visited {
	height: 56px;
	width: 255px;
	display: block;
	background: url(../images/layout/nav.gif) no-repeat -125px -2px;
}

.navsignup a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}

.navcontact {
	margin: 8px 0 0 4px;
	height: 41px;
	width: 213px;
	float: left;
}

.navcontact a:link, .navcontact a:visited {
	height: 41px;
	width: 213px;
	display: block;
	background: url(../images/layout/nav.gif) no-repeat -2px -66px;
}

.navcontact a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}

.navnews {
	margin: 8px 0 0 26px;
	height: 41px;
	width: 136px;
	float: left;
}

.navnews a:link, .navnews a:visited {
	height: 41px;
	width: 136px;
	display: block;
	background: url(../images/layout/nav.gif) no-repeat -241px -66px;
}

.navnews a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}

.navdonate {
	margin: 6px 0 0 4px;
	height: 81px;
	width: 375px;
	float: left;
}

.navdonate a:link, .navdonate a:visited {
	height: 81px;
	width: 375px;
	display: block;
	background: url(../images/layout/nav.gif) no-repeat 0px -111px;
}

.navdonate a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}

/* MISCELLANEOUS */
/* ------------------------------------- */

.framed_image_L {
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #d7d7d7;
	float: left;
}

.framed_image_R {
	margin: 0 0 0 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	float: right;
}

#jlb p {
	font-size: 12px;
	text-align: right;
}