/*---------------------------------------------------------
 * fcgltd.com
 *
 * @description About Section CSS
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/

.client_list {
	width: 410px;
	float: left;
	margin-top: 15px;
}

.client_list td {
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0 5px 0;
	font-size: .95em;
}

.client_list td strong{
	color: #94916b;
	font-weight: normal;
}

.client_list.right {
}

.client_list.left {
	border-right: 1px solid #c1bec5;
	margin-right:20px;
}

.side_column .error {
	color: #ff0000;
}

.one_column_torso,
.two_column_torso {
	padding: 0 0 25px 0;
}

.primary_content.about {
	width: 530px;
	padding-right: 45px;
}

.primary_content.services ol, .primary_content.services ul {
	padding: 0 15px 0 15px;
}

.side_column p {
	padding: 0;
	margin: 0;
}

table.contact_container {
	margin: 15px 0 5px 0;
}

.contact_container td.contact_information {
	width: 250px;
	vertical-align: top;
}

.contact_container td.contact_form,
.contact_container td.contact_confirm {
	vertical-align: top;
}

.contact_type {
	font-weight: bold;
	padding-left: 20px;
	line-height: 20px;
}

.contact_type.phone {
	background: transparent url(/sup/images/about/icon_phone.gif) no-repeat left top;	
}
.contact_type.fax {
	background: transparent url(/sup/images/about/icon_fax.gif) no-repeat left top;	
}
.contact_type.mail {
	background: transparent url(/sup/images/about/icon_mail.gif) no-repeat left top;	
}

/* Contact Form */
/*------------------------------------*/

.contact_form_left, .contact_form_right {
	width: 250px;
	float: left;
	padding: 10px 0 0 0;
}

.field_name {
	padding: 10px 0 0 0;
}

fieldset {
	display: block;
	margin-bottom: 16px;
	border: none;
}

.contact_form table {
	clear: both;
	width: 100%;
}

.contact_form input, .contact_form textarea, .contact_form select {
	padding: 2px;
}

.contact_form input {
	width: 230px;
}

.contact_form textarea {
	width: 245px;
}

.contact_form .form_button {
	width: auto;
	margin: 0 15px 5px 0;
	display: block;
	float: right;
}

.contact_form .checkbox {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.contact_container .error {
	color: #9F4923;
}