/* ::: RESET ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html, body, div, span, 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, 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; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }


/* ::: HTML BODY ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background: #222; /* MATCH FOOTER BKGD COLOR */
	color: #ccc;
	padding: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #eee;
	margin: 9px 0 9px 0;
	text-align: justify;
	line-height: 1.75em;
}

.clear_floats {
	clear: left;
	padding: 0;
	margin: 0;
}


/* ::: FLASH WRAPPER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main-wrapper {
	width:1000px;
	margin:20px auto 12px auto;
	border:1px solid #444;
}


/* ::: SUPPLEMENTAL WRAPPER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#supplemental-wrapper {
	width:1002px;
	margin:0 auto;
}

#left-container {
	float:left;
	width:326;
	height:500px;
	margin:0 12px 0 0;
}

#about-us {
	background:#111;
	width:306px;
	height:261px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border:10px solid #444;
	margin:0 0 12px 0;
}
	#about-us p {
		padding:0 5px 5px 5px;
	}
		

#featured-video {
	background:#111;
	width:306px;
	height:211px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border:10px solid #444;
}

#news-feed {
	float:left;
	background:#111;
	width:306px;
	height:504px;
	border:10px solid #444;
	margin:0 12px 0 0;
}
#news-container {
	height:455px;
	overflow:auto;
	padding:5px;
}

#blog-feed {
	float:left;
	background:#111;
	width:306px;
	height:504px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border:10px solid #444;
	margin:0;
}
#blog-container {
	height:455px;
	overflow:auto;
	padding:5px;
}

.news-entry {
	border-bottom: 1px dashed #de7415;
	margin-bottom: 20px;
}
	.news-entry a {
		color: #ffcf01;
	}
	.news-entry a:hover {
		color: #de7415;
	}

.blog-entry {
	border-bottom: 1px dashed #de7415;
	margin-bottom: 20px;
}
	.blog-entry a {
		color: #ffcf01;
	}
	.blog-entry a:hover {
		color: #de7415;
	}


/* ::: FOOTER WRAPPER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer-wrapper {
	width:1002px;
	margin:10px auto 15px auto;
	text-align:center;
}


/* ::: TEXT STYLING ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
h1 {
	font-size:1.5em;
	letter-spacing:.08em;
	text-shadow: 2px 2px 2px #000;
}
  h1 a {
	  background:#d2232a;
	  color:#ffcf01;
	  text-decoration:none;
	  display:block;
	width:297px;
	height: 28px;
	padding:6px 0 4px 9px;
	border-bottom:1px solid #fff;
	display:block;
  }
  h1 a:hover {
	  background:#78151f;
  }
  h3 {
	font-size:1.5em;
	letter-spacing:.08em;
	color:#ffcf01;
	width:297px;
	height: 28px;
	padding:6px 0 4px 9px;
	text-shadow: 2px 2px 2px #000;
	text-decoration:none;
	border-bottom:1px solid #fff;
	display:block;
	background:#d2232a;
	}

h2 {
	font-size:1.1em;
	letter-spacing:.08em;
	color:#fff;
}
	h2 a {
		color:#fff !important;
	  	text-decoration:none;
	}
	h2 a:hover {
		color:#de7415 !important;
	  	text-decoration:none;
	}

h5 {
	font-size:.7em;
	letter-spacing:.08em;
	color:#ccc;
	font-weight:normal;
	margin-bottom:5px;
}

h6 {
	font-size:.6em;
	letter-spacing:.08em;
	color:#de7415;
	font-weight:normal;
}
















