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;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #2e2e2e; /* Gray */
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#logo {
	background: #0a0a0a; /* BLACK */
	height: 90px;
	}
	
#logo-holder {
	width: 948px;
	margin: 0 auto;
	}
	
#info {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	float:right;
	margin: 25px 40px 0 0;
	}
	
#info a {
	color:#fff;
	text-decoration:underline;
	}
	
#info a:hover {
	text-decoration:none;
	}
	
	
#logo-placement {
	width: 534px;
	float:left;
	
	}
	
#header {
	width: 948px;
	margin: 0 auto;
	}
	
#news {
	background:url(../img/news-back.jpg) repeat-x;
	height: 282px;
	}
	
#navigation { /* Is just a tagline for now. Will be navigation space is they ad pages. */
	width: 948px;
	margin: 0 auto;
	font-size: 24px;
	font-style:italic;
	color: #fff;
	text-align:center;
	padding-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#navigation a {
	color: #fff;
	text-decoration:underline;
	}

#navigation a:hover {
	text-decoration:none;
	}

#subnavback {
	background:url(../img/subpagnavback.jpg) repeat-x;
	}
	
#subnavigation {
	height:40px;
	width: 948px;
	margin: 0 auto;
	font-size: 24px;
	font-style:italic;
	color: #fff;
	text-align:center;
	padding: 5px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#subnavigation a {
	color: #fff;
	text-decoration:underline;
	}

#subnavigation a:hover {
	text-decoration:none;
	}
	
#content {
	width: 948px;
	margin: 0 auto;
	background-color: #d1d1d1;
	}
	
#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 20px;
	}
	
#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 10px 0;
	}
	
#content ul {
	padding-left: 20px;
	list-style-type:circle;
	}
	
#content li {
	padding: 0 0 10px 0;
	}
	
#schedule {
	width: 280px;
	float:left;
	padding:30px;
	}
	
#services {
	float:right;
	width: 540px;
	padding:30px;
	border-left: solid #666666 1px;
	}
	
#subcontent {
	width: 908px;
	margin: 0 auto 0 auto;
	padding: 20px;
	background-color: #d1d1d1;
	}
	
#subcontent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 10px 0;
	}
	
#subcontent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 20px;
	}
	
	
#highlights {
	width: 948px;
	margin: 0 auto;
	color: #fff;
	margin-top: 40px;
	}
	
#highlights img {
	margin-left: 12px;
	}
	
#highlights p {
	margin-left: 12px;
	font-size:12px;
	}
	
#highlights h1 {
	margin: 5px 0 5px 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#highlight1 {
	float:left;
	width:205px;
	margin-right: 10px;
	padding:10px;
	}
	
#highlight2 {
	float:left;
	width:205px;
	margin-right: 10px;
	padding:10px;
	}
	
#highlight3 {
	float:left;
	width:205px;
	margin-right: 10px;
	padding:10px;
	}
	
#highlight4 {
	float:right;
	width:205px;
	padding:10px;
	}
	
#footer {
	clear:both;
	width: 928px;
	margin: 0 auto;
	background-color:#fff;
	padding: 10px;
	font-size:10px;
	}

/* BROWSER HACKS ********************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
