/* CSS Document */

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/

html,
body {
	background: #fff url(../images/bg.jpg) center top repeat;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	text-align: center; /* For IE < 6 centring */
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

a {
	text-decoration: none;
}

a img {
	border: 0;
}

hr {
	height: 1px;
	margin: 6px 0;
	background-color: #3f7a8a;
	color: #3f7a8a;
	border: 0;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
	outline: 0 none;
}

textarea, input {
	border: 0;
}

.accessibility {
	position: absolute;
	left: 0px;
	top: -999px;
}

/*--------------------------------------------------------------------------------------------
	Structural
  --------------------------------------------------------------------------------------------*/

#ContainerTop {
	background: #000;
	width: 100%;
	height: 59px;
}

#Header {
	width: 935px;
	height: 26px;
	margin: 0 auto;
	padding: 33px 0 0 0;
	text-align: left;
}

#ContainerHolder {
	background: transparent url(../images/bg-main.jpg) center top no-repeat;
	min-height: 816px;
	overflow: hidden;
}

#Container {
	width: 935px;
	margin: 0 auto;
	text-align: left; /* Revert IE < 6 centring */
	position: relative;
}

#Content {
	margin: 87px 0 0 0;
}

#ContentRight,
#ContentLeft {
	float: left;
	width: 410px;
}

#Footer {
	position: absolute;
	width: 902px;
	left: 0;
	top: 534px;
}

/*--------------------------------------------------------------------------------------------
	Navigation
  --------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/

#Header h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#ContentRight h3,
#ContentLeft h3,
#ContentLeft h2 {
	color: #3f7a8a;
	font-size: 26px;
	word-spacing: 3px;
}

#ContentLeft #dataWrapper div.dataHolder h4 {
	float: left;
	margin: 0 4px 0 0;
	line-height: 15px;
	color: #3f7a8a;
	font-weight: bold;
	font-style: italic;
}

/*--------------------------------------------------------------------------------------------
	Layout
  --------------------------------------------------------------------------------------------*/

#ContentLeft {
	margin: 0 83px 0 0;
}

#ContentLeft p.leadin {
	margin: 0 0 20px 0;
	line-height: 15px;
}

#ContentLeft h3 span {
	color: #666;	
}

#ContentLeft #ServiceOptions {
	margin: 0 0 18px 0;
}

#ContentLeft #ServiceOptions tbody tr td {
	vertical-align: top;
}

#ContentLeft #ServiceOptions ul li {
	margin: 7px 0;
}
	
#ContentLeft #ServiceOptions ul li a {
	display: inline-block;
	line-height: 17px;
	color: #5394a6;
	padding: 0 9px;
	cursor: pointer;
}

#ContentLeft #ServiceOptions ul li a.active,
#ContentLeft #ServiceOptions ul li a:hover {
	background: transparent url(../images/bg-link-left.png) left top no-repeat;
	color: #fff;
	padding: 0 0 0 9px;
}

#ContentLeft #ServiceOptions ul li a.active span,
#ContentLeft #ServiceOptions ul li a:hover span {
	background: transparent url(../images/bg-link-right.png) right top no-repeat;
	display: inline-block;
	line-height: 17px;
	padding: 0 9px 0 0;
}

#ContentLeft #dataWrapper div.default {
	display: block;
}

#ContentLeft div.dataHolder {
	display: none;
}

#ContentLeft #dataWrapper div.dataHolder p {
	padding: 0 0 9px 0;
	line-height: 15px;
}

#ContentRight #Images {
	margin: 0 0 16px 0;
}

#ContentRight #Images li {
	float: left;
}

#ContentRight #Images li.first {
	margin: 0 16px 0 0;
}

#ContentRight #Images li img {
	display: block;
	margin: 0 0 6px 0;
}

#ContentRight #Images span {
	color: #bbbaba;
	font-size: 10px;
}

#ContentRight #ContactNames {
	position: absolute;
	right: 126px;
	top: 140px;
	color: #5394a7;
	font-size: 11px;
}

#ContentRight #ContactNames span {
	display: block;
	margin: 0 0 3px 0;
}

#ContentRight p.cLeadin {
	padding: 9px 0 15px 0;
	line-height: 16px;
}

#ContentRight #ContactInfo {
	margin: 0 0 20px 0;
}

#ContentRight #ContactInfo li {
	float: left;
	width: 180px;
	line-height: 15px;
}

#ContentRight #ContactInfo li.first {
	margin: 0 32px 0 0;
}

#ContentRight #ContactInfo li span {
	display: block;
	margin: 0 0 10px 0;
	color: #5394a7;
	font-weight: bold;
}

#ContentRight #ContactInfo li .spacing {
	height: 8px;
	line-height: 8px;
}

/* Contact Form */

#ContactForm {
	color: #5394a7;
	font-size: 11px;
}

#ContactForm fieldset.fieldRadioButton {
	margin: 0 0 10px 0;
}

#ContactForm fieldset.fieldRadioButton div {
	float: left;
	line-height: 17px;
}

#ContactForm fieldset.fieldRadioButton div.headingEmail {
	color: #5394a7;
	font-weight: bold;
}

.radioButtonHolder label {
	display: inline-block;
	margin: 0 6px;
	padding: 0 9px;
	color: #666;
	cursor: pointer;
}

.styledRadio .checked label {
	background: transparent url(../images/bg-link-left.png) left top no-repeat;
	color: #fff;
	padding: 0 0 0 9px;
}

.styledRadio .checked label span {
	background: transparent url(../images/bg-link-right.png) right top no-repeat;
	display: inline-block;
	padding: 0 9px 0 0;
}

#ContactForm fieldset.fieldTextarea,
#ContactForm fieldset.fieldInput {
	float: left;
}

#ContactForm fieldset.fieldInput {
	margin: 0 17px 0 0;
}

#ContactForm fieldset.fieldInput div.phoneHolder,
#ContactForm fieldset.fieldInput div.emailHolder {
	margin: 5px 0 0 0;
}

#ContactForm fieldset.fieldTextarea div label,
#ContactForm fieldset.fieldInput div label {
	display: block;
}

#ContactForm fieldset.fieldInput div div {
	background: transparent url(../images/bg-input.jpg) left top no-repeat;
	width: 192px;
	height: 20px;
	padding: 2px 1px 0 2px;
}

#ContactForm fieldset.fieldInput div div input {
	width: 186px;
	height: 18px;
	padding: 0 6px 1px 2px;
}

#ContactForm fieldset.fieldTextarea div div {
	background: transparent url(../images/bg-textarea.jpg) left top no-repeat;
	width: 192px;
	height: 98px;
	padding: 2px 1px 0 2px;
}

#ContactForm fieldset.fieldTextarea div div textarea {
	width: 186px;
	height: 91px;
	min-width: 186px;
	max-width: 186px;
	min-height: 91px;
	max-height: 91px;
	padding: 3px 6px 3px 3px;
}

#ContactForm fieldset.fieldSubmit {
	margin: 4px 0 0 0;
}

.loading {
	background: transparent url(../images/ajax-loader.gif) center center no-repeat;
}

#ContactForm .loading {
	background-position: left top;
}

#ContactForm .error {
	color: #eb1313;
}

#ContactForm .error div input,
#ContactForm .error div textarea {
	border: 1px solid #eb1313;
}

#ContactForm .submitHolder {
	float: right;
	width: 57px;
}

#FormMessage {
	background: transparent url(../images/bg-stamp.png) right top no-repeat;
	position: absolute;
	right: 0;
	top: 336px;
	width: 124px;
	height: 122px;
	display: none;
}

#ThanksMessgae {	
	float: left;
	width: 340px;
	font-weight: bold;
}