/*---------- 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-color: #fff;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9b9b9f;
	margin: 0px auto;
	width:100%;
}
h1, h2, h3 {
	font-weight:bold;
	color: #9b9b9f;
	margin: 0;
	text-transform:none;
	padding:0 0 15px 0;
}
h1 {
	font-size:12px;
	text-transform:none;
}
h2 {
	font-size:12px;
	padding:0 0 10px 0;
}
h3 {
	font-size:12px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px;
}
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #9b9b9f;
	text-decoration: none;
}
a:hover {
	color: #33ccff;
	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-color: #fff;
	color: #9b9b9f;
	margin: 0px auto;
	width:100%;
}
#header {
	height:190px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #999999;
}
#header img {
	border:0;
	margin-top:35px;
}
#randomImages {
	width:256px;
	margin-top:70px;
	padding:0;
	float:right;
}
#randomImages img {
	padding: 0 0 0 10px;
	margin:0;
	float:right;
}
#menuwrapper {
	width:600px;
	float:right;
	text-align:right;
	color:#9b9b9f;
	padding-top:15px;
}
#menuwrapper a {
	color:#9b9b9f;
}
#menuwrapper a:hover,
#menuwrapper a.active {
	color:#33ccff;
}
#container {
	text-align:left;
	width:760px;
	margin:0 auto;
}
#content {
	float:right;
	width:460px;
	
}
#content p {
	line-height:1.4;
}
#leftcol {
	float:left;
	width:240px;
	height:410px;
	border-right: 1px solid #999999;
	padding-right:30px;
}
#extra {
	float:right;
	width:500px;
	background:#FF8539;
}
#footer {
	clear:both;
	height:30px;
	width:100%;
	color: #9b9b9f;
	font-size:10px;
	text-align:right;
	border-bottom: 1px solid #999999;
}
#footer p {
	margin:0;
	padding:5px 10px;
}
#footer a {
	color: #9b9b9f;
}
/*------------- 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 #E9CE7D;
	background: #E9CE7D;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}
