/* CSS Resets */

tml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style:inside;
}

ol {
	list-style-type:decimal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Site specific global rules */

.hidetext {
	text-indent:-9999px;
}

.right {
	float:right;
}

.left {
	float:left;
}

/* Typography */

body {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h1 {
	font-size:70%;
	text-align:center;
	color:#666666;
}

h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	color:#21366B;
}

h2 {
	font-size:140%;
}

h2.overlay {
	background:url(../images/title_back.png);
	padding:5px 15px;
	color:#fff;
	float:left;
	position:relative;
	top:80px;
	margin-top:-60px;
}

h3, h4 {
	line-height:140%;
}

p {
	font-size:80%;
	line-height:160%;
	margin-bottom:15px;
}

a {
	color:#21366B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* Layout */

#container {
	width:1000px;
	margin:10px auto 20px;
	overflow:hidden;
}

/* Header */

#header {
	padding:0 20px 8px;
	margin:10px 0 15px;
	overflow:hidden;
}

#logo {
	float:left;
	margin-top:22px;
}

#head_contact {
	/* background:url(../images/head_contact.png) no-repeat; */
	margin-top:20px;
	float:right;
	text-align:right;
	font-weight:normal;
	font-size:130%;
	margin-bottom:0;
}

#head_contact span {
	display:block;
	color:#A8A9AB;
	margin-bottom:5px;
}

/* Navigation */

#navigation {
	background:url(../images/nav_back.png) repeat-x #383838;
	min-height:25px;
	padding-left:15px;
	overflow:hidden;
}

#navigation li {
	float:left;
	list-style:none;
	list-style-position:outside;
}

#navigation li a {
	color:#fff;
	font-size:78%;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding:8px 12px 6px;
	display:block;
}

#navigation li a:hover, #navigation li a:focus {
	color:#ffcc00;
	background-color:#353535;
	outline:none;
}

#navigation li a.drop_hover {
	color:#ffcc00;
	background-color:#353535;
	outline:none;
}

#navigation li ul {
	background:url(../images/dropdown_back.png) repeat-y 0 bottom;
	position:absolute;
	z-index:1;
	margin-left:-4px;
	width:210px;
	padding-bottom:15px;
}

#navigation li ul li {
	display:block;
	float:none;
	line-height:100%;
}

#navigation li ul li a {
	text-transform:capitalize;
	font-size:72%;
	padding:6px 32px 6px 19px
}

#navigation li ul li a:hover, #navigation li ul li a:focus {
	background-color:transparent;
}

li.headlink ul li.first {
	background:url(../images/dropdown_top.png) no-repeat 0 top #fff;
	height:15px;
	margin-bottom:-10px;
}

/* Content */

#content_container {
	width:960px;
	padding:20px;
	overflow:hidden;
}

#main_content {
	width:666px;
	float:left;
}

img.right.content_image {
	padding:0 0 10px 20px;
}

img.left.content_image {
	padding:0 20px 10px 0;
}

#main_content ul {
	font-size:80%;
	margin-left:10px;
	margin-bottom:15px;
}

#main_content ul li {
	margin-bottom:10px;
}


/* News */

#main_content .news_preview {
	border-bottom:1px solid #21366B;
	margin-bottom:15px;
	clear:both;
}

.pagination form {
	float:left;
}

.pagination label {
	font-size:80%;
}

.pagination ul {
	float:left;
	list-style:none;
	margin-top:3px;
}

.pagination li {
	float:left;
	margin:0;
}

.pagination li a {
	padding:1px 4px;
}

.pagination li a:hover {
	background:#21366B;
	color:#fff;
	text-decoration:none;
}

.pagination li a.active {
	background:#21366B;
	color:#fff;
}

/* Sidebar */

#sidebar {
	width:278px;
	float:right;
	background:url(../images/staff.jpg) no-repeat;
	padding-top:104px;
}

#contact_hfs {
	margin-top:-1px;
	border:1px solid #ccc;
	color:#21366B;
	background:url(../images/side_back.png) no-repeat bottom right;
}

#contact_hfs h2 {
	font-size:100%;
	background:url(../images/heading_back.png) repeat-x #008125;
	color:#fff;
	padding:10px;
	margin-bottom:0;
}

#contact_hfs p, #contact_hfs ol {
	font-size:75%;
}

#contact_hfs a {
	text-decoration:underline;
}

#contact_hfs a:hover {
	text-decoration:none;
}

#contact_hfs #contact_content {
	padding:10px;
}

#contact_hfs ol {
	list-style-type:none;
	margin:5px 0;
}

#contact_hfs ol li {
	line-height:140%;
	min-height:30px;
	padding:5px 0px 5px 40px;
}

#contact_hfs ol li.item_1 {
	background:url(../images/ol-1.png) no-repeat left 8px;
}

#contact_hfs ol li.item_2 {
	background:url(../images/ol-2.png) no-repeat left 8px;
}

#contact_hfs ol li.item_3 {
	background:url(../images/ol-3.png) no-repeat left 8px;
}

#contact_hfs form {
	margin-top:10px;
}

#contact_hfs input, #contact_hfs textarea {
	width:180px;
	border:1px solid #21366B;
	padding:5px;
	margin-bottom:5px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#21366B;
}

#contact_hfs input:focus, #contact_hfs textarea:focus {
	border:1px solid #336CED;
}

#contact_hfs input.submit {
	background:url(../images/submit_button.png) no-repeat;
	width:88px;
	height:25px;
	border:none;
	margin-top:5px;
	text-indent:-9999px;
	text-transform:capitalize; /* IE 7 fix for text-indent */
	cursor:pointer;
}

#contact_hfs input.submit:hover, #contact_hfs input.submit:focus {
	background-position:0 -25px;
}

/* Footer */

#footer {
	text-align:center;
}

#footer p.regulated {
	background:url(../images/nav_back.png) repeat-x #383838;
	color:#fff;
	padding:3px 0 0;
	min-height:25px;
}

#footer p.copyright {
	font-size:70%;
	margin-bottom:0;
}

#footer p.copyright a {
	color:#000;
}

/* Page specific things */

/* News Ticker */

#ticker-area {
	border:1px solid #21366B;
	border-left:none;
	border-right:none;
	padding:8px 5px;
	list-style:none;
	font-size:75%;
	margin-bottom:20px;
	height:13px;
}

#ticker-area a {
	color:#000;
}

#ticker-area a:hover {
	text-decoration:none;
}

span.latest_headline {
	color:#21366B;
	font-weight:bold;
}

span.read_more {
	color:#21366B;
}

/* Home page services boxes */

.services_box {
	float:left;
	color:#fff;
	min-height:155px;
	margin-bottom:10px;
}

.services_box h2 {
	color:#fff;
}

.services_box a {
	color:#fff;
}

.services_box a:hover {
	text-decoration:underline;
}

.inner_box {
	padding:15px;
	width:298px;
}

#accountants.services_box {
	background:url(../images/accountants_back.jpg) no-repeat bottom #01CC00;
	margin-right:10px;
}

#accountants.services_box .inner_box {
	background:url(../images/accountants_top.jpg) no-repeat top;
}

#insurance.services_box {
	background:url(../images/insurance_back.jpg) no-repeat bottom #FD9A00;
}

#insurance.services_box .inner_box {
	background:url(../images/insurance_top.jpg) no-repeat top;
}

#financial.services_box {
	background:url(../images/financial_back.jpg) no-repeat bottom #396FFB;
	margin-right:10px;
	margin-bottom:20px;
}

#financial.services_box .inner_box {
	background:url(../images/financial_top.jpg) no-repeat top;
}

#mortgages.services_box {
	background:url(../images/mortgages_back.jpg) no-repeat bottom #000071;
	margin-bottom:20px;
}

#mortgages.services_box .inner_box {
	background:url(../images/mortgages_top.jpg) no-repeat top;
}