/*
style.css: "simple icons" CSS file
author: Nacho Llopis <lloptor@hotmail.com>
date: 04/10/06
license: you may use & modify this work.
please keep it in www.oswd.org.
*/
body {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	text-align: center;
	background: url(annuities.gif);
	padding: 0;
	color: #666;
}
img { border: 0; }

#header {
	background-color: #fff;
	height: 5.5em;
	}
#header h1 {
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}
#header h2 {
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}

#buttons {
	margin: 0 auto;
	width: 550px;
	}
#buttons div {
	width: 80px;
	float: right;
	height: 80px;
	text-align: center;
	margin:1px;
	}

#buttons #s1 {
	background: url(annuity.gif) no-repeat 50% 0%;
	border-right:1px dashed #ccc;
	}
#buttons #s2 {
	background: url(annuitys.gif) no-repeat 50% 0%;
	border-right:1px dashed #ccc;
	}
#buttons #s4 {
	background: url(anuity.gif) no-repeat 50% 0%;
	}

#buttons div a{
	color: #8D8E90;
	font-size: 1.0em;
	display: block;
	padding: 50px 0px 0px 0px;
	text-decoration:none;
	}

#buttons div a:hover{
	text-decoration:underline;
	}

#buttons .selected{
	text-decoration:underline;
}

#container {
	background-color: #fff;
	width: 550px;
	padding: 20px 0 5px 20px;
	text-align: left;
	margin: 0 auto;
}

#content {
	display:block;
	clear:left;
	float:left;
	width: 535px;
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding:15px 15px 15px 0px;
}

#content h1 {
	color: #8D8E90;
	font-size: 1.2em;
	cursor: default;
	display: block;
	margin: 10px 0 15px 0px;
	padding: 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 0 1px 0;
}
#content h2 {
	color: #8D8E90;
	font-size: 1.0em;
	cursor: default;
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	border-color: #ddd;
	border-style: dashed;
	border-width: 0 0 1px 0;
}

#content a {
	color: #8D8E90;
}

#content a:hover {
	color: #C6C4C5;
}

#content .sidebar {
	position: relative;
	clear:right;
	float: right;
	margin: .5em 0 0 .5em;
	padding: 0 .7em .7em .7em;
	width: 270px;
	font-size: 1.0em;
	border: 1px solid #ddd;
	background-color:#FFFFFF;
}

button {
	background : #ffffff;
	border : 1px solid #ddd;

}
input {
	border : 2px solid #ddd;
	margin : 2px 0px 2px 0px;
	padding : 4px 4px 4px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
}
textarea {
	border : 1px solid #ddd;
	height : 3em;
}

#footer {
	display: block;
	clear: left;
	width: 535px;
	background-color:#FFFFFF;
	border-color:#8D8E90;
	border-style:solid;
	border-width:1px 0 0 0;
	padding-top:10px;
	margin:10px 10px 10px 0px;
}
#footer a {
	text-decoration: none;
	color: #8D8E90;
	border-bottom: 1px #A2AFBF;
}
#footer a:hover {
	border-bottom: 1px dashed #fff;
	color: #000;
}

.logos { float: right; margin: 15px; 0 0 0; }

/*---------- 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: #00b0b0; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:0px;
	padding: 12px 0 0 0;
	width:300px;
	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(annuities.png) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 10px 0 20px;
	background: url(annuity.png) repeat bottom;
	text-decoration:none;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px 16px;
	/*color: #548912;*/
    background: url(annuities.png) no-repeat bottom;
}
/*--------------------------------*/

.preloadImage {display:none;}