body, p, td, li {
	font: 13px "Lucida Grande", Arial, sans-serif;
	color: #000;
}

body {
	margin: 0;
}

#body {
	min-width: 901px;
	text-align: center;
	background: url(/images/body_bg.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e76ac;
}

a img {
	border: none;
}

#title {
	width: 921px;
	height: 281px;
	margin: 0 auto 8px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#title span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/images/title.jpg) no-repeat;
}

#wrapper, #footer {
	width: 901px;
	margin: 0 auto;
	text-align: left;
}

#nav {
	height: 43px;
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	background: #a6cbfd;
}

#nav > li {
	float: left;
	margin: 0 8px;
	display: inline;
}

#nav > li > a {
	display: block;
	padding: 13px 8px 14px;
	line-height: 16px;
	color: #367bb1;
	text-transform: lowercase;
	text-decoration: none;
}

#nav > li.current {
	background: url('/images/nav_bg.gif') top right no-repeat;
}

#nav > li.current > a {
	color: #fff;
	background: url('/images/nav_bg.gif') 0 -43px no-repeat;
}

#nav > li:hover, #nav > li.sfhover {
	background: url('/images/nav_bg.gif') top right no-repeat;
}

#nav > li > a:hover, #nav > li:hover > a, #nav > li.sfhover > a {
	background: url('/images/nav_bg.gif') 0 -43px no-repeat;
	color: #fff;
}

#nav ul {
	width: 200px;
	margin: -8px 0 0 1px;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -9999em;
	background: #f7a87d;
	z-index: 2;
}

#nav > li:hover ul, #nav > li.sfhover ul {
	left: auto;
}

#nav ul li {
	float: left;
	width: 200px;
	line-height: 16px;
}

#nav ul a {
	display: block;
	width: 184px;
	padding: 4px 8px;
	color: #fff;
	text-transform: lowercase;
	text-decoration: none;
}

#nav ul a:hover {
	background: #e56d2c;
}

#main {
	margin-bottom: 28px;
	overflow: hidden;
}

#content {
	float: left;
	width: 598px;
}

#sidebar {
	float: right;
	width: 295px;
}

#our_team {
	margin-bottom: 8px;
	padding: 8px;
	background: #a6cbfd;
	position: relative;
	z-index: 1;
}

.team_member {
	margin-bottom: 8px;
	border: 1px solid #fff;
	background: #bddafe;
	overflow: hidden;
}

#kellie_burdett {
	margin: 0;
}

.team_member img {
	float: left;
	width: 86px;
}

.team_member p {
	float: right;
	width: 175px;
	margin: 0;
	padding: 8px;
	color: #2e76ac;
	font-size: 10px;
}

.team_member strong {
	font-size: 12px;
}

.team_member span {
	color: #737373;
	border-bottom: 1px solid #737373;
}

.team_member_details {
	width: 519px;
	padding: 8px;
	background: #000;
	background: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -551px;
	display: none;
}

.team_member_details img {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}

.team_member_details p {
	color: #fff;
}

#enquiry_form {
	margin-bottom: 8px;
	padding: 18px;
	background: #a6cbfd;
}

#enquiry_form h2 {
	margin: 0;
}

#enquiry_form label {
	display: block;
	color: #2e76ac;
	line-height: 1.5em;
}

#enquiry_form input[type="text"], #enquiry_form textarea {
	width: 243px;
	height: 28px;
	padding: 0 8px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #7f7f7f;
}

#enquiry_form textarea {
	height: 75px;
	padding: 8px;
	font: 11px "Lucida Grande", Arial, sans-serif;
}

#enquiry_form #captcha {
	float: left;
	width: 155px;
	margin-right: 18px;
	display: inline;
}

#video_btn {
	width: 295px;
	height: 103px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#video_btn span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('/images/video_btn.jpg') no-repeat;
}

.info_box {
	margin-top: 8px;
	border: 1px solid #a6cbfd;
}

.info_box h2 {
	margin: 0;
	padding: 8px;
	background: #a6cbfd;
	color: #2e76ac;
	font-size: 13px;
}

.info_box p, .info_box ul, .info_box ol {
	margin: 0;
	padding: 8px;
}

.info_box ul, .info_box ol {
	list-style-position: inside;
}

#footer_wrapper {
	background: #e56d2c;
}

#footer {
	padding: 21px 0;
	overflow: hidden;
}

#footer div {
	float: left;
}

#footer p {
	color: #fff;
}

#contact {
	width: 285px;
	height: 122px;
	padding-right: 18px;
}

#hours {
	width: 266px;
	height: 122px;
	padding: 0 18px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#subscribe {
	width: 276px;
	height: 122px;
	padding-left: 18px;
}

#subscribe input[type="text"] {
	float: left;
	width: 124px;
	height: 25px;
	margin: 0 6px 0 0;
	padding: 0 5px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline;
}

#copyright {
	clear: left;
	width: 450px;
	margin-top: 21px;
}

#webhead {
	width: 451px;
	margin-top: 21px;
	text-align: right;
}

#copyright p, #webhead p {
	margin: 0;
	font-size: 11px;
}

#webhead a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a:link
{
	color:#0066FF;
	text-decoration: underline;
}
a:visited
{
	text-decoration: underline;
	color:#0066FF;
}
a:hover
{
	text-decoration: underline;
	color:#0066FF;
}
a:active
{
	text-decoration: underline;
	color:#0066FF;
}
.tbl
{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #a6cbfd;
}
.tbl-2
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #a6cbfd;
	border-right:1px solid #a6cbfd;
}
.th
{
	text-align:left;
	font-family:arial;
	color:#2e76ac;
	font-weight:bolder;
	font-size:12px;
	background-color:#a6cbfd;
	border-left:1px solid #a6cbfd;
	border-right:1px solid #a6cbfd;
	line-height:20px;
	padding-left:3px;
}
.th-2
{
	text-align:left;
	font-family:arial;
	color:#2e76ac;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
	border-bottom:1px solid #a6cbfd;
}
.td
{
	border-left:1px solid #a6cbfd;
	border-right:1px solid #a6cbfd;
	padding:3px;
}
.td-2
{
	border-bottom:1px solid #a6cbfd;
	padding:3px;
}
.td-left
{
	padding:3px;
	border-left:1px solid #a6cbfd;
}
.td-right
{
	padding:3px;
	border-right:1px solid #a6cbfd;
}
.td-left-2
{
	padding:3px;
	text-align:center;
}
.td-right-2
{
	padding:3px;
	text-align:center;
}
.tbl-3
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #a6cbfd;
	border-right:1px solid #a6cbfd;
	border-bottom:1px solid #a6cbfd;
}
.frm-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#2e76ac;
	border:1px solid #a6cbfd;
	background-color:#a6cbfd;
	height:20px;
}
.frm-input
{
	border:1px solid #a6cbfd;
	width:200px;
	height:20px;
}
.frm-textarea
{
	border:1px solid #a6cbfd;
	width:200px;
}
.frm-select
{
	border:1px solid #a6cbfd;
	width:200px;
	height:20px;
}
.side-tbl
{
	padding:5px;
}
.side-th
{
	font-size:12px;
	font-weight:bold;
}
.side-td
{
	font-family:Arial;
	font-size:12px;
}
.side-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#2e76ac;
	border:1px solid #a6cbfd;
	background-color:#a6cbfd;
	height:20px;
}
.side-input
{
	border:1px solid #a6cbfd;
	height:20px;
	width:108px;
}
.side-select
{
	border:1px solid #a6cbfd;
	height:20px;
}
a.side-link:link
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:visited
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:active
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:hover
{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
.paging-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#2e76ac;
	border:1px solid #a6cbfd;
	background-color:#a6cbfd;
	line-height:20px;
	width:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.paging_link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:link
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:active
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:visited
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:hover
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

