@charset "utf-8";
/* CSS Document */

/* RESET STYLES */

* {
	margin: 0;
	padding: 0;
}

/* END RESET STYLES */

body {
	background: #21324E url(/assets/images/bg.gif) top repeat-x;
	margin-top: 15px;
}

.clear {
	clear: both;
	height: 1px;
}

#colCenter {
	float: left;
	width: 500px;
}

#colCenterWide {
	width: 700px;
}

#colLeft {
	border-right: 1px solid #ccc;
	float: left;
	padding-bottom: 60px;
	position: relative;
	width: 192px;
}

#colRight {
	float: left;
	left: 5px;
	padding-top: 14px;
	position: relative;
	width: 228px;
}

.colRightPad {
	padding: 0 34px 0 33px;
}

#contact {
	bottom: 95px;
	left: 15px;
	position: absolute;
}

#container {
	background: url(/assets/images/pageBg.gif);
	margin: 0 auto;
	width: 970px;
}

#cta1 {
	float: left;
	margin-right: 17px;
	width: 240px;
}

#cta2 {
	float: left;
	width: 240px;
}

#end {
	border-top: 5px solid #384760;
	padding: 5px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

#footer {
	background-color: #ededed;
	clear: both;
	width: 960px;
}

#footer1 {
	float: left;
	padding-top: 45px;
	text-align: center;
	width: 192px;
}

#footer2 {
	border-left: 1px solid #ccc;
	float: left;
	padding: 10px 10px 10px 34px;
	width: 723px;
}

#lexcel {
	text-align: center;
	padding-top: 15px;
}

#main {
	float: right;
	padding: 161px 0 20px 34px;
	width: 733px;
}

#page {
	background: url(/assets/images/headerBg.gif) top no-repeat;
	padding: 5px 5px 0 5px;
	position: relative;
	width: 960px;
}

#visual {
	height: 140px;
	left: 232px;
	position: absolute;
	top: 5px;
	width: 700px;
	z-index: 10;
}