/*
*    Author: Paul Bennett
*    Date: 16th May 2008
*    Company Name
*
****************************************************************************/

/* GENERIC STYLES
末末末末末末末末末末末末末末末末末末末末末末末末---------------------------*/

body
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #382828;
	background: #FFF;
	font-size: 100%; /* 16px default font size */
	line-height: 1.25em;
}

/*
* Generic
*******************************************************************************/
p, ol, ul, time {
	font-size: 0.875em;
	padding: 0 0 0.75em 0;	
}
li {
	font-size: 1em;
}
a {
	color: #24A5E9;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	position: relative;
	top: 1px;
}
#page_wrapper {
	width: 960px;
	margin: 0 auto;
}
h1 {
	color: #382828;
	font-size: 1.25em;
	position: relative;
	top: 1em;
}
h1 a {
	text-decoration: none;
	width: 90px;
	height: 70px;
	text-indent: -9999em;
	background: url(../img/main_logo.png) no-repeat 0 0;
	display: block;
}
h2 {
	color: #B3B3B3;
	font-size: 0.875em;
	position: absolute;
	left: 100px;
	top: 3em;
	font-weight: normal;
	color: #473a26;
}
h2 strong {
	text-transform: uppercase;
	color: #FF5268;
	padding-right: 1px;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.875em;
}
.more a {
	background: url(../img/more_arrow.png) no-repeat 0 0.125em;
	padding-left: 12px;
}



/*
* Layout
*******************************************************************************/
aside {
	float: left;
	width: 320px;
	margin: 0;
	display: inline;
}
.main_col {
	float: left;
	width: 620px;
	margin-right: 20px;
	display: inline;
}
.main_col ol, .main_col ul {
	padding-left: 6px;
}
.main_col li {
	background: url(../img/tick_icon.png) no-repeat 0 0.5em;
	padding: 0.25em 0 0.25em 20px;
}
.half_col {
	width: 470px;
	float: left;
	margin: 0 20px 0 0;
}
.last_col {
	margin-right: 0;
}


/*
* Header
*******************************************************************************/
header {
	height: 110px;
	overflow: hidden;
	background: url(../img/header_bg.png) no-repeat 770px 0;
	position: relative;
}
header .phone span {
	display: block;
}
header .phone strong {
	display: block;
	font-size: 4em;
	font-weight: 100;
	letter-spacing: -4px;
}
#header_number {
	position: absolute;
	top: 1.5em;
	right: 200px;
	width: 340px;
}
#header_number strong {
	font-size: 3em;
	font-weight: normal;
	display: block;
}



/*
* Navigation
*******************************************************************************/
nav {
	background: #24A5E9 url(../img/nav_grad_bg.png) repeat-x 0 0;;
	position: absolute;
	top: 110px;
	width: 960px;
	padding: 0;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
nav ul {
	padding: 0 0 0 1px;
	background: url(../img/nav_border.png) no-repeat 0 0;
}
nav li {
	float: left;
	display: inline;
	padding: 0 1px 0 0;
	background: url(../img/nav_border.png) no-repeat right top;
	position: relative;
}
nav li a {
	width: auto;
	display: block;
	margin: 0;
	line-height: 1.25em;
	color: #FFF;
	text-align: center;
	padding: 0.75em 40px;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold;
}
nav li a:active, nav li a:visited {
	color: #FFF;
	text-decoration: none;
}
nav li a:hover, nav li a.hover {
	background: #73c5f1 url(../img/nav_hover_bg.png) repeat-x 0 0;;
	text-decoration: none;
	color: #165678;
}
nav ul li ul {
	position: absolute;
	top: 37px;
	background: #73c5f1;
	padding: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	width: 200px;
	display: none;
}
nav ul li.current_page_item a, nav ul li.current_page_parent a {
	background: #73c5f1 url(../img/nav_hover_bg.png) repeat-x 0 0;;
	text-decoration: none;
	color: #165678;
}
nav ul li ul li {
	display: block;
	float: none;
	color: #000;
	background: transparent;
	padding: 0;
	border-bottom: 1px solid #60b3df;
}
nav ul li ul li:last-child, nav ul li ul li.last {
	border: none;
}
nav ul li ul li a, nav ul li ul li a:visited, nav ul li ul li a:active {
	color: #165678;
	text-align: left;
}
nav ul li ul li a:hover {
	background: #abddf8;
}
nav ul li ul li:last-child a:hover, nav ul li ul li.last a:hover {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}



/*
* Main Content
*******************************************************************************/
#main_content {
	position: relative;
	top: 40px;
	margin: 1em 0;
	overflow: hidden;
	background: url(../img/watermark.png) no-repeat center center;
}
#welcome_box {
	background: url(../img/welcome_bg.jpg) no-repeat center bottom;
	border: 1px solid #D7D7D7;
	margin: 0 0 1em 0;
	padding: 8em 0 0 0;
	ext-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#welcome_box #welcome_content {
	padding: 10px;
	background: #FFF;
	-moz-border-radius:  0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
#welcome_box #welcome_content h3 {
	padding: 0 0 0.25em 0;
	color: #382828;
	font-size: 1.25em;
}
#welcome_box #welcome_content p {
	padding: 0;
	line-height: 1.25em;
}
.main_col h3 {
	color: #24A5E9;
	font-size: 1.5em;
	padding: 0 0 1em 0;
	font-weight: 100;
}
.main_col article {
	padding: 1.5em 0;
	border-top: 1px solid #EAEAEA;
	width: 620px;
}
.main_col article:first-child, .main_col article.first {
	padding-top: 0;
	border: none;
}
article header {
	height: auto;
	padding: 0 0 0.75em 0;
	background: transparent;
}
article header time {
	font-size: 0.75em;
}
.main_col article header h3 {
	padding: 0;
}
#testimonials li {
	padding: 0 0 1em 18px;
	line-height: 1.25em;
	background: url(../img/open_quote.png) no-repeat 0 0;
	margin: 1em 0 0 0;
	border-bottom: 1px solid #EAEAEA;
}
#testimonials li blockquote {
	padding: 0 14px 0 0;
	background: url(../img/close_quote.png) no-repeat right bottom;
}
#testimonials li em {
	font-size: 0.875em;
	display: block;
	padding: 0.25em 0 0 0;
}
#testimonials li:last-child, #testimonials li.last {
	border: none;
}
img.size-medium,
img.size-small,
img.size-large,
img.size-thumb {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}



/*
* Sidebar
*******************************************************************************/
.right_box {
	border: 1px solid #D7D7D7;
	margin: 0 0 1em 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background: #FFF;
}
.right_box h4 {
	background: #D7D7D7;
	color: #24a5e9;
	padding: 0.5em 10px;
}
.right_box h4 a {
	color: #24a5e9;
	text-decoration: none;
}
.right_box article {
	padding: 10px 10px 0;
}
#home_testimonials_wrapper {
	width: 188px;
	padding: 10px;
	overflow: hidden;
}
#home_testimonials {
	width: 188px;
	padding: 0;
}
#home_testimonials li {
	width: 170px;
	overflow: hidden;
	font-size: 0.875em;
	padding: 0 0 0 18px;
	line-height: 1.25em;
	background: url(../img/open_quote.png) no-repeat 0 0;
	margin-right: 10px;
}
#home_testimonials li blockquote {
	padding: 0 14px 0 0;
	background: url(../img/close_quote.png) no-repeat right bottom;
}
#home_testimonials li em {
	font-size: 0.875em;
	display: block;
	padding: 0.25em 0 0 0;
}
#home_quotes img {
	position: absolute;
	right: -2px;
	bottom: 0;
}
.right_inner {
	padding: 10px;
}
#area_map {
	width: 318px;
	height: 250px;
}


/*
* Breadcrumbs
*******************************************************************************/
#crumbs {
	padding: 0 0 0.5em 0;
}
#crumbs li {
	display: inline;
	font-size: 0.875em;
	background: url(../img/crumb_arrow.png) no-repeat 0 0.25em;
	padding: 0 10px 0 15px;
}
#crumbs li.home_link {
	padding: 0 10px 0 0;
	background: transparent;
}
#crumbs li a {

}


/*
* Subnav
*******************************************************************************/
#subnav {
	padding: 10px;	
}
#subnav li {
	background: url(../img/more_arrow.png) no-repeat 0 0.25em;
	padding: 0 0 0.25em 10px;
}



/*
* Forms
*******************************************************************************/
label, input[type=text], textarea, input.text {
	display: block;
	width: 400px;
}
label {
	margin: 1em 0 0 0;
}
input[type=text], textarea, input.text {
	padding: 4px;
	border: 1px solid #D7D7D7;	
}
input[type=submit], .submit_btn {
	margin: 1em 0 0 0;
}


/*
* FAQs
*******************************************************************************/
#faq_list li {
	background: url(../img/faq_bg.png) no-repeat 0 0.625em;
	padding: 0.5em 0 0.5em 30px;
	border-top: 1px solid #D7D7D7;
}
#faq_list li a, #faq_list li span {
	display: block;
}
#faq_list li span {
	padding: 0.5em 0 0 0;
}



/*
* Footer
*******************************************************************************/
footer {
	position: relative;
	top: 60px;
	border-top: 1px solid #D7D7D7;
	padding: 1em 0;
	overflow: hidden;
}
footer .last_col {
	text-align: right;
}
footer p, footer li {
	font-size: 0.75em;
	line-height: 1.25em;
}
