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

body{
	background:url(images/bg.jpg) repeat-x #171717;
	color:#CCCCCC;
		font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

h1{
	color:#fff;
	font-style:normal;
	font-weight:lighter;
	font-family:Tahoma, Geneva, sans-serif;
}

h2{
	font-style:normal;
	font-weight:lighter;
	color:#ffffff;
	font-size:16px;
}

a{
	color:#fff;	
}

img, div, background, h1 { behavior: url(images/iepngfix.htc) }

.content p{
	text-align:justify;	
}

.topbar{
	width:855px;
	margin-left:auto;
	margin-right:auto;
}

.social{
	float:right;	
}

#wrapper{
	width:855px;
	margin-left:auto;
	margin-right:auto;
}

#header-wrapper{
	margin-top:30px;
	width:855px;
	height:120px;
}

.content{
	width:855px;
	margin-left:auto;
	margin-right:auto;
}

.logo{
width:318px;
height:117px;
float:left;
}

.message{
height:117px;
float:right;
text-align:justify;
font-size:16px;
width:450px;
margin-top:20px;
}

.red{
	color:#f20000;
}

.feature{
	width:855px;
	height:220px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.column-wrapper{
	width:855px;
	margin-left:auto;
	margin-right:auto;
}

.column{
	width:240px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	border-right:solid 1px #282828;
	text-align:justify;
}

.column-right{
	width:240px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}




/* ---------DROPDOWN MENU STYLES------------ */

.chromestyle{
	width:855px;
	height:80px;
	padding-top:20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 40px;
margin: 0;
text-decoration: none;
font-weight:normal;
font-family: Helvetica, sans-serif;
font-size: 14px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration:underline;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size:14px;
z-index:100;

width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: 180px;
display: block;
padding:5px 40px;
text-decoration: none;
font-weight: normal;
color: white;

text-align:left;
margin:0;
font-size:14px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ccc;
}


.hidden {
 display: none;
}

.puzzle{
	float:right;
	margin-left:10px;
}

#container{
	font-size:14px;	
}
