
/* CSS Document */
@import url('layout.css');
@import url('minitabs.css');

body {
	background: #FFF;
	}

#frame {
	background: #E5E8E2;
	}
	
#sidenav {
	background:#E5E8E2;
	}
		
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}		

#copyright, #copyright a:link, #copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	}

#content {
	background:#ECEEEA;
	}
	
h1 {
	font-size: 16px;
	}		

h2 {
	font-size: 14px;
	color: #777;
	padding-bottom: 2px;	
}

p, #content ul, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;	
}

#content p {
	width: 350px;
	text-align: left;
	margin-top: 20px;
}

#content #lead {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
}
	
#globalheader {
	background:#FFF;
	}

#sidenav h1 {
	color: #fff;
	background: #0066FF;
	border-bottom: 4px solid #fff;
	border-right: 1px solid #fff;
	}

#content h1 {
	color: #fff;
	background: #0099FF;
	border-bottom: 4px solid #FFF;
	margin-bottom: 20px;
	}


	
.localnav, .localnavcurrent, .localnav02, .localnav02current, .sidenote { 

	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #656654;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #E5E8E2; 
	padding: 7px 15px 7px 10px;
	margin: 0 0 0 0;
}	

.sidenote {
	padding-top: 30px;
	color: #999;
	font-variant: normal;
	font-style: italic;
}

.localnav02, .localnav02current {
	padding-left: 25px;
}

.localnavcurrent, .localnav02current {
	background-color: #0066FF;
	color: #FFF;
}


/* Links */
a:link, a:visited {
  color: #656654;
  text-decoration:none;
}

a:hover {
  color: #000;
  text-decoration: underline;
  }
  
#content a:link, #content a:visited {
	color: #666;
	border-bottom: 1px solid #C5D2D5;
}

#content a:hover {
  color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

a:link img, a:hover img, a:visited img {
	border: none;
}
  
/* Lists
----------------------------------------------- */


#content ul li {
	color: #666;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0 50px 5px 0;
	list-style: disc outside;
}  

/* Section variations
----------------------------------------------- */

.contactus #sidenav h1, 
.contactus .localnavcurrent {
	background: #E6A22A;
	}

.contactus #content h1 {
	background: #EDB82F;
	}

.general #sidenav h1, 
.general .localnavcurrent {
	background: #333;
	}

.general #content h1 {
	background: #333;
	}

.company #sidenav h1,
.company .localnavcurrent,
.company .localnav02current {
	background: #8CAF3C;
	}

.company #content h1 {
	background: #9ABE47;
	}

/*
.financialservices #sidenav h1,
.financialservices .localnavcurrent,
.financialservices .localnav02current {
	background: #8CAF3C;
	}

.financialservices #content h1 {
	background: #9ABE47;
	}	
	
.financialservices img.partner {
    border-style: none ;
    float: right; 
    margin: 0 0 15px 20px ; 
	}	
*/	
.services #sidenav h1, 
.services .localnavcurrent, 
.services .localnav02current {
	background: #A42D11;
	}

.services #content h1 {
	background: #CF3F0F;
	}

/* forms
----------------------------------------------- */
.fieldset {
	border: solid 1px #ddd;
	/*padding: 15px;*/
}
.fieldset .label {
	text-align:right;
	width:100px;
	float:left;
	margin:0;
	margin-top: 5px;
	}
	
.fieldset .nobr {
	display:none; 
	}  
	
.fieldset .textfield {
	border: solid 1px #ddd;
	margin:3px;
	height:20px;
	width:200px;
	}
	
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px; 
	}
	
	
/* Other styles
----------------------------------------------- */

#content_table {
	margin-left: 15px;
	border: 1px solid #E5E8E2;
	background-color: #DEE0DA;
}

#content_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	border: 1px solid #E5E8E2;
	}

#content_table th {
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CACDC5;
	line-height: 11px;
	font-weight: bold;
	color: #000;
	border: 1px solid #E5E8E2;
	vertical-align: middle;
}

#content_table tr.row_even, #content_table td.col_odd {
	background-color: #D9DCD6;
}

#content_table ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}


.diagram {
	float: right;
	padding: 10px 0 5px 20px;
}

.diargram_left {
	float: left;
	padding: 10px 20px 5px 0;
}

.FourColTextFloat a:link {
	display: block;
}

.FourColTextFloat a:hover,
.FourColTextFloat a:hover p
 {
	display: block;
	text-decoration: none;
	background-color: #CDBBBE; /*#4875C5;*/
	color: #FFF;
}

