/***** Global Settings *****/
* {
	margin: 0;
}
html, body {
	border:0;
	margin:0;
	padding:2px 0 0 0;
	background:#fff;
}
body {
	font:100%/1 Arial, Helvetica, sans-serif;
	color:#fff;
/*  Note: all browsers default to 16px font size, or 1em. divide your desired font size by 16 to get the right em value.
    Ex- you want 14px font size, so do this:
    14 / 16 = 0.875, so put "font-size: 0.875em;"
*/
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
}
h1 {
	padding:0 0 0 15px;
	font-size:2em;
	color:#f5bc34;
}
h2 {
	padding:0 15px 0 15px;
	font-size:1.5em;
	color:#f5bc34;
}
h3 {
	padding:8px 0 0 15px;
	font-size:1em;
	color:#f5bc34;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0px 10px 1.25em 10px;
	font-size:12px;
	font-weight:bold;
        line-height: 17px;
}
ul, ol {
	padding:0;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/

a {
	color:#1a8ed7;
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	color:#f5bc34;
	text-decoration:underline;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:0;
	margin:0;
}
/***** Global IDs *****/
#wrapper {
	margin:0 auto;
	padding-top:10px;
	width:1007px;
	background: url(/img/wrapper-bg.jpg) repeat-y;
}
#content {
	width:964px;
	margin-left:15px;
	background:#303030;
}

#main-content {
	padding-top:10px;
	overflow: hidden;
}
#header {
	background:url(/img/header-bg.jpg) no-repeat;
	height:60px;
}
#subHeader {
	text-align:center;
	position:relative;
}

#subHeader H1{
	color:#f5bc34;
}

#navigation {
	padding: 9px 15px 0 15px;
	height:30px;
	background: url(/img/nav-bg.jpg) no-repeat;
}
#navigation ul {
	padding:0 6px;
	font-size:.625em;
}
#navigation ul li {
	display:inline;
}
#navigation ul li a {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 1px;
}
#navigation ul li a:hover {
	color:#f5bc34;
}
/*#navigation ul li a:visited{
color:#f75701;
}
*/
#navigation ul li.divder {
	padding:0 29px;
}
#footer {
	padding: 0 30px 0 43px;
	height:61px;
	background: url(/img/footer-bg.jpg) no-repeat;
}
#footer ul {
	font-size:1em;
	padding-top:28px;
	font-weight:bold;

}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color:#ccc;
	text-decoration:none;
	font-size:.625em;
}
#footer ul li a:hover {
	color:#f5bc34;
	text-decoration:underline;
}
/*#navigation ul li a:visited{
color:#f75701;
}
*/
#footer ul li.divder {
	padding:0 34px;
	color:#666;
}
#copyright {
	color:#666;
	text-align:center;
	padding-bottom:25px;
}
.vert-divider {
	height:3px;
	background: #646464;
	padding:0;
	margin:0 10px auto;
	float:left;
	height:100%;
}
.horz-divider {
	height:3px;
	background: #646464;
	padding:0;
	margin:15px 32px 15px 32px;
	width:900px;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.txt-left {
	text-align:left;
}
.txt-right {
	text-align:right;
}
.txt-center {
	text-align:center;
}
.txt-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:980px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:0 0 0 10px;
}
.img-right {
	float:right;
	margin:0 10px 0 0;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
pad-rt {
	padding: 0 0 0 5px;
}
pad-rt {
	padding: 0 5px 0 0;
}

#map {
	color:#000000;
	font-size:.75em;
}
#map a {
	color:#0000FF;
}
#map a:hover {
	text-decoration:underline;
}
#test #textBlock {
	width:380px;
}
#textBlock p {
	line-height:1.5em;
	font-size:16px;
	font-weight:normal;
	padding:8px;
	
}
#vid-player {
	width:550px;
	float:right;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
#wider {
	width:960px;
}
.justified {
	text-align:justify;
}
#facebook {
	text-align:center;
}
#facebook div{
	display:inline-block;
	width:300px;
	margin:15px;
	text-align:center;
	zoom:1;
	*display:inline;
}
