@charset "utf-8";
/* CSS Document */

/*************************
    GLOBAL
*************************/ 

* 
{
    border:0px none;  
    font-family:inherit;  
    font-size: 100%;  
    font-style:inherit;  
    font-weight:inherit;  
    margin:0px;  
    padding:0px;  
    vertical-align:baseline;  
}

img 
{
    border:none;        
}
        
a  
{
    text-decoration:none;
} 

body 
{
    background-image: url("../images/bg_grunge.jpg");
    background-repeat:no-repeat;
    background-position: 50% 0%;
    background-color: #101010;
    text-align:left;
    padding:0px;
    margin-top:0px;  
} 
/*
body 
{
    background-image: url("../images/bg_tile.jpg");
    background-color: #000;
    text-align:left;
    padding:0px;
    margin-top:0px;  
}*/

#top_logos {
	background-color: #0f0f0f;
	padding-top: 5px;
	height: 30px;
	text-align: center;
	color: #666;}


#bodyHeader {
	width: 980px;
	margin:40px auto;
	padding-bottom: 10px;

}

#logo {
	float:left;
	width:250px;
	border-right: 1px dashed #5e5e5e;
}

#tagLine h1 {
	float:left;
	width: 685px;
	color: #fff;
	margin-top: -15px;
	line-height: .9em;
	font-size: 26px;
	padding:20px 0 20px 25px;
	font-family:"Times New Roman",Georgia,Serif;
	
}

#bodyContainer
{
	clear:both;
    width:960px;
	padding: 10px;
	border: 1px solid #2f2f2f;
    margin:0px auto;
	background-color:#191919;	
}

p {
	color: #3b3b3b;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	padding-top: 10px;
}

.clear {
	clear:both;	
}

#galHeader {
	padding: 10px;	
}

#containerLeft {
	float:left;
	width: 550px;
	padding: 10px 20px 10px 10px;
	
}

#containerRight {
	float:left;
	width: 340px;
	padding: 10px;
}

h2 {
	color: #2492d3;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5e5e5e;
}

.hide {
	display:none;
}
#topMisc {
	text-align: right;
	color:#fff;
}

#bodyContent {
    background-color:#FFF;
	padding:10px;	
}

.galWrap {
	float: left;
	padding: 6px 6px 0 6px;
	width:166px;
	height: 211px;
	margin:5px;
}

.galWrap p {
    padding: 0px;
    font: 10px Verdana;
    color: #999;
}

.galImg:hover {
    background-color: #99d6fa;
	border: 1px solid #2492d3;
    color: #FFF;
}

.galImg {
	width: 153px;
	height: 153px;
	display:block;
	padding: 6px;
	background-color:#f5f5f5;
	border: 1px solid #dadada;
}

.galShadow {
	padding: 0px;
    margin: 0px;
    width: 165px;
    height: 12px;
    background-image: url('../images/shadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

#contact {
	display:block;
	background:url('../images/contact.gif') 0 0 no-repeat;
	width:158px;
	height:45px;
	text-indent:-9999px;
	margin-top: 10px;
}

#contact:hover,
#contact.iehover {
	background:url('../images/contact.gif') 0 -45px no-repeat;
}

#footer {
	padding: 10px 0 20px 0;
	width: 980px;
	margin: 0px auto;	
}

#footer p {
	color: #3b3b3b;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a, #footer a:visited {color: #666; font-weight:bold;}
#footer a:hover, #footer a.active {color: #999;}

