/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Nov 2007             */

* {
 margin:0;
 padding:0;
}
html {
 height:100%;
  /*margin-bottom:1px; keeps a vertical scrollbar on all pages */
}
body {
 background: #fff;
 font-size:12px;
 font-family:Helvetica, Verdana, Arial, sans-serif;
 color: #000;
 margin: 0px auto;
 width:700px;
}
h1, h2, h3 {
 font-weight:normal;
 color: #939ba1;
 text-transform:lowercase;
 margin: 0;
 padding:5px 0 15px 0;
 display:inline;
}
h1 {
 font-size:22px;
}
h2 {
 font-size:22px;
}
h3 {
 font-size:16px;
}
ul {
 margin: 0 10px 15px 20px;
}
li {
 margin:0px;
 list-style: disc;
 padding:0 0 5px 5px;
}
p {
 margin: 0 0 15px 0;
 line-height:130%;
}
em {
 color:#e48e25;
 font-style:normal;
 font-weight:bold;
}
a {
 border:none;
 color: #000;
 text-decoration: none;
}
a:active {
 outline: none;
}
a:focus {
 -moz-outline-style: none;
}
hr {
 height:1px;
 background-color: #fff;
 border: 1px solid #fff;
 margin-bottom: 10px;
}
img.Image_left {
 float: left;
 margin: 0px 5px 10px 0px;
}
img.Image_right {
 float: right;
 margin: 0px 0px 10px 5px;
}
img.Image_centre {
 margin: 0 auto 15px auto;
}
body {
 background: #fff;
 width:100%;
 height:100%;
 font-size:11px;
}
#container {
 text-align:left;
 width:784px;
 height:595px;
 margin: 0 auto 5px auto;
 overflow:hidden;
}
#header {
 height:65px;
 margin:0;
 padding-left:10px;
 color: #e58e1a;
}
#header img {
 border:0;
}
/*
#wrapper img {
 width: 785px;
 height:237px;
 overflow: hidden;
}
*/
#menu {
 background:#FFF;
 border:1px solid #939ba1;
 height:20px;
 width:742px;
 padding: 14px 20px 20px 20px;
 text-transform:lowercase;
}
#menu a{
  font-size:14px;
  padding:7px 26px;
}
#bannerSpacer {
  height: 3px;
}
#banner {
 height:230px;
 overflow:hidden;
 margin:5px 0;
}
#banner img {
 height:230px;
 width:784px;
}
#content_home {
 height:50px;
 padding:15px 35px;
 border:1px solid #939ba1;
 overflow:hidden;
 margin:5px 0 5px 0;
}
#home_messagebox {
 height:108px;
 padding:15px 35px;
 border:1px solid #939ba1;
 overflow:auto;
 margin: 0 0 5px 0;
}
#home_no_message {
 height:110px;
 padding:15px 35px;
 overflow:hidden;
 margin: 0 0 5px 0;
}
#content {
 height:195px;
 padding:15px 35px;
 border:1px solid #939ba1;
 overflow:hidden;
 overflow:auto;
 font-size:12px;
}
#content_staff {
 height:218px;
 padding:15px 35px;
 border:1px solid #939ba1;
 overflow: auto;
 margin:5px 0;
}
#staff_docs {
 height:175px;
 padding:15px 35px;
 border:1px solid #939ba1;
 overflow: auto;
}
#content_location {
 height:460px;
 padding:0;
 border:1px solid #939ba1;
 overflow:hidden;
 margin:5px 0;
}
#content_location img {
 height:452px;
}
#footer {
 clear:both;
 width:100%;
 background: #333;
 color: #FFF;
}
#footer p {
 margin:0;
 padding:5px 10px;
}
/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 140px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 3px;
}
input {
	width:143px;
}
.button {
	width:30px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 21px;
        font-weight:bold;
}
/*.sIFR-hasFlash .sf-menu a  {
	visibility: hidden;
	font-size: 8px;
}*/

