@charset "utf-8";

#contentheaders {
	color:#fff;
	background:#000;
	
	padding:0px 0px 10px 10px;
}
h1.headline, h2.subheadline {
	letter-spacing:1px;
}
h2.subheadline {
	text-transform:lowercase;
}
h2.contenthead {
	font-weight:bold;
	margin-top:10px;
}

#breadcrumb {
	font-size:0.8em;
	color:#000;
	background-color:#D1D1D1;
	border-bottom:1px solid #999;
    border-top:3px solid #999;

	padding:2px 0px 5px 10px;
}
#breadcrumb a {
    color:#3399CC;
	text-decoration:underline;
}
#breadcrumb a:hover {
    text-decoration:none;
}

#contactusheader {
	width:99%;
	height:216px;
	background: #000 url(../images/contactus.jpg) no-repeat;
	overflow:hidden;
}

div.bodytext {
	width:30em;
	padding:10px 10px 30px;
	
}
div.bodytext a {
	color: #0086CF;
	text-decoration: none;
}
div.bodytext a:hover {
	text-decoration: underline;
}
div.bodytext h2 {
	font-weight:bold;
	margin:10px 0px;
}

label.bullet {
	margin-top:7px;
	margin-bottom: 5px;
	font-weight:bold;
	background-image: url(../images/littletriangle.gif);
	background-position: 5px 7px; 
	background-repeat: no-repeat;
	padding-left: 20px;
	display:block;
}

p.info {
	font-size:0.9em;
	margin-top:5px;
	padding-left:20px;
}

#map {
	border:1px solid #e4e4e4;
	width:15em;
	height:10em;
	float:right;
}



