/* HOMILY HELPER - GLOBAL STYLESHEET */

/* BACKGROUNDS, MARGINS, PADDING, ALIGNMENT */
* {
	margin:0;
	padding:0;
	}
body {
	background-color:#000;
	color:#FFF;
	}
#main_wrapper {
	width:100%;
	}
#header {
	height:125px;
	background:url(../images_pres/header_bg.gif) no-repeat;
	border-bottom:1px solid #FFF;
	}
#header_inner {
	padding:.5em 0 .5em 225px;
	}
#nav {
	float:left;
	width:200px;
	background-color:#666666;
	}
#nav_inner {
	text-align:center;
	padding-top:1em;
	}
#content {
	margin-left:200px;
	background-color:#FFF;
	}
#content_inner {
	color:#000;
	padding:10px 0 0 10px;
	width:600px;
	}
#footer {
	clear:both;
	background:url(../images_pres/footer_bg.gif) repeat-y;
	border-top:1px solid #FFF;
	}
#footer_inner {
	padding:.5em 0 .5em 225px;	
	}

/*Main color scheme for title pages, 
	large text pages follow inverted color scheme*/
.titlePage * {
	padding:10px 0 0 10px;
	background-color:#000;
	color:#FFF;
}

.titlePage a { padding-top:0; }

#footer_inner a { color:#FFF; }
#header_inner p { color:#FFF; }
#header_inner a { color:#FFF; font-size:1em; text-decoration:none; }

/*FONTS, LISTS, TABLES, ETC. */	
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
	
/* FONT COLORS */
h1, h2, h3, h4, h5, h6, p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}

table, form {
	color: #BFBFAC;
	}
a {
	color:#000;
	}
a:hover {
	text-decoration:none;
	color:#AAA;
	}
	
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	margin-left:225px;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	font-size:.75em;
	}
	
/* GENERAL LIST STYLING */
ul, dl, ol {
		margin:0 1em .75em 1em;
		font-size:1em;
		text-align:center;
		line-height:1.5;}
li, dd {
		padding:.1em;
		/*display:inline;*/
		/*margin-left:2em;*/
		}
dt {font-weight:bold;}

#header_inner p {
	padding-left:20px;
	}

#nav_inner h5 {
	color:#000;
	}
#nav_inner ul li {
	list-style-type:none;
	}
#nav_inner ul li a {
	color:#FFF;
	}

/* ADDITIONAL STYLES */
code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #AAA;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}
h1 {
	text-align:center;
	padding-bottom:1em;
	}

/* GENERAL TABLE STYLING */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	text-align:center;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:1.5em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 