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

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #FFF;
	color: #2b2b2b;
	font: .85em Arial, Verdana,Helvetica,Sans-Serif;
	line-height:25px;
	padding: 0 0 20px;
}
a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
	/*background-image:url(../img/link_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-decoration: none;
	padding-bottom:8px;
	height:auto;*/
	
}
a:hover{
	color:#39C;
	text-decoration:underline;
	/*background-image:url(../img/link_hover_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-decoration: none;
	padding-bottom:8px*/
}

ul{
	list-style:outside  square ;
	padding-left:17px;
	}

#header{
	height: 63px;
	overflow: hidden;
	width: 960px;
}
#container{
	background-repeat:repeat-x;
	text-align:center;
	margin-bottom:50px;
}

.nav1{
	font-size: 12px;
	text-align: center;
	width: 960px;
	height:100px;
	padding-top:25px;
	padding-bottom:50px;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
.nav1 li{
	margin: 0 0 0px;
	padding: 0 14px 0px 37px;
	float:left;
	list-style:none;
}
.nav1 li a{
	background:none;
	padding:0px;
	margin:0px;
	color: #ffffff;

}
.nav1 li a:hover{
	height:100px;
	text-decoration: none;
	
}
.nav1 li a:hover span,
.nav1 li.active a span{
	background: #00aeef;
}

#page{
	width: 960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.leftCol{
	width:268px;
	float:left;
	padding-bottom:50px;
}

.centerCol{
	width:377px;
	margin-left:80px;
	float:left;
	text-align:left;
	line-height:20px;
	padding-bottom:50px;
}

.rightCol{
	width:155px;
	margin-left:80px;
	float:left;
	text-align:left;
	line-height:20px;
	padding-bottom:50px;
	text-align:center;
}

.contactBox{
	font-size:11px;
	width:119px;
	background-color:#f8f8f8;
	margin-top:20px;
	text-align:left;
	padding:18px;
}

.rightCol a{
	background:none;
	}
	
.rightCol a:hover{
	background:none;
	color:#09C;
	}

.image_w_border{
	margin-top:40px;
	border:6px solid #dbdbdb;" 
}

.horizontalRuler{
	width:100%;
	height:5px;
	margin-bottom:20px;
}
