/*----------------------------------------------------------------------------------*/
/* Overrides																		*/
/*----------------------------------------------------------------------------------*/
BODY {
	margin: 0;
	padding: 0;
	background-color: #fffeef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

P, DIV, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: normal;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

H1 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #524b31;
	font-weight: bold;
	line-height: normal;
}

H2 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H3 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H4 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	font-weight: bold;
	line-height: normal;
}

H5 {
	display: block;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #524b31;
	font-weight: bold;
	line-height: normal;
}


HR {
	color: #CCC;
	background-color: #CCC;
	height: 0px;
	border: 0 solid #CCC;
	border-top-width: thin;
}

.size36 {
	font-size: 36px !important;
}

.size30 {
	font-size: 30px !important;
}

.size24 {
	font-size: 24px !important;
}

.size18 {
	font-size: 18px !important;
}

.size16 {
	font-size: 16px !important;
}

.size14 {
	font-size: 14px !important;
}

.size12 {
	font-size: 12px !important;
}

.size11 {
	font-size: 11px !important;
}

.size10 {
	font-size: 10px !important;
}

.size9 {
	font-size: 9px !important;
}

/*----------------------------------------------------------------------------------*/
/* Page Layout																		*/
/*----------------------------------------------------------------------------------*/
#pagewrapper {
	width: 980px;
	text-align: left;
}

#header {
	position: relative;
	width: 980px;
	height: 100px;
}
	#header DIV#logo {
		position: relative;
		top: 0px;
		left: 0px;
		width: 300px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 100px;
			overflow: hidden;
		/* end */
		cursor: pointer;
		background: transparent url(/images/main/logo.gif) no-repeat left top;
	}
	#header A#pagecurl {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 280px;
		height: 0;
		padding-top: 100px;
		background: url('/images/main/pagecurl.png') no-repeat right top;
	}

#footerslogan {
	background: transparent url(/images/main/sensible-investing.png) no-repeat 195px 0;
	height: 25px;
	margin: 2em 0 4px;
}

TABLE#footerservices {
	width: 100%;
	margin: 10px 0;
	background: #dce4cf;
	border: 0;
	border-spacing: none;
	border-collapse: collapse;
}
	TABLE#footerservices TR {
		vertical-align: top;
	}
		TABLE#footerservices TR TD {
			padding: 20px;
		}
	TABLE#footerservices UL {
		margin: 0 0 0 1.5em;
		padding: 0;
	}
		TABLE#footerservices UL LI {
			margin: 0;
			padding: 0;
		}
	TABLE#footerservices H1 {
		display: block;
		margin: 0;
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		color: #565e49;
	}
	TABLE#footerservices UL {
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
		TABLE#footerservices UL LI {
			display: block;
			margin: 1em 0;
			padding: 0;
		}
	TABLE#footerservices P,
	TABLE#footerservices DIV,
	TABLE#footerservices LI {
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: #565e49;
		line-height: normal;
	}
	TABLE#footerservices A:link,
	TABLE#footerservices A:visited {
		color: #577596;
		text-decoration: underline;
	}
	TABLE#footerservices A:hover,
	TABLE#footerservices A:active {
		color: #364a60;
		text-decoration: underline;
	}

#footerbar_hp {
	width 785px;
	padding: 8px 20px;
	background-color: #445d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0;
}
#footerbar {
	width 785px;
	padding: 8px 20px 8px 195px;
	background-color: #445d40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0;
}

#footer_hp {
	width: 980px; /* 980px - padding */
}
#footer {
	width: 785px; /* 980px - padding */
	padding-left: 195px;
}
	/*#footer_hp A, #footer A {	
		color: #222;
		text-decoration: none;
	}*/
	#footer_hp P, #footer P {
		margin: 1.2em 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
		#footer_hp P {
			padding: 0 20px;
		}
	#footer_hp P.small, #footer P.small {
		width: 520px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
	}
		#footer_hp P.small {
			padding: 0;
		}

/*----------------------------------------------------------------------------------*/
/* Navbar																			*/
/*----------------------------------------------------------------------------------*/
DIV#navbar {
	position: relative;
	z-index: 1000;
	width: 960px; /* 980px - padding */
	height: 27px;
	padding: 0 10px;
	background-color: #8ba886;
}
	DIV#navbar A.tab {
		display: block;
		width: 100%;
		height: 0;
		margin: 0;
		padding-top: 27px;
		overflow: hidden;
		background: transparent url('/images/main/navbar.png') no-repeat;
	}
		/* Widths */
		DIV#navbar TD#tab1 { width: 125px; }
		DIV#navbar TD#tab2 { width: 118px; }
		DIV#navbar TD#tab3 { width: 168px; }
		DIV#navbar TD#tab4 { width: 108px; }
		DIV#navbar TD#tab5 { width: 102px; }
		DIV#navbar TD#tab6 { width: 105px; }
		
		/* States: off */
		DIV#navbar TD#tab1 A.tab { background-position: 0 0; }
		DIV#navbar TD#tab2 A.tab { background-position: -125px 0; }
		DIV#navbar TD#tab3 A.tab { background-position: -243px 0; }
		DIV#navbar TD#tab4 A.tab { background-position: -411px 0; }
		DIV#navbar TD#tab5 A.tab { background-position: -519px 0; }
		DIV#navbar TD#tab6 A.tab { background-position: -621px 0; }

		/* States: hover */
		DIV#navbar TD#tab1 A.tab.on { background-position: 0 -27px !important; }
		DIV#navbar TD#tab2 A.tab.on { background-position: -125px -27px !important; }
		DIV#navbar TD#tab3 A.tab.on { background-position: -243px -27px !important; }
		DIV#navbar TD#tab4 A.tab.on { background-position: -411px -27px !important; }
		DIV#navbar TD#tab5 A.tab.on { background-position: -519px -27px !important; }
		DIV#navbar TD#tab6 A.tab.on { background-position: -621px -27px !important; }

		/* States: at */
		DIV#navbar.tab1 TD#tab1 A.tab { background-position: 0 -54px; }
		DIV#navbar.tab2 TD#tab2 A.tab { background-position: -125px -54px; }
		DIV#navbar.tab3 TD#tab3 A.tab { background-position: -243px -54px; }
		DIV#navbar.tab4 TD#tab4 A.tab { background-position: -411px -54px; }
		DIV#navbar.tab5 TD#tab5 A.tab { background-position: -519px -54px; }
		DIV#navbar.tab6 TD#tab6 A.tab { background-position: -621px -54px; }

/*----------------------------------------------------------------------------------*/
/* Menus																			*/
/*----------------------------------------------------------------------------------*/
DIV#navbar DIV.navmenuwrapper {
	position: relative;
}
DIV.navmenu {
	position: absolute;
	z-index: 100000;
	display: block;
	visibility: hidden;
	min-width: 150px;
	border-style: solid;
	border-color: #30412D;
	border-width: 0 2px 2px 1px;
}
	DIV.navmenu.on {
		visibility: visible;
	}
	DIV.navmenu A:link,
	DIV.navmenu A:visited {
		display: block;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: normal;
		white-space: nowrap;
		text-decoration: none;
		color: #FFF;
		background-color: #445d40;
	}
	DIV.navmenu A:hover,
	DIV.navmenu A:active {
		display: block;
		padding: 5px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: normal;
		white-space: nowrap;
		text-decoration: none;
		color: #FFF;
		background-color: #698663;
	}

/*----------------------------------------------------------------------------------*/
/* Boxes																			*/
/*----------------------------------------------------------------------------------*/
#newsletterbox {
	margin: 15px 0 0;
	padding: 20px;
	background: #faf4d8;
	/*border: 1px solid #f3e6b8;
	border-top: none;*/
}
	#newsletterbox H1 {
		display: block;
		margin: 0 0 0.5em;
		font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/
		color: #222;
	}
	#newsletterbox P {
		margin: 0.5em 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

#mllbox {
	margin: 0;
	background: #f3e6b8 url(/images/mllbox/mainlinelife2.gif) no-repeat 20px 20px;
	padding: 82px 20px 20px;
}
	#mllbox P {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
#brochurebox {
	margin: 15px 0 0;
	padding: 20px;
	background: #faf4d8;
	/*border: 1px solid #f3e6b8;
	border-top: none;*/
}
	#brochurebox P {
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
#requestbox {
	margin: 15px 0 0;
	padding: 20px;
	background: #faf4d8;
	/*border: 1px solid #f3e6b8;
	border-top: none;*/
}
	#requestbox * {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
.icon {
	display: inline-block;
	padding: 4px 0 4px 22px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left 4px;
}
	.icon.email {
		background-image: url('/images/icons/16x16/email.png');
	}
	.icon.pdf {
		background-image: url('/images/icons/16x16/pdf.gif');
	}
	.icon.phone {
		background-image: url('/images/icons/16x16/phone.png');
	}
	
/*----------------------------------------------------------------------------------*/
/* Image Bar																		*/
/*----------------------------------------------------------------------------------*/
P.imagebar {
	margin-top: 3em;
}

/*----------------------------------------------------------------------------------*/
/* Background Colors																*/
/*----------------------------------------------------------------------------------*/
.darktan {
	background-color: #f3e6b8;
}

/*----------------------------------------------------------------------------------*/
/* Columns																			*/
/*----------------------------------------------------------------------------------*/
TABLE.main {
	width: 980px;
}

TABLE.main TD.col1 {
	vertical-align: top;
	width: 155px; /* 175px - padding */
	padding: 20px 20px 20px 0;
}

TABLE.main TD.col2 {
	vertical-align: top;
	/*width: 520px; /* 560px - padding */
	padding: 20px;
}

TABLE.main TD.col3 {
	vertical-align: top;
	width: 245px; /* 245px - padding */
	padding: 20px 0 20px;
}

/*----------------------------------------------------------------------------------*/
/* Subnav																			*/
/*----------------------------------------------------------------------------------*/
DIV.subnav {

}

DIV.subnav A:link, DIV.subnav A:visited, DIV.subnav A:hover, DIV.subnav A:active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 0.4em 0 0.4em 20px;
}

DIV.subnav A.at {
	background: transparent url(/images/main/subnav-arrow.gif) no-repeat 10px 0.7em;
}

/*----------------------------------------------------------------------------------*/
/* Section Index																	*/
/*----------------------------------------------------------------------------------*/
UL.sectionindex {
	margin: 1em 0 1em 1.5em;
	padding: 0;
}
UL.sectionindex LI {
	margin: 1em 0;
}
	
/*----------------------------------------------------------------------------------*/
/* Lists																			*/
/*----------------------------------------------------------------------------------*/
.noparalist {
	margin-top: 0;
	margin-bottom: 0;
}

.compactlist {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.spacedlist LI {
	margin-bottom: 1em;
}

/*----------------------------------------------------------------------------------*/
/* Form Fields																		*/
/*----------------------------------------------------------------------------------*/
.input {
	border-width: 1px;
	border-style: solid; 
	border-color: #888 #ccc #ccc #888;
}

/*----------------------------------------------------------------------------------*/
/* Links																			*/
/*----------------------------------------------------------------------------------*/
A:link {
	color: #107bbf;
	text-decoration: underline;
}

A:visited {
	color: #107bbf;
	text-decoration: underline;
}

A:active {
	color: #0095E7;
	text-decoration: underline;
}

A:hover {
	color: #0095E7;
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------*/
/* Colors																			*/
/*----------------------------------------------------------------------------------*/
.red {
	color: #AA1912;
}

.error {
	color: #f00;
}

.brown {
	color: #524b31;
}

/*----------------------------------------------------------------------------------*/
/* Borders																			*/
/*----------------------------------------------------------------------------------*/
.grayborder {
	border: 1px solid #CCC;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
.tblfile TD {
	vertical-align: top;
}
.tbllist TD {
	border-bottom: 1px solid #e3e3e3;
	padding: 4px 8px;
}
.tbllist TD TD {
	border: none;
	padding: 0;
}
.tbllist TD, .tbllist TD DIV {
	/*font-size: 11px;*/
}
.tbllist TH.header1 {
	padding: 4px 8px;
	background-color: #999;
	background-image: url(/images/interface/header1-bg.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
	.tbllist TH.header1, .tbllist TH.header1 * {
		font-size: 11px;
		font-weight: bold;
		color: #666;
	}
.tbllist TH.header2 {
	padding: 4px 8px;
	background-color: #666;
	background-image: url(/images/interface/header2-bg.gif);
	border-color: #b0b0b0 #999 #999 #999;
	border-width: 1px;
	border-style: solid;
	text-align: left;
}
	.tbllist TH.header2 TD {
		padding: 0;
		border: none;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
	}
.tbllist TD.subheader, .tbllist TD.subheader * {
	background-color: #ccc;
	font-weight: bold;
}
.tbllist TR.diagonalstripe {
	background-image: url(/images/interface/stripes.gif);
}
.tbllist TD.footer {
	font-weight: bold;
	color: #000;
	padding: 4px 8px;
	border-style: solid;
	border-width: 1px 0 1px;
	border-color: #ccc;
}
.sortcol {
	background-color: #eee;
}

/*----------------------------------------------------------------------------------*/
/* Tables																			*/
/*----------------------------------------------------------------------------------*/
TABLE.tblfields {
	width: 100%;
	border-spacing: 0;
	border: none;
}
	TABLE.tblfields TR {
		vertica-align: top;
	}
		TABLE.tblfields TD {
			padding: 2px 4px 2px 0;
		}
			TABLE.tblfields TD.label {
				white-space: nowrap;
			}

/*----------------------------------------------------------------------------------*/
/* Admin Navigation																	*/
/*----------------------------------------------------------------------------------*/
TABLE.adminnav {
	border-collapse: collapse;
}

TABLE.adminnav TD {
	padding: 0;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TABLE.adminnav TD.at {
	background-color: #e3e3e3;
	font-weight: bold;
}

TABLE.adminnav A {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

TABLE.adminnav A:hover {
	background-color: #e3e3e3;
}

/*----------------------------------------------------------------------------------*/
/* Wrap Float																		*/
/*----------------------------------------------------------------------------------*/
.wrapfloat {
	width: 100%;
	overflow: hidden;
}

/**
 * Mailchimp
 */
TABLE#mce_table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
	TABLE#mce_table TR {
		vertical-align: top;
	}
		TABLE#mce_table TR TD {
			padding: 0 2px 5px 2px;
			vertical-align: top;
		}
			TABLE#mce_table TR TD.label {
				padding-top: 5px;
			}
.mc-field-group {
	width: auto;
	overflow: hidden;
	margin: 1em 0;
}
	.mc-field-group LABEL {
		display: block;
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	}
	DIV.mce_inline_error {
		font-size: 80%;
		color: #f00;
	}
DIV#mce-responses,
DIV#mce-responses * {
	margin: 0 0 5px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
	DIV#mce-responses DIV#mce-error-response {
		font: normal 12px Verdana, Arial, Helvetica, sans-serif;
		color: #f00;
	}
	DIV#mce-responses DIV#mce-success-response {
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		color: #445d40;
	}

