/*---------- Presentation Stylesheet ------------ */
/*                Brand New Design                */
/*       Created By Ben Stewart - Jun 2008        */

* {
 margin:0;
 padding:0;
}
html {
 height:100%;
 margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
 background: #fff;
 font-family: Garamond, Arial, Helvetica, Verdana;
 font-size:14px;
 width:530px;
 color:#231f20;
}
h1, h2, h3 {
 font-weight:bold;
 color:#231f20;
 margin: 0;
 text-transform: none;
 padding:5px 0 15px 0;
}
h1 {
 font-size:20px;
 text-transform:none;
}
h2 {
 font-size:15px;
 padding:5px 0 10px 0;
}
h3 {
 font-size:12px;
}
ul {
 margin: 0 10px 10px 0;
}
li {
 margin:0px;
 list-style:none;
 padding:0 0 5px 20px;
 background:url(images/Bullet2.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
}
p {
 margin: 0 0 10px 0;
}
a {
 border:none;
 color:231f20;
 text-decoration: underline;
}
a:active {
 outline: none;
}
a:focus {
 -moz-outline-style: none;
}
hr {
 height:1px;
 background-color: #231f20;
 border: 1px solid #231f20;
 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;
}
span.bluetext20 {
 font-size:20px;
 color:#0054a6;
}
span.bluetext24 {
 font-size:24px;
 color:#0054a6;
}
span.bluetext28 {
 font-size:28px;
 color:#0054a6;
}
span.bluetext30 {
 font-size:30px;
 color:#0054a6;
}
span.bluetext36 {
 font-size:36px;
 color:#0054a6;
}
span.redtext30 {
 font-size:30px;
 color:#FF0000;
}
span.redtext36 {
 font-size:36px;
 color:#FF0000;
}
p.redBorder {
 border: 4px solid #ff0000;
 padding: 10px;
}body {
 font-family: Garamond, Arial, Helvetica, Verdana;
 font-size:14px;
 line-height:140%;
 background: #fff url(images/Brand_New_Design_redline.gif) repeat-x;
 width:100%;
 text-align:center;
 margin:0;
 padding:0;
}
#body_wrapper {
 background: url(images/Brand_New_Design_Background.jpg) no-repeat;
 width:100%;
}
.logo {
float:left;
border:0;
margin: 60px 0 0 30px;
}
#container {
 text-align:left;
 width:601px;
 margin:0 auto 0 265px;
 background: url(images/Brand_New_Design_Content_Background.png) repeat-y;
}
#header {
 height:151px;
 font-family: "Myriad Pro", Helvetica, Arial, Verdana;
 margin:0 15px;
 padding: 15px 20px 0px 20px;
 background: #fff;
 color:#231f20;
 line-height:250%;
}
#navigation {
 height:28px;
 margin: 0 5px 0 15px;
}
#content {
 margin:0 15px;
 padding: 15px 20px;
 min-height:300px;
 _height:300px;
}
#footer {
 clear:both;
 margin:0 auto;
 background: #fff url(images/Brand_New_Design_Footer_Background.jpg) no-repeat;
 height:45px;
 color: #FFF;
}
#footer p {
 margin:0;
 padding:25px 15px 0 15px;
 color:#231f20;
 font-size:11px;
 text-align:center;
}
#footer a {
 color:#231f20;
 text-decoration:none;
 font-size:11px;
}
#footer a:hover {
 color:#231f20;
 text-decoration: underline;
 font-size:11px;
}/*------------- 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 #000;
	background: #D4E5F7;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}
