/* Body
==============================================================================*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: small;
    line-height: 1.7em;
    background: white url(../../images/main-bg.gif) top center repeat-x;
    text-align: center;
}

body.home {
	background-color: #791316;
}

div#wrapper {
    width: 760px;
    padding: 0 40px;
    margin: 0 auto;
    text-align: left;
    background: url(../../images/header.png) top center no-repeat;
}

body.home div#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: none;
}

div#slideshow {
    margin: -20px 0 0;
    padding: 0 0 0;
    width: 760px;
}

/* General
==============================================================================*/

a {
	color: #bb1c22;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
input, textarea {
	font-family: Arial, sans-serif;
	font-size: inherit;
}

strong {
	font-weight: normal;
	text-decoration: underline;
}

a img {
	border: none;
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 1.5em;
}
                
h3, h4 {
    margin: 0;
    padding: 0;
	color: #861519;
    /*color: #810b00;*/
    border-bottom: 1px dotted #bbb;
}

h3 {
    height: 24px;
    padding-top: 6px;
}

h3 span {
    color: #a08d8b;
}

h4 {
    height: 23px;
    padding-top: 7px;
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 1.5em 0 0.5em;
}

ul {
	list-style: square;
	margin-left: 0;
	padding-left: 2em;
}

.profile {
	/*text-align: justify;*/
}

.profile ul {
	padding-left: 2em;
}

#error {
	color: #b00;
	background-color: #fee;
	-moz-border-radius: 8px 8px 8px 8px;
	padding: 8px 14px;
}

#message {
	color: #070;
	background-color: #efe;
	-moz-border-radius: 8px 8px 8px 8px;
	padding: 8px 14px;
}

span.required {
	color: red;
}

div.contactOptionLeft {
	float: left;
	width: 360px;
}

div.contactOptionRight {
	float: right;
	width: 360px;
}

/* Header
==============================================================================*/

body.home div#header {
	width: 760px;
    padding: 0 0px;
    margin: 0 auto;
    text-align: left;
    height: 220px;
}

div#header {
	width: 100%;
	height: 260px;
}

div#logo {
    height: 180px;
}

div#search {
	color: #999;
    text-align: right;
    padding-top: 20px;
}

div#search input {
	border: solid 1px #999;
	width: 180px;
}

div#search input.go {
	border: none;
	color: #999;
	background: none;
	cursor: pointer;
	width: 40px;

}

div#mainNav {
    height: 40px;
}

div#header div#mainNav ul {
    margin: 0;
    padding: 0;
    padding-left: 70px;
	list-style: none;
}

div#header div#mainNav ul li {
	float: left;
	height: 40px;
}

div#header div#mainNav ul li a {
	color: white;
    font-size: 17px;
    font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	display: block;
    padding: 9px 20px 0;
    height: 31px;
}

div#header div#mainNav ul li a:hover {
	background: url(../../images/navigation-hover.gif) left bottom repeat-x;
}

/* Main Content
==============================================================================*/

body.home div#content {
	padding: 0;
	margin: 0;
}

body.home div#homepageSlideshow {
	background: black;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	height: 314px;
}

div#content {
    width: 100%;
}

div#content p {
    text-align: justify;
}

/* Page Links
==============================================================================*/

ul.links {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 0;
}

ul.links li {
	display: block;
	margin: 0;
}

ul.links li h5 {
	margin: 0;
	padding: 10px 0 0;
	font-size: inherit;
	border-bottom: 1px dotted #ccc;
}
ul.links li.last h5 {
	border-bottom: none;
}

ul.links li h5 a {
	display: block;
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 4px 0;
	padding-left: 10px;
}

ul.links li h5 a:hover {
	border-left: 4px solid #b00;
	background-color: #fee;
	padding-left: 6px;
}

ul.links li h5 span {
	color: #a08d8b;
	display: block;
	padding-left: 20px;
	padding-bottom: 10px;
}

/*ul.links li a span {
	color: black;
    font-weight: bold;
}

ul.links li a:hover {
    background-color: #ebd7d4;
    color: #6d5c5a;
    padding: 7px 10px;
    border: 1px solid #c9b5b2;
    -moz-border-radius: 7px 7px 7px 7px;
}*/

/* Footer
==============================================================================*/
p.faint {
	margin: 0;
	float: right;
	color: #8a8a8a;
	font-size: 85%;
	text-align: right;
}
p.faint a {
	color: inherit;
}

body.home div#footer,
body.home div.footer {
	width: 760px;
    margin: 0 auto;
    padding: 5px 0 25px;
    text-align: left;
    border-color: #ca4a4d;
	color: white;
}

div#footer {
    margin: 20px 0;
	border-top: dotted 1px #bfbfbf;
	font-size: 85%;
    padding-bottom: 25px;
}

div#footer ul {
	list-style:none;
	float:left;
	display: inline;
	padding:0;
	margin:0;
}

div#footer ul li {
	float:left;
	display: inline;
	margin: 0 15px 0 0px;
}

div#footer ul li span {
	float:none;
	color:#8a8a8a;
	margin:0 5px 0 0;
}

div#footer ul li a {
	color:#8a8a8a;
	text-decoration:none;
}

body.home div#footer ul li a,
body.home div#footer span {
	color: #ca4a4d;
}

div#footer span {
	float:right; 
	color:#8a8a8a;
}

/* Personal Profile Pages
==============================================================================*/

body.personalProfile div#content div.polaroid {
    float: left;
    width: 235px;
    height: 280px;
    margin-top: -6px;
    margin-left: 10px;
    background: url(../../images/polaroid-background.png) top left no-repeat;
}

body.personalProfile div#content div.column1 {
    float: right;
    width: 170px;
    margin-left: 30px;
}

body.personalProfile div#content div.column2 {
    float: right;
    width: 285px;
    margin-left: 15px;
}

body.personalProfile div#content div.column3 {
    float: right;
    width: 230px;
    padding-right: 12px;
}

/* Contact Details
==============================================================================*/

ul.contact {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}

ul.contact li a {
	color: #c41d24;
}

/* Home Page 
==============================================================================*/
a img {
	border: none;
}
body.home div#content {
	
}

body.ourServices div#content div.service {
	height: 128px;
	padding: 20px 0 0;
}

body.ourServices div#content div.service a.image {
	float: left;
	display: block;
	border: 2px solid #ddd;
	padding: 2px;
	background: white;
	height: 120px;
	width: 180px;
}
body.ourServices div#content div.service a.image:hover {
	border-color: #b00;
	border-width: 3px;
	padding: 1px;
}

body.ourServices div#content div.service div.description {
	float: right;
	width: 560px;
}

body.ourServices div#content div.service div.description h3 {
	
}

body.ourServices div#content div.service div.description h3 a {
	color: inherit;
	text-decoration: none;
}

/* Personal Profile Pages
==============================================================================*/

body.services h3 {
	/*padding-left: 338px;*/
}
body.services h3 span {
	font-weight: normal;
}

body.services div#content div.column1 {
    float: left;
    width: 422px;
    margin-right: 30px;
	text-align: justify;
}
body.services a {
	color: #c41d24;
}

body.services div#content div.column2 {
    float: left;
    width: 300px;
    height: 400px;
    padding: 0 0 0 8px;
    margin-top: -25px;
    background: white;
	text-align: justify;
}

body.ourPeople h3 {
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

body.ourPeople div#content div.column1 {
    float: left;
    width: 170px;
    margin-right: 10px;
    padding-top: 40px;
}

body.ourPeople div#content div.column2 {
    float: right;
    width: 170px;
    margin-left: 10px;
    padding-top: 40px;
}

body.ourPeople div#content div.column3 {
    float: left;
    width: 400px;
    padding-top: 30px;
}

body.ourPeople div.column1 ul.links {
	padding-top: 80px;
}
body.ourPeople div.column2 ul.links {
	padding-top: 40px;
}

body.ourPeople div.column1 ul.links li {
	text-align: right;
}


body.ourPeople div.column1 ul.links li h5 a {
	padding-left: 0;
	padding-right: 10px;
}

body.ourPeople div.column1 ul.links li h5 a:hover {
	border-right: 4px solid #b00;
	border-left: none;
	padding-left: 0;
	padding-right: 6px;
}

body.ourPeople div.column1 ul.links li h5 span {
	padding-left: 0;
	padding-right: 20px;
}

body.ourPeople div#meetTheTeam {
	background: url(../../images/our-people.jpg) top left no-repeat;
	width: 400px;
	height: 400px;
}
body.ourPeople div#meetTheTeam div {
	width: 400px;
	height: 400px;
}
body.ourPeople div#meetTheTeam div#highlightBen {
	background: url(../../images/meet-the-team/highlight-ben.jpg) top left no-repeat;
}
body.ourPeople div#meetTheTeam div#highlightHugh {
	background: url(../../images/meet-the-team/highlight-hugh.jpg) top left no-repeat;
}
body.ourPeople div#meetTheTeam div#highlightJane {
	background: url(../../images/meet-the-team/highlight-jane.jpg) top left no-repeat;
}
body.ourPeople div#meetTheTeam div#highlightCatherine {
	background: url(../../images/meet-the-team/highlight-catherine.jpg) top left no-repeat;
}

/* Forms
======================================================================================================================*/

form {
	padding-left: 30px;
}

form table tr td {
	padding: 4px 8px;
	border-bottom: 1px dotted #ddd;
}

form table tr.plain td {
	border-bottom: none;
}

form input, form textarea {
	font-family: Arial, sans-serif;
    font-size: small;
}

/* Our Services
======================================================================================================================*/

.xsmall-service {
	float: left;
	width: 190px;
	text-align: left;	
}

.xsmall-service h2 {
	color: rgb(187, 28, 34);
}

.small-service {
	float: left;
	width: 225px;
	text-align: center;
	margin-right: 40px;	
}

.large-service {
	float: left;
	width: 350px;
	text-align: center;
	margin-right: 60px;
}

.last {
	margin-right: 0;
}

.first {
	clear: left;
}

.small-service a,
.large-service a {
	color: rgb(100, 100, 100);
	text-decoration: none;
	display: block;
}

.xsmall-service h2 {
	margin-top: 0.5em;
	font-size: 125%;
	padding-left: 12px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.xsmall-service h2,
.small-service h2,
.large-service h2 {
	padding-top: 0;
}

.small-service h2 a,
.large-service h2 a {
	display: inline;
}

.xsmall-service img,
.small-service img,
.large-service img {
	border: 2px solid rgb(200, 200, 200);
	padding: 2px;
}

.xsmall-service a:hover img,
.small-service a:hover img,
.large-service a:hover img {
	border-color: #b00;
}

.xsmall-service ul,
.xsmall-service ul li {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.xsmall-service ul li {
	padding-left: 12px;
	padding-right: 8px;
}
.xsmall-service ul li a {
	color: rgb(0, 0, 0);
}

p.breadcrumb {
	color: #8a8a8a;
	font-size: 85%;
	margin: 10px 0;
}
p.breadcrumb a {
	color: inherit;
}
