/* General */
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.alt {
	display: none;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
}

h1 {
	color: #00807b;
	font-size: 1.8em;
	font-weight: normal;
}

h1 a {
	color: #00807b;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2,h3,h4,h5,h6 {
	color: #00807b;
	font-size: 1.5em;
	font-weight: normal;
}

p {
	font-size: 1.1em;
}

ul {
	list-style-type: none;
}

ul li {
	font-size: 1.1em;
}

dl dt {
	font-size: 1.1em;
}

dl dd {
	font-size: 1.1em;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}

a.external {
	padding: 0 12px 0 0;
	background-image: url("../images/bullets/new_window.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

blockquote {
	margin: 34px 24px 0 12px;
	color: #999;
	font-size: 1.4em;
	line-height: 19px;
}

.clear {
	clear: both;
}

fieldset {
	border: 0;
}

legend {
	margin: 0 0 0 0!important; margin: 0 0 0 -7px; /* Ridiculous IE indent fix */
	padding: 0 0 12px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

input {
	padding: 1px 0 1px 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}

textarea {
	padding: 1px 0 1px 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
}

label {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}

.required {
	color: #ee3b33;
}

/* Layout */
#maincontainer {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	float: left;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* Masthead */
#masthead {
	width: 762px;
	background-image: url("../images/masthead_background.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
}

#mastheadleft {
	float: left;
}

#mastheadright {
	float: right;
	padding: 35px 150px 0 0;
	text-align: right;
}

#mastheadright p {
	font-size: 1.7em;
}

#masthead strong {
	text-transform: uppercase;
}

.contactnumber {
	padding: 0 0 0 34px;
	color: #ee3b33;
	font-size: 1.25em;
	background-image: url("../images/bullets/quote_number_bullet.gif");
	background-repeat: no-repeat;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
	background:url("../images/buttons/navtab_right.gif") no-repeat right top;
	background-color: #007e7a;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li a {
	display: block;
	padding: 6px 11px 7px 11px;
	color: #fff;
	background: url("../images/buttons/navtab_left.gif") no-repeat left top;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul li.active {
	background:url("../images/buttons/navtab_right_active.gif") no-repeat right top;
	background-color: #ff382f;
}

#navigation ul li.active a {
	background:url("../images/buttons/navtab_left_active.gif") no-repeat left top;
}

#navigation ul li.active a:hover {
	color: #fff;
	text-decoration: none;
}

/* Strapline */
#strapline {
	clear: both;
	width: 750px;
	border-bottom: #ebeced 1px solid;
	padding: 16px 0 12px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 740px;
}

#strapline h1 {
	font-size: 1.3em;
}

/* Breadcrumbs */
#breadcrumbs {
	clear: both;
	width: 750px;
	padding: 10px 0 12px 30px;
	background-image: url("../images/breadcrumb_arrow.gif");
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 720px;
}

#breadcrumbs p {
	float: left;
	padding: 0 4px 0 0;
	font-weight: bold;
	color: #009590;
}

#breadcrumbs ul {
	list-style-type: none;
}

#breadcrumbs ul li {
	display: inline;
	text-transform: lowercase;
	color: #000;
}

#breadcrumbs a {
	color: #000;
}

#breadcrumbs a:hover {
	text-decoration: none;
}

/* Newsletter sign-up form */
#mailinglist {
	clear: both;
	width: 750px;
	margin: 30px 0 0 0;
	padding: 25px 0 22px 22px;
	background-color: #f7f7f7;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
}

#mailinglist label {
	float: left;
	margin: 2px 6px 0 0;
}

#mailinglist input {
	float: left;
	margin: 0 6px 0 0;
}

/* Footer */
#footer {
	clear: both;
	width: 750px;
	border-top: #00928d 9px solid;
	padding: 26px 0 40px 0;
	text-align: center;
}

#footer p {
	color: #00928d;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 4px 0 0 0;
}

#footer ul li {
	display: inline;
	color: #999;
}

/* Generic content */
#content {
	clear: both;
	width: 750px;
	border-top: #ebeced 1px solid;
	padding: 18px 0 15px 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 740px;
}

#content h1 {
	margin: 0 0 12px 0;
}

#content h2 {
	padding: 0 0 8px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

#content p {
	padding: 0 0 12px 0;
	font-size: 1.2em;
}

#content ul {
	list-style-type: disc;
}

#content ul li {
	margin: 0 0 2px 12px;
}

#content img {
	float: left;
	padding: 0 14px 14px 0;
}

#content .testimonial {
	clear: both;
	padding: 0 0 18px 0;
}

#content .testimonial img {
	padding: 0 14px 28px 0;
}