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

body {
	margin-top: 64px;
	background-color: #76543A;
	background-image: url(images/bg_brn_txtr1.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

a:link {
	color: #FFF9F3;
}

a:hover {
	color: #9CC
}

a:visited {
	color: #999;	
}

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#header {
	height: 80px;
	padding-left: 18px;
}

#logo {
	float: left;
}

#menu {
	float: right;
	margin-right: 18px;
}

#content {
	clear: both;
	position: relative;
	background-image: url(images/bg_trans_rbar1.png);
	background-repeat: repeat-y;
	z-index: 100;
	min-height: 635px;
	height: auto;
	margin-top: 24px;
	padding-top: 24px;
}

#content_left {
	position: relative;
	float: left;
	width: 550px;
	z-index: 200;
	padding: 12px;
	color: #CCC;
	font-size: 11pt;
	line-height: 16pt;
	padding-left: 22px;
}

#content_left p {
	margin-left: 22px;
	margin-top: 24px;
}

#content_left .heading {
	width: 100%;
	padding-bottom: 11px;
	margin-bottom: 24px;
	margin-top: 6px;
	border-bottom: 1px solid;
	border-color: #003;
}

#content_right {
	position: relative;
	float: left;
	width: 143px;
	z-index: 200;
	padding: 13px 6px 8px 45px;
	color: #CCC;
	font-size: 10pt;
	text-align: right;
}

#content_right .heading {
	width: 100%;
	padding-bottom: 11px;
	margin-top: 8px;
	border-bottom: 1px solid;
	border-color: #003;
	text-align: right;
}

#footer {
	
	margin-top: 24px;
	background-color: #615349;
	height: 34px;
	color: #CCC;
	text-align: center;
	font-size: 10pt;
	padding: 7px;
	margin-bottom: 52px;
	border-top: 1px solid;
	border-color: #403A00;
	
}

#footer p {
	margin: 0px;
	padding: 0px;
}

.left_thumbnail {
	clear: both;
	float: right;
	margin-left: 14px;
	margin-top: 9px;
	border: none;
}

.portfolio_item {
	
	margin-bottom: 18px;
	border-bottom: 1px dashed;
	border-color: #003;
	padding-bottom: 8px;

}

.testimonial {
	
}

.testimonial h4 {
	
	clear: both;
	color: #333;
	font-weight: bold;
	padding-left: 38px;
}

.sm_form_table {

	width: 100%;
	margin-top: 24px;

}
