@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
	background-color: #cccccc;
}

h1, h2, h3, h4 {
	color: #47a4cc;
}

h2 {
	margin-bottom: 7px;
	font-size: 21px;
}

h3 {
	margin: 20px 0 6px 0;
	font-size: 16px;
}

h3.first {
	margin-top: 0;
}

p {
	margin: 0;
	padding: 0 0 9px 0;
}

a {
	color: #db7f2d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0 none;
}

ul {
	margin: 0 0 1.5em 1.2em;
	list-style-position: outside;
}

label {
	display: block;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input.text {
	width: 250px;
}

textarea {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	margin: 0 auto;
	width: 820px;
	text-align: left;
}

#header {
	position: relative;
	width: 820px;
	height: 140px;
	background: url(images/bg_header.jpg) no-repeat;
}

#menu {
	position: absolute;
	left: 187px;
	top: 86px;
	height: 28px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	margin-right: 5px;
	height: 28px;
}

#menu li a {
	display: block;
	float: left;
	padding-left: 9px;
	height: 28px;
	line-height: 28px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background: url(images/tab_left.jpg) no-repeat;
}

#menu a span {
	display: inline-block;
	padding-right: 10px;
	background: url(images/tab_right.jpg) top right no-repeat;
	cursor: pointer;
}

#menu a:hover,
#menu .selected {
	background: url(images/tab_left_active.jpg) no-repeat;
	text-decoration: none;
}

#menu a:hover span,
#menu .selected span {
	background: url(images/tab_right_active.jpg) top right no-repeat;
}

#main {
	width: 820px;
	background: url(images/bg_main.jpg) repeat-y;
}

#main .content {
	padding: 10px 0 15px;
}

.one_column {
	padding-left: 185px;
	width: 450px;
}

.two_column {
	width: 635px;
}

.two_column_right {
	float: left;
	padding-left: 185px;
	width: 450px;
}

.three_column {
	width: 810px;
}

.left_column {
	float: left;
	width: 158px;
}

.center_column {
	float: left;
	padding-left: 24px;
	border-left: solid 2px #db7f2d;
	width: 450px;
}

.center_column_no_rule {
	float: left;
	padding-left: 26px;
	border-left: 0 none;
	width: 450px;
}

.right_column {
	float: left;
	margin-left: 20px;
	width: 100px;
}

.left_column ul {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
}

.left_column li {
	padding: 10px 5px 6px 42px;
}

.left_column.services li {
	padding: 10px 5px 10px 42px;
}

.left_column li.selected {
	background: url(images/sidebar_bullet.jpg) no-repeat;
}

.left_column a {
	color: #47a4cc;
}

.left_column li.selected a {
	color: #db7f2d;
}

.right_column img {
	float: left;
	margin: 0 0 10px 0;
}

.right_column a {
	float: left;
}

#map {
	margin: 10px 0 20px 0;
	width: 450px;
	height: 200px;
}

#footer {
	padding-top: 10px;
	width: 820px;
	height: 50px;
	text-align: center;
	background: url(images/bg_footer.jpg) no-repeat;
}

.front_page_image {
	display: block;
	margin: 0 0 10px 28px;
	border: 0 none;
	padding: 0;
}

.portrait {
	width: 150px;
	height: 200px;
	float: left;
	margin: 3px 20px 10px 0;
}

.inline {
	margin-top: 23px;
}

.link_list li {
	margin-bottom: 7px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}