body {
	font-family: Arial,Helvetica,sans-serif;
	background: #fff url(images/body_bg.png) repeat-x 0 170px;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* Float clearing for IE7 */
*+html .clearfix {
	min-height: 1%;
}
/* Float clearing for non-IE6/7 browsers */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/* Paragraphs, links, etc. */
p, address, li {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
p, address {
	margin: 0 0 10px 0;
}
#col1 address {
	width: 190px;
}
#col1 div.map {
	width: 150px;
	height: 75px;
	float: right;
	border: 2px solid #999;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#col1 div.map a:hover {
	border-bottom: none;
}
a:hover, a:focus {
	text-decoration: none;
	border-bottom: 1px dotted #705e2c;
}
a:link {
	color: #705e2c;
}
a:visited {
	color: #947d3b;
}
a#title {
	display: block;
	border: none;
}
a.tel {
	text-decoration: none;
	color: #333;
	white-space: nowrap;
}
.overlay a.tel {
	color: #eaeaea;
}

/* Miscellaneous styles */
img {
	border: none;
}
.no_break {
	white-space: nowrap;
}
.no_show {
	margin-left: -99999px;
}

/* Layout */
#header {
	height: 155px;
	background-color: #fff;
	width: 970px;
	padding-top: 15px;
	margin: 0 auto 1px;
	position: relative;
}
#main {
	height: 480px;
	background: url(images/side_bars.png) repeat-y;
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}
#col1 {
	width: 350px;
	height: 425px;
	padding: 15px 15px 10px;
	overflow: auto;
}
#col2 {
	position: absolute;
	width: 570px;
	height: 480px;
	top: 0;
	left: 390px;
	background: url(images/accounts.jpg) no-repeat;
}
#footer {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 11px;
	width: 920px;
	padding: 10px 25px;
	margin: 0 auto;
}

/* Navigation */
ul#main_nav {
	position: absolute;
	bottom: 0;
	list-style: none;
	margin: 0 0 0 410px;
	padding: 0;
}
ul#main_nav li {
	float: left;
	margin: 0;
}
ul#main_nav li a {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 16px;
	color: #333;
	margin-right: 5px;
	padding-left: 10px;
	text-decoration: none;
	border: none;
	float: left; /* Needed for IE6 */
	display: block;
	height: 31px;
}
ul#main_nav li a:hover {
	background: url(images/nav_tab.png) no-repeat;
}
ul#main_nav li a:hover span {
	background: url(images/nav_tab.png) no-repeat right 0;
}
ul#main_nav li a span {
	display: block;
	padding: 5px 10px 0 0;
}
ul#main_nav li.current a, ul#main_nav li.current a:hover {
	background: url(images/nav_tab_current.png) no-repeat;
	font-weight: bold;
}
ul#main_nav li.current a span, ul#main_nav li.current a:hover span {
	background: url(images/nav_tab_current.png) no-repeat right 0;
}

/* Footer */
#footer address {
	font-style: normal;
	margin-bottom: 0;
}

/* Headings */
.main_heading {
	background-color: #090909;
}
.main_heading_inner {
	width: 330px;
	height: 69px;
	padding-right: 50px;
	background: url(images/heading_curl.png) no-repeat right top;
	border-bottom: 1px solid #323367;
	margin-top: -40px;
	float: left;
	position: relative; /* Needed for IE6 */
}
h1 {
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #eaeaea;
	background-color: #947d3b;
	margin: 0;
	padding: 15px;
	height: 39px;
}

/* Lists */
ul.text_list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
ul.text_list_2, ul.text_list_3 {
	list-style: none;
	padding-left: 0;
	margin: 0 0 10px;
	padding: 6px 6px 0;
	background-color: #efefef;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
ul.text_list li {
	background: url(images/pen.gif) no-repeat;
	padding: 0 0 0 22px;
	margin: 0 0 5px 0;
}
ul.text_list_2 li {
	background: url(images/tick.png) no-repeat;
	padding: 0 0 0 22px;
	margin: 0 0 5px 0;
}
ul.text_list_3 li, ul.warnings li {
	background: url(images/marker_arrow_round.png) no-repeat 0 2px;
	padding: 0 0 0 22px;
	margin: 0 0 5px 0;
}
p.overlay {
	position: absolute;
	left: 0;
	bottom: 30px;
	background: url(images/photo_overlay_bg.png) no-repeat;
	font-family: Georgia,Times,'Times New Roman',serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #eaeaea;
	margin: 0;
	width: 200px;
	height: 50px;
	padding: 13px 15px;
}
p.created_by {
	float: right;
}

/* Contact form */
input, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
}
input#btnSendEmail {
	clear: both;
	margin-left: 100px;
	background-color: #ddc684;
	font-weight: bold;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contactUsForm {
	width: 330px;
}
* html #contactUsForm {
	width: 334px;
}
#contactUsForm p {
	clear: both;
}
#contactUsForm label {
	float: left;
	width: 90px;
	clear: both;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
	line-height: normal;
}
* html #contactUsForm label {
	width: 90px;
}
#contactUsForm label.full_width {
	float: none;
	width: 340px;
	text-align: left;
	display: block;
	margin: 0 0 5px 0;
}
input#answer {
	margin-left: 95px;
}
* html input#answer {
	margin-left: 95px;
}
.txtBox {
	background: url(images/text_box.png) no-repeat;
	border: none;
	padding: 2px 5px;
	margin: 0;
	width: 225px;
	height: 16px;
}
span.message {
	display: block;
	float: left;
	background: url(images/textarea.png) no-repeat;
	width: 225px;
	height: 140px;
	padding: 5px;
}
textarea {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	width: 225px;
	height: 140px;
}
.warnings {
	list-style: none;
	padding-left: 0;
	margin: 0 0 10px;
	padding: 6px 6px 0;
	background-color: #ffff00;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}