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

body{
	background-color:#f7f7f7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9b9b9b;
	line-height:150%;
}
* { 
  margin:0;
  padding:0;
}

h1,h2{ color:#595959;}

a:link { text-decoration:none; font-weight:bold; color:#1d75bc;}
a:visited {text-decoration:none; font-weight:bold; color:#1d75bc;}
a:hover {text-decoration:none; font-weight:bold; color:#CCC;}
a:active {text-decoration:none; font-weight:bold; color:#747474;;}

.container{
	background: white;
	width: 930px;
	height: auto;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

.bottom {  
    position: fixed;  
    bottom: 0px;  
	width:100%;
}  

.threeColumn{
	width:290px; 
	height:395px;
	float:left;
}

.footer{
	padding-right:20px;
	padding-left:20px;
	padding-bottom:5px;
	width: 930px;
	background-color:#111111;
	height:95px;
	margin-left:auto;
	margin-right:auto;
}

.footer_text{
	width:420px; 
	font-size:11px;
	color:#c3c3c3;
	float:left;
	line-height:140%;
	padding-top:7px;
}

.FollowUs{
	width:auto;
	font-size:12px;
	color:#c3c3c3;
	float:right;
	padding-top:13px;
}

img.snOpacity{
	opacity: 0.4;
	filter:alpha(opacity=40); 
	border:none;
}

img.snOpacity:hover{
	opacity: 1.0;
	filter:alpha(opacity=100); 
	border:none;
}

.contents{
	height:700px;
	width:100%;
}

.sideBar{
	 width:240px;
	 height:auto;
	 float:left; 
 }

.info{
	 width:650px;
	 height:auto;
	 float:right; 
 }

.line{
	height:100%;
	width:0px;
	border-right: #9b9b9b 2px solid;
	float:left;
}

.subBanner{
	width:650px;
	height:200px;
	background:black;
}


