/*
-----------------------------
RESET
-----------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 62.5%; /* font set to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: Helvetica, Tahoma, San-serif;
}

h1 {
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1.1em;
	margin: 0;
	padding: 132px 265px 0 35px;
	color: #E17751;
}
h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	color: #9B4323;
}
h3 {
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}
h4 {
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
}
p {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}

ul {
	padding-left: 10px;
}
li {
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

td, th {
}

strong, th {
	font-weight: bold;
}
em {
	font-style: normal;
}
table {
	
}
thead {
}
tbody {
	
}
thead, tbody, td {
}
tr {
}
th {
}
th, td {
	padding: 8px 8px 3px 8px;
}
td {
	
}
label {
	display: block;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

a:link, a:visited {
	color: #9B4323;
	text-decoration: none;
}
a:hover {
	color: #E17751;
}
a:active {
	color: #9B4323;
}


/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
	height: 0;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF0000;
	font-weight: bold;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

body {
	background: #131937 url('../images/graphics/bg.png') repeat-x;
}
photo img{
	bottom:50px;
	}
#wrapper {
	background: transparent url('../images/graphics/wrapper_bg.png') repeat-y;
	margin: 0 auto;
	width: 958px;
	border-left: 1px solid #b6bac1;
	border-right: 1px solid #b6bac1;
}
#wrapper_inner {
	background: transparent url('../images/graphics/inner_bg.jpg') no-repeat;
	position: relative;
}
#header {
	height: 165px;
	position: relative;
}
#content {
	padding: 0 35px 10px;
	min-height: 400px;
}
#home #content {
	position: relative;
}
#region #content {
	min-height: 610px;
}
#office #content {
	min-height: 530px;
}
#footer {
	clear: both;
	padding: 0 25px;
}
#left_column {
	width: 210px;
	position: absolute;
	top: 147px;
	right: 34px;
}

/*
-----------------------------
HEADER
-----------------------------
*/

#header a.logo {

}
#region-form {
	position: absolute;
	right: 35px;
	top: 50px;
	display: inline;
}
#region-form span {
	color: #ffffff;
	padding: 0 5px;
	font-size: 12px;
}

/* 
-----------------------------
ENQUIRY FORM
-----------------------------
*/

#enquiry_form {
	width: 200px;
	float: right;
	padding: 0 5px;
}
#home #enquiry_form {
	position: absolute;
	top: -20px;
	right: 34px;
}
#state #enquiry_form {
	position: absolute;
	top: 147px;
	right: 34px;
} 
#enquiry_form h3 {
	margin-top: 0;
	color: #FFF;
}
.enquiry_form_field {
	margin-top: 3px;
}
input.text {
	width: 188px;
	padding: 2px 3px;
}
#enquiry_form input.submit {
	margin-top: 8px;
}

/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/
#paras {
	float: right;
	border-top: 1px solid #FFdE9F;
}
#paras td {
	padding-right: 15px;
}
#paras h3 {
	color: #d5b893;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	margin: 8px 0;
}
#paras div {
	font-size: 11px;
}

.breadcrumbs {
	padding-right: 235px;
}


#office_wrapper {
	width: 658px;
	float: left;
}
#major_cities {
	position: absolute;
	top: 370px;
}
#us_map {
	margin: 0 0 260px 50px;
}

.region img {
	position: relative;
	top: 3px;
	margin-right: 1px;
}

.single_office_inner {
	overflow: hidden;
}
.single_office_inner img, .office img {
	float: right;
	margin: 0 0 2px 8px;
	padding: 3px;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.office {
	border-bottom: 1px solid #ccc;
}
.office h2 {
	margin-top: 0;
}
.office_images {
	overflow: hidden;
}
.office_images img {
	margin-bottom: 8px;
	float: left;
}
.central_column {
	float: right;
	width: 320px;
	margin-left: 10px;
}

.imglink{
	position:relative;
	display:block;
	float:right;
	width:140px;
	text-align: center;
}
.office .imglink img{
	margin:0 auto;
	float: none;
}
.phone-number {
	position: absolute;
	top: 70px;
	right: -2px;
}


#map_canvas {
	width: 320px;
	height: 300px;
	border: 1px dotted #b6bac1;
}
#extra_locations, #extra_offices {
	overflow: hidden;
	width: 195px;
	padding: 8px 8px 0;
	float:left;
}
#extra_locations_table td {
	padding: 0;
}
#extra_locations_table p {
	margin-top: 0;	
}
.search_office {
	padding: 2px 8px;
	font-size: 12px;
}

.page_links {
	text-align: right;
}
.page_link {
	background-color: #fff;
	padding: 2px 4px 1px;
	margin-right: 2px;
	border: 1px solid #24414F;
}
.page_notifier {
	clear: both;
	height: 36px;
}
.page_notifier .current_page_text {
	float: left;
	width: 160px;
	padding-left: 10px;
}
.page_notifier .page_links {
	float: right;
	width: 220px;
	padding-right: 7px;
}
.page_link_selected, .page_link:hover {
	background-color: #17284C;
	color: #fff !important;
}


/*
-----------------------------
FOOTER
-----------------------------
*/

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