
/* CSS Document */
/* 
Title:   
File:    
Author:  IvyBrick Designs | Frank J. Rauscher, III
Project: 
Version: 
Purpose: 

Modification Log:
DATE        AUTHOR                    	MODIFICATION (severity:major/minor/none)
=======================================================================================

=======================================================================================


*/


/* GLOBALS */

* {
	font-family:Tahoma;
	font-size: 13px;
	color:#cccccc;
}

/* HTML ELEMENTS */
html, body {
	padding:0; 
	height: 100%;   
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #333333;
	
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black; 
	scrollbar-darkshadow-color: #333333;
	
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: black; 
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	

body{
	background-color:#000000;
	margin: 0; 
	position: relative; 
}

iframe {
overflow-x: hidden;
}

a {
	text-decoration: underline;
	color:#999999;
}

a:hover {
	color:#f40202;
}

h1{
	color:#cccccc;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:4px;
}

h2{
	color:#df0101;
	font-size:14px;
	font-weight:normal;
}

#bottomTextItem{
	padding-left:2px;
	line-height:17px;
}

#bottomNewsItem{
	padding-top:4px;
	color:#dddddd;
	font-size:11px;
}


#bottomTextTitle{
	padding-top:4px;
}

#footerCopy {
    float: left;
    width: 818px;
	color:#333333;
	font-size:11px;
	padding-top:4px;
}

#footerLinks {
    float: left;
    width: 618px;
	color:#555555;
	font-size:11px;
	padding-top:2px;
}

#footerPrivacyLinks {
    float: right;
    width: 200px;
	color:#555555;
	font-size:11px;
	padding-top:2px;
	text-align:right;
}


#footerPower {
    float: left;
    width: 618px;
	padding-top:20px;
}

#footerDesign {
    float: left;
    width: 200px;
	color:#333333;
	font-size:11px;
	padding-top:25px;
	text-align:right;
}




.footerLink{
	font-size:11px;
}
a.footerLink{
	color:#555555;
}
a.footerLink:hover{
	color:#cccccc;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


	

