#header {
	position: relative;
	top: 0;
	left: 0;
}

#contacts_links {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 1px;
}

#contacts_links li {
	display: inline;
	font-size: 12px;
	line-height: 28.8px;
	padding: 0 10px;
	border-left: 1px #6F6F6F solid;
}

.border_right {
	border-right: 1px #6F6F6F solid;
}

#contacts_links a {
	position: relative;
	left: 0;
	top: 1px;
	text-decoration: none;
	color: #6F6F6F;
}

#contacts_links a:hover {
	color: #000;
}

#contacts_links a.active {
	color: #000;
}

#right_box {
	background: url(../images/contacts_right_box.jpg) top right no-repeat;
	color: #fff;
}

#right_box h3 {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 5px 0 15px;
	line-height: 0.9em;
}

#right_box p {
	font-size: 11px;
	line-height: 1.1em;
	padding: 9px 15px 4px 15px;
}

#right_box p a.link1 {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 15px;
	width: 160px;
	padding: 6px 0 4px 8px;
}

#right_box p a.link2 {
	margin-top: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 14px;
	width: 113px;
	padding: 9px 0 5px 60px;
}

#right_box p a:hover {
	color: #fff;
	text-decoration: underline;
}

h2.adj_padding {
	padding-bottom: 7px;
}

#contact_info {
	margin-top: -10px;
	width: 570px;
	font-size: 11px;
}

#contact_info dl {
	float: left;	
}

#contact_info dt {
	width: 160px;
	line-height: 1.1em;
	font-weight: bold;
}

#contact_info dl#column1, #contact_info dl#column2, #contact_info dl#column3 {
	position: relative;
	top: 0;
}

#contact_info dl#column1 {
	left: 0;
}

#contact_info dl#column2 {
	left: 35px;
}

#contact_info dl#column3 {
	left: 70px;
}

#contact_info dd, #contact_info dd a {
	line-height: 1.1em;
	text-decoration: none;
}

#contact_info dd a:hover {
	text-decoration: underline;
}

#contact_info address {
	font-style: normal;
}

p.clear {
	font-size: 11px;
	line-height: 1.2em;
	padding-top: 1em;
}

#contact_form {
	font-size: 11px;
	padding-top: 10px;
}

#contact_form input {
	border: #C9CACC 1px solid;
	background-color: #fff !important;
	width: 170px;
	background: url(../images/contacts_inputbg_small.jpg) top left repeat-x !important;
}

#contact_form .input_small {
	width: 178px;
	padding-right: 10px;
}

#contact_form .row1 {
	float: left;
}

#contact_form div#form_address {
	clear: left;
	float: left;
	width: 376px;
}

#contact_form textarea {
	border: #C9CACC 1px solid;
	background-color: #fff !important;
	width: 358px;
	height: 58px;
	background: url(../images/contacts_inputbg_large.jpg) top left repeat-x !important;
}

#contact_form .row2_5 {
	float: left;
}

#contact_form div#form_enquiry {
	clear: left;
	float: left;
	width: 376px;
}

#contact_form #send {
	float: left;
	background: url(../images/contacts_send.jpg) left no-repeat !important;
	height: 60px;
	width: 160px;	
	margin-top: 20px;
	border: none;
	font-size: 11px;
}

#contact_form div#send_button {
	background: url(../images/contacts_send_hover.jpg) left no-repeat !important;
}

#contact_form input#send:hover {
	background: url(../images/contacts_send_hover.jpg) left no-repeat !important;
}

.status {
	color: green;
	font-size: 11px;
	padding-top: 12px;
}

.error {
	color: red;
}

.extra_padding {
	padding-bottom: 10px;
}

#contact_form #legal_info {
	clear: both;
}

#contact_form #legal_info input {
	width: 1em;
	height: 1em;
}

/* DIRECTIONS */

div#left_wrapper {
	float: left;
	padding-left: 12px;
	width: 175px;
	font-size: 11px;
}

div#left_wrapper h2.h2hack, div#map_header h2.h2hack {
	padding-left: 0;
}

div#left_wrapper h4 {
	font-weight: bold;
	line-height: 1.2em;
}

div#left_wrapper p {
	line-height: 1.2em;
	padding-bottom: 1.2em;
}

div#left_wrapper p#dash_bottom_border {
	border-bottom: 1px #000 dotted;
}

div#left_wrapper ul {
	margin-left: 14px;
	line-height: 1.2em;
	padding-bottom: 1em;
	list-style-type: disc;
}

div#left_wrapper ul li {
	padding-top: 1.2em;
}

div#map_header {
	float: right;
	margin-right: 9px;
	width: 592px; 
}

div#map_wrapper {
	margin-right: 9px;
	clear: right;
	float: right;
	position: relative;
	top: 0;
	left: 0;
}

div#map_wrapper, div#map_border {
	width: 592px; 
	height: 592px;
}

div#map, div#map_border {
	position: absolute;
}

div#map {
	top: 3px;
	left: 3px;
	width: 586px; 
	height: 586px;
}

div#map_border {
	top: 0;
	left: 0;
	background: url(../images/directions_map_border.jpg) top left no-repeat;
}