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

#col-left {
	float:left;
	width:487px;
}

#col-right {
	float:right;
	width:326px;
	line-height:24px;
}

#address {
	float:left;
	width:179px;
	line-height:24px;
}

#address a {
	color:#0e3371;
	font-weight:700;
	text-decoration:none;
}

#address a:hover {
	color:#0e3371;
	text-decoration:underline;
	font-weight:700;
}

#careers-container {
	float:right;
	width:235px;
	background:#dfdfdf;
	padding:15px;
	line-height:26px;
	font-size:14px;
	margin-top:20px;
}

#careers-container a {
	color:#434242;
	text-decoration:none;
	font-weight:700;
}

#careers-container a:hover {
	color:#434242;
	text-decoration:underline;
	font-weight:700;
}

#contact-form {
	margin-top:20px;
}

#satellite-container {
	margin:30px 0 0 0;
}

#satellite-container p {
	margin-bottom:20px;
	font-size:14px;
	line-height:18px;
}

#satellite-container a {
	color:#434242;
	text-decoration:none;
	font-weight:700;
}

#satellite-container a:hover {
	color:#434242;
	text-decoration:underline;
	font-weight:700;
}

.satellite1 {
	float:left;
	width:200px;
	margin-right:20px;
}

.satellite1 h3 {
	font-weight:700;
	margin-bottom:5px;
}

.satellite2 h3 {
	font-weight:700;
	margin-bottom:5px;
}

.satellite2 {
	float:right;
	width:200px;
}


/* Form style */

#contact-form label{ display: inline-block; height: 26px; line-height: 20px; font-size:16px; margin-top:5px; }
#contact-form input, select { margin: 0; padding: 5px; color: #666; background: #c7c7c7;  margin: 2px 0; font-size:16px; width:300px; border:none;}
#contact-form textarea { margin: 0; padding: 5px; color: #666; background: #c7c7c7; margin: 5px 0; font-size:16px; width:300px; height:150px; font-family: 'Gudea', sans-serif; border:none;}
#contact-form input:focus, textarea:focus, select:focus {background-color: #e0dede; color:#333; width:300px;}

#contact-form input.resume { margin: 0; padding: 5px; color: #666; background: #c7c7c7;  margin: 2px 0; font-size:16px; width:185px; border:none;}
#contact-form input.browse { cursor: pointer; background:#c7c7c7; color:#939598; border:none; padding:4px; font-size:16px; margin-left:10px; width:100px; font-family: 'Gudea', sans-serif; margin-top:32px;}
#contact-form input.browse:hover { background:#e0dede; color:#939598; }

#contact-form input.submit { cursor: pointer; background:#171717; color:#939598; border:none; padding:10px 20px 10px 20px; font-size:16px; width:100px; font-family: 'Gudea', sans-serif; text-transform:uppercase;}
#contact-form input.submit:hover { background:#3e3d3d; color:#FFF; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; font-size:12px; background: #FBE3E4 url(/images/assets/error.gif) no-repeat 10px center; padding: 3px 10px 3px 10px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; }

#succsess_page h1 { background: url(../images/assets/success.gif) left no-repeat; padding-left:22px; }