/* -- 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: 10px auto;
}
			
#header {
	width: 900px;
	height: 100px;
	background: url(/images/layout/banner.jpg) no-repeat;
}
			
#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;	
}

body#home #content {
	width: 900px;
	min-height: 460px;
	padding: 10px 0 10px 0;
}

body#home #content #content-wrapper {
	width: 900px;
	min-height: 460px;
	background: #fff url(/images/layout/dividers-bg.jpg) center no-repeat;	
}

body#home #content #content-wrapper #column1 {
	float: left;
	width: 280px;
	padding: 10px;
}

body#home #content #content-wrapper #wrapper {
	float: right;
	background: none;
	width: 600px;
}

body#home #content #content-wrapper #wrapper #column2 {
	float: left;
	width: 280px;
	padding: 10px;
}

body#home #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: 580px;
	float: left;
	margin: 10px;
}

#footer #trademark-footer p span {
	display: none;
}

#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 {
	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%;
}
/*  */

/* -- TEXT -- */
h1 {
	text-transform: uppercase;
	color: #C30336;
	font-size: 1.4em;
	font-weight: normal;
	line-height: .9;
	padding-bottom: .5em;
}

/*h1:first-letter, h2:first-letter {
	font-size: 150%;
}*/
		
h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: normal;
}

body#home h2 {
	font-size: 1.4em;
	color: #c30336;
}

h3 {
	margin-top: 5px;
}

h4 {
	margin-top: 5px;
}

h5 {
	
}

p {
	padding: 5px 0;
}

p.pdf {
	font-size: .9em;
	float: left;background: url(/images/icons/pdf-large.gif) no-repeat 225px;
	width: 200px;
	padding-right: 80px;
}

p.caps {
	text-transform: uppercase;
}

a p.pdf {
	color: #000;
}

a:hover p.pdf {
	text-decoration: underline;
	color: #000;
}

/* -- IMAGES -- */
img {

}

img a {

}

img a:hover {

}

/* -- LISTS -- */
ol {

}

ol li {

}

/* -- TABLES -- */
table {

}

caption {

}

thead {

}

tbody {

}

tfoot {

}

tr {

}

th {

}

td {

}

/* -- LINKS -- */
#main a, #main p a {}

#main a:link:after, #main a:visited:after, #main a:after {
   content: " (" attr(href) ") ";
   }


/*a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {		
	text-decoration: none;
}*/

/* -- PAGES -- */
/* -- Site Information / Sitemap -- */
body#site-information #wrapper {
	padding: 10px 15px 5px 15px;
}

body#sitemap #wrapper {
	padding: 10px 35px 5px 35px;
}

body#site-information #wrapper h1, body#sitemap #wrapper h1 {
	font-size: 2em;
}

body#site-information #wrapper h2, body#sitemap #wrapper h2 {
	font-size: 1.8 em;
	padding: 6px 0px;
}

body#site-information #wrapper p, body#sitemap #wrapper p, body#site-information #wrapper ul, body#sitemap #wrapper ul, body#site-information #wrapper ul li, body#sitemap #wrapper ul li {
	font-size: 1.1em;
}

body#site-information #wrapper ul, body#sitemap #wrapper ul {
	list-style-position: inside;
	margin-left: 25px;
	padding: 6px 0px;
}

body#site-information #wrapper h3 {
	padding: 6px 0px;
	font-size: 1.4em;
}

body#site-information #wrapper hr, body#sitemap #wrapper hr {
	margin: 5px 0;
	width: 90%;
}

/* -- Sitemap --*/
body#sitemap #wrapper div {
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}

body#sitemap #wrapper h3 {
	font-size: 1.3em;
}

/* -- Terms of Use -- */
body#terms-of-use #wrapper {
	background: #fff;
}

body#terms-of-use #wrapper div {
	padding: 15px;
}