/*
* CSS
* layout.css
* 
* author: Arno Grueter
* date: 
*
*/

body {
 	background: #ccc;
	color: #000;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#baseDiv {
	background: url(pics/shadow_r.jpg) #fff repeat-y right;
	position: relative;
	width: 795px;
	text-align: left;
	border: 0px solid #000;
	padding: 0px;
	margin: 0px auto;
	margin-top: 5px;
}

/***************** Header *****************/
#header {
	background: url(pics/banner.jpg) 0px 0px no-repeat;
	position: relative;
	width: 780px;
	height: 150px;
	padding: 0px;
	margin: 0px;
}

/***************** Main Area *****************/
#main {
	background: url(pics/left_bg2.jpg) bottom repeat-x #2E4385;
	position: relative;
	width: 780px;
	min-height: 550px;
	padding: 0px;
	margin: 0px;
}

/***** Navigation *****/
#columnLeft {
	position: relative;
	width: 170px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#columnLeft a {	color: #fff; }

#navigation {
	background: url(pics/banner_bottom_cutout.jpg) 0px 0px no-repeat transparent;
	position: relative;
	width: 100%;
	font-size: 13px;
	padding: 50px 0px 20px 0px;
	margin: 0px;
}

#functions {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#SALI_book {
	width: 100%;
	position: relative;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 0px;
}


/***** Content *****/
#columnMain {
	background: #fff;
	position: relative;
	width: 560px;
	min-height: 610px;
	float: left;
	padding: 50px 25px 10px 25px;
	margin: 0px;
}
* html #columnMain {
	width: 610px;
	height: 610px;
}

#pagetitle {
	position: relative;
	width: 100%;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

#content {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/***************** Footer *****************/
#footer {
	background: #D7DBE7;
	color: #000;
	width: 760px;
	font-size: .9em;
	text-align: center;
	border-top: 0px solid;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}
* html #footer {
	width: 780px;
}

#footer a {
	color: #000;
	font-weight: normal;
}

/***************** Other Divs *****************/
#clear {
	clear: both;
}

#shadow_rightTop {
	background: url(pics/shadow_rt.jpg) no-repeat;
	position: absolute;
	top: 0px; right: 0px;
	width: 15px;
	height: 14px;	
}
#shadow_bottom {
	background: url(pics/shadow_b.jpg) #fff no-repeat;
	position: relative;
	width: 100%;
	height: 15px;
}


/*-----------------------------------------------------------------*/

/***************** basic elements *****************/
p, h1, h2, h3, table, ul, ol, li {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


/***** paragraphs / textes *****/
p { 

	padding: 0px 0px 15px 0px;	
	margin: 0px;
}

.smallText,
.csc-textpic-caption {
	font-size: 0.8em;
} 


/***** lists *****/
ul {
	list-style: disc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}
li {
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 10px 0px;
}

li p {
	padding: 0px;
}

.csc-sitemap ul {
	list-style: disc;
}
.csc-sitemap ul ul {
	list-style: circle;
	padding-top: 10px;
}
/***** headers *****/
h1 {  
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px; 
	margin: 0px 0px 5px 0px;
}
h2 {  
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0px; 
	margin: 10px 0px 10px 0px; 
}
h3 {  
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0px; 
	margin: 7px 0px 5px 0px; 
}

.csc-firstHeader {
	margin: 0px 0px 10px 0px;
}


/***** links *****/
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0066CC;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0066CC;
}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: underline; 
	color: #0066CC;
}

a img {
	border: 0px solid;
	text-decoration: none;
}

/***** images *****/
img.imgLeft {
	float: left;
	padding: 0px;
	margin: 3px 5px 0px 0px;
}


/***** tables *****/ 
table {
	width: 100%;
	text-align: left;
	border: 0px solid #000000; 
	border-collapse: collapse;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}
td, th {
	vertical-align: middle;
	padding: 2px;
	margin: 0px;
}

tr.tr-even, tr.hl { background-color: #EEEEEE; }
tr.tr-odd, tr.def { background-color: #FAFAFA; }
tr.tr-0, tr.title {
	background-color: #E3E3E3;
	font-weight: bold;
}

.half-half td {
	width: 50%;
	vertical-align: top;
	margin: 0px;
}
.half-half td.left {
	border-right: 1px solid;
	padding: 0px 10px 0px 0px;
}
.half-half td.right {
	padding: 0px 0px 0px 10px;
}

.small-wide td.left {
	vertical-align: top;
	width: 190px;
}
.small-wide ul {
	list-style: disc;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

/* Asset Protection */
.assetprotection td.td-0 { width: 150px; }
.assetprotection td.td-1 { width: 140px; }

/* Comparisons */
.comparisons1 .td-0 { width: 110px; }
.comparisons1 .td-1 { width: 100px; }
.comparisons1 .td-2 { width: 70px; }
.comparisons2 .td-0 { width: 110px; }
.comparisons2 .td-1 { width: 100px; }
.comparisons2 .td-2 { width: 85px; }
.comparisons5 td { width: 40px; }

/* Insurance Companies */
.companies td.td-0 { width: 150px; }
.companies td.td-2 { width: 130px; }

/* How to Proceed */
.howtoproceed1,
.howtoproceed2,
.howtoproceed3 {
	width: 100%;
	border: 0px solid;
	padding: 0px;
	margin: 0px;
}
.howtoproceed1 td,
.howtoproceed2 td,
.howtoproceed2 th,
.howtoproceed3 td {
	font-weight: normal;
	vertical-align: top;
	border: 0px solid;
	padding: 3px 0px 3px 0px;
}
.howtoproceed1 .first { width: 30px; }
.howtoproceed2 td { width: 33%; }
.howtoproceed3 .first { width: 150px; }

/* Contact Us */
.contactus td {
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
.contactus .first { width: 150px; }
.contactus .second { width: 150px; }
.contactus .third {
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}

/* Switzerland Business & Investment Handbook */
.sbih td {
	text-align: center;
	padding: 0px 10px 0px 10px;
}

/* Article: The Annuity Alternative */
.annuityAlternative td { vertical-align: top; }
.annuityAlternative .td-0 { width: 170px; }
.annuityAlternative .td-last { width: 100px; }

/* Article: Swiss annuities as secure trust investments */
.secureTrustInvestments td,
.secureTrustInvestments th {
	text-align: center;
	vertical-align: bottom;
}
.secureTrustInvestments .td-0 { width: 100px; }
.secureTrustInvestments .td-2 { width: 100px; }

/* Article: Creditor Protection for Life Insurance and Annuities */
.creditorProtection td {
	vertical-align: top;
}


/* Footnotes */
.footnote td {
	vertical-align: top;
	padding-left: 10px;
}

/* Search */
.csc-searchform td { vertical-align: top; }
.csc-searchform td.csc-form-labelcell { width: 100px; }
	


/*-----------------------------------------------------------------*/

/***************** Navigation elements *****************/
/***** Main Menu *****/
ul.mainMenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.mainMenu li {
	border-top: 0px solid #ccc;
	padding: 0px;
	margin: 0px;
}

ul.mainMenu li a {
	display: block;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin: 0px;
}

ul.mainMenu li a.act,
ul.mainMenu li a.act:hover,
ul.mainMenu li a.no:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 1px 5px 1px 5px;
	margin: 0px;
}

/***** Function Menu *****/
table.functions {
	width: 150px;
	font-size: 10px;
	padding: 0px;
	margin: 0px auto;
}

table.functions td {
	border: 0px solid;
	text-align: center;
	vertical-align: bottom;
	padding: 2px 0px 1px 0px;
	margin: 0px;
}

table.functions a { display: block; }
