*
{
	padding: 0;
	margin: 0;
}

body, input, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 15px;
}

body
{
	background-color: #FFF;
}

a
{
	text-decoration: none;
	color:#00416B;
	font-size:11px;
}

img
{
	border: none;
}

ul 
{
	list-style: none;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 100%;
	padding: 0 35px 0 35px;
}


/***** HEADER *****/

#header
{
	position: relative;
	width: 955px;
	height: 95px;
	margin:0px auto;
}

#header #logo
{
	position: relative;
	float: left;
	width: 265px;
	top:-30px;
}

#header #banner
{
	position: relative;
	float: left;
	width: 376;
}

#header #logo2
{
	position: absolute;
	width: 189;
	bottom:0px;
	right:135px;
}

#header #contact
{
	position: absolute;
	height: 50px;
	bottom: 0;
	right: 0;
	width: 130px;
	padding: 0 0 0 5px;
	border-left: 1px solid #015382;
	color: #015382;
}

#header #contact .telephone
{
	display: block;
	margin: 0 0 5px 0;
}

#header #contact .number
{
	font-size: 19px;
}

#header #navlang
{
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 10px;
	color: #00426E;
}

#header #navlang a
{
	color: #00426E;
}

#header #navlang a:hover
{
	color: #00426E;
}


/***** NAV *****/

#nav
{
	position: relative;
	width: 955px;
	height: 36px;
	background-image: url("art/nav_background.jpg");
	background-repeat: repeat-x;
	margin:10px auto;
	margin-top:0px;
}

#nav ul
{
	position: absolute;
	left: 50px;
	width: 910px;
	list-style: none;
	height: 41px;
}

#nav ul li
{
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	color: #9D9D9D;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
}

#nav ul li a
{
	position: relative;
	color: #FFF;
	font-size:12px;
}

#nav ul li a:hover
{
	color: #8B8C8E;
}

#nav ul li.clients_area
{
	position: relative;
	float: right;
	width: 88px;
	background-image: url("art/button_clients_area_background.jpg");
	text-align: center;
}

#nav ul li.clients_area a
{
	color: #015182;
}

#nav ul li.clients_area a:hover
{
	color: #015182;
}

#nav ul li ul
{
	z-index: 1;
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	width: 1000px;
	list-style: none;
}

#nav ul li > ul 
{
	top: auto;
	left: auto;
}

#nav ul li:hover ul 
{ 
	display: block; 
}

#nav ul li ul li
{
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 12px;

}

#nav ul li ul li a
{
	color: #FFF;
}

#nav ul li ul li a:hover
{
	color: #FFF;
}


/***** MAIN *****/

#main
{
	position: relative;
	/*border: 1px solid #FF0000;*/
	width: 955px;
	margin:0px auto;
}

#sidebar_left,
#sidebar_right
{
	position: relative;
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
}

#sidebar_right .spacer
{
	padding: 10px 0 10px 0;
}

#sidebar_right .spacer .art
{
	border-bottom: 1px solid #9C9D9F;
	border-bottom-style: dashed;
}

#sidebar_right
{
	margin: 0;
}

.sidebar_el
{
	width: 180px;
	margin: 0 0 10px 0;
}

#sidebar_right .sidebar_el
{
	margin: 0;
}

#content_type1 .heading,
#content_type2 .heading,
#content_type3 .heading,
.sidebar_el .heading
{
	position: relative;
	width: 100%;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	background-image: url("art/sidebar_el_heading_background.jpg");
	background-repeat: repeat-y;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-transform: capitalize;
	
}
/*
#content_type1 .heading,
#content_type2 .heading,
#content_type3 .heading
{
	margin: 0;
	font-weight: normal;
}
*/
.sidebar_el .content
{
	background-color: #ECEEED;
	width: 160px;
	padding: 10px;
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #00517E;
}

.sidebar_el .content img
{
	margin: 0 0 5px 0;
}

.sidebar_el .content h2, .sidebar_el .content h2 span
{
	font-size: 20px;
	line-height: 18px;
	color: #00416B;
	margin: 0 0 10px 0;
}

.sidebar_el .content h3, .sidebar_el .content h3 span
{
	font-size: 12px;
	line-height: 14px;
	color: #59595B;
	margin: 0 0 10px 0;
}

.sidebar_el .content p, .sidebar_el .content span
{
	font-size: 10px;
	line-height: 13px;
	color: #00416B;
	margin-bottom: 5px;
	font-weight:normal;
}

.sidebar_el .content a
{
	font-size: 11px;
	font-weight: bold;
	color: #00416B;
	line-height:15px;
}

.sidebar_el .content a.right
{
	float: right;
}

.sidebar_el .content a.more_left,
.sidebar_el .content a.more_right
{
	font-size: 10px;
	line-height: 15px;
	color: #9B9C9E;
	margin-top:15px;
}

.sidebar_el .content a.more_right
{
	float: right;
}

.sidebar_el .newsitem
{
	border-bottom: 1px solid #9C9D9F;
	border-bottom-style: dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sidebar_el .newsitem.last
{
	border: none;
	margin-bottom: 10px;
}

.register
{
	margin: 5px 0 0 0;
}

.search input,
.subscription input,
.register input
{
	position: relative;
	float: left;
	width: 130px;
	height: 14px;
	border: 1px solid #B3B4B6;
	background-color:  #FFF;
	color: #000;
	font-size: 10px;
	padding: 2px;
}

.register input
{
	border: 1px solid #FCD59C;
}

.search .button_send,
.subscription .button_send,
.register .button_send
{
	position: relative;
	float: left;
	top: 2px;
	left: 5px;
	margin: 0;
}

#content_type1,
#content_type2,
#content_type3
{
	position: relative;
	float: left;
	width: 770px;
}

#content_type2
{
	width: 580px;
	margin: 0 5px 0 0;
}
/* Preguntas y respuestas **********************/
#content_type3 .middle .content .pregunta h3 {
color:#00416B;
font-size:14px;
line-height:16px;
margin: 5px 0px 10px 0px;
cursor: pointer;
background-image: url("art/trian_right.gif");
background-repeat:no-repeat;
}
#content_type3 .middle .content .pregunta h3 span
{
	margin-left:18px;
}

#content_type3 .middle .content .respuesta p {
font-size:12px;
padding: 0px 0px 20px 25px;
}

/* Buscar **********************************/
#content_type3 .middle .content .nombreentidad span
{
	font-size:12px;
	color:Gray;
}

#content_type3 .middle .content .titulofila h3 a{
color:#00416B;
font-size:14px;
line-height:16px;
margin: 5px 0px 5px 0px;
cursor: pointer;
}


#content_type3 .middle .content .valorcampo p {
font-size:12px;
padding: 0px 0px 20px 0px;
}


#content_type1 #columns
{
	position: relative;
}

#content_type1 .heading,
#content_type2 .heading,
#content_type3 .heading
{
	position: relative;
	left: 5px;
	width: 770px;
	background-image: url("art/content_type1_heading_background.jpg");
	background-repeat: repeat-y;
	font-weight: bold;
}

#content_type2 .heading
{
	width: 570px;
	background-image: url("art/content_type2_heading_background.jpg");
}

#content_type1 .heading a,
#content_type2 .heading a,
#content_type3 .heading a
{
	color: #FFF;
	font-weight: normal;
}

#content_type1 .heading a.back,
#content_type2 .heading a.back,
#content_type3 .heading a.back
{
	position: absolute;
	right: 5px;
}

#content_type1 .column
{
	position: relative;
	float: left;
	width: 385px;
}
/* Columna en sectores (width: 33%) */
#content_type1 .column3
{
	position: relative;
	float: left;
	width: 256px;
}

#content_type1 .column.empty
{
	width: 375px;
	height: 350px;
	background-image: url("art/content_type1_column_empty_background.gif");
	background-repeat: no-repeat;
}

#content_type1 .column .top
{
	position: relative;
	width: 385px;
	height: 5px;
	background-image: url("art/content_type1_column_top_background.gif");
	background-repeat: no-repeat;
}
#content_type1 .column3 .top
{
	position: relative;
	width: 256px;
	height: 5px;
	background-image: url("art/content_type1_column_top_background.gif");
	background-repeat: no-repeat;
}
#content_type1 .column .middle, #content_type1 .column3 .middle
{	
	padding: 0 0 0 5px;
	background-image: url("art/content_type1_column_middle_background.gif");
	background-repeat: repeat-y;
}

#content_type1 .column .middle .title
{
	position: relative;
	width: 335px;
	background-color: #BBCEDF;
	background-image: url("art/content_type1_column_middle_title_background.jpg");
	background-repeat: repeat-y;
	padding: 12px 20px 12px 20px;
	margin: 0 0 3px 0;
}
#content_type1 .column3 .middle .title
{
	position: relative;
	width: 206px;
	background-color: #BBCEDF;
	background-image: url("art/content_type1_column_middle_title_background.jpg");
	background-repeat: repeat-y;
	padding: 12px 20px 12px 20px;
	margin: 0 0 3px 0;
}

#content_type1 .column .middle .title h2,
#content_type1 .column .middle .title h2 a
{
	color: #FFF;
	font-size: 26px;
	margin: 0 0 10px 0;
}
#content_type1 .column3 .middle .title h2,
#content_type1 .column3 .middle .title h2 a
{
	color: #FFF;
	font-size: 17px;
	margin: 0 0 10px 0;
}


#content_type1 .column .middle .title h3, 
#content_type1 .column3 .middle .title h3
{
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 13px;
	margin: 0 0 5px 0;
}

#content_type1 .column .middle .content
{
	position: relative;
	width: 335px;
	background-color: #FFF;
	padding: 12px 20px 12px 20px;
	color: #005282;
	font-size: 14px;
	font-weight: bold;
	min-height:145px;
}
#content_type1 .column3 .middle .content
{
	position: relative;
	width: 206px;
	background-color: #FFF;
	padding: 12px 20px 12px 20px;
	color: #005282;
	font-size: 14px;
	font-weight: bold;
	/*min-height:180px;*/
}

#content_type1 .column .middle a.more, #content_type1 .column3 .middle a.more
{
	color: #84898D;
	font-size: 10px;
}

#content_type1 .column .middle .content ul, #content_type1 .column3 .middle .content ul
{
	list-style: disc;
}

#content_type1 .column .bottom
{
	position: relative;
	width: 385px;
	height: 5px;
	background-image: url("art/content_type1_column_bottom_background.gif");
	background-repeat: no-repeat;
}
#content_type1 .column3 .bottom
{
	position: relative;
	width: 256px;
	height: 5px;
	background-image: url("art/content_type1_column_bottom_background.gif");
	background-repeat: no-repeat;
}
#content_type1 .column .banner
{
	position: relative;
	left: 5px;
}

#content_type1 .column .banner .content
{
	position: relative;
	height: 75px;
	padding: 10px 20px 0 20px;
}

#content_type1 .column .banner .content h2
{
	color: #FFF;
	font-size: 26px;
	margin: 0 0 10px 0;
}

#content_type1 .column .banner .content h3
{
	color: #FFF;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
}

#content_type1 .column .banner .content a.more
{
	position: relative;
	display: block;
	float: right;
	bottom: 0;
	font-size: 11px;
	color: #CCCCCC;
}


/***** CONTENT TYPE2 *****/

#content_type2 .entry
{
	position: relative;
	width: 580px;
	margin: 0 0 5px 0;
}

#content_type2 .entry .top
{
	position: relative;
	height: 5px;
	background-image: url("art/content_type2_entry_top_background.gif");
	background-repeat: no-repeat;
}

#content_type2 .entry .middle
{
	position: relative;
	width: 570px;
	background-image: url("art/content_type2_entry_middle_background.gif");
	background-repeat: repeat-y;
	padding: 0 5px 0 5px;
}

#content_type2 .entry .middle .content
{
	position: relative;
	background-color: #FFF;
	width: 530px;
	padding: 12px 20px 12px 20px;
}

#content_type2 .entry .middle .content .date
{
	display: block;
	font-size: 11px;
	color: #707173;
	margin: 0 0 20px 0;
}

#content_type2 .entry .middle .content h2, #content_type2 .entry .middle .content h2 a
{
	font-size: 18px;
	line-height: 20px;
	color: #015281;
	margin: 0 0 20px 0;
}

#content_type2 .entry .middle .content h3
{
	font-size: 11px;
	line-height: 14px;
	color: #4B4B4B;
	margin: 0 0 20px 0;
	font-style: italic;
}

#content_type2 .entry .middle .content p
{
	font-size: 11px;
	color: #707173;
	margin: 0 0 20px 0;
	text-align:justify;
}

#content_type2 .entry .info
{
	position: relative;
	float: left;
	width: 360px;
	margin: 0 10px 0 0;
}

#content_type2 .entry .info img
{
	padding:5px 5px	15px 15px;
}

#content_type2 .entry .medias
{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: 170px;
	text-align:center;
	vertical-align:middle;
}

#content_type2 .entry .middle .content .published
{
	font-size: 10px;
}
#content_type2 .entry .middle .content .highlight
{
	color: #015281;
}
#content_type2 .entry .middle .content .comments
{
	font-size: 10px;
	color: #707173;
}

#content_type2 .entry .bottom
{
	position: relative;
	height: 5px;
	background-image: url("art/content_type2_entry_bottom_background.gif");
	background-repeat: no-repeat;
}


/***** CONTENT TYPE3 *****/

#content_type3
{

}

#content_type3 .top
{
	position: relative;
	height: 5px;
	background-image: url("art/content_type3_top_background.gif");
	background-repeat: no-repeat;
}

#content_type3 .middle
{
	position: relative;
	width: 770px;
	background-image: url("art/content_type3_middle_background.gif");
	background-repeat: repeat-y;
	padding: 0 5px 0 5px;
}

#content_type3 .middle .content
{
	position: relative;
	background-color: #FFF;
	width: 720px;
	padding: 12px 20px 12px 20px;
}

#content_type3 .middle .title
{
	position: relative;
	width: 720px;
	background-color: #FFFFFF;
	background-image: url('art/content_type3_middle_title_background.jpg');
	background-repeat: repeat-y;
	padding: 12px 20px 12px 20px;
	margin: 0 0 3px 0;
	top: -1px;
	left: -1px;
	height:40px;
}

#content_type3 .middle .title .titulo_derecha 
{
	width:50%;
	float:left;
	vertical-align: top;
	line-height:16px;
}

#content_type3 .middle .title .titulo_izquierda 
{
	width:50%;
	float:left;
}


#content_type3 .middle .title h2
{
	color: #FFF;
	font-size: 26px;
	margin: 0 0 10px 0;
}

#content_type3 .middle .title h3
{
	color: #FFF;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	
}

#content_type3 .middle .title h4
{
	color: #015382; /*imagen_00 */
	/* color: #00416B;    /*imagen_01*/
 	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	font-style: italic;	
	
}
#content_type3 .middle .content .column
{
	position: relative;
	float: left;
	width: 335px;
	margin: 0 50px 0 0;
}

#content_type3 .middle .content .column b,
#content_type3 .middle .content .column strong
{
	font-weight:bold;
	color:#00416B;
}

#content_type3 .middle .content .column .menu
{
	margin: 10px 0 0 0;
}

#content_type3 .middle .content .column .menu ul
{

}

#content_type3 .middle .content .column .menu ul li
{
	float: left;
	height: 16px;
	margin: 0 5px 0 0;
	line-height: 10px;
}

/* ESTILOS DE LAS VENTAJAS */

#content_type3 .middle .content .pregunta
{
	font:inherit;
	text-align:justify;
	font-size: 20px;
}

#content_type3 .middle .content .respuesta
{

	font:inherit;
	text-align:justify;
	font-size:12px;
	
}

#content_type3 .middle .content .column .menu ul li .quote
{
	display: block;
	width: 82px;
	height: 16px;
	background-image: url("art/button_quote_background.jpg");
	font-size: 9px;
	text-align: center;
	line-height: 16px;
}

#content_type3 .middle .content .column .menu ul li .information
{
	display: block;
	width: 114px;
	height: 16px;
	background-image: url("art/button_information_background.jpg");
	font-size: 9px;
	text-align: center;
	line-height: 16px;
	color:White;
}

#content_type1 .column3 .middle .title ul li .information
{
	display: block;
	width: 114px;
	height: 16px;
	background-image: url("art/button_information_background.gif");
	font-size: 9px;
	text-align: center;
	line-height: 16px;
	color:White;
}

#content_type3 .middle .content .column .menu ul li a
{
	color: #FFF;
}

#content_type3 .middle .content .column.column2
{
	margin: 0;
}

#content_type3 .middle .content .column .spacer
{
	display: block;
	padding: 10px 0 10px 0;
}

#content_type3 .middle .content .column h2
{
	font-size: 18px;
	line-height: 20px;
	color: #00416B;
	margin: 0 0 20px 0;
}

#content_type3 .middle .content .column h3
{
	font-size: 12px;
	line-height: 14px;
	color: #00416B;
	margin: 0 0 5px 0;
}

#content_type3 .middle .content .column h4
{
	color: #00416B;
}

#content_type3 .middle .content .column p
{
	font-size: 11px;
	color: #707173;
	margin: 0 0 15px 0;
	text-align:justify;
}

#content_type3 .middle .content .column a
{
	font-size: 11px;
/*	color: #00416B;*/
}

#content_type3 .middle .content .column img
{
	margin: 0 0 15px 0;
}

#content_type3 .bottom
{
	position: relative;
	height: 5px;
	background-image: url("art/content_type3_bottom_background.gif");
	background-repeat: no-repeat;
}

.directions
{
	float: left;
	width: 360px;
	margin: 0 15px 0 0;
}

.directions .direction
{
	position: relative;
	width: 360px;
	margin: 0 0 10px 0;
}

.directions .direction .info
{
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}

.directions .direction .info h2
{
	color: #00416B;
	font-size: 12px;
}

.directions .direction .info p
{
	font-size: 10px;
	color: #6F6F6F;
}

.directions .direction .map
{
	float: left;
	width: 185px;
}

.media
{
	float: left;
	width: 185px;
}


/***** INSURERS *****/

#insurers_container
{
	position: relative;
	width: 955px;
	margin:0 auto;
	margin-top: 10px;
}

#insurers
{
	position: relative;
	float: right;
	margin: 10px 0px;
	width:770px;
	left: 5px;
}

/*
#insurers
{
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 10px 0 0 0;
}
*/

#insurers .heading
{
	position: relative;
	width: 760px;
	margin: 0 0 2px 0;
	background-image: url("art/content_type1_heading_background.jpg");
	background-repeat: repeat-y;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 0;
}

#insurers #logos
{
	position: relative;
	width: 738px;
	padding: 0 10px 0 10px;
	border: 1px solid #B7B8BA;
}

#insurers #logos img
{
	margin: 0 10px 0 10px;
}


#footer
{
	font-size: 10px;
	color: #808080;
	text-align: center;
	padding: 0 0 0 0;
	/*width: 950px;*/
	padding: 20px 0 20px 0;
}

#footer a
{
	color: #A5A6A8;
}

#footer a:hover
{
	color: #A5A6A8;
}

#contactForm
{
	padding:10px;
	width:98%;
}

#contactForm h2, #contactFormAdministracion h2, #contactFormEmpresas h2
{
	font-size: 18px;
	line-height: 20px;
	color: #00416B;
	margin: 0 0 5px 0;
}

#contactForm p, #contactFormAdministracion p, #contactFormEmpresas p
{
	font-size: 11px;
	color: #707173;
}

#contactForm .label, #contactFormAdministracion .label, #contactFormEmpresas .label 

{
	position: relative;
	float: left;
	width: 100%;
	font-size: 11px;
	color: #707173;
	font-weight:normal;
}

#contactForm #fields, #contactForm .fields
{
	padding: 0px;
	margin: 0px;
}

#contactForm input, #contactFormAdministracion input, #contactFormEmpresas input
{
	position: relative;
	border: 1px solid #B3B4B6;
	background-color:  #FFF;
	color: #000;
	font-size: 10px;
	padding: 2px;
	margin: 0 0 2px 0;
	text-align:left;
	width:16px;
}

#contactForm textarea, #contactFormAdministracion textarea, #contactFormEmpresas textarea
{
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #B3B4B6;
	background-color:  #FFF;
	color: #000;
	font-size: 10px;
	padding: 2px;
}
#contactForm select, #contactFormAdministracion select, #contactFormEmpresas select
{
	font-size: 10px; 
	width: 100%;
} 
#contactForm label, #contactFormAdministracion label, #contactFormEmpresas label
{
	font-size: 10px;
	/*float:left;*/
	text-align:left;
	padding-left:5px;
}
#contactForm input[type="checkbox"], #contactForm input[type="radio"],
#contactFormAdministracion input[type="checkbox"], #contactFormEmpresas input[type="checkbox"],
#contactFormAdministracion input[type="radio"], #contactFormEmpresas input[type="radio"]
{
display:inline;
margin:0px;
padding:0;
float:left;
text-align:left;
}

#contactform a, #contactFormAdministracion a, #contactFormEmpresas a
{
	font-size: 11px;
	color: #FFFFFF;
}

#contactForm .contactformlink, #contactFormAdministracion .contactformlink, #contactFormEmpresas .contactformlink
{
	position: relative;	
	display: block;
	width: 120px;
	left: 90px;
	background-image: url("art/button_information_background.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	margin: 20px 5px 5px 0px;
	line-height: 16px;
	float:left;
}

#contactForm .contactformlink2,  #contactFormAdministracion .contactformlink2, #contactFormEmpresas .contactformlink2
{
	position: relative;	
	display: block;
	width: 120px;
	left: 110px;
	background-image: url("art/button_information_background.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	margin: 20px 5px 5px 0px;
	line-height: 16px;
	float:left;
}


#modules
{
	position: relative;	
	left: -5px;
	width: 960px;
	padding: 20px 0 20px 0;

}

#modules .module_type1
{
	position: relative;	
	float: left;
}

#modules .module_type1 .top
{
	position: relative;	
	background-image: url("art/module_type1_top_background.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#modules .module_type1 .middle
{
	position: relative;	
	background-image: url("art/module_type1_middle_background.gif");
	background-repeat: repeat-y;
	padding: 0 0 0 5px;
	width: 187px;
}

#modules .module_type1 .middle .content
{
	position: relative;	
	background-color: #FFF;
	padding: 10px;
	width: 162px;
	height: 140px;
}

#modules .module_type1 .middle .content img
{
	margin: 0 0 5px 0;
}

#modules .module_type1 .middle .content h2,
#modules .module_type2 .middle .content h2
{
	font-size: 16px;
	line-height: 18px;
	color: #00416B;
}

#modules .module_type1 .middle .content h3,
#modules .module_type2 .middle .content h3
{
	font-size: 11px;
	line-height: 18px;
	color: #00416B;
	margin: 0 0 5px 0;
}

#modules .module_type1 .middle .content p,
#modules .module_type2 .middle .content p
{
	font-size: 11px;
	color: #707173;
}

#modules .module_type1 .middle .content a.more,
#modules .module_type2 .middle .content a.more
{
	float: right;
	font-size: 11px;
	color: #707173;
}

#modules .module_type1 .bottom
{
	position: relative;	
	background-image: url("art/module_type1_bottom_background.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#modules .module_type2
{
	position: relative;	
	float: left;
}

#modules .module_type2 .top
{
	position: relative;	
	background-image: url("art/module_type2_top_background.gif");
	background-repeat: no-repeat;
	height: 5px;
}

#modules .module_type2 .middle
{
	position: relative;	
	background-image: url("art/module_type2_middle_background.gif");
	background-repeat: repeat-y;
	padding: 0 0 0 5px;
	width: 379px;
}

#modules .module_type2 .middle .content
{
	position: relative;	
	background-color: #FFF;
	padding: 10px;
	width: 354px;
	height: 140px;
	
}

#modules .module_type2 .middle .content .column
{
	float: left;
	width: 162px;
	margin: 0 20px 0 0;
}

#modules .module_type2 .middle .content .column2
{
	margin: 0;
}

#modules .module_type2 .bottom
{
	position: relative;	
	background-image: url("art/module_type2_bottom_background.gif");
	background-repeat: no-repeat;
	height: 5px;
}


.directions .direction:after,
.sidebar_el .content:after,
.sidebar_el .newsitem:after,
.search:after,
.subscription:after,
#content_type3 .middle .content .column .menu ul:after,
#content_type1 #columns:after,
#content_type2 .entry .middle .content:after,
#content_type3 .middle .content:after,
#insurers_container:after,
#main:after,
#modules:after
{
	content: ".";
  	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


