/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #BBBBBB;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #004182;
	margin: 44px 0 0 44px;
}

a:link
{
	color: #0068D0;
	text-decoration: underline;
}
a:visited
{
	color: #004182;
	text-decoration: underline;
}
a:hover
{
	color: #21CCFD;
	text-decoration: underline;
}

p
{
	font-size: 1em;
	margin: 0 0 .75em 0;
}

h1
{
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.6em 0 0.5em 0;
}

h2
{
	font-weight: bold;
	font-size: 1em;
	margin: 0.6em 0 0.5em 0;
}

hr
{
	color: 004182;
	background-color: 004182;
	width: 80%;
	margin: 30px auto;
	height: 1px;
}

img { border-style: none; }


/* Structure */

div#contentarea
{
	width: 848px;
	background-color: #C5E5F5;
}

div.full_tab
{
	width: 736px;
}

div.top_tabs
{
	width: 736px;
	height: 56px;
	position: relative;
	left: 56px;
	background-image: url("css_images/tab_bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.full_tab ul
{
	list-style: disc outside;
	margin: 0 0 0.5em 1.5em;
}
div.full_tab ol
{
	list-style: decimal outside;
	margin: 0 0 0.5em 1.5em;
}
div.full_tab li
{
	font-size: 1em;
	margin: 0 0 0 0;
}

div.pdf_list ul
{
	list-style: disc outside url(css_images/pdf2.gif);
	margin: 1.5em 0 1.5em 2em;
}
div.pdf_list li
{
	font-size: 1em;
	margin: 0 0 1.5em 0;
}

div.link_sidebar
{
	float: right;
	background-color: #E3EEF3;
	width: 175px;
	padding: 10px;
	margin: 20px;
}
div.link_sidebar ul
{
	list-style: disc inside url(css_images/pdf_sb.gif);
	margin: 0 0 0.5em 0;
}
div.link_sidebar li
{
	font-size: 1em;
	margin: 0 0 .5em 0;
}

div#home_page
{
	height: 400px;
	background-image: url(css_images/box_top_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#home_page h2 {padding: 20px 0 40px 0;}
div#home_page p {padding: 0 0 40px 0;}

div#starting p
{
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 1em 0;
}

div.tab_content_bg
{
	width: 736px;
	position: relative;
	left: 56px;
	background-color: #FFF;
}
div.tab_content
{
	padding: 28px 20px 20px 33px;
	text-align: left;
}

div.accent_img
{
	width: 313px;
	height: 235px;
	float: right;
	margin: 20px 0 0 20px;
}

div.accent_img_tall
{
	width: 236px;
	height: 350px;
	float: right;
	margin: 20px 0 10px 20px;
}

div#starting div.accent_img
{
	background-image: url(../images/pic-skyscrapers.jpg);
	background-repeat: no-repeat;
}

div#case div.accent_img_tall
{
	background-image: url(../images/pic-businessman.jpg);
	background-repeat: no-repeat;
}

div#spia div.accent_img
{
	background-image: url(../images/pic-toast.jpg);
	background-repeat: no-repeat;
}

div#important div.accent_img
{
	background-image: url(../images/pic-sailing.jpg);
	background-repeat: no-repeat;
}

div#life div.accent_img
{
	background-image: url(../images/pic-coins.jpg);
	background-repeat: no-repeat;
}

div#structured div.accent_img
{
	background-image: url(../images/pic-beach.jpg);
	background-repeat: no-repeat;
}

div#premium div.accent_img_tall
{
	background-image: url(../images/pic-archivist.jpg);
	background-repeat: no-repeat;
}

div.tab_content span
{
	color: #09C;
	font-style: italic;
}

div#bottom
{
	width: 848px;
	height: 71px;
	background-image: url(css_images/bottom_bg.gif);
	background-repeat: no-repeat;
}
div#bottom p
{
	padding: 33px 0 0 0;
	font-size: 0.8em;
	text-align: center;
}


/* Affiliates switching */

div#affiliate_list a { text-decoration: none; }
div#affiliate_list ul
{
	list-style: none;
	padding: 0;
}

div#affiliatebox { margin: 20px 30px 0 40px; }

div#affiliate1 { display: none; }
div#affiliate2 { display: none; }
div#affiliate3 { display: none; }
div#affiliate4 { display: none; }
div#affiliate5 { display: none; }


/* Other sections */

div#copyright
{
	width: 848px;
	text-align: center;
	margin: 0 0 10px 0;
}
div#copyright p
{
	font-size: .8em;
	padding: 10px 0;
}

#otheroom
{
	width: 180px;
	height: 15px;
	position: relative;
	top: 0;
	left: 320px;
	padding: 0 0 20px 0;
}

