/* -------------------------------------------------------------
	Chapel on the Hill
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			29 September 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	padding: 5px 0 20px 0;
	background: #465200 url(/images/bg_body.jpg) repeat-x left top;
	font: normal 0.7em/1.6em "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
	color: #555555;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #d68020;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 790px;
	margin: 0 auto;
	padding: 0 5px;
	background: #fff url(/images/bg_index.gif) repeat-y 5px 0;
	border: 5px solid #465200;
	text-align: left;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}

#index .clearfix {
	width: 100%;
	height: 5px;
	background: #fff;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	float: left;
	clear: both;
	background: #fff;
}

#brand, #brand a {
	width: 251px;
	height: 96px;
	background: url(/images/brand_chapelonthehill.gif) no-repeat left top;
}

#brand {
	float: left;
}

#title_callus {
	width: 120px;
	height: 31px;
	margin: 40px 15px 0 0;
	display: inline;
	float: right;
	background: url(/images/title_callus.gif) no-repeat;
}




/* --- UI --- */

#ui {
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 790px;
	height: 229px;
	float: left;
	clear: both;
	background: #fff;
}

#messaging .title {
	background: url(/images/img_messaging.jpg) no-repeat;
}

#messaging .title, #messaging .title a {
	width: 790px;
	height: 229px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 246px;
	min-height: 350px;
	padding: 0 5px 15px 5px;
	float: left;
	background: #e58923 url(/images/bg_sidebar.jpg) repeat-x left top;
	border-top: 5px solid #fff;
	color: #fff;
}

#sidebar label {
	font-weight: normal;
}

#sidebar fieldset strong {
	font-weight: bold;
	color: #000;
}

#sidebar h3 {
	margin: 15px 0 7px 0;
	padding-left: 11px;
	color: #fff;
	font-weight: normal;
	font-size: 1.6em;
}

#sidebar .resource_list li {
	border-bottom: 1px dotted #fff;
	padding: 0;
	background: transparent;
}

#sidebar .resource_list li a:link,
#sidebar .resource_list li a:visited {
	width: 208px;
	padding: 14px 5px 14px 33px;
	display: block;
	background-color: #d68020;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}

#sidebar .resource_list li a:hover,
#sidebar .resource_list li a:active,
#sidebar .resource_list li a:focus {
	background-color: #465300;
}

#sidebar .resource_list li.pdf a {
	background-image: url(/images/icon_pdf.gif);
	background-position: 13px 13px;
}

#sidebar .resource_list li.video a {
	background-image: url(/images/icon_video.gif);
	background-position: 13px 13px;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	width: 500px;
	padding: 20px 10px 30px 0;
	float: right;
}

#content ul {
	padding-left: 20px;
}

#heading {
}





/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 780px;
	margin: 0 auto;
	padding: 5px 10px;
	background: #384200;
	clear: both;
	color: #9ba07f;
	text-align: left;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #9ba07f;
}

#copyright {
	width: 500px;
	float: left;
}

#credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}

label {
	font-weight: bold;
}

#form_contact div {
	margin-bottom: 10px;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}