@charset "utf-8";
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c2c2c;
}
img{
	border:none;
	outline:none;
}
p, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0px;
	padding:0px;
}
h1{
	color:#e8e8e8;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:28px;
	padding:12px 0px;
}
h2{
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#container{
	width:876px;
	margin:0px auto;
}
#leftbg{
	background-image:url(../images/leftbg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#rightbg{
	background-image:url(../images/rightbg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}
#maincontainer{
	margin:0px 13px;
}
#contentwrap{
	clear:both;
	background-color:#f2f8ff;
	padding-bottom:20px;
}
#leftbar{
	width:274px;
	float:left;
}
#leftnav a{
	color:#FFFFFF;
	background-color:#515151;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	height:36px;
	line-height:36px;
	margin-top:6px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:36px;
}
#leftnav a:hover, #leftnav .current{
	background-image:url(../images/navhover.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
#visbox{
	margin-top:10px;
	background-color:#1e4065;
	padding-bottom:20px;
	float:left;
}
#visboxcon{
	background-image:url(../images/leftbot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#98a7b8;
	width:213px;
	margin-left:10px;
	margin-right:11px;
	padding:20px;
	line-height:22px;
}
.emailbtn{
	margin-top:10px;
	text-align:center;
}
#content{
	float:left;
	width:543px;
	padding:20px 0px 0px 33px;
	color:#2c2c2c;
}
#content a{
	color:#2c2c2c;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	padding:10px 0px 5px 0px;
	line-height:22px;
}
#content ul{
	margin:8px 0px;
}
.bullets li{
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:5px 8px;
	padding-left:25px;
	list-style:none;
	line-height:22px;
	margin-left:10px;
}
#footer{
	clear:both;
	height:38px;
	background-color:#1e4065;
	font-size:11px;
	color:#FFFFFF;
	line-height:38px;
	text-align:right;
	padding-right:32px;
}



.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

