
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#3b3b3b;
	font-size:13px;
	line-height:16px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#e5e5e5 url(../images/bg.jpg) left top repeat-x;
}
a {			color:#941818; text-decoration:none; }
a:hover {	color:#0055a4; text-decoration:underline !important; }

a .heading2, a .heading3, a .heading4 {color:#941818;}
a:hover .heading2, a:hover .heading3, a:hover .heading4 {color:#0055a4;}



strong, b { font-weight:bold;}

.clear {	clear:both !important;	font-size:0; height:0; }


input {
	background:#fff url(../images/bg_input.jpg) bottom left repeat-x;
	border:1px solid #cecece;
	padding:3px;
	margin:0;
	color:#7c6356;
}
button {
	border:none;
	background:none;
	margin:0;
	padding:0;
}


hr {
	color:#fff;
	background:#fff;
	border-bottom:1px dashed #777;
	border-left:none;
	border-right:none;
	border-top:none;
	height:1px;
}



/* ------------------------------------------------- background wrappers ----------------------------------- */
#bgTile {
	width:980px;
	padding:0;
	margin:0 auto;
	background:url(../images/bg_tile.jpg) top left repeat-y;
}
#bgHeader {
	width:980px;
	padding:0;
	margin:0 auto;
	background:url(../images/bg_header.jpg) top left no-repeat;
}





/* ------------------------------------------------- header ------------------------------------*/
#header {
	margin:0 auto;
	padding:0;
	width:960px;
	height:235px;
	z-index:100;
}


/* ------------------- logo ------------------- */
#header h1 {
	margin:0;
	padding:0;
}
#header h1 a {
	width:290px;
	height:90px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	display:inline-block;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
}

#header a:hover {text-decoration:none !important;}






/* ------------------------------------------------- content ----------------------------------- */
#content {
	overflow:hidden;
	float:left;
	display:inline;
}






/*---------------------- general subpage styles -------------------------*/
h1 {
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#310;
}

h2, .heading2, .heading2grey {
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin:10px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2, .heading2 {	color:#0e76ce;}
.heading2grey {	color:#777;}


.heading2 a,
a .heading2 { color:#0e76ce; }

.heading2 a:hover,
a:hover .heading2 { text-decoration:underline; }


h3, .heading3 {
	font-size:16px;
	line-height:18px;
	color:#0e76ce;
	font-weight:bold;
	margin:10px 0 5px 0;
}

h4, .heading4 {
	font-size:16px;
	line-height:18px;
	color:#0e76ce;
	font-weight:normal;
	margin:10px 0 0 0;
}



p {
	padding:10px 0;
}

ul {
	list-style:outside;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
li {
	margin-left:30px;
	padding:4px 0;
}




/*---------------------- login buttons table -------------------------*/
table.loginTable td {
	padding-right:5px;
}
table.loginTable td.loginButtons {
	width:50%;
	border-left:1px dashed #c0c0c0;
}

table.loginTable p {
	margin:0;
	padding:0;
}

span.buttonAA a,
span.buttonWM a {
	width:220px;
	height:40px;
	margin:0 auto 5px auto;
	padding:0;
	text-indent:-1000em;
	display:block;
}

span.buttonAA a { background:url(../images/button_acct_access.jpg) top left no-repeat; }
span.buttonAA a:hover {	background:url(../images/button_acct_access_over.jpg) top left no-repeat; }

span.buttonWM a { background:url(../images/button_wealth_mgr.jpg) top left no-repeat; }
span.buttonWM a:hover {	background:url(../images/button_wealth_mgr_over.jpg) top left no-repeat; }







/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:240px;
	float:right;
	display:inline;
}

form table.cmsForm {
	float:right;
	display:inline;/*
	color:#9a9a9a;*/
	font-size:12px;
	line-height:14px;
	width:410px;
}/*
form * {
	font-size:12px;
}*/
form table.cmsForm input, form table.cmsForm select {/*
	color:#666;*/
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:50%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}




/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}
















/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both;
	margin:0 auto;
	padding:25px 20px 20px;
	width:940px;
	background:url(../images/bg_footer.jpg) top center no-repeat;
	text-align:right;
	font-size:11px;
	line-height:12px;
	color:#666;
}

#footer a { color:#666;}

#footer p {
	margin:0 0 5px 0;
	padding:0;
}

#footer p.legal {
	font-size:10px;
	color:#777;
}
#footer p.legal a {
	text-decoration:underline;
}
#footer p.legal a:hover {
	color:#000;
}


#footer p.phone {
	float:left;
	clear:both;
	display:inline;
	margin-top:-20px;
	padding-left:9px;
	font-size:12px;
}

#footer p.masterlink {
	color:#aaa;
	float:right;
	clear:both;
	display:inline;
	margin-top:5px;
	padding-left:9px;
}
#footer p.masterlink a {
	color:#aaa;
}

#footer ul#links {
	clear:both;/*
	float:left;*/
	display:inline-block;
	width:940px;
	margin:0 auto;
	padding:15px 0 0;
	line-height:20px;
	list-style:none;
	text-align:center;
	border-top:1px solid #ddd;
}
#footer ul#links a {color:#666;}


#footer ul#links li {
	display:inline;
	margin:0 9px;
}

/*------------------------------------ NEW TABLES ------------------------------------*/
.disclaimer {
	font-size: 11px;
	font-style: italic;
	color: #FFCC00;
	}
	
	
table.CMSTable {
	margin:0;
	padding:0;
}

table.CMSTable td {
	padding:0 15px 15px 0;
	margin:0;
	width:300px;
	vertical-align:top;
	text-align:center;
	background-color: #D8E9F3;
}

table.CMSTable td .heading2 {
	display:block;
	border-bottom:1px solid #ccc;
}

table.CMSTable td img {
	margin:0 0 5px 0 !important;
}

table.CMSTable td a:hover img {
	border:1px solid #0e76ce;
}
	