/* Zero all styles to start with a good base display */

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

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @Font-face declarations... */

@font-face {
	font-family: 'GrotesqueMTStdExtraCondensed';
	src: url('../fonts/grotesquemtstd-extracond-webfont.eot');
	src: local('☺'), url('../fonts/grotesquemtstd-extracond-webfont.woff') format('woff'), url('../fonts/grotesquemtstd-extracond-webfont.ttf') format('truetype'), url('../fonts/grotesquemtstd-extracond-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Now, the real CSS begins... */


body {
background-color: #000000;
background-image: url(../images/background.gif);
background-repeat: no-repeat;
background-position: center top;
margin-top: 86px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

h1 {
font-family: 'GrotesqueMTStdExtraCondensed';
text-transform: uppercase;
font-size: 45px;
line-height: 45px;
letter-spacing: 1px;
margin: 0 0 16px 0;
font-weight: normal;
}

h2 {
font-family: 'GrotesqueMTStdExtraCondensed';
text-transform: uppercase;
font-size: 30px;
line-height: 30px;
letter-spacing: 1px;
margin: 0 0 16px 0;
font-weight: normal;
}

h4 {
font-size: 16px;
line-height: 25px;
font-weight: bold;
}

p {
font-size: 14px;
line-height: 25px;
margin: 0 0 16px 0;
}

#container {
width: 978px;
margin: 0 auto;
}

#navigation {
margin-right: 150px;
text-align: right;
}

#navigation li {
display: inline;
margin-left: 20px;
}

#navigation li a:link, #navigation li a:visited, #navigation li a:active {
font-family: 'GrotesqueMTStdExtraCondensed';
text-transform: uppercase;
text-decoration: none;
font-size: 30px;
line-height: 35px;
letter-spacing: 1px;
margin: 0;
color: #CCCCCC;
font-weight: normal;
}

#navigation li a:hover {
color: #F6921E;
font-weight: normal;
}

.current {
color: #F6921E ! important;
font-weight: normal;
}

#pagecontent {
overflow: auto;
margin: 5px 0 0 0;
padding: 0;
height: 100%;
}

object {
margin: 0;
padding: 0;
display: block;
}

#leftcolumn {
width: 150px;
padding-top: 253px;
float: left;
text-align: center;
}

#leftcolumn li {
margin: 10px 0;
}

#leftcolumn li .social{
margin: 0px 4px;
}

#centercolumn {
width: 600px;
margin-left: 190px;
}

.drop120 {
padding-top: 120px;
}

.drop80 {
padding-top: 80px;
}

.fulljustify {
text-align: justify;
}

.centeralign {
text-align: center;
}

.rightwrap {
float: right;
margin: 0 0 0 20px;
}

#centerleft {
width: 290px;
float: left;
padding-top: 350px;
}

#centerright {
width: 290px;
margin-left: 310px;
}

#centerrightsolo {
width: 310px;
margin-left: 310px;
}

#centerleft h1, #centerright h1 {

}

#centerleft h3, #centerright h3 {
font-size: 16px;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin-top: 14px;
}

#centerleft h1 {
color: #837E7E;
}

#centerleft p, #centerright p {
font-size: 12px;
line-height: 20px;
margin: 0;
padding: 0;
}

#centerleft h3, #centerleft p, #centerleft a:link, #centerleft a:visited, #centerleft a:hover, #centerleft a:active {
color: #666666;
}

#centerleft a:link, #centerleft a:visited, #centerleft a:hover, #centerleft a:active {
color: #666666;
font-weight: bold;
}

#centerright a:link, #centerright a:visited, #centerright a:active, #centerrightsolo a:link, #centerrightsolo a:visited, #centerrightsolo a:active {
color: #F6921E;
font-weight: bold;
}

#centerright a:hover, #centerrightsolo a:hover {
color: #FFFFFF;
font-weight: bold;
}

#footer {
margin: 20px auto 0 auto;
text-align: center;
}

#footer li {
display: inline;
margin: 0 20px;
}

#credits {
margin: 20px 0 10px 0;
}

#credits p{
text-align: center;
color: #333333;
font-size: 10px;
}

#credits a:link, #credits a:visited, #credits a:active {
color: #333333;
}

#credits a:hover {
color: #F6921E;
}

.orange {
color: #F6921E;
}

.clear {
display: block;
clear: both;
}