@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	
	background-color:#fff;
	background-image:url(../images/wrapper_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding:10px;
}

#header {
	background-image:url(../images/header.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	height:40px;
	margin:0px;
	padding:0px;
}
#header h1 {
	display: none;
}

#banner {
	background-image:url(../images/banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	height:230px;
	margin-bottom:30px;
}

#banner .secondary_nav {
	text-align:right;
	padding-top:10px;
	margin-right:10px;
	
	font-size:12px;
	line-height:12px;
	margin-bottom:0px;
}

#banner .secondary_nav p{
	padding:2px 0px 3px 0px;
	font-size:12px;
	line-height:12px;
}

#banner .secondary_nav a{
	margin:0px;
	font-size:12px;
	line-height:12px;
}
	

	/* ----	NAVIGATION		---- */
			.nav {
				float:left;
				width:220px;
				margin-right:30px;
			}
			
			.menu_list {
				width: 220px;
			}
			
			.menu_head {
				padding: 5px 10px 05px 25px;
				cursor: pointer;
				position: relative;
				margin:0px;
				font-weight:bold;
				text-transform:uppercase;
				color:#fff;
				background-color: #f9f6eb;
				background-image:url(../images/nav_closed.gif);
				background-position: center right;
				background-repeat:no-repeat;
				line-height:16px;
			}
			
			.menu_head a {
				color:#fff;
				line-height:16px;
			}
			
			.menu_body {
				display:none;
				background-image:none;
				background-color: #009933;
				width: 220px;
			}
			
			.menu_body p {
				color:#333333;
				background-color:#f9f6eb;
				padding: 15px 10px 10px 10px;
				font-weight:normal;
				text-decoration:none;
				background-image:none;
				margin: 0px;
				line-height:16px;
			}
			
			.menu_body a {
				display:block;
				color:#0060a9;
				background-color:#f9f6eb;
				padding: 5px 10px 5px 25px;
				font-weight:bold;
				text-decoration:none;
				background-image:url(../images/link.gif);
				background-repeat:no-repeat;
				background-position:left;
				line-height:16px;
			}
			
			.menu_body a.head {
				display:block;
				color:#fff;
				background-color:#f9f6eb;
				padding: 5px 10px 5px 25px;
				font-weight:bold;
				text-decoration:none;
				background-image:url(../images/link.gif);
				background-repeat:no-repeat;
				background-position:left;
				line-height:16px;
			}
			
			.menu_body a:hover {
				color: #0060a9;
				text-decoration:underline;
				line-height:16px;
			}
			
			.useful_links {
				margin-top:30px;
			}
			
	/* --- END --- */

.middle_col {
	width:465px;
	float:left;
	margin-right:23px;
}

.right_col {
	width:162px;
	float:left;
	margin-bottom:15px;
}

.right_col .top {
	background-image:url(../images/right_col_header.gif);
	background-repeat:no-repeat;
	background-position:top;
	
	color:#fff;
	height:22px;
	padding:4px 0px 0px 10px;
}

.right_col .mid {
	background-image:url(../images/right_col.gif);
	background-repeat:repeat-y;
	background-position:top;
	
	padding:10px;
}

.right_col .bottom {
	background-image:url(../images/right_col_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	margin-bottom:20px;
}

.padding_bottom10 {
	padding-bottom:10px;
}

table.right_col_table td {
	padding:5px 0px 5px 0px;
}

.blue_box {
	width:228px;
	float:left;
}

.blue_box .top {
	background-image:url(../images/blue_box_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	height:15px;
}

.blue_box .mid {
	background-image:url(../images/blue_box_middle.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	padding:0px 10px 0px 10px;	
}

.blue_box .bottom {
	background-image:url(../images/blue_box_bottom.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	height:15px;
}

.middle_col2 .top {
	background-image:url(../images/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/middle_col_mid.gif);
	background-repeat:repeat-y;
	background-position:top;
	
	padding:10px;
}

.middle_col2 .bottom {
	background-image:url(../images/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/news_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	
	height:9px;
}

.news_box .mid {
	background-image:url(../images/news_mid.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	padding:0px 10px 0px 10px;	
}

.news_box .bottom {
	background-image:url(../images/news_bottom.gif);
	background-position:top;
	background-repeat:repeat-y;
	
	height:10px;
}

.legal_advice_button {
	width:160px;
	height:160px;
	background-image:url(../images/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/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;
}

.bottom_content {
	background-image:url(../images/content_footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;
	
	margin-top:20px;
}

#footer p {
	color:#666666;
	font-size:11px;
	margin-top:5px;
}

/* ---	 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;
}

.phone_no {
	font-size:23px;
}

.square_bullet li {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	
	padding:2px 0px 2px 15px;	
	list-style:none;
}

.quote_button {
	background-image:url(../images/red_button.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
	width:162px;
	height:32px;
	margin-bottom:20px;
	text-align:center;
}

.quote_button a {
	padding:6px 0px 6px 0px;
	display:block;
	text-decoration:none;
}

.quote_button a:hover {
	display:block;
	text-decoration:none;
}

.float_right_pic {
	float:right;
	margin:0px 0px 10px 10px;
}

.blue_button {
	background-image:url(../images/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/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;
}

.callmeback_box {
	background-image:url(../images/phone.jpg);
	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/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/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/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/block_header.gif);
	background-repeat:no-repeat;
	width:443px;
	height:23px;
	padding:7px 10px 0px 10px;
}

h3.block_header {
	color:#0060a9;
}