body{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: "Gill Sans", "Gill Sans MT", Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}
input, select, textarea{
	font-family: "Gill Sans", "Gill Sans MT", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #444444;
}
select{
	padding: 0px;
}
#container{
	border: 2px solid #7a7a7a;
	width: 776px;
	margin: 0px auto;
	background-image: url('/template/contentbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}
#leftcol{
	width: 164px;
	float: left;
}
#rightcol{
	width: 612px;
	float: left;
	padding-bottom: 20px;
}
#header{
	
}
#logo{
	padding-left: 164px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 230px;
	float: left;
}
#logo img{
	padding-left: 15px;
}
#title{
	float: left;
	padding-top: 87px;
	margin-left: 50px;
	border-bottom: 4px solid #efefed;
	width: 335px;
}
#title h1{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #a0a0a0;
	padding-bottom: 3px;
	padding-left: 3px;
	font-weight: normal;
}
#contactinfo{
	float: left;
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
	width: 365px;
}
#contactinfo p{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
#slideshow{
	margin-left: 51px;
	height: 140px;
	width: 725px;
	clear: left;
	background-image: url('/template/slideshowbg.gif');
	background-repeat: no-repeat;
	text-align: right;
}
#nav{
	padding-top: 22px;
	padding-left: 10px;
}
#nav .navitem{
	margin-bottom: 8px;
	height: 14px;
}
#nav a{
	color: #424242;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url('/template/navbg.gif');
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 14px;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial;
}
#nav a:hover, #nav .selected{
	color: #ffffff;
	background-position: 0 -26px;
}
#promo{
	padding: 5px;
	margin-top: 20px;
}
#footer{
	clear: left;
	background-color: #a3a3a3;
	text-align: right;
}

#content{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	clear: left;
}
h1{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #424242;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
}
h2{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #424242;
	padding-bottom: 10px;
}
p{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
a{
	color: #444444;
}
a:hover{
	color: #ffe256;
}
a img{
	border: none;
}

.bluetext{
	color: #003366;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-bottom: 5px;
}

#content .submit_button{
	background-color: #efefef;
	border: 1px solid #a3a3a3;
	padding-left: 2px;
	padding-right: 2px;
}
#content .submit_button:hover{
	cursor: pointer;
}

/* ------------------------------------------------- */
#container .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#container .clearfix {display: block;}
/* End hide from IE-mac */