body{
	font-family: "trebuchet MS", tahoma, arial, helvetica, san-serif;
	font-size: 11px;
	color: #666;
	padding: 0;
	margin: 0;
	scrollbar-face-color: #EFEFEF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #C0C0C0; 
	scrollbar-3dlight-color:#C0C0C0; 
	scrollbar-arrow-color:black;  
	scrollbar-track-color:#EEEEE; 
	scrollbar-darkshadow-color:#EEEEEE;
}

.scrolley
{
	scrollbar-face-color: #EFEFEF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #C0C0C0; 
	scrollbar-3dlight-color:#C0C0C0; 
	scrollbar-arrow-color:black;  
	scrollbar-track-color:#EEEEE; 
	scrollbar-darkshadow-color:#EEEEEE
}

div, td, div, p, h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}

.imagehand
{
cursor:hand;
}

body{
	background-color: #fff;
	height: 100%;
}

html{
	height: 100%;
}

table{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

a{ text-decoration: underline; color: #32b1b9; font-weight: bold; }
a:visited{ text-decoration: underline; color: #32b1b9; }
a:hover{ text-decoration: none; color: #32b1b9; }
a img{ border: 0 }

.center{
	text-align: center;
}

/**************** layout start ****************/
#outer{
	width: 100%;
	background: url(../images/background_tile.gif) top left repeat-x;
}

#outer_td{
}

#container{
	width: 920px;
	margin: 0 auto;
}

#container_left{
	width: 10px;
	background: url(../images/container_edge_left.gif) no-repeat;
}

#container_mid{
	background: url(../images/container_mid_background.jpg) no-repeat;
	vertical-align: top;
}

#container_right{
	width: 10px;
	background: url(../images/container_edge_right.gif) no-repeat;
}

#core{
	width: 100%;
}

#header{
	height: 110px;
}

#header_table{
	width: 100%;
	height: 100%;
}

#wrapper_td{
	vertical-align: top;
}

#wrapper{
	width: 100%;
}

#hippo{
	width: 254px;
	vertical-align: top;
	background: url(../images/hippo_bg.jpg) no-repeat;
}

#logo{
	padding: 10px 0 0 16px;
}

#animation{
	position: absolute;
	z-index: 20;
	margin: -90px 0 0 -16px;
}

#animation2{
	position: absolute;
	z-index: 0;
	margin: -70px 0 0 14px;
}

#hippo img{
	border: 0;
}

#main{
	vertical-align: top;
}

#header{
	width: 100%;
}

#shortcuts_td{
	height: 20px;
}

#shortcuts{
	float: right;
}

#shortcuts td{
	vertical-align: bottom;
	padding: 0 10px 0 0;
	font-size: 9px;
}

#shortcuts img{
	border: 0;
}

a.shortcuts{ text-decoration: none; color: #737b84; font-weight: normal }
a.shortcuts:visited{ text-decoration: none; color: #737b84; }
a.shortcuts:hover{ text-decoration: underline; color: #737b84; }

#menu{
	height: 89px;
}

#menu a {
	position:absolute;
	height: 29px;
	margin-top: 15px;
	z-index:1;
}

#menu a:hover, #menu a.hot, #menu .iehover {
	z-index:10;
}

#menu a.hot {
	cursor: pointer;
}

#menu a .left {
	float: left;
	width: 16px;
	height: 29px;
	background: url(../images/mnu_left.png) 0 0 no-repeat;
}

#menu a:hover .left, #menu a.hot .left, #menu a#mnu_home:hover .left, #menu a#mnu_home.hot .left {
	background-image: url(../images/mnu_left_o.png);
}

#menu a .right {
	float: right;
	width: 16px;
	height: 29px;
	background: url(../images/mnu_right.png) 0 0 no-repeat;
}

#menu a:hover .right, #menu a.hot .right {
	background-image: url(../images/mnu_right_o.png);
}

#menu a#mnu_home .left {
	background-image: url(../images/mnu_left_noshadow.png);
}

#menu div{
	position: absolute;
	background: #5dc1c8 url(../images/menu_tile.gif);
	margin-top: 45px;
	z-index: 1;
	width: 150px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	color: #fff;
	display: none;
}

#menu div span{
	display: block;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 14px 2px 10px 2px;
	height: 100%;
}

#menu div a{
	position: relative;
	display: block;
	margin: 0 0 2px 0;
	font-weight: normal;
	background: #82ced2;
	text-decoration: none;
	color: #555;
	height: 18px;
	padding: 2px 2px 2px 5px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

#menu div a:link{
	color: #555;
}

#menu div a:hover{
	color: #888;
	background: #e9e9e9;
}

#menu #insurance{
	margin-left: 0px;
}

#menu #travel{
	margin-left: 93px;
}

#menu #motoring{
	margin-left: 170px;
}

#menu #medical{
	margin-left: 269px;
}

#menu #finance{
	margin-left: 361px;
}

#menu #contact{
	margin-left: 548px;
}
#menu #partners{
	margin-left: 449px;
}

#mnu_insurance{
	width: 110px;
	background: url(../images/mnu_insurance.gif) 10px 0 no-repeat;
}

#mnu_insurance:hover, #mnu_insurance.hot {
	background-image: url(../images/mnu_insurance_o.gif);
}


#mnu_travel{
	width: 94px;
	margin-left: 93px;
	background: url(../images/mnu_travel.gif) 10px 0 no-repeat;
}

#mnu_travel:hover, #mnu_travel.hot {
	background-image: url(../images/mnu_travel_o.gif);
}

#mnu_motoring{
	width: 115px;
	margin-left: 170px;
	background: url(../images/mnu_motoring.gif) 10px 0 no-repeat;
}

#mnu_motoring:hover, #mnu_medical.hot {
	background-image: url(../images/mnu_motoring_o.gif);
}

#mnu_medical{
	width: 108px;
	margin-left: 269px;
	background: url(../images/mnu_medical.gif) 10px 0 no-repeat;
}

#mnu_medical:hover, #mnu_medical.hot {
	background-image: url(../images/mnu_medical_o.gif);
}

#mnu_finance{
	width: 107px;
	margin-left: 361px;
	background: url(../images/mnu_finance.gif) 10px 0 no-repeat;
}

#mnu_finance:hover, #mnu_finance.hot {
	background-image: url(../images/mnu_finance_o.gif);
}

#mnu_contact {
	width: 105px;
	margin-left: 548px;
	background: url(../images/mnu_contact.gif) 10px 0 no-repeat;
}

#mnu_contact:hover, #mnu_contact.hot {
	background-image: url(../images/mnu_contact_o.gif);
}

#mnu_partners {
	width: 115px;
	margin-left: 449px;
	background: url(../images/mnu_partners.gif) 10px 0 no-repeat;
}

#mnu_partners:hover, #mnu_contact.hot {
	background-image: url(../images/mnu_partners_o.gif);
}

#intro{
	width: 100%;
	height: 170px;
	background: url(../images/intro_tile.gif) repeat-x;
}

#intro td{
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px 0 0;
}

h1{
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.intro_bold{
	font-weight: bold;
}

#content_table{
	background: url(../images/content_background4.jpg) no-repeat;
	width: 100%;
	vertical-align: top;
}

#content_table2{
	background: url(../images/content-bottom-fader_bg-travel.jpg) no-repeat;
	width: 100%;
	vertical-align: top;
}

#content_table3{
	width: 100%;
	vertical-align: top;
}

#content_table3{
	background: url(../images/bg_small4.jpg) no-repeat;
	width: 100%;
	vertical-align: top;
}


#content_td{
	vertical-align: top;
	padding: 0 10px 10px 0;
}

#content_td p{
	padding: 0 0 16px 0;
}

#content_td3{
	vertical-align: top;
	padding: 0 0px 0px 0;
}

#content_td3 p{
	padding: 0 0 0px 0;
}

h2{
	font-size: 22px;
	padding: 0 0 10px 0;
	color: #737546;
}

#breadcrumb{
	font-size: 10px;
	padding-bottom: 3px;
}

#breadcrumb_equote{
	font-size: 10px;
	padding-bottom: 0px;
	width: 610px;
}

#breadcrumb2{
	font-size: 10px;
	padding-bottom: 20px;
}

#footer{
	height: 80px;
	vertical-align: bottom;
}

#footer_menu{
	margin: 0 auto;
	background: #e9e9e9;
}

#footer_menu td{
	font-family: tahoma, verdana, arial, helvetica, san-serif;
	color: #666;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	width: 700px;
}


#footer_menu2{
	margin: 0 auto;
}

#footer_menu2 td{
	font-family: tahoma, verdana, arial, helvetica, san-serif;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	width: 700px;
}

a.footer_menu{ text-decoration: none; color: #666; font-weight: normal; }
a.footer_menu:visited{ text-decoration: none; color: #666; }
a.footer_menu:hover{ text-decoration: underline; color: #666; }

#footer_fluorescence{
	margin: 8px auto;
}

#footer_fluorescence td{
	font-family: tahoma, verdana, arial, helvetica, san-serif;
	font-size: 10px;
}

a.footer_fluorescence{ text-decoration: none; color: #666; font-weight: normal; padding: 1px 2px 1px 2px; }
a.footer_fluorescence:visited{ text-decoration: none; color: #666; }
a.footer_fluorescence:hover{ text-decoration: none; color: #fff; background: #0066cc; }

h3{
	font-size: 13px;
	font-weight: bold;
	color: #737546;
	padding: 0 0 10px 0;
}

.content_intro{
	font-size: 13px;
	font-weight: bold;
}
/**************** layout end ****************/

#home_icons td{
	text-align: center;
	width: 1px;
	padding: 10px;
	vertical-align: top;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
}

#home_icons span{
	width: 106px;
	display: block;
	cursor: pointer;
}

#home_icons a span{
	text-decoration: none;
}

#home_icons a:hover span{
	text-decoration: underline;
}

.bullet td{
	vertical-align: top;
	padding: 8px 0 0 0;
}

.bullet_number{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	width: 35px;
	text-align: center;
}

.bullet_number2{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	width: 35px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	vertical-align: top;
}

.hippo_green{
	width: 40px;
	height: 40px;
	background: url(../images/hippo_icon_green.png) no-repeat;
}

.hippo_green2{
	width: 40px;
	height: 30px;
	background: url(../images/hippo_icon_green.png) no-repeat;
}

.hippo_grey{
	width: 40px;
	height: 40px;
	background: url(../images/hippo_icon_grey.png) no-repeat;
}

.hippo_blue{
	width: 40px;
	height: 40px;
	background: url(../images/hippo_icon_blue.png) no-repeat;
}

a.go, a.go:visited{
	width: 34px;
	height: 36px;
	background: url(../images/hippo_icon_green.png) no-repeat;
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 4px 0 0 0;
	text-align: center;
}

#intro_go{
	position: absolute;
	margin: 128px 0 0 600px;
}

#intro_go_int{
	position: absolute;
	margin: 232px 0 0 860px;
}

.divisions{
	padding: 16px 0 0 0;
	vertical-align: top;
	background: url(../images/divisions.png) no-repeat 50% 0;
}

#contacts{
	width: 420px;
}

.insurance_contact{
	/*margin:0 auto;*/
}

.insurance_divisions{
	width: 399px;
	height: 14px;
	margin: 28px auto;
}

#insurance h1{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

strong{
	font-size: 14px;
	white-space: nowrap;
}

#fun{
	width: 600px;
}

#adverts{
	vertical-align: top;
}

.print_ad_bg{
	background: url(../images/print_ad_bg.png) no-repeat;
	width: 288px;
	height: 142px;
	padding: 4px 0 0 11px;
}

.print_ad{
	display: block;
	width: 288px;
	height: 142px;
	position: relative;
}

a.print_ad, a.print_ad:visited{
	text-decoration: none;
}

.print_ad_1{
	background: url(../images/print_ad_1.jpg) no-repeat;
}

.print_ad_2{
	background: url(../images/print_ad_2.jpg) no-repeat;
}

.print_ad_3{
	background: url(../images/print_ad_3.jpg) no-repeat;
}

.tv_ad_bg{
	background: url(../images/tv_ad_bg.png) no-repeat;
	width: 148px;
	height: 142px;
	padding: 4px 0 0 11px;
}

.tv_ad{
	display: block;
	width: 148px;
	height: 142px;
	position: relative;
}

a.tv_ad, a.tv_ad:visited{
	text-decoration: none;
}

.tv_ad_1{
	background: url(../images/tv_ad_1.jpg) no-repeat;
}

.tv_ad_2{
	background: url(../images/tv_ad_2.jpg) no-repeat;
}

.tv_ad_3{
	background: url(../images/tv_ad_3.jpg) no-repeat;
}

.tv_ad_4{
	background: url(../images/tv_ad_4.jpg) no-repeat;
}

.life_h3{
	color: #441809;
}

.first_h3{
	color: #b4808e;
}

.style1 {color: #BBAC65}
.style2 {color: #B88469}
.style3 {color: #E0AF41}
.style4 {color: #33cccc;}

.div1 {
     position: absolute;
	 top: 230px;
	 padding-left: 200px;
     width: 735px; height:355px; border: none;
	 z-index: 3;
     }		 
/* Today's Link */
.today_link {
	color:#666;
	text-decoration:none;
}
.today_link:link {
	color: #666;
	text-decoration:none;
}
.today_link:visited {
	text-decoration:none;
	color: #666;
}
.today_link:hover {
	text-decoration:none;
	color: #666;
}
.today_link:active {
	text-decoration:none;
}

/* header2 Link */
.header2_link {
	color:#737546;
	text-decoration:none;
	font-size: 22px;
	padding: 0 0 10px 0;
}
.header2_link:link {
	color: #737546;
	text-decoration:none;
	font-size: 22px;
	padding: 0 0 10px 0;
}
.header2_link:visited {
	text-decoration:none;
	color: #737546;
	font-size: 22px;
	padding: 0 0 10px 0;
}
.header2_link:hover {
	text-decoration:none;
	color: #737546;
	font-size: 22px;
	padding: 0 0 10px 0;
}
.header2_link:active {
	text-decoration:none;
	font-size: 22px;
	padding: 0 0 10px 0;
}
