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

#lefttel {
	width:500px;
	float:left;
	margin:18px 0 0 0;
	font-size:14px;
	line-height:24px;
}

#righttel {
	width:234px;
	float:right;
	margin:18px 0 0 0;
	font-size:14px;
}

#service-department a {
	color:#2c2c2c;
	text-decoration:underline;
}

#service-department a:hover {
	color:#2c2c2c;
	text-decoration:none;
}

#lefttel a {
	color:#2c2c2c;
	text-decoration:underline;
}

#lefttel a:hover {
	color:#2c2c2c;
	text-decoration:none;
}

#service-department p {
	margin-bottom:15px;
}

#lefttel p {
	margin-bottom:15px;
}

#righttel p {
	margin-bottom:5px;
}

.slide {
	display:none;
	margin-bottom:20px;
}

.col {
	float:left;
	width:250px;
	margin-right:15px;
}

.slide h3 {
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
}

.slide td {
	padding:5px;
}

.slide td a {
	text-decoration:underline;
	color:#2a2a2a;
}

.slide td a:hover {
	text-decoration:none;
	color:#2a2a2a;
}

/* Form style */

#form label{ display: inline-block; height: 26px; line-height: 20px; width:300px; font-size:16px; margin-top:5px; }
#form input, select { margin: 0; padding: 5px; color: #666; background: #c7c7c7;  margin: 2px 0; font-size:16px; width:300px; border:none;}
#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;}
#form input:focus, textarea:focus, select:focus {background-color: #e0dede; color:#333; width:300px;}

#form input.resume { margin: 0; padding: 5px; color: #666; background: #c7c7c7;  margin: 2px 0; font-size:16px; width:185px; border:none;}
#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;}
#form input.browse:hover { background:#e0dede; color:#939598; }

#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;}
#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 h3 { background: url(../images/assets/success.gif) left no-repeat; padding-left:22px; }