﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 01/04/2011
*******************************************************
*/

html, body, div, dl, dt, dd, ul,  h1, h2, h3,  pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }  
table { border-collapse:collapse; border-spacing:0 }  
fieldset, img { border:0 }  

body {
	background: #022b2f url('images/bg.jpg') no-repeat scroll center top;
	font-family: Arial, Helvetica, sans-serif;
}

/* Text and link styling */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #04484e;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-top: -15px;
	margin-bottom: 15px;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

form {
	font-size: 12px;
	margin-bottom:10px;
	padding-bottom:20px;
}

.testimonials {
	font-size: 14px;
}

li {
	font-size: 12px;
}

ul {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 10px;
}

a:link {
	color: #035d65;
	font-weight: bold;	
}

a:visited {
	color: #035d65;
	font-weight: bold;	
}

a:hover {
	color: #067780;
	font-weight: bold;	
}

a:active {
	color: #035d65;
	font-weight: bold;	
}

/* Structural styling */

#container {
	width: 944px;
	background: #e5e5e5 url('images/container.jpg') no-repeat scroll;
	margin: 34px auto 0 auto;
}

#container-end {
	width: 944px;
	height: 30px;
	background: #e5e5e5 url('images/container-end.jpg') no-repeat scroll;
	margin: 0 auto;	
}

#header {
	
}

#logo {
	margin: 25px 0 0 24px;
}

#middle {
	width: 895px;
	margin: 20px auto 0 auto;
	overflow: auto;
}

#left {
	width: 215px;
	float: left;
}

.nav {
	margin-bottom: 5px;
}

#promo-left {
	margin: 15px 0 0 2px;
}

#right {
	margin-left: 17px;
	float: left;
}

.photo {
	background-color: #fff;
	padding: 3px;
	border: 1px #aaa solid;
	margin: 5px 0 5px 10px;
}

#content {
	width: 627px;
	background: #cdcfce url('images/bg-content.jpg') no-repeat;
	padding: 15px;
}

#content-end {
	width: 657px;
	height: 10px;
	background: #cdcfce url('images/content-end.jpg') no-repeat;
}

#footer {
	width: 944px;
	margin: 10px auto 25px auto;
}

#footer p {
	color: #82bcbd;
	font-size: 11px;
	font-weight: bold;
}