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

html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #056865 url(/images/global/body-background.gif) repeat-x top;
	height: 100%;
	min-height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
}
.landingPage001 #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	background: url(/images/contact-us/workers-compensation/landing-page-001.png) no-repeat top;
	width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 768px;
	margin: 0;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.landingPage001 #mainContent {
	position: absolute;
	top: 0;
	left: 240px;
	width: 660px;
	padding: 0;
}
.landingPage001 #bottomContent {
	padding: 45px 0 0 0;
}
.landingPage001 #mainContent h1 {
	margin: 12px 15px 21px 30px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #FFF 1px 1px;
	letter-spacing: 1px;
	color: #000;
}
.landingPage001 #mainContent h2 {
	padding: 0;
	font-weight: bold;
}
.landingPage001 #mainContent h2.top {
	font-size: 18px;
	margin: 0 15px 0 45px;
	text-shadow: #FFF 1px 1px;
	color: #000;
}
.landingPage001 #mainContent h2.call {
	margin: 0 15px 0 45px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000 1px 1px;
	letter-spacing: 1.5px;
	color: #C2A16F;
}
.landingPage001 #mainContent h2.bottom {
	font-size: 18px;
	margin: 0 15px 0 0;
	text-shadow: #000 1px 1px;
	color: #FFF;
}
.landingPage001 #mainContent p {
	font-size: 12px;
	padding: 0;
}
.landingPage001 #mainContent p.intro {
	font-weight: bold;
	font-style: italic;
	margin: 9px 15px 9px 45px;
	line-height: 18px;
	color: #056865;
}
.landingPage001 #mainContent p.top {
	margin: 0 15px 9px 45px;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.landingPage001 #mainContent p.instructions {
	margin: 0 15px 9px 30px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	color: #D6C4AA;
}
.landingPage001 #mainContent p.bottom {
	margin: 12px 15px 9px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #D6C4AA;
}
.landingPage001 #mainContent ul, ol {
	margin: 0;
	padding: 15px 30px 15px 45px;
	line-height: 18px;
}
.landingPage001 #mainContent ul ul {
	margin: 0;
	padding: 0 30px 9px 30px;
	line-height: 18px;
}
.landingPage001 #mainContent #footer {
	background: url(/images/global/footer-border.gif) no-repeat top left;
	margin: 60px 30px;
	padding: 15px 30px;
}
.landingPage001 #mainContent #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #033332;
	margin: 0;
	padding: 0;
}
.landingPage001 #mainContent #footer a:link, .landingPage001 #mainContent #footer a:visited {
	text-decoration: none;
	color: #033332;	
}
.landingPage001 #mainContent #footer a:hover, .landingPage001 #mainContent #footer a:active {
	text-decoration: none;
	color: #FFFFFF;	
}
a:link, a:visited {
	color: #D6C4AA;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a.confirmation:link, a.confirmation:visited {
	color: #000;
	text-decoration: underline;
}
a.confirmation:hover, a.confirmation:active {
	color: #000;
	text-decoration: underline;
}
.navButton {
	height: 36px;
	margin: 0;
	padding: 0;
}
.navButtonBottom {
	height: 37px;
	margin: 0;
	padding: 0;
}
.summaryContent {
	height: 240px;
	overflow: hidden;
}
/* /////////////// WEB REGISTRATION FORM /////////////// */

.landingPage001 #mainContent #contactForm {
	width: 180px;
	margin: 0 30px 0 24px;
	padding: 0;
}

.landingPage001 #mainContent #contactForm form {
	margin: 0;
	padding: 0;
}

.landingPage001 #mainContent #contactForm fieldset {
	border: #033332 1px solid;
}
.landingPage001 #mainContent #contactForm legend {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #033332;
}
.landingPage001 #mainContent #contactForm label {
	font-size: 12px;
	font-weight: normal;
	color: #D6C4AA;
}
.landingPage001 #mainContent #contactForm input {
	width: 150px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.landingPage001 #mainContent #contactForm input.button {
	width: 165px;
}
.landingPage001 #mainContent #contactForm select {
	width: 154px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.landingPage001 #mainContent #contactForm textarea {
	width: 150px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.selectField, .textArea, .textField {
	padding: 0 0 9px 6px;
}
.submitField {
	padding: 0 0 9px 6px;
}

/* /////////////// END WEB REGISTRATION FORM /////////////// */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}

/* /////////////// COLORBOX /////////////// */

p.colorbox {
	color: #000;
	font-size: 18px;
	line-height: 27px;
}

