@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px 0px 20px;
	background: #0079AE url(../images/landingpage/bgslice.gif) repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
	color: #00294c;
}
a {
	color: #008DBF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2EADE6;
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.lgtblueText {
	color: #008DBF;
}
.extramargin {
	margin-top: 20px;
	margin-bottom: 20px;
}
#divHeader {
	height: 52px;
	text-align: center;
	padding-top: 22px;
}
#divWrap {
	background: #DCE9F1 url(../images/landingpage/content-bg.jpg) repeat-x;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	margin-bottom: 25px;
	font-size: .8em;
	line-height: 1.2em;
}
#divCatalyst {
	float: left;
	width: 396px;
	padding-right: 12px;
	padding-left: 16px;
	background: url(../images/landingpage/catalyst-logo.jpg) no-repeat 51px 251px;
}
#divCelebration {
	float: left;
	background: url(../images/landingpage/celebration-logo.jpg) no-repeat 47px 251px;
	width: 396px;
	padding-left: 12px;
	padding-right: 16px;
}
.serviceTxt {
	margin-top: 95px;
}
.line {
	background: #0079AE;
	height: 251px;
	width: 1px;
	float: left;
}
#divGeneral {
	background: #FFFFFF url(../images/landingpage/general-bg.jpg) no-repeat;
	padding: 95px 15px 15px;
	border-bottom: 1px solid #CCE0EA;
	zoom: 1;
}
.map {
	float: left;
}
.contact {
	float: right;
	text-align: right;
}
