/* -- GLOBAL -- */
		
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	line-height: 1.4;
}
						
/* -- LAYOUT -- */

#container {	
	width: 900px;
	margin: 5px auto;
}
			
#header {
	width: 900px;
	height: 150px;
	text-align: center;
}
			
#masthead {
	width: 900px;
	height: 75px;
	background: url(/images/layout/masthead.jpg) no-repeat left;
}

#masthead img {
	border: 1;
}

#masthead a.logo {
	display: block;
	width: 675px;
	height: 74px;
}

#content {
	width: 900px;
	min-height: 450px;	
	padding: 10px 0 10px 0;
	background-color: #000;	
}


#home-layout #content {
	width: 900px;
	min-height: 460px;
	padding: 10px 0 10px 0;
}

#home-layout #content #content-wrapper {
	width: 900px;
	min-height: 460px;
	background: white url(/images/layout/dividers-bg.jpg) center no-repeat;	
}

#home-layout #content #content-wrapper #column1 {
	float: left;
	width: 280px;
	padding: 10px;
	background-color: white;
}
#home-layout #content #content-wrapper #column1 h2, body#home #content #content-wrapper #column1 p {
	background-color: white;
}

#home-layout #content #content-wrapper #wrapper {
	float: right;
	background: none;
	width: 600px;
}

#home-layout #content #content-wrapper #wrapper #column2 {
	float: left;
	width: 280px;
	padding: 10px;
}

#home-layout #content #content-wrapper #wrapper #column3 {
	float: right;
	width: 280px;
	padding: 10px;
}

#wrapper {
	width: 900px;
	min-height: 450px;
	background: url(/images/layout/divider.jpg) no-repeat 230px 0px #fff;
}

#side-nav {
	width: 210px;
	float: left;
	margin: 10px 10px 0 10px;
	text-align: right;
}

#side-nav ul {
	list-style-type: none;
}

#side-nav ul li {
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 4px 0 4px 0;
}

#side-nav ul li a {
	text-decoration: none;
	color: #000;
}

#side-nav ul li a:hover, #side-nav ul li.selected a {
	text-decoration: underline;
	color: #000;
}

#main {
	width: 640px;
	float: right;
	margin: 10px 10px 10px 0;
}

#footer {
	
}

#trademark-footer {
	margin: 15px auto;
	width: 900px;
}

#trademark-footer p {
	text-align: center;
}

#trademark-footer p a {
	color: #000;
	text-decoration: underline;
}

#trademark-footer p a:hover {
	text-decoration: underline;
	color: #C30336;
}
	
/* -- MAIN NAVIGATION -- */

#main-nav {
	clear: both;
	width: 900px;
	height: 26px;
	margin: 12px 0 12px 0;
}

#main-nav ul {
	
}

#main-nav ul li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	text-align: center;
	height: 26px;
	background: url(/images/layout/nav-divider.jpg) no-repeat right;
}

/*#main-nav ul li:first-letter, #main-nav ul li a:first-letter {
	font-size: 150%;
}*/

.text-larger {
	font-size: 150%;
}

#main-nav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#main-nav ul li a:hover, #main-nav ul li.selected a {
	color: #C30336;
	text-decoration: underline;
}

#main-nav ul li.nav-about-us {
	width: 138px;
}

#main-nav ul li.nav-insurance-services {
	width: 234px;
}

#main-nav ul li.nav-investment-services {
	width: 234px;
}

#main-nav ul li.nav-for-investors {
	width: 155px;
}

#main-nav ul li.nav-contact-us {
	width: 136px;
	background: none;
}
			
/* -- SUB NAVIGATION -- */

			
/* -- SPECIAL -- */
		
span.layout-replace, #skip-nav { /* Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;			
}

#skip-nav ul {

}

#skip-nav li {

}
						
/* Clear fix */
.clear:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear{
    display: block;
}
/*  \*/
.clear{
    min-height:1%;
}
* html .clear{
    height:1%;
}
/*  */