/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -


Purpose:	Master Styles
Author:		Ryan Srofe
Updated:	March 2, 2010

- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ---------- BODY -------------- */


#flashcontent {
	width: 100%;
	height: 720px;
}
#textcontent {
	width: 800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#CCC;
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
#footer {
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	color:#666666;
	padding-bottom:15px;
}
#footer ul {
	list-style-type:none;
	margin: 0;
	padding:7px;
}
#footer ul li {
	display:inline;
	padding:0 5px;
}
#footer a {
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	color:#76b634;
	text-decoration:underline;
}
#footer #menu {
	border: 0 none;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	width: 440px;
}
#footer #menu ul {
	display: inline;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#footer #menu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footer #menu a {
	padding: 30px 0 0 0;
	float:left;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
}
#footer #menu a:hover {
	background-position: 0 -30px;
}
#facebook a {
	background: url(../img/footerFacebook.jpg) top left no-repeat;
	width: 30px;
}
#twitter a {
	background: url(../img/footerTwitter.jpg) top left no-repeat;
	width: 30px;
}
#flickr a {
	background: url(../img/footerFlickr.jpg) top left no-repeat;
	width: 30px;
}
#sharethis {
	background: url(../img/footerShareThis.jpg) top left no-repeat;
	width: 30px;
}
#visitBH {
	float:left;
}
img a {
	border: 0;
}
h1 {
	color:#FFF;
	font-size:1.6em;
}

