/* @override 
	http://localhost:8888/css/style.css
	http://www.firstadvisers.co.uk/css/style.css
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	background-color: #D2DDE1;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body, a, td, div, p, h1, h2 {
	
}

img, a img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.col {
	float: left;
}

.row {
	clear: both;
}

.container {
	width: 1000px;
	text-align: left;
	display: inline-block;
	position: relative;
	padding: 0 9px;
	background: transparent url(../images/background.jpg) repeat-y center top;
	margin: 0;
}

h1 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	color: #3d5c88;
	font-size: 28px;
}

h1 a.see_all {
	font-size: 12px;
	padding-left: 10px;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}

p {
	margin: 0;
	padding: 5px 0;
}

.center {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #424242;
}

input.textbox {
	font-size: 12px;
	border: 1px solid #666;
	line-height: 16px;
	height: 16px;
	padding: 2px;
}

textarea {
	font-size: 12px;
	border: 1px solid #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #424242;
	padding: 2px;
}

#content {
	float: left;
	z-index: 2;
	width: 970px;
	position: relative;
	padding: 20px 0 20px 30px;
	overflow: visible;
	background: #fff url(../images/content/background.jpg) repeat-y;
}

#home #content {
	padding: 20px 0 15px 30px;
}

#content #main {
	float: left;
	width: 640px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

#content a.question {
	position: absolute;
	top: 7px;
	left: 455px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
	background: url(../images/icons/info.png) no-repeat;
	padding: 0 0 3px 19px;
}

#content a.question:hover {
	text-decoration: underline;
}

p.page_intro {
	font-weight: bold;
}

h1#site_intro {

	height: 81px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	text-indent: -800px;
	background: url(../images/home/intro.gif) no-repeat;
}

.shadow {
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(/images/shadow_top.png) repeat-x;
	z-index: 2;
}

.shadow.top {
	left: 0;
	top: -5px;
}

.shadow.bottom {
	left: 0;
	bottom: -5px;
	background-image: url(/images/shadow_bottom.png);
}

.shadow.left {
	width: 5px;
	height: 100%;
	left: -5px;
	top: 0px;
	background: url(/images/shadow_left.png) repeat-y;
}

/* @group header */

#header {
	float: left;
	width: 100%;
	position: relative;
	overflow: visible;
	z-index: 3;
}

#header #banner {
	float: left;
	height: 262px;
	background-color: #fff;
	position: relative;
	width: 710px;
}

#header #secondary {
	float: left;
	height: 240px;
	background-color: #eaeaea;
	position: relative;
	width: 266px;
	padding: 22px 6px 0 18px;
}

#header #secondary .heading {
	color: #3d5c88;
	font-size: 16px;
	font-weight: bold;
}

#header #secondary ul {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	list-style-image: url(/images/tick.gif);
	padding: 0 0 0 20px;
	margin: 0;
}

#header #secondary ul li {
	padding: 17px 0 0;
}

/* @group top */

#header #top {
	height: 99px;
	padding-left: 30px;
	position: relative;
}

#header #top .logo {
	display: block;
	float: left;
	padding: 22px 14px 0 0;
}

#header #top #ask {
	display: block;
	float: left;
	padding: 4px 0 0 22px;
}

#header #top #ask:hover {
	opacity: 0.9;
}

#header #top .right {
	display: block;
	float: right;
	width: 239px;
	padding: 15px 29px 0 0;
}

#header #top .right #phone {
	display: block;
	padding-top: 23px;
}

/* @end */

#header ul#nav {
	float: left;
	clear: left;
	width: 970px;
	display: block;
	height: 20px;
	background-color: #3D5C88;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 30px;
	position: relative;
}

ul#nav li, ul#nav li a {
	display: block;
	float: left;
	height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	white-space: nowrap;
	text-indent: -800px;
	overflow: hidden;
}

ul#nav li {
	margin-right: 15px;
}

ul#nav li.right {
	margin-right: 34px;
}

ul#nav li#publications {
	padding-left: 22px;
}

ul#nav li#contact {
	margin-right: 0;
}

ul#nav li a:hover {
	background-position: 0 -15px;
}

ul#nav li#home a{
	width: 36px;
	background-image: url(../images/header/nav/home.jpg);
}

ul#nav li#about a{
	width: 38px;
	background-image: url(../images/header/nav/about.jpg);
}

ul#nav li#financial_planning a{
	width: 118px;
	background-image: url(../images/header/nav/financial_planning.jpg);
}

ul#nav li#corporate_planning a{
	width: 123px;
	background-image: url(../images/header/nav/corporate_planning.jpg);
}

ul#nav li#mortgage a{
	width: 68px;
	background-image: url(../images/header/nav/mortgage.jpg);
}

ul#nav li#commercial_finance a{
	width: 129px;
	background-image: url(../images/header/nav/commercial_finance.jpg);
}

ul#nav li#protection a{
	width: 65px;
	background-image: url(../images/header/nav/protection.jpg);
}

ul#nav li#publications a{
	width: 79px;
	background-image: url(../images/header/nav/publications.jpg);
}

ul#nav li#blogs a{
	width: 26px;
	background-image: url(../images/header/nav/blogs.jpg);
}

ul#nav li#contact a{
	width: 70px;
	background-image: url(../images/header/nav/contact.jpg);
}

#header #share {
	position: absolute;
	top: 394px;
	left: 610px;
	z-index: 10;
	clear: both;
}

/* @group carousel */

#header #banner ul#jcarousel {
	display: block;
	float: left;
	width: 710px;
	height: 262px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #banner ul#jcarousel li {
    display: block;
    height: 262px;
    margin: 0;
    padding: 0;
    width: 710px;
}

#header #banner ul#jcarousel li a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

#header #banner .arrow {
    position: absolute;
    top: 100px;
    display: none;
}

#header #banner .arrow#prev {
    left: 0;
}

#header #banner .arrow#next {
    right: 0;
}

/* @end */

/* @end */

/* @group footer */

#footer {
	clear: both;
	background: transparent url(../images/footer.jpg) no-repeat 0 0;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer .left{
	float: left;
	width: 400px;
	padding-left: 30px;
}

#footer .right{
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 30px;
}

#footer .right span.credit, #footer .right span.credit a{
	font-size: 10px;
	line-height: 18px;
}

#footer .left, #footer .right, #footer .left a, #footer .right a {
	color: #333;
	font-size: 12px;
}

#footer h2#keywords {
	font-size: 1px;
	color: #d2dde1;
}

#footer h2#keywords a {
	font-size: 1px;
	color: #d2dde1;
}

#footer #disclaimer {
	text-align: center;
	font-size: 10px;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 40px;
	color: #333;
}

#footer #disclaimer p {
	padding: 0 0 3px;
}

/* @end */

/* @group right column */

#right {
	float: right;
	width: 284px;
	background: #999 repeat-y left top;
	color: #fff;
}

#right a {
	color: #fff;
	text-decoration: none;
}

#right h3 {
	margin: 0;
	padding: 10px 0 0 13px;
}

#right h3.first {
	padding-top: 0;
}

#right h3, #right h3 a {
	color: #e0e0e0;
}

#right .content {
	font-size: 12px;
	overflow: visible;
}

#right ul.content {
	list-style-type: none;
	padding: 10px 20px 0 30px;
	margin: 0 0 10px;
}

#right ul.content.last {
	margin-bottom: 0px;
}

#right ul.content li {
	margin: 0;
	padding: 0 0 12px;
	list-style-type: none;
}

#right ul.content li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#right ul.content li a:hover {
	color: #fff;
	text-decoration: underline;
}

#right ul.content li.more {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

#right #thought {
	margin-top: 10px;
	font-style: italic;
	font-size: 13px;
	padding-bottom: 10px;
}

#right #thought p {
	padding: 0 20px 0 30px;
}

/* @group stock quotes */

#right ul#stocks {
	display: inline-block;
	padding-right: 0;
	width: 254px;
}

#right ul#stocks li {
	float: left;
	clear: left;
	line-height: 18px;
	padding: 0;
	width: 254px;
}

#right ul#stocks li span.name{
	display: block;
	float: left;
	width: 110px;
	font-weight: bold;
}

#right ul#stocks li span.value{
	display: block;
	float: left;
	width: 65px;
}

#right ul#stocks li span.positive {
	font-weight: bold;
	color: #9ce527;
}

#right ul#stocks li span.negative {
	color: #e50000;
	font-weight: bold;
} 

/* @end */

/* @end */

/* @group home */

#home #content #main {
	min-height: 0;
}

#home #main p {
	color: #666;
	font-size: 13px;
}

/* @end */

/* @group calculators */

/* @group mortgage calculator */

#mortgageCalc {
	position: relative;
}

#mortgageCalc label{
	float: left;
	display: block;
	font-weight: bold;
	line-height: 22px;
	width: 125px;
	margin-bottom: 6px;
	font-size: 12px;
}

#mortgageCalc input.textbox{
	float: left;
	display: block;
	width: 96px;
	margin-bottom: 6px;
	font-weight: bold;
}

#mortgageCalc input.textbox.sterling{
	width: 84px;
	padding-left: 14px;
	background: #fffefe url(../images/calculators/symbol_pound.gif) no-repeat 3px 5px;
}

#mortgageCalc input.textbox.percent{
	text-align: right;
	width: 80px;
	padding-right: 18px;
	background: #fffefe url(../images/calculators/symbol_percent.gif) no-repeat 85px 5px;
}

#mortgageCalc img.submit {
	clear: left;
	float: right;
	display: block;
	margin-right: 33px;
	margin-top: 10px;
}

#mortgageCalc #result .result#repayment{
	top: 60px;
}

#right #mortgageCalc {
	padding-left: 30px;
	padding-top: 10px;
	height: 130px;
}

#right #mortgageCalc #result_popup{
	position: absolute;
	top: 16px;
	background-color: #fff;
	color: #424242;
	width: 200px;
	padding: 10px;
	left: 40px;
}

#right #mortgageCalc #result_popup .result{
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

#right #mortgageCalc #result_popup label{
	float: left;
	width: 120px;
	margin: 0 0 0 15px;
	line-height: 30px;
}

#right #mortgageCalc #result_popup #cancel {
	position: absolute;
	top: -15px;
	right: 0;
}

#right #mortgageCalc #result_popup #cancel a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: #3d5c88;
	font-weight: bold;
	padding: 1px 4px 3px;
}

#right #mortgageCalc #result_popup #cancel a:hover {
	text-decoration: underline;
}

/* @group home */

#home #mortgageCalc #result {
	position: absolute;
	top: 150px;
	left: 18px;
	width: 200px;
	height: 90px;
	z-index: 4;
	background: url(../images/calculators/result_mortgage.png) no-repeat;
	padding-bottom: 40px;
}

#home #mortgageCalc #result .result{
	float: none;
	clear: none;
	width: 60px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	color: #fffeff;
	position: absolute;
	left: 130px;
	font-weight: bold;
}

#home #mortgageCalc #result .result#interest_only{
	top: 36px;
}

#home #mortgageCalc img.submit {
	margin-right: 14px;
}

/* @end */

/* @end */

/* @end */

/* @group content pages */

#main ul#tabs {
	position: relative;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	overflow: visible;
	z-index: 3;
}

#main ul#tabs li {
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;
	display: block;
	height: 30px;
	z-index: 4;
	overflow: visible;
}

#main ul#tabs li a {
	border: none;
	float: left;
	display: block;
	height: 30px;
	width: 112px;
	background: url(../images/content_pages/tab.gif) no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	z-index: 4;
}

#main ul#tabs li.active a {
	background: #949494 url(../images/content_pages/tab_on.gif) no-repeat;
	height: 40px;
}

#main ul#tabs li a:hover {
	background: #949494 url(../images/content_pages/tab_on.gif) no-repeat;
	height: 40px;
}

#main #tabContent {
	clear: both;
	display: inline-block;
	float: none;
	width: 616px;
	min-height: 378px;
	height: auto !important;
	height: 378px;
	padding: 17px 12px 0;
	background: #949494 url(../images/content_pages/tabContent_top.png) no-repeat;
}

#main #tabContent .frame {
	float: left;
	width: 596px;
	min-height: 373px;
	height: auto !important;
	height: 373px;
	background-color: #fff;
	padding: 0 10px 5px;
	position: relative;
	line-height: 1.4;
	font-size: 13px;
}

#main #tabContent .frame p {
	
}

#main #tabContent_bottom {
	float: left;
	clear: both;
	height: 17px;
	background-image: url(../images/content_pages/tabContent_bottom.png);
	width: 640px;
}

/* @end */

/* @group about */

#about .frame .col {
	float: left;
	width: 278px;
	padding-right: 20px;
}

#about .teamMember {
	float: left;
	width: 248px;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 30px;
}

#about .teamMember .teamInfo {
	padding-bottom: 10px;
	text-align: left;
}

#about .teamMember .headshot {
	padding-top: 10px;
}

#about a.teamShow {
	font-size: 11px;
	font-weight: bold;
	color: #3a5781;
	text-decoration: none;
	margin-left: 10px;
	outline: none;
}

/* @end */

/* @group blogs */


#blogs .frame {
	padding: 17px 12px 0;
	width: 616px;
	background: #3d5c88 url(../images/content_pages/tabContent_bottom_blue.png) no-repeat;
}

#blogs .frameBottom {
	height: 17px;
	background-image: url(../images/content_pages/tabContent_top_blue.png);
}

#blogs #blogList{
	display: inline-block;
	width: 576px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #fff;
	padding: 10px 20px;
	position: relative;
}

#blogs #blogList .item{
	margin-bottom: 20px;
}

#blogs #blogList .item a.read_more{
	color: #3d5c88;
	font-weight: bold;
	text-decoration: none;
}

#blogs h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3d5c88;
	margin: 0;
	padding: 0;
}

#blogs h2 a, #blogs h2 a:hover {
	text-decoration: none;
	color: #3d5c88;
}

#blogs p.author{
	color: #5f5f5f;
	padding-top: 2px;
}

/* @group paging */

#blogs .paging {
	position: absolute;
	width: 610px;
	bottom: 0;
	left: 20px;
}

#blogs .paging .jump {
	float: left;
}

#blogs .paging ul.select {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

#blogs .paging ul.select li {
	display: block;
	float: left;
	list-style: none;
	padding: 0 0 0 40px;
	margin: 0;
}

#blogs .paging ul.select li a {
	text-decoration: none;
	font-weight: bold;
	color: #3d5c88;
}

/* @end */

/* @end */

/* @group publications */

#publicationsList {
	float: left;
}

#publicationsList .item {
	float: left;
	width: 200px;
	height: 260px;
	text-align: center;
	margin: 0 50px;
}

#publicationsList .item .image {
	margin-bottom: 5px;
}

#publicationsList .item .title {
	padding-left: 30px;
	white-space: nowrap;
}

#publicationsList .item .title a {
	font-size: 13px;
	text-decoration: none;
	color: #3d5c88;
	font-weight: bold;
}

/* @end */

/* @group contact */

#contact {
	font-size: 13px;
}

#contact #captcha_text {
	width: 120px;
}

#contact .textbox {
	float: left;
	clear: left;
}

#contact textarea {
	width: 250px;
	height: 100px;
	float: left;
	clear: left;
}

#contact label {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 2px;
}

#contact label.error {
	float: left;
	clear: none;
	margin-top: 2px;
	margin-left: 20px;
	color: #3c5a85;
	font-weight: bold;
	white-space: nowrap;
}

#contact #captchaConfirm {
	clear: left;
	position: relative;
	padding-top: 20px;
}

#contact #captcha_image {
	padding-right: 20px;
}

#contact #captchaConfirm label.error {
	position: absolute;
	top: 36px;
	left: 240px;
}

#contact input.submit {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 193px;
}

#contact span.contactType {
	display: block;
	float: left;
	width: 50px;
	padding-left: 20px;
}

/* @end */

p.indent {
	padding-left: 20px;
}

#main #tabContent .frame p.disclaimer {
	color: #666;
	display: block;
	padding: 0;
	position: absolute;
	width: 596px;
	left: 10px;
	bottom: 0;
}
