@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

}

body {
	text-align:center;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#a37d46;
	font-family:arial, helvetica, sans-serif;
	font-size: 77%;	
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#000000;
}
.clear {
	clear:both;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

hr {
	height: 1px;
	background: none;
	padding: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #a37d46;
}

.frame {
	text-align:left;
	width: 800px;
	margin:10px auto;
}

.header {
	background-image:url(../images/main_header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}

.nav{
	width:790px;
}

.content_container {
	background-color:#e0b475;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b72512;
	border-left-color: #b72512;
}

.content{
	/*background-image:url(../images/bg_body.gif);*/
	background-repeat:repeat-x;
	padding-left:5px;
	padding-top:10px;
	padding-right:5px;
	width:590px;
	float:left;
}

.right_bar {
	/*background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;*/
	width:185px;
	margin-right:5px;
	padding-top:10px;
	float:right;
}

.events {
}

.event_header {
	margin-top:5px;
	background-image:url(../images/loh/upcoming_events.gif);
	background-repeat:no-repeat;
	height:30px;
}

.event_content {
}

.contact {
}

.contact_header {
	background-image:url(../images/loh/contact.gif);
	background-repeat:no-repeat;
	height:30px;
}

.contact_content {
}

.newsletter {
}

.newsletter_header {
	background-image:url(../images/loh/newsletter.gif);
	background-repeat:no-repeat;
	height:30px;
}

.newsletter_content {
}


.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}

.footer_content {
	text-align:center;
	padding-top:15px;
	/*padding-left:100px;*/
	color:#FFFFFF;
}

.heading {
	font-weight:bold;
	font-size:16px;
}

/* admin styles */
.admin_header {
	text-align:center;
	background-image:url(../images/admin/youth_admin.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	margin-bottom:20px;
}

.admin_block {
	float:left;
	margin-left:10px;
	border-right-style:dashed;
	border-right-color:#CCCCCC;
	border-right-width:1px;
	height:100px;
	width:160px;
}

.edit_list {
	list-style-image:url(../images/icons/edit-blue.gif);
	list-style-position:inside;
}

.doc_list {
	list-style-image:url(../images/icons/download.gif);
	list-style-position:inside;
}

/* end admin styles */