/*Padding and margin reset*/
	html, body, p, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, address, table, tr, td, th, form, fieldset, img{
		margin: 0;
		padding: 0;
		font-size: 1em;
		list-style: none;
		font-style: normal;
		font-weight: normal;
		border: 0;
	}

	a{
		text-decoration: none;
		color: #f58220;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	.clearer{
		height: 1px;
		font-size: 1px;
		clear: both;
	}
	
	abbr{
		border: none;
	}
	
/*Channel One Financial Services*/
/*Page backgrounds*/
body{
	background: #c6d8eb url(images/bg_top_bar.gif) repeat-x top;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #053872;
}

#wrapper{
	width: 1027px;
	margin: 0 auto;
	background: #fff url(images/bg_content_r.gif);
}

#wrapper .inner{
	background: url(images/bg_content_t.jpg) no-repeat top;
}

#wrapper .inner .inner{
	background: url(images/bg_content_b.gif) no-repeat bottom;
	padding: 26px 38px 61px 39px;
}

/*Navigation*/
#nav{
	background: #156bce url(images/bg_nav.jpg) no-repeat top;
	padding: 8px 0 4px 22px;
	font-size: 15px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
 	position: relative;
}

#nav li, #subnav li{
	float: left;
	position: relative;
}

/*For Dropdowns*/
#nav li ul{
	position: absolute;
	left: -999em;
}

#nav li:hover ul{
	left: 0;
	top: 30px;
	background: #dae9f7;
	background: rgba(220,232,245,.95);
	width: 200px;
	z-index: 100;
}

#nav li ul li{
	float: none;
}

#nav li ul a,
#nav li.active ul a{
	color: #053872;
	padding: 5px 14px;
	float: none !important;
	border-bottom: 1px solid #fff;
	background: none;
}

#nav li ul a:hover{
	background: #EDF4FB;
	text-decoration: none;
}

/*End dropdowns*/

#nav a, #nav span
{
	display: block;
	float: left;
	cursor: pointer;
}

#nav a, #subnav a{
	color: #fff;
}

#nav span{
	padding: 8px 13px;
	min-height: 17px;
}

#nav .active a{
	background: url(images/bg_nav_active_l.gif) no-repeat left;
}

#nav .active a span{
	background: url(images/bg_nav_active_r.gif) no-repeat right;
}

/*Subnav*/
#subnav{
	background: #DBE9F9;
	padding: 5px 0 5px 22px;
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: center;
}

#subnav a{
	padding: 0 12px;
	color: #247CD8;
}

#subnav .active a{
	color: #000;
}

/*Branding area*/
#branding{
	min-height: 225px;
	position: relative;
}

#branding h1 a{
	background: url(images/c1fs.gif) no-repeat center;
	display: block;
	text-indent: -999em;
	height: 225px;
	width: 463px;
}

#branding #postit{
	background: url(images/post_it_last_review.jpg) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
	height: 225px;
	width: 447px;
	text-indent: -999em;
}

/*Banner*/
#banner{
	color: #0750a4;
	background: #c6d8eb;
	padding: 23px 64px;
}

#banner h1{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

#banner h1 strong{
	font-weight: inherit;
	color: #f58220;
}

#banner h2{
	font-weight: bold;
	margin-bottom: 1em;
}

h4{
	font-weight: bold;
}

/*Main content area*/
#content{
	padding: 45px 51px 45px 64px;
	color: #053872;
	overflow: hidden;
	
}

#content .one{
	width: 390px;
	float: left;
}

#content .two{
	width: 373px;
	float: right;
}

#content p{
	margin-bottom: 12px;
}

#content h2{
	color: #f58220;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

#content h3{
	font-weight: bold;
	margin-bottom: 1em;
}

/*boxes*/
#boxes{
	padding: 0 0 0 58px;
	height: 220px;
}

#boxes ul li{
	display: inline;
}

#boxes ul li a{
	display: inline;
	width: 197px;
	height: 198px;
	float: left;
	text-indent: -999em;
	margin-right: 15px;
	position: relative;
}

#boxes ul li a:hover, #boxes ul li a:focus{
	top: -3px;
}

#boxes ul li a:active{
	top: 2px;
}

#boxes ul li.pensions a{
	background: url(images/subnav_1.jpg);
}

#boxes ul li.investments a{
	background: url(images/subnav_2.jpg);
}

#boxes ul li.life a{
	background: url(images/subnav_3.jpg);
}

#boxes ul li.mortgages a{
	background: url(images/subnav_4.jpg);
}

/*Legal block*/
#legal{
	background: #c6d8eb;
	padding: 24px 67px 12px;
}

#legal p{
	font-size: 9px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #0750a4;
	margin-bottom: 1em;
}

#legal h3{
	font-size: 18px;
	color: #f68822;
	margin-bottom: 6px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

/*Rotating banner*/
#rotate{
	clear: both;
	padding: 28px;
	position: relative;
	height: 182px;
	margin-left: 60px;
}


/*Footer*/
#footer{
	padding: 20px 67px 12px;
	background: #0750a4;
	font-size: 10px;
	font-family: Arial, Helvetica sans-serif;
}

#footer a strong{
	color: #fff;
	font-weight: normal;
}

/*Phone box*/
.phone{
	background: #fff url(images/bg_phone_white_t.gif) no-repeat top;
	width: 246px;
	margin-top: 19px;
	color: #0750a4;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.phone div{
	background: url(images/bg_phone_white_b.gif) no-repeat bottom;
	padding: 9px 15px;
}

.phone h3{
	font-weight: bold;
	font-size: 18px;
}

#content .phone h3{
	margin-bottom: 0;
}

.switch-on h3{
	font-size: 16px;
}

.phone h3 strong{
	color: #f58220;
	display: block;
	font-size: 30px;
}

#wrapper .phone p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 0;
}

#banner .phone{
	background-image: url(images/bg_phone_blue_t.gif);
}

#banner .phone div{
	background-image: url(images/bg_phone_blue_b.gif);
}

#banner form .phone{
	background-image: url(images/bg_phone_orange_t.gif);
	width: 242px;
}

#banner form .phone div{
	background-image: url(images/bg_phone_orange_b.gif);
	padding-left: 12px;
	padding-right: 12px;
}

/*Styles for specific pages*/
/*Homepage*/
body.home #banner{
	padding: 0 49px 0 23px;
}

body.home #banner .one{
	background: url(images/bg_home_girl.jpg) no-repeat top left;
	padding: 80px 0 0 196px;
	margin-top: -58px;
	margin-bottom: -1px;
	width: 400px;
	min-height: 121px;
	float: left;
}

body.home #banner .two{
	float: right;	
}

/*About page*/
body.about #banner{
	padding: 0;
}

body.about #banner .one{
	padding: 23px 64px 0;
}

body.about #banner p{
	margin-bottom: 1em;
}

/*About us - faces*/
body.about #banner ul{
	background: url(images/faces.jpg) top;
	height: 208px;
}

body.about #banner ul li{
	display: inline;
}

body.about #banner ul li a{
	display: block;
	float: left;
	width: 190px;
	height: 208px;
	text-indent: -999em;
}

body.about #banner ul li a:hover{
	text-decoration: none;
}

body.about #banner ul li.face1 a{
	background: url(images/faces.jpg) 0 208px;	
}

body.about #banner ul li.face2 a{
	background: url(images/faces.jpg) -190px 208px;	
}

body.about #banner ul li.face3 a{
	background: url(images/faces.jpg) -380px 208px;	
}

body.about #banner ul li.face4 a{
	background: url(images/faces.jpg) -570px 208px;	
}

body.about #banner ul li.face5 a{
	background: url(images/faces.jpg) -760px 208px;	
}

body.about #branding #postit{
	background: url(images/post_it_income.jpg) no-repeat top right;
}

body.about .ui-dialog .dialog h3.boxheader{
	display:none;
}

body.how-we-work #branding #postit{
	background: url(images/post_it_best_possible_return.jpg) no-repeat top right;
}

/*What we offer*/
body.what-we-offer #branding{
	background: url(images/feature_maze.jpg) no-repeat right;
}

body.what-we-offer #content .one{
	padding-bottom: 30px;
}

body.what-we-offer .phone{
	clear: both;
}

body.what-we-offer #boxes{
	padding-top: 46px;
}

/*Investments (inc wider second columns pages, and questionnaire pages/sidebox */
body.investments #branding{
	background: url(images/feature_invest.jpg) no-repeat right;
}

body.investments #content,
body.pension-trace #content,
body.how-we-work #content,
body.protection #content{
	padding-right: 0;
}

body.investments #content .two,
body.pension-trace #content .two,
body.how-we-work #content .two,
body.protection #content .two{
	width: 467px;	
}

.sidebox{
	background: #eaf1f8;
	padding: 23px 75px 13px 45px;
	margin-bottom: 10px;
}

.sidebox blockquote{
	font-size: 14px;
	color: #3e78ba;
}

.questionnaire{
	padding-right: 38px;
	padding-top: 5px;
}

#content .questionnaire h2{
	font-weight: normal;
	font-size: 22px;
	color: #0750a4;
	background: url(images/icon_tick.gif) no-repeat bottom right;
	width:328px;
	min-height: 44px;
	padding-top: 30px;
}

#content .questionnaire h2 strong{
	font-weight: inherit;
	display: block;
	color: #f68822;
}

/*Pension Trace*/
body.pension-trace #branding{
	background: url(images/feature_couple.jpg) no-repeat  right;
}

body.pension-trace .phone{
	margin-left: 30px;
}

/*Pensions and retirement planning*/
body.prp #branding{
	background: url(images/feature_retirement_clock.jpg) no-repeat  right;
}

body.prp .sidebox, 
body.why-choose .sidebox{
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 57px;
	width: 370px;
}

/*Protection*/
body.protection #branding{
	background: url(images/feature_life_ring.jpg) no-repeat  right;
}

/*Mortgages*/
body.mortgages #branding{
	background: url(images/feature_mortgages_family.jpg) no-repeat  right;
}

body.mortgages #notes{
	clear: both;
	font-size: 9px;
	padding-top: 50px;
}

body.mortgages #notes h3{
	font-weight: normal;
	margin-bottom: .25em;
}

body.mortgages #notes ul li{
	list-style-type: disc;	
}

body.mortgages #notes ul{
	padding-left: 2em;
	margin-bottom: 1em;
}

/*Other*/
body.other #branding{
	background: url(images/feature_father_son.jpg) no-repeat right;
}

body.other #content .one ul{
	color: #f58220;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

body.other #content .one ol{
	margin-top: 4em;
	font-size: 9px;
}

/*News*/
body.news #branding{
	background: url(images/feature_news.jpg) no-repeat right;
}

body.news #content{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

body.news .article{
	padding: 30px 50px;
	font-size: 12px;
	overflow: hidden;
	width: 850px;
}

body.news .article .body{
	float: left;
	width: 580px;
}

body.news .article .image{
	float: right;
		
}

body.news .odd{
	background: #eaf1f8;
}

body.news #wrapper .article p.date{
	font-size: 10px;
	margin-bottom: 0;
}

body.news #banner h1{
	font-size: 18px;
}

body.news #banner,
body.contact #banner{
	padding-left: 53px;
	padding-right: 53px;
}

#banner form{
	background: url(images/bg_contact_r.gif);
	margin-top: 10px;
	min-height: 1px;
}

#wrapper #banner form .inner{
	padding: 0;
	background: url(images/bg_contact_t.gif) no-repeat top;
}

#wrapper #banner form .inner .inner{
	background: url(images/bg_contact_b.gif) no-repeat bottom;
	padding: 10px 15px;
	color: #fff;
}

#wrapper #banner form .inner .inner label{
	padding-right: 30px;
	font-size: 11px;
}

#wrapper #banner form .inner .inner label input{
	background: #fff;
	border: none;
	width: 262px;
	font-size: 16px;
	vertical-align: middle;
	padding: 4px;
}

body.news .phone{
	margin-left: 53px;
}

/*How we work*/
body.how-we-work #banner .one,
body.why-choose #banner .one,
body.rapq #banner .one,
body.thanks #banner .one{
	width: 506px;
	float: left;
}

body.how-we-work #banner .two,
body.why-choose #banner .two,
body.rapq #banner .two,
body.thanks #banner .two{
	float: right;
}

body.how-we-work #banner .two .phone,
body.why-choose #banner .two .phone,
body.rapq #banner .two .phone,
body.thanks #banner .two .phone{
	margin-top: 0;
}

/*Why Choose*/
body.why-choose #branding{
	background: url(images/feature_why_choose.jpg) no-repeat right;
}

body.why-choose #content h2{
	margin-top: 2em;
}

/*Contact/Find us*/
body.contact #branding{
	background: url(images/feature_contact.jpg) no-repeat right;
}

body.contact #banner fieldset{
	float: left;
	width: 460px;
}

body.contact #banner .two{
	float: right;
	width:320px;
}

body.contact #banner .phone{
	margin-bottom: 55px;
}

body.contact .form-instructions p{
	margin-bottom: 12px;
}

form dt,
form dd{
	float: left;
	padding-bottom: 9px;
}

form dt{
	clear: left;
	width: 80px;
	padding-top: 3px;
}

form dd{
	width: 360px;
}

.submit{
	clear: left;
	padding-left: 80px;
}

dd input,
dd textarea{
	width: 360px;
	padding: 4px;
	border: none;
	font-size: 13px;
}

#map{
	width: 403px;
	height: 421px;
}

strong.orange{
	color: #f58220;
	font-weight: normal; 
}

/*Questionnaire page - RAPQ*/
.rapq #banner .one p{
	margin-bottom: 1em;
}

.rapq #content ol li h3{
	margin-bottom: 0.25em;
}

.rapq #content ol li{
	padding-bottom: 1.5em;
}

.rapq #content ol li label{
	display: block;
	padding-left: 20px;
}

.rapq #content fieldset{
	clear: both;
	width: 600px;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #c6d8eb;
}

.rapq #content fieldset legend{
	font-weight: bold;
	padding: 0 10px;
}

.rapq #content .one, .rapq #content .two{
	width: 380px;
}

.rapq fieldset dt{
	width: 190px;
	padding-right: 10px;
	text-align: right;
}

.rapq .submit{
	padding-left: 200px;
}

.rapq fieldset dd input{
	border: 1px solid #0750a4;
}

.rapq .hint, .contact .hint{
	font-size: 10px;
	font-style: italic;
	display: block;
}

.rapq ol li{
	list-style-type: decimal;
}

/*Sort dialog box styles*/

.ui-dialog p, .ui-dialog ul, .ui-dialog ol, .ui-dialog h3, .ui-dialog h2{
	margin-bottom: 1em;
}

.ui-dialog ul, .ui-dialog ul li{
	list-style-type: disc;
}

.ui-dialog ul li{
	padding-left: 2em;
}

/*Insurance Services page - Aug 2010*/
.insurance #branding{
	background: url(/images/higos.gif) no-repeat 625px 55px;
}

.insurance #content{
	padding-right: 0;
}

.insurance #content .one ul{
	padding-bottom: 1em;
}

.insurance #content .two{
	width: 457px;
	padding: 0;	
}

.insurance #content .two .sidebox{
	padding: 24px;	
}

.insurance #content .two .request-quote a{
	background: #fff url(/images/bg_request_quote_b.jpg) no-repeat bottom;
	display: block;
	width: 246px;
}

.insurance #content .two .request-quote a .rq-inner{
	background: url(/images/bg_request_quote_t.gif) no-repeat top;
	display: block;
	padding: 19px 74px 19px 13px;	
	color: #0750a4;
	font-weight: bold;
	font-size: 11px;
}

.insurance #content .two .request-quote a .rq-inner strong{
	display: block;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 22px;
}

.insurance #content .two .request-quote a .rq-inner strong span{
	color: #f58220;
}
