/***************************** GENERAL SETTINGS ***********************/

@charset "utf-8";
/* CSS Document */

/* Site specific styling... */

.dir-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/bg_contact_panel.jpg) right top no-repeat #bdc0c2;
	margin-bottom: -43px;
	top: -28px;
}

.dir-faux-frame {
	float: left;
	width: 100%;
	position: relative;
	right: 220px;
	background: url(../images/bg_main.jpg) left -102px repeat-x #FFF;
}

.dir-left-frame {
	float: left;
	left: 220px;
	width: 518px;
	position: relative;
}

.dir-right-frame {
	float: left;
	left: 220px;
	
	width: 220px;
	position: relative;
	
}

.dir-content {
	padding: 30px 45px 0px 23px;
}

h3 + p {
	margin-top: 5px;
}



/* Symbsios Site Specific ONLY */

.sym-directory, .sym-directory li {
	margin: 0px;
	padding: 0px;
}

.sym-directory {
	border-top: 1px dotted #FFF;
	padding-top: 10px !important;
}

.sym-directory li {
	border-bottom: 1px dotted #FFF;
}

.sym-directory h3 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.sym-directory a, .sym-directory a:visited, .sym-directory a:hover {

	text-decoration: none;
}

.sym-directory a:hover {
	text-decoration: underline;
}

.dir-form {
/*	padding: 23px 8px; */
}

.dir-form label, .dir-form input[type="text"], .dir-form textarea, .dir-form select {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 198px;
	border: 1px solid a7a6aa;
	resize: none;
	margin: 0px 0px 10px;
	padding:0px;
}

.dir-form label {
	float: left;
	clear: both;
	overflow: hidden;
	height: auto;
	width: 220px;
}

.dir-form label span.smallprint {
	display: block;
	font-size: 9px !important;
	margin-top: -10px;
}

.dir-form input[type="text"] {
	float: right;
	clear: right;
}

.dir-form .div {
	overflow: hidden;
	width: 450px;

}

.dir-form textarea {
	line-height: normal;
	overflow-y: scroll;
	height: 80px;
	float: right;
	clear: right;
}

.dir-form input.send {
	display: block;

	cursor: pointer;
	float: right;
	clear: right;
}

.dir-form .required {
	font-size: 10px;
	padding-bottom: 7px;
}

/* Now Symbiosis CSS */

.sym-directory, .sym-directory li, .sym-directory h3, .sym-directory p, .sym-directory a, .sym-directory a:visited, .sym-directory a:hover {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

.sym-directory li {
	padding: 0px 0px 11px;
	background: url(../images/line.gif) left bottom repeat-x;
	margin-bottom: 10px;
}

.sym-directory li:last-child {
	background: none;
	padding-bottom: 10px;
}

#goawaybots {
	display: none;
}

.error_msg {
	padding: 5px;
	font-size: 10px;
}

.error_msg, .form_fields_error, .form_fields_text_error, select.form_fields_error  { 
	background: #f49ac1;
	border: solid 1px #a7a6aa;
}
