/* GENERIC SETTINGS */
body {
	background-color:black;
	color:white;
	font-family:"Trebuchet MS", sans-serif;
}

div.hr {
	background-image:url('../images/hr-dot.png');
	background-repeat:repeat-x;
	width:100%;
	height:3px;
	display:block;
	margin-top:18px;
	margin-bottom:18px;
	padding:0px; 
}

div.vr {
    background-image: url('../images/hr-dot.png');
	background-repeat: repeat-y;
	height: 100%;
	width: 3px;
	display: inline;
	margin: 0 18px;
}

img {
	border-style:none;
	text-decoration:none;
}

div.autosize { 
	display:table;
	width:1px;
	height:1px;
}

div.autosize > div { 
	display: table-cell;
}

.inlineBlock {
	display:inline-block;
}

.button { cursor:pointer; }

.orange { color:#fa5113; }

.iealpha {
	/* THIS FIXES THE ISSUE WHERE TRANSPARENT PNGS ARE MATTED WHEN FADING IN/OUT */
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

/* GLOBAL SITE ELEMENTS */

#tagline {
	position:absolute;
	top:0px;
	left:0px;
	width:235px;
	height:217px;
	background-color:black;
	z-index:103;
}

#navLogo {
	position:relative;
	top:17px;
	display:inline;
}

#topNavArea {
	position:absolute;
	top:0px;
	right:0px;
	width:558px;
	height:84px;
	background-color:black;
	z-index:102;
}

#navHolder {
	display:inline;
}

.navItem, .navItemSelected, .navItemOver {
	position:relative;
	display:inline-block;
	top:0px;
	margin-right:10px;
	text-transform:uppercase;
	font-family: 'BureauEagleBook', sans-serif;
	font-size-adjust: 0.5;
	font-size:10pt;
	text-decoration:none;
	cursor:pointer;
}

.navItemSelected, .navItemOver {
	color:#FF6600;
}

#contentHolder {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:100;
}

#followUs {
	position:absolute;
	left:20px;
	bottom:50px;
	margin-right:5px;
	z-index:104;
}

#fbLogo, #twitterLogo {
	position:relative;
	padding-left:10px;
	top:10px;
}

#footer {
	position:absolute;
	left:0px;
	bottom:-77px;
	width:100%;
	height:100px;
	color:#3e3e3e;
	font-size:8pt;
	z-index:101;
	background:#000000;
}

#footerinner{
	margin:0px 18px 0px 18px;
}

#footerlegal {
    margin-top:7px;
    font-size:9px;
    line-height:10px;
}

#footer a {
	color:#3e3e3e;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color: #666;
}

.clear 
{
	overflow:hidden;
	height: 0px;
	clear: both;
}

