/* AHD Site Design */
/* http://afterhoursdevelopment.com */
/* 2008 - Dave Hine &  Chris Scheufele */ 

/* 1. Global Reset */	

	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, images, 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; }

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}


/* Site */

body{
	margin: 0;
	padding: 0;
	/*line-height: 1.5em;*/
	background-image: url(img/hailey_bg_image2.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#FFFFFF;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:1272px;
	height:805px;
	background-image: url(img/hailey_bg_image.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
} 

#container{
	position:static;
	margin-left:auto;
	margin-right:auto;
	margin-top:508px;
	width:726px;
}

#content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:725px;
	margin-left:3px;
	background-color:#FFFFFF;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
	overflow:auto;
}

#content h2{
	font-size:24px;
	text-align:center;
}

#content h3{
	font-size:10px;
	text-align:center;
	 text-transform: uppercase; 
}

#content h4{
	font-size:16px;
	text-align:center;
}

#content p{
	margin-top:10px;
	margin-right:12px;
	font-size:12px;
}

#content a{
	color:#F90018;
	text-decoration:none;
}

#content strong{
	font-size:14px;
}

#content a:hover{
		border-bottom:1px dotted #999999;
}

#content img{
	margin: 0px 12px 12px 12px;
	float:left;
}

#content em{
	text-align:center;
}

#content li{
	list-style:none;
	margin-left:165px;
}

.ahdlogo{
	margin-top:50px;
	width:300px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.ahdlogo img{
	border-color:#333333;
}