/*-------------------------------------------------------------------
Site Required
-------------------------------------------------------------------*/

body, td {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #504726;
	margin: 0;
	padding: 0;
}

a:link, a:visited {	text-decoration: underline; color: #00703c; }
a:hover, a:active {	text-decoration: underline; }

h1 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 15px; color: #000000; margin:0; padding:0; font-weight: bold; }
h2 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 14px; color: #000000; margin:0; padding:0; font-weight: bold; }
h3 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 13px; color: #000000; margin:0; padding:0; font-weight: normal; }
h4 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 12px; color: #000000; margin:0; padding:0; font-weight: normal; }
h5 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 10px; color: #000000; margin:0; padding:0; font-weight: normal; }
h6 { font-family: Arial, Helvetica, Tahoma, Verdana; font-size: 9px; color: #000000; margin:0; padding:0; font-weight: normal; }

/*-------------------------------------------------------------------
Custom
-------------------------------------------------------------------*/



#overlay {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.50; /*Firefox Opacity*/
	filter: alpha(opacity=50); /*IE Opacity*/
	opacity:.50; /*Standard Opacity*/
	background: #000;
}

#dialog {
	display: none;
	overflow: auto; /*Set to none to remove scrollbar*/
	text-align: left;
	z-index: 11000;
	position: fixed;
	top:50%;
	left:50%;
	width:500px;
	height:360px;
	margin:-180px 0 0 -270px; /*Set to 1/2 the with and height*/
	padding: 0px 20px 15px 20px;
	background: #C0C0C0;
	background-image: url('/images/notification_gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.site_alert_banner {
	padding: 10px 10px 10px 10px;
	background-color: #fffff0;
	background-image: url(/images/site_alert_banner.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #000000;

}
/*-------------------------------------------------------------------
-------------------------------------------------------------------*/


a img {
	border: none;
}

#wrapper {
	margin: 0 auto; 
	width: 850px;
}

#header {
	float: left;
	width: 100%;
	background: url(/images/header_bg.png) repeat-x bottom left #000;
}

#logo {
	float: left;
	padding: 15px;
}

#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 30px 0 0 50px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	text-indent: -5000px;
	display: block;
	height: 55px;
	background: url(/images/nav_sprites.png) no-repeat;
}

/* Normal */
#nav .home a { width: 51px; background-position: 0 0; }
#nav .personal a { width: 78px; background-position: -51px 0; }
#nav .business a { width: 69px; background-position: -129px 0; }
#nav .home_loans a { width: 84px; background-position: -198px 0; }
#nav .trust_and_investments a { width: 132px; background-position: -282px 0; }
/* Hover */
#nav .home a:hover { width: 51px; background-position: 0 -50px; }
#nav .personal a:hover  { width: 78px; background-position: -51px -50px; }
#nav .business a:hover  { width: 69px; background-position: -129px -50px; }
#nav .home_loans a:hover  { width: 84px; background-position: -198px -50px; }
#nav .trust_and_investments a:hover  { width: 132px; background-position: -282px -50px; }
/* Selected */
#nav .home a.selected { width: 51px; background-position: 0 -100px; }
#nav .personal a.selected { width: 78px; background-position: -51px -100px; }
#nav .business a.selected { width: 69px; background-position: -129px -100px; }
#nav .home_loans a.selected { width: 84px; background-position: -198px -100px; }
#nav .trust_and_investments a.selected { width: 132px; background-position: -282px -100px; }

#dashboard {
	float: right;
	width: 120px;
	font-size: 10px;
	text-transform: uppercase;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 10px;
	border-left: 1px solid #3B3B3B;
}
#dashboard li {
	margin: 0;
	padding: 0;
}
#dashboard a {
	color: #FFF;
	text-decoration: none;
}
#dashboard a:hover {
	color: #999;
}

#body {
	float: left;
	width: 100%;
	background: #ffffff;
}

#home_cap {
	height: 24px;
	background: url(/images/cap_bg.png) repeat-x;
}
#content_cap {
	height: 48px;
	background: url(/images/cap_bg.png) repeat-x;
}
#home_cap p, #content_cap p {
	font-size: 10px;
	color: #000;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
	padding: 5px 10px;
}

#home_content {
	float: left;
	width: 611px;
	margin: 0;
	padding: 0 5px 0 0;
}
#home_banner {
	float: right;
	padding: 10px 5px 0 0;
	width: 229px;
	color: #000000;
}

#home_banner a {
        color: #000000;
}

#content {
	float: right;
	padding: 0 6px 25px 10px;
	width: 600px;
	margin-top: 10px;
}

#aside {
	float: left;
	width: 208px;
	margin: 10px 0px 10px 10px;
	padding-right: 5px;
	min-height: 300px;
	border-right: 1px solid #DDD7B9;
}

#aside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#aside li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDD7B9;
}

#aside ul li a {
	display: block;
	color: #504726;
	text-decoration: none;
	padding: 5px 0 5px 5px;
}
#aside ul li a:hover {
	color: #000;
	background: #DDD7B9;
	padding: 5px 0 5px 5px;
}

#aside ul li ul li {
	display: block;
	color: #504726;
	text-decoration: none;
	padding: 0px 0 0px 15px;
	border: 0px solid #cfcfcf;
}

#footer {
	clear: both;
	padding-top: 3px; 
	height: 52px;
	background: url(/images/footer_bg.png) repeat-x;
}
#footer a, #footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer_bar {
	font-size: 10px;
	color: #FFF;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 10px;
}
#footer_bar a, #footer_bar a:hover {
	text-decoration: none;
	color: #ffffff;
}
