
/* Generic Styling */

body {
	font-family:Verdana, sans-serif;
	font-size: 1em;
	color:#333;
  background:#fff url(../images/bg_fade.png) repeat-x scroll 0 0;
	text-align: center;
	}

img {
	border:0;
	}

a {
	color:#555;
	}
a:hover {
	color:#286fb4;
	}

/* Structure */

p {
  -x-system-font:none;
  color:#333;
	font-family:Verdana, sans-serif;
  font-size:1em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.4em;
  padding:0 0 1em;
}

#wrap {
  background:transparent url(../images/bg.png) repeat-y scroll 0 0;
  background-position:center;
}

#main {
  clear:both;
  margin:0 auto;
  width:750px;
  border-color:transparent;
}

#header {
  width: 100%;
	height:78px;
	}

#logo {
	height:78px;
	background:url(../images/header.jpg) no-repeat;
	}

#top_navbar {
  float: left;
	height:30px;
  width:100%;
  background-color: #7b3c2d;
	}

#header_buttons {
  padding: 0px 0px 0px 0px ;
  margin: 0px 0px 0px 0px;	
  width: 100%;
  height:25px;
  color: #4d4d4d;
  background-color: #7b3c2d;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;  
}

ul#header_nav { 
  font: bold 0.70em verdana;
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  float: right;
}

ul#header_nav li {
  display: inline;
  
}

ul#header_nav li a {
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #7b3c2d;
  color: #fff;
  text-decoration: none;
  float: left;
  background-color: #7b3c2d;
}

ul#header_nav li a:hover {
  padding: 5px 15px 5px 15px;
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #e0d27a;
  color: #4d4d4d;
  text-decoration: none;
  float: left;
  background-color: #e0d27a;
}


body#header_button li.header_button {
  background-color: transparent; 
}

#sidebar_wrapper {
  float:left;
  width: 150px;
}

#sidebar {
  float:left;
	width:150px;
  height:550px;
	background: #236c58 url(../images/sidebar.png) no-repeat scroll center left;
	margin:0;
	padding:0;	
}

ul#sidebar_nav {
  text-align: left; 
  font: bold 10px verdana;
  list-style-type: none;
  padding: 20px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  float:left;
	line-height:18px;
}

ul#sidebar_nav li {
  display: block;
}

ul#sidebar_nav li a {
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 0px 0px;
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

ul#sidebar_nav li a:hover {
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  text-decoration: none;
  background-color: #236c58;
}

body#sidebar_button li.sidebar_button {
  background-color: transparent; 
}

ul#sidebar_contact {
  text-align: left; 
  font: bold 0.50em verdana;
  list-style-type: none;
  padding: 20px 0px 10px 5px;
  margin: 0px 0px 0px 0px;
  float:left;
}

ul#sidebar_contact li {
  display: block;
}

#content {
  float: right;
	width:560px;
  padding:10px 20px 10px 20px;
  text-align:left;
	}

#content p {
  font-size:13px; 
}

#content h4 {
  padding:10px 0 10px 0;
}

table.product_map {
  text-align:center;
  width:560px;
  height:500px;
  padding:10px 20px 10px 20px;
	background:#fff url(../images/arrowhead_index.png) no-repeat center;

}

tr.product_map {
  width:560px;
}

td.product_map_data {
  width:25%;
}

td.product_map_data_top {
  width:33%;
}

ul#location_content {
  text-align: center; 
  font: normal 0.9em verdana;
  list-style-type: none;
  padding: 10px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  position: relative;
  color:#666;
}

#location_map {
  padding:20px;
  margin-bottom:70px;
  position:relative;
  float:right;
}

#map {
	height:350px;
  width:500px;
	background:url(../images/arrowhead_map.png) no-repeat;
	}

#services_photos {
  text-align:center;
  padding-top:20px;
}

table.staff {
  padding-top: 20px;
  text-align:center;
  width:100%;
}

td.staff_photo {
  font-size:0.9em;
  padding:10px;
}

/* Footer */

#foot {
  background-color:#7d3b2b;
  height:65px;
  line-height:1.1em;
  margin:0 auto;
  padding:15px 0 0 0;
  width:750px;
 }

#foot p {
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}

#foot a {
	color:#fff;
  text-decoration:none;
	}

#foot a:hover {
	color:#e7d072;
  text-decoration:none;
	}

/* Heading's */

h1#header {
  font-size: 30px;
  color: #286fb4;
  margin: 8px 0px 8px 0px;
}

h1, h2 {
	font-family:Georgia, serif;
  font-size: 30px;
  color: #286fb4;
  margin: 8px 0px 8px 0px;
	}


