* { margin: 0; padding: 0; }

body {
	background: #efefef url('../images/bg.jpg') center 42px no-repeat;
	text-align: center;
	color: #333;
}

body, table, label, input, select, textarea, button {
	font: normal 14px Arial, Helvetica, sans-serif;
}

fieldset { border: none; }
option { padding-right: 6px; }
hr { display: none; }
a { outline: none; text-decoration: none; }
img { border: none; }

.clearer {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	float: left;
	display: block;
}

.top {
	height: 42px;
}

.top,
.bottom {
	width: 100%;
	float: left;
	display: block;
	background: #000;
}

.copyright {
	margin-top: 20px;
	padding: 20px 0;
	font-size: 12px;
	line-height: 16px;
}
.copyright a { color: #666; }
.copyright a:hover { color: #999; }

.container,
.copyright,
ul.mainNavigation {
	width: 900px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
}

ul.mainNavigation li {
	float: left;
	display: inline;
	font-size: 16px;
	line-height: 42px;
}

ul.mainNavigation li.callNow {
	float: right;
	font-size: 24px;
	letter-spacing: -2px;
	color: #666;
}
ul.mainNavigation li.callNow strong {
	color: #fff;
}

ul.mainNavigation li a {
	height: 42px;
	float: left;
	display: inline;
	padding: 0 16px;
	color: #fff;
}

ul.mainNavigation li a:hover {
	background: #222;
}

ul.mainNavigation li a.active,
ul.mainNavigation li a.active:hover {
	color: #000;
	background: #efefef;
}

.header {
	width: 900px;
	height: 287px;
	float: left;
	display: block;
}

h1.logo {
	width: 241px;
	height: 95px;
	float: left;
	display: inline;
	margin: 96px 0;
	text-indent: -9999px;
	background: url('../images/corporatevents.gif') center no-repeat;
}

h1.logo a {
	width: 241px;
	height: 95px;
	float: left;
	display: block;
}

.leftSide {
	width: 500px;
	float: left;
	display: inline;
	padding-bottom: 50px;
}

p.subtitle {
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-top: 16px;
}

.oneTwoThree {
	margin-top: 32px;
}

.oneTwoThree div {
	width: 150px;
	float: left;
	display: inline;
	padding-right: 16px;
	padding-top: 70px;
}

.oneTwoThree div.one { background: url('../images/one.gif') left top no-repeat; }
.oneTwoThree div.two { background: url('../images/two.gif') left top no-repeat; }
.oneTwoThree div.three { background: url('../images/three.gif') left top no-repeat; }

/* FORM */

.formErrorMsg {
	color: #000;
	margin-top: 24px;
	padding: 8px 12px 8px 69px;
	background: #F7E682 url('../images/warning.png') 10px center no-repeat;
}

fieldset.contactForm {
	width: 100%;
	float: left;
	display: block;
	border: none;
	margin-top: 16px;
}

fieldset.contactForm h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000;
}

.contactFormRow {
	width: 100%;
	float: left;
	display: block;
	margin-top: 10px;
}

.contactFormRow.cfrSubmit {
	margin-top: 0;
	text-align: right;
}

.contactFormCellMed {
	width: 245px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

.contactFormCellSmall {
	width: 115px;
	float: left;
	display: inline;
	margin-right: 10px;
	overflow: hidden;
}

.contactFormCellMed.noMargin { margin-right: 0; }

.textLabel {
	float: left;
	display: block;
}

.labelGroup {
	float: left;
	display: inline;
	margin: 10px 12px 0 0;
}

span.requiredField { color: #B23722; }

.selectField,
.textField,
.textareaField {
	float: left;
	display: block;
	margin-top: 4px;
	padding: 7px 6px;
	background: #fff url('../images/bgField.gif') center top repeat-x;
	border-color: #7C7C7C #C3C3C3 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	font-size: 13px;
}

.contactFormCellMed .textField {
	width: 231px;
}

.contactFormCellSmall .textField,
.contactFormCellSmall .selectField {
	width: 101px;
}

.textareaField {
	width: 486px;
	height: 130px;
}

.selectField {
	padding: 6px;
}

.formError .textField,
.formError .textareaField {
	border-color: #B23722;
}

button.btnSubmit {
	width: 111px;
	height: 74px;
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	background: url('../images/btn.gif') left top no-repeat;
}
button.btnSubmit:hover {
	color: #62221B;
	background-position: left bottom;
}

.rightSide {
	width: 325px;
	float: left;
	display: inline;
	margin-left: 50px;
	padding-bottom: 50px;
}

.rightSide h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: -2px;
	margin-top: 24px;
	color: #000;
}

.rightSide h2 span {
	font-size: 48px;
	display: block;
}

.rightSide h3 {
	color: #22adb2;
	font-size: 22px;
	letter-spacing: -1px;
	margin-top: 18px;
}

.rightSide p {
	line-height: 18px;
	margin-top: 4px;
}