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

/*//////////////////////// Content Divs ///////////////////////////*/
#contentContainer {
	margin-top:30px;
	margin-left:200px;
	text-align:left;
	height:665px;
	float:left;
	z-index:13;
	position:absolute;
	/*border:solid 1px red;*/
}

#form {
	margin-left:30px;
	padding-top:50px;
	width:500px;
}

/*///////////////////////// Form ///////////////////////////////////*/
	label {
		padding-top:30px;
	}
	fieldset {
		width:1px;
	}
	legend {
		top:-1em;
	}
	.br { /* for IE */
		display:none;
	}
	.textfield {
		background:transparent;
		border-bottom:thin #000 solid;
		border-right:thin #000 solid;
		color:#000;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:1em;
		/*font-size-adjust:none;
		font-stretch:normal;*/
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height:20px;
		line-height:normal;
		margin:3px;
		margin-top:-6px;
		padding:3px 8px;
		voice-family:inherit;
		width:300px;
	}
	.textarea {
		/*background:transparent url(../images/form/textarea_bg.gif) no-repeat fixed 0%;*/
		background:transparent;
		border-bottom:thin #000 solid;
		border-right:thin #000 solid;
		color:#000;
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:1.1em;
		/*font-size-adjust:none;
		font-stretch:normal;*/
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height:165px;
		line-height:normal;
		text-align:left;
		margin:3px;
		padding:3pt 8px;
		voice-family:inherit;
		width:400px;
	}
	.submit {
		background:transparent url(../images/nav/sendOver.png) no-repeat;
		height:62px;
		margin:0px 0px 0px -100px;
		width:220px;
		text-indent:-9999px;
	}
	
	.submit:hover {
		background:transparent url(../images/nav/sendAct.png) no-repeat;
	}

/*//////////////////////// Background Divs ///////////////////////////*/

#bgImgLeft {
	background:transparent url(../images/backgrounds/contactFull.jpg) no-repeat;
	width:1024px;
	height:1650px;
	margin:0px;
	/*margin-top:90px;*/
}

#bgImgRight {
	background:transparent url(../images/backgrounds/contactBgRight.png) no-repeat;
	width:465px;
	height:1208px;
}
#footer {
	margin-top:1300px;
}