
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	background: #fff url('../images/bg.png') repeat-x;
	color: #5a5758;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 15px 0;
}
h1 {
	font-size: 190%;
	font-weight: bold;
}
h2 {
	color: #8eb04e;
	font-size: 190%;
}
h3, h4, h5, h6 {
	color: #a7a9ac;
}
h3 {
	font-size: 150%
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
	font-weight: bold;
}
h6 {
	font-size: 80%;
	font-weight: bold;
}

a, a:visited {
	text-decoration: none;
}
a img {
	border: none;
}

ul {
	list-style-type: none;
}

#wrap {
	background: #fff url('../images/bg_wrap.gif') repeat-y;
	min-height: 700px;
}
#wrap, #footer {
	width: 1024px;
	margin: 0px auto;
}

#banner {
	height: 159px;
	background: url('../images/bethel_banner.png') no-repeat;
}

ul#top_menu {
	background: #615f61 url('../images/top_bg.png') no-repeat;
	padding: 20px 0 2px 0;
	font-size: 80%;
	text-transform: uppercase;
	border-bottom: solid 1px #30302f;
}
ul#top_menu li,
ul#content_options li {
	display: inline;
}
ul#top_menu li a {
	color: #cdcccc;
	padding: 0 15px;
}
ul#top_menu li a:hover {
	color: #fff;
}

.left {
	width: 193px;
	float: left;
	clear: left;
}
ul#menu {
	background: #fff url('../images/menu_r.gif') top right no-repeat;
}
ul#menu li {
	padding-right: 26px;
	height: 1%;
}
ul#menu li a,
ul#menu li a:visited,
ul#right li a,
ul#right li a:visited,
ul#menu li.active ul li a,
ul#menu li.active ul li a:visited {
	background: #ffeaa8;
	display: block;
	color: #000;
	border-bottom: solid 1px #fff;
	font-size: 90%;
	text-transform: lowercase;
	padding: 6px 0 5px 22px;
	position: relative;
	height: 1%;
}
ul#menu li a:hover,
ul#menu li.active ul li a:hover,
ul#menu li.active ul li.first a:hover {
	color: #fff;
	background: #000;
}
ul#menu li.active a,
ul#menu li.active a:hover {
	background: #000 url('../images/menu_active.gif') 0 5px no-repeat;
	color: #fff;
}
ul#menu li.first a {
	background: url('../images/menu_top.gif') top left no-repeat;
	padding-right: 15px;
}
ul#menu ul li {
	border: none;
}
ul#menu ul li.first a {
	background: #ffeaa8;
	padding-right: 0;
	padding-left: 32px;
	font-size: 80%;
}
ul#menu li.first a:hover {
	background-position: top right;
}
ul#menu li.first.active a,
ul#menu li.first.active a:hover {
	background: #000 url('../images/menu_1st.gif') no-repeat;
	color: #fff;
}
ul#menu ul li {
	border-right: none;
}
ul#menu li.active ul li a,
ul#menu li.active ul li.first a {
	padding-left: 32px;
	font-size: 80%;
}

form#search {
	padding: 50px 0 0 18px;
	border-top: solid 7px #000;
	width: 149px;
}
form#search label {
	display: block;
	color: #000;
	font-size: 90%;
	text-transform: lowercase;
	padding-left: 5px;
	text-indent: -10000px;
}
form#search input {
	display: inline;
}
form#search input.inputtext {
	border: solid 1px #d9d9d9;
	padding: 2px 2px 3px 15px;
	font-size: 90%;
	width: 93px;
}
form#search input.inputimage {
	position: relative;
	top: 6px;
}

div#loginbox {
	padding: 20px 0px 0 10px;
	font-size: 90%;
	width: 150px;
}
div#loginbox a {
	color: #000;
	text-decoration: underline;
}

ul#content_options {
	margin: 15px 0 50px 220px;
	font-size: 90%;
}
ul#content_options li {
	border-right: solid 1px #c1c2c3;
	padding-right: 4px;
}
ul#content_options li.last {
	border: none;
	padding: 0;
}
ul#content_options li a {
	color: #828487;
}
ul#content_options li a:hover {
	color: #000;
}
div#sideimages {
	width: 170px;
	text-align: right;
	position: absolute;
	margin-left: 220px;
	padding-top: 20px;
}
div#sideimages img {
	margin-bottom: 20px;
}

h2.title {
	margin-left: 220px;
}
#content {
	margin: 0 0 0 0px;
	padding: 0 280px 20px 220px;
	background: url('../images/watermark.gif') right 270px no-repeat;
}
#content.sideimages {
	padding-left: 405px;
}
#content p {
	margin-bottom: 15px;
	line-height: 150%;
}
#content a,
#content a:visited {
	color: #8eb04e;
}
#content a:hover {
	text-decoration: underline;
}

#right {
	width: 222px;
	float: right;
	padding-bottom: 67px;
}
ul#right {
	padding-top: 26px;
	background: #ffefbc url('../images/downloads_resources.png') no-repeat;
}
ul#right li a {
	background: #ffefbc;
	padding-right: 10px;
	text-transform: none;
}
ul#right li a:hover {
	background-color: #000;
	color: #fff;
}
ul#right li a span {
	color: #8eb04e;
	font-weight: bold;
}
ul#right li a span.subtitle {
	color: #5a5758;
}

#footer {
	height: 39px;
	background: url('../images/footer_bg.png') repeat-x;
	position: relative;
}
#uca_logo {
	position: absolute;
	right: 0px;
	top: -67px;
}
