@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/layout/wrapper_bg.png);
	background-repeat:repeat-x;
	background-position:left top;
}


#wrapper {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:170px;
	margin:0px;
	padding:0px;
	padding:0px 10px;
}

#header .left {
	float:left;
	width:210px;
}
#header .left h1 {
	display:none;
}

#header .right {
	float:right;
	width:760px;
}
#header .right h2 {
	display: none;
}

#header .secondary_nav {
	text-align:right;
	padding-top:25px;
	padding-bottom:12px;
	margin-right:10px;
	
	font-size:12px;
	line-height:12px;
	margin-bottom:0px;
	float:right;
}

#header .secondary_nav p{
	padding:2px 0px 3px 0px;
	font-size:12px;
	line-height:12px;
	color:#fff;
}

#header .secondary_nav a{
	margin:0px;
	font-size:12px;
	line-height:12px;
	color:#fff;
}
	

#header .second_row {
	height:84px;
	margin-top:1px;
	
	width:970px;
}

#header h1 {
	display: none;
}

.nav-wrap { margin: 00px auto; height:35px; border-bottom: 0px solid white; }
		
	#example-two { margin: 0 auto; list-style: none; position: relative; width: 760px; }
	#example-two li { display: inline; float:right; }
	#example-two ul { display: none; }
	#example-two ul li { display: none; }
	#example-two li a { color: #fff; font-size: 12px; display: block; float: left; padding: 9px 10px 4px 10px; margin:0px 0px; text-decoration: none; }
	#example-two li a:hover { color: #03b1d4; }
	#example-two #magic-line-two { color: #03b1d4; position: absolute; top: 27px; left: 0; width: 90%; height:3px; background-color: #fff;  z-index: 100; }
	
	.current_page_item a, .current_page_item_two a { color: #03b1d4; }
	.current_page_item a:hover, .current_page_item_two a:hover { color: #03b1d4; }
	
	.display_none {
		visibility:hidden;
		display:none;
		background-color:;
		width:0%;
		margin:0px;
		padding:0px;
		height:0px;
	}
	
#main_content {
	background-image:url(../images/layout/main_content_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 20px;
}

	#main_content .left_col {
		width:660px;
		float:left;
		margin-right:50px;
		margin-left:10px;
	}
	
		#main_content .left_col ul {
			margin-left:20px;
		}
			
	#main_content .right_col {
		width:230px;
		float:left;
	}
	
		#main_content .right_col .top {
			background-image:url(../images/layout/right_col_top.gif);
			background-repeat:no-repeat;
			background-position:top;
			
			color:#fff;
			height:20px;
			padding:4px 0px 0px 10px;
		}
		
		#main_content .right_col .body {
			border-left:1px solid #999;
			border-right:1px solid #999;
			border-bottom:1px solid #999;
			
			padding:10px;
			
			margin-bottom:10px;
		}
		
		#main_content .right_col .call {
			border-left:1px solid #999;
			border-right:1px solid #999;
			border-bottom:1px solid #999;
			
			padding:10px;
			
			margin-bottom:10px;
			
			background-image:url(../images/layout_old/phone.jpg);
			background-repeat:no-repeat;
			background-position: 80px -10px;
		}
		
		#main_content .right_col .call input.form{
			border:1px solid #999;
			width:180px;
			margin-bottom:5px;
		}
		
		#main_content .right_col .call textarea.form{
			border:1px solid #999;
			width:180px;
			margin-bottom:5px;
		}
		
		#main_content .right_col .call label.form {
			margin:0px 0px 5px 0px;
			padding:0px 0px 10px 0px;
			line-height:18px;
		}
		
		#main_content .right_col table {
			margin:0px;
		}



#banner {
	height:248px;
}

	#banner h1 {
		font-size:20px;
		font-weight:bold;
		color:#3cabd8;
		margin:0px 0px 10px 0px;
		line-height:24px;
	}
	
	#banner ul {
		list-style:none;
		margin:0px;
		height:25px;
	}
	
	#banner ul li {
		list-style:none;
		padding:5px 0px 0px 35px;
		margin:0px 30px 0px 0px;
		float:left;
		height:20px;
		font-size:14px;
	}
	
	#banner ul li.one {
		background-image:url(../images/layout/1.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#banner ul li.two {
		background-image:url(../images/layout/2.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#banner ul li.three {
		background-image:url(../images/layout/3.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#banner #inputholder {
		width:550px;
		height:170px;
		margin:0px;
		padding:0px 0px 0px 0px;
		
		float:left;
		
		position:relative;
	}
	
	#banner img {
		position:relative;
		top:0px;
		right:0px;
		float:right;
	}
	
	#banner form {
		padding:0px;
		margin:0px;
	}

	#banner textarea {
		width:530px;
		height:130px;
		background-color:#d6eff6;
		position:relative;
		z-index:10;
		border:0px;
		padding:10px;
	}
	
	#banner input.input {
		width:530px;
		background-color:#d6eff6;
		position:relative;
		z-index:10;
		border:0px;
		padding:10px;
		
		margin-bottom:11px;
	}
	
	#banner input.submit {
		position:relative;
		z-index:20;
		right:20px;
		top:130px;
		float:right;
		
		background-image:url(../images/layout/submit.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:95px;
		height:25px;
		
		border:0px;
		
		cursor:pointer;
		
		background-color:#D6EFF6;
	}

#blue_divider {
	height:21px;
	padding:5px;
	
	margin-bottom:20px;
	
	background-color:#065ea5;
	
	color:#fff;
	font-size:16px;
	line-height:18px;
	text-align:center;
}

#blue_divider p {
	color:#fff;
	font-size:16px;
	line-height:16px;
	margin:0px;
}

#home_left_col {
	width:460px;
	float:left;
	margin-right:20px;
}

#home_left_col h1 {
	font-size:18px;
	line-height:24px;
}

#home_right_col1 {
	width:205px;
	float:left;
	margin-right:20px;
	background-color:#f0f8fb;
	padding:10px;
}

#home_right_col1 h1 {
	font-size:18px;
	line-height:24px;
}

#home_right_col2 {
	width:225px;
	float:left;
}

#home_right_col2 h1 {
	font-size:18px;
	line-height:24px;
}

.box_blue_border {
	border:1px solid #addfed;
	padding:10px;
	margin-bottom:10px;
}

.blue_border_bottom {
	border-bottom:1px solid #3cabd8;
	padding:0px 0px 5px 0px;
	margin-bottom:5px;

}

.news_holder {
	margin-bottom:5px;
}

.news_holder a  {
	font-weight:normal;
}

.news_holder .right {
	width:175px;
	margin-left:5px;
	float:left;
	
	
	border-bottom:1px solid #3cabd8;
	padding:0px 0px 5px 0px;
}



#footer {
	height:65px;
	background-image:url(../images/layout/footer.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#footer .wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#footer p {
	color:#ffffff;
	font-size:11px;
	margin-top:5px;
}

#footer a {
	color:#ffffff;
	font-size:11px;
	margin-top:5px;
}

.button_rc {
	background-image:url(../images/layout/button_orange230x30.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	width:230px;
	height:30px;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
}

.button_rc a {
	padding:6px 0px 6px 0px;
	display:block;
	text-decoration:none;
	color:#FFF;
}

.button_rc_short {
	background-image:url(../images/layout/button_orange110x30.png);
	background-position:top left;
	background-repeat:no-repeat;
	
	width:110px;
	height:30px;
	margin-bottom:10px;
	text-align:center;
	color:#FFF;
	
	float:right;
}

.button_rc_short a {
	padding:6px 0px 6px 0px;
	display:block;
	text-decoration:none;
	color:#FFF;
}

.button_rc a:hover {
	display:block;
	text-decoration:none;
}

.phone_no {
	font-size:30px;
}

.margin-top20 {
	margin-top:20px;
}

.contact_form input.form, .contact_form textarea.form {
	border: 1px solid #065ea5;
	width:310px;
	background-image:url(../images/layout/form_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
















.right_col {
	width:162px;
	float:left;
	margin-bottom:15px;
}


.padding_bottom10 {
	padding-bottom:10px;
}

table.right_col_table td {
	padding:5px 0px 5px 0px;
}

table.right_col_table td a {
	color:#333;
	font-weight:normal;
}

.blue_box {
	width:228px;
	float:left;
}

.blue_box .top {
	background-image:url(../images/layout_old/blue_box_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	height:15px;
}

.blue_box .mid {
	background-image:url(../images/layout_old/blue_box_middle.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	padding:0px 10px 0px 10px;	
}

.blue_box .bottom {
	background-image:url(../images/layout_old/blue_box_bottom.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	height:15px;
}

.middle_col2 .top {
	background-image:url(../images/layout_old/middle_col_header.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	color:#fff;
	height:22px;
	padding:4px 0px 0px 10px;
}

.middle_col2 .top h3{
	font-weight:bold;
}

.middle_col2 .mid {
	background-image:url(../images/layout_old/middle_col_mid.gif);
	background-repeat:repeat-y;
	background-position:top;
	
	padding:10px;
}

.middle_col2 .bottom {
	background-image:url(../images/layout_old/middle_col_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:15px;
}

.news_box {
	clear:both;
	width:462px;
	padding-top:20px;
}

.news_box .top {
	background-image:url(../images/layout_old/news_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	height:9px;
}

.news_box .mid {
	background-image:url(../images/layout_old/news_mid.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	padding:0px 10px 0px 10px;	
}

.news_box .bottom {
	background-image:url(../images/layout_old/news_bottom.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	height:10px;
}

.legal_advice_button {
	width:160px;
	height:160px;
	background-image:url(../images/layout_old/legal_advice.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	text-align:center;
	margin-left:20px;
	
}

.legal_advice_button a {
	width:160px;
	height:25px;
	
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top:135px;
	display:block;
}

.financial_advice_button {
	width:160px;
	height:160px;
	background-image:url(../images/layout_old/financial_advice.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	text-align:center;
	margin-left:20px;
	
}

.financial_advice_button a {
	width:160px;
	height:35px;
	
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding-top:135px;
	display:block;
}

/* ---	 MISC STYLES 	--- */

.margin_right5 {
	margin-right:5px;
}

.box_text {
	font-weight:bold;
	color:#333333;
	margin:54px 90px 0px 540px;
	padding:0px;
}

.box_text p{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#333333;
	margin:00px 0px 0px 0px;
}

.table0{
	margin:0px;
	padding:0px;
}
.table0 td {
	margin:0px;
	padding:0px;
}

input.form  {
	width:239px;
}

textarea.form {
	width:239px;
}

label {
	
}

.padding0 {
	padding:0px;
}

.square_bullet li {
	background-image:url(../images/layout_old/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	
	padding:2px 0px 2px 15px;	
	list-style:none;
}



.float_right_pic {
	float:right;
	margin:0px 0px 10px 10px;
}

.blue_button {
	background-image:url(../images/layout_old/banner_button.png);
	background-repeat:no-repeat;
	width:152px;
	height:20px;
	padding-top:7px;
	float:right;
	position:relative;
	top:051px;
	margin-right:15px;
	
}

.blue_button a {
	text-transform:uppercase;
	text-align:center;
	
	font-size:14px;
	color:#fff;
	display:block;
}

.margin_right70 {	
	margin-right:70px;
}

.home_button {
	background-image:url(../images/layout_old/home_button.gif);
	background-repeat:no-repeat;
	background-position:no-repeat;
	width:220px;
	height:27px;
	margin-bottom:10px;
}

.home_button a{
	padding-top:5px;
	padding-left:20px;
	display:block;
	color:#fff;
	font-weight:bold;
	padding: 5px 10px 05px 25px;
				
				background-position: center right;
				background-repeat:no-repeat;
}

input.callmeback {
	width:140px;
}

ul.list_style  {
	margin-left:20px;
}

.right_col .top h3.white a{
	color:#fff;
}

.smalltext {
	font-size:12px;
	line-height:14px;
}

.award {
	background-image:url(../images/layout_old/award.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:310px;
	height:230px;
	padding:20px 20px 20px 130px;
}

.margin_bottom15 {
	margin-bottom:15px;
}

.carehome_banner {
	margin:20px 0px 0px 0px;
	padding:10px 9px 0px 9px;
	border:1px #7bbdf4 solid;
	background-color:#c8e3f9;
}

.carehome_banner p{
	color:#0060a9;
	font-size:18px;
	line-height:30px;
	margin:0px 0px 10px 0px;
}

.carehome_banner p strong{
	color:#0060a9;
	font-size:18px;
	line-height:30px;
	margin:0px 0px 10px 0px;
}

.carehome_banner p.second_line{
	color:#0060a9;
	font-size:15px;
	line-height:30px;
	margin:0px 0px 10px 0px;
}

.carehome_banner a{
	color:#0060a9;
	font-size:19px;
	line-height:30px;
	margin:0px;
	text-decoration:underline;
	font-weight:bold;
}

.carehome_banner a:hover{
	display:block;
	color:#0060a9;
	font-size:20px;
	line-height:30px;
	margin:0px;
}

.middle_section_box {
	width:463px;
	float:left;
	margin-top:15px;
}

.middle_section_box .top {
	background-image:url(../images/layout_old/middle_section_top.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	color:#fff;
	height:30px;
	padding:7px 0px 0px 10px;
}

.middle_section_box h2 {
	color:#fff;
	margin:0px;
	font-size:16px;
	line-height:22px;
	text-decoration:none;
}

.middle_section_box .mid {
	background-color:#f0f5f8;
	background-repeat:repeat-y;
	background-position:top;
	
	padding:10px;
}

.middle_section_box .bottom {
	background-image:url(../images/layout_old/middle_section_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

.margin_top10 {
	margin-top:10px;
}

.margin_bottom5 {
	margin-bottom:5px;
}

.block_header {
	background-image:url(../images/layout_old/block_header.gif);
	background-repeat:no-repeat;
	width:443px;
	height:23px;
	padding:7px 10px 0px 10px;
}

h3.block_header {
	color:#0060a9;
}

.marginleft50 {
	margin-left:50px;
}

.margintop20 {
	margin-top:20px;
}

#banner .orangeBox {
	width:366px;
	height:56px;
	
	padding:10px 15px;
	margin-left:40px;
	margin-top:20px;
	
	background-position:top left;
	background-image:url(../images/layout/orange_box.gif);
}

#banner .orangeBox h1 {
	color:#fff;
	text-align:center;
}

#banner .orangeBox h1.white {
	color:#fff;
	text-align:center;
}
