/* Element Styles */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #543019;
}

img {border: 0; }

h3 {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #0397D6;
	text-transform: uppercase;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: #543019;
}

p {
	margin: 0px 0px 10px 0px;
	line-height: 17px;
}

ul {
	position: relative;
	top: -5px;
	padding: 0px 0px 0px 25px;
}

#content li {
	margin: 0px 0px 2px 0px;
	line-height: 17px;
}

/* link tags */

a:link {
color: #543019;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #543019;
text-decoration: underline;
font-weight: normal;
}

a:visited {
color: #543019;
text-decoration: none;
font-weight: normal;
}


/* Layout Styles */

#container {
	position: relative;
	margin: 0px auto;
	width: 860px;
}

h1 {
	margin: 0px;
	height: 150px;
}
h1 a {
	display: block;
	position: relative;
	top: 25px;
	left: 27px;
	width: 85px;
	height: 89px;
	background: url(backgrounds/logo_bg.gif) no-repeat;
	border: 0px;
}
h1 span { display: none; }

#banner {
	height: 160px;
	background: #C6C7CF url(backgrounds/banner_bg.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
}
#banner div {
	position: relative;
	float: right;
	width: 695px;
	height: 140px;
	border: 10px solid #543019;
	border-right: none;
}
#banner div h2 {
	position: absolute;
	bottom	: 30px;
	left: 0px;
	margin: 0px;
	padding: 0px 100px 0px 30px;
	font-size: 24px;
	font-weight: normal;
	line-height: 27px;
	color: #FFFFFF;
}
body.home #banner { height: 200px; }
body.home #banner div { height: 180px; }

#content { padding: 30px 0px 0px 155px; width: 660px; }

#footer {
	float: right;
	margin: 40px 0px 20px 0px;
	color: #6B6B6B;
}


/* Homepage features */

.feature {
	float: left;
	margin: 0px 20px 40px 0px;
	width: 200px;
}
.feature .featureLink {
	display: block;
	float: right;
	margin: 16px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	color: #543019;
	text-decoration: none;
	text-transform: uppercase;
	background: url(backgrounds/featureLink_bg.gif) no-repeat;
}
.feature .featureLink:hover { text-decoration: underline; }


/* Main Menu */

#menu-main {
	position: absolute;
	top: 45px;
	left: 590px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-main li { display: inline; }
#menu-main a {
	display: block;
	padding: 3px 0px;
	color: #0397D6;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-main a:hover { font-weight: bold; }

body.about #menu-main li.about a,
body.services #menu-main li.services a,
body.promise #menu-main li.promise a,
body.contact #menu-main li.contact a { color: #543019; font-weight: bold; }


/* Header */

#header {
	background-color: transparent;
	margin: 0 0 0 1px;
	padding: 0;
	height: 150px;
	width: 860px;
	}

#headerLogo {
	background: transparent;
	margin: 0;
	padding: 25px 0 0 25px;
	height: 86px;
	width: 89px;
	float: left;
	display: inline;
	}
	
#headerNav {
	background: transparent;
	margin: 0;
	padding: 25px 0 0 238px;
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #543019;
}

#headerNav li { display: inline; }
#headerNav a {
	display: block;
	padding: 3px 0px;
	color: #0397D6;
	text-decoration: none;
	text-transform: uppercase;
}
#headerNav a:hover { font-weight: bold; }

#headerContainer {
	background-color: transparent;
	padding: 0;
	padding: 10px 0 0 0;
	height: 200px;
	width: 860px;
	clear: both;
}

#headerContainerBlue {
	background-color: #d2ecf8;
	margin: 0;
	padding: 0;
	height: 200px;
	width: 151px;
	float: left;
	display: inline;
}

#headerContainerQuote {
	background-color: #c6c7cf;
	margin: 0 0 0 4px;
	padding: 0;
	height: 180px;
	width: 695px;
	float: left;
	display: inline;
	border-top: solid #543019 10px;
	border-left: solid #543019 10px;
	border-bottom: solid #543019 10px;
}

#headerContainerQuote h1 {
	font-family: "Verdana", Arial, Helvetica, Sans-Serif;
	color: #FFF;
	font-size: 26px;
	line-height: 30px;
	text-align:left;
	list-style:none;
	font-weight: normal;
	padding: 65px 0 0 26px;
	}