@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 20px;
	background: #08514d url(../images/catalyst/bgslice.jpg) repeat-x;
	font: 100%/1.2em Arial, Helvetica, sans-serif;
	color: #3a3f4a;
}
a {
	color: #c92535;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c92535;
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
	line-height: 112px;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.redline {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c92535;
}
.redtext {
	color: #c92535;
}
#divHeader {
	height: 52px;
	text-align: center;
	padding-top: 22px;
}
#divWrap {
	background: #DCE9F1;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 25px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: .9em;
}
#divContent {
	background: #eaeaea url(../images/catalyst/content-bg.jpg) no-repeat;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 10px solid #000000;
	padding: 30px 20px 20px;
	zoom: 1;
}
.map {
	float: left;
}
.contact {
	float: right;
	text-align: right;
}
