@charset "utf-8";
/* CSS Document 
Company: Event Diligence, LLC 
Owner: Dillian Waldron
-----------------------------------------------------
Author: Rayna Diane Hennen
Website: www.raynadiane.com
Original: May 27, 2012
Revision:

*/

/* http://meyerweb.com/eric/tools/css/reset/  
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* RANDOM CONSTANTS */
.fr { float: right; }
.fl { float: left; }
.clear { clear: both; }
.boldtext { font-weight: bold; }
.italictext { font-style: italic; }
.mb0 { margin-bottom: 0; } 
.mt4 {  margin-top: 4px; }
.ma { margin:auto; }
.tar { text-align: right; }
.tal { text-align: left; }
.tac { text-align: center; }

/* GENERAL STYLING */
body { background:#000; font-family:Verdana, Geneva, sans-serif; color:#050101; }
a, a:link, a:visited { color:#af4545; font-weight:bold; text-decoration:none; font-family:Verdana, Geneva, sans-serif; }
a:hover { color:#002b45; text-decoration:underline; }
p { font-family:Verdana, Geneva, sans-serif; color:#050101; font-size:16px; line-height:24px; margin:20px 0; } 
li { background:url(images/ED-list-arrow.png) no-repeat left 5px; font-family:Verdana, Geneva, sans-serif; font-size:16px; line-height:24px; margin:0 0 10px 30px; padding-left:30px; }

h1, h2, h3, h4, h5, h6 { color:#340905; font-weight:normal; margin-bottom:20px; }
h1 { font-size:24px; } 
h2 { font-size:20px; margin-top:20px; } 
h3 { font-size:18px; } 
h4 { font-size:14px; } 
h5 { font-size:12px; } 
h6 { font-size:10px; }
.img { margin:0 20px 10px 0; }

/* WRAPPER */
#wrapper { width:100%; margin-top:20px; background:url(images/ED-background-header.png) repeat-x; position:relative; z-index:100; height:251px; }

/* NAVIGATION */
#nav { width:960px; margin:auto; text-align:right; margin-top:20px; }
#nav a { color:#fff; font-weight:normal; font-size:14px; margin-right:5px; }
#nav a:hover { color:#efefef; text-decoration:underline; }
#nav a:last-child { margin-right:none; }

/* HEADER */
#header { width:960px; margin:auto; height:240px; position:relative; z-index:20px; }

/* MAIN CONTENT */
#content { background-color:#fff; width:960px; margin:auto;  padding:30px 10px 20px; position:relative; z-index:10; margin-top:-10px; }

/* FOOTER */
#footer { width:960px; margin:auto; text-align:center; color:#666; font-size:14px; font-style:italic; padding:20px 0; }
