/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #1F5111;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1F5111;
}

body {

	background: #ffffff url(back_all.gif) repeat-x bottom;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{

}

#back
{
width: 627px;

margin: 0 auto;

}

#header {
	height: 260px;
	text-align: left;
    margin-bottom: 10px;

}

#menu
{
width: 622px;
height: 36px;
padding-left: 5px;
}

#menu ul {
	list-style: none;
}

#menu li {

	display: inline;

}


#menu a {
	float: left;
	width: 111px;
	height: 21px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(button.gif) no-repeat;
	margin-left: 9px;
}

#menu a:hover {
	width: 111px;
    height: 21px;
	color: #F8FAF7;
	text-decoration: underline;
	background: url(button_r.gif) no-repeat;
}


#logo {
background: url(header.jpg) no-repeat;
width: 607px;
height: 160px;
text-align: left;
padding-top: 100px;
padding-left: 20px;
margin-bottom: 10px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #666666;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding-top: 10px;
border: 1px solid #D6CBB6;
background: #F9F9FB;
}

#left
{
	width: 211px;
	margin-left: 14px;
}

#left H3
{
width: 191px;
height: 21px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 5px;
text-transform: uppercase;
color: #ffffff;
background: url(title.gif) repeat-x
}

#left ul {
	list-style: none;

}

#left li
{
background: url(title_back.gif) no-repeat;
padding-top: 10px;
}

#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 14px;
    background: url(small.gif) no-repeat left;
	border: 0px;
}

#left a {
	color: #666666;
}


#left p
{
padding: 10px;
}

#right .date2 {
	margin: 10px;
	padding: 0;
	padding-top: 3px;
}

#right ol, #right ul
{
margin-left: 30px;
}

.date2 {
	float: left;
	width: 53px;
	height: 54px;
	background: url(date.gif) no-repeat;
	text-transform: uppercase;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}


.date2 b {
	display: block;
	font-size: 35px;
	color: #2F6AA2;
}


#right
{
float: right;
width: 373px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 5px;
	height: 45px;
	padding-left: 20px;
	background: url(h2.gif) no-repeat;
}

#right H4 a
{
color: #FFFFFF
}

#right a
{
color: #666666;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #1F5111;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #D72020;
}



#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: justify;
	color: #666666;
}

#footer a {
	color: #666666;
}

/*---------- tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}

a.tt img {
	border:0;
	position:relative;
	top: 2px;
	padding:0px 2px 0 2px;
	margin-top:-2px;
}

a.tt span{ 	display: none;
			text-decoration:none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #000000; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:20px;
	padding: 12px 0 0 0;
	width:400px;
	color: #000000;
	font-weight:normal;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top{
	display: block;
	padding: 11px 8px 0 16px;;
    background: url(life-insurances.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 10px 0 20px;
	background: url(life-insurance.png) repeat bottom;
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px 16px;
	/*color: #548912;*/
    background: url(life-insurances.png) no-repeat bottom;
}
/*--------------------------------*/

.preloadImage {display:none;}