/* CONTACT
----------------------------------------------- */

#left-content #contact {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Contact-Details.gif);
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#contact {
	background-color: #281c12;
	padding-top: 35px;
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 13px;
	color: #CCC;
}
#contact address {
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 18px;
	font-style: italic;
	color: #CCC;
}
#contact strong {
	color: #FFF;
}
#contact p {
	padding-left: 30px;
	padding-right: 30px;	
}
#contact #hdr-contact-details {
	text-indent: -9999px;
	background-image: url(../media/Hdr-Contact-Details.gif);
	background-repeat: no-repeat;
	height: 73px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#google-map {
	height: 300px;
	margin-top: 10px;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */


#formFields input, select, textarea{
	font-size: 16px;
	background-color: #FFF;
}
#formFields input:focus, select:focus, textarea:focus{
	font-size: 16px;
}
#formFields .instruct{
	position:absolute;
	left:108%;
	z-index:1000;
	width:48%;
	color:#FFF;
	font-weight: bold;
	margin: 0px;
	font-size: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 42px;
	background-image: url(../media/Bgd-Instruct.png);
	background-repeat: no-repeat;
	top: 0px;
	text-align: center;
	height: 42px;
	padding-top: 0px;
}
#left-content #formFields {
	margin-bottom: 15px;
	width: 100%;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 0px;
	padding: 0px;
}

#formFields label{
	font-weight: bold;
}

#formFields ul{
	list-style-type:none;
	width:100%;
	font-size:100%;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#formFields li{
	position:relative;
	width:57%;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #48555f;
	background-image: none;
	line-height: 30px;
	color: #FFF;
}
#formFields li img{
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ----- INSTRUCTIONS ----- */

#formFields li.focused{
	background-color: #999;
}
#form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

#form li, .buttons{display: inline-block;}
* html #form li, * html .buttons{height: 1%;}
#form li, .buttons{display: block;}

* html form li div{
	display:inline-block;
}
#form li div, #formFields li span{
	color:#FFF;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-bottom: 8px;
	list-style-type: none;
}
#form li div.left .medium, #form li div.right .medium{
	width:100%;
}

#form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:12px;
	line-height:9px;
	color:#444;
	display:block;
}
.button{
	clear:both;
	margin-top:0px;
}
.large-button {
	margin-right: 5px;
	font-size: 200%;
	margin-left: 40px;
	margin-top: -20px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	border:none;
	color:#FFFFFF;
	display:block;
	font-size:120%;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
input.text, input.file, textarea.textarea, select.select{
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
input.text, textarea.textarea, .firefox select.select{
	font-family: Georgia, "Times New Roman", Times, serif;
}
input.text, input.file{
	padding:3px;
	color: #666;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
textarea.textarea{
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}

input.small, select.small{
	width:25%;
}
input.medium{
	width:98%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select.medium{
	width:100%;
}
textarea.medium{
	width: 100%;
	height: 100px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.large, select.large, textarea.textarea{
	width:98%;
}


/* ----- ERRORS ----- */

#errorLi{
	width:99%;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
#errorMsgLbl{
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
#errorMsg{
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
#errorMsg strong{
	background-color: #FFCC00;
	padding:2px 3px;
	color:red;
}
form li.error{
	background-color: #04b7e1 !important;
	margin:3px 0;
}
form li.error label{
	color:#FFF !important;
}
form p.error{
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:0 0 5px 0;
	clear:both;
}

/* ----- REQUIRED ----- */

form .req{
	float:none;
	color:red;
	font-weight:bold;
}
form .instruct small{
	font-size:105%;
}
#formFields li.focused .instruct, #formFields li:hover .instruct{
	visibility:visible;
}

