﻿body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}

table {
	border: 0px #000 solid;
}


/* LOGO
********************************************/

table.top {
	padding: 0 12px 0 0;
	background-color: #fff;
	color: #000;
}

table.top img {
	margin: 15px auto 0 40px;
}

table.top td a {
	color: #000;
	font-size: .7em;
	text-decoration: none;
}
table.top td a:hover {
	text-decoration: underline;
}

col {
	border-right: 2px fuchsia solid;
}

caption {
	font-size: .8em;
	color: #000;
	border-bottom: 1px #000 solid;
	font-weight: bold;
}

.tborders {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	width: 100%;	
}
.oborders {
	border-top: 0px #000 solid;
	border-bottom: 1px #000 solid;
	width: 100%;
	padding: 12px 0;	
}
table.threecol {
	margin: 6px auto;
	padding: 6px 0;
	width: 75%;
}

table.threecol td {
	margin: 0 auto;
	padding: 0;
	border: 0px #000 solid;	
}
table.threecol img {
	text-align: center;	
	margin: 0 auto;
	padding: 3px;
}

/* FORMS
*************************************************************/
form {margin: 0;}


/* DIRECT LOGIN
*************************************************************/
#dlholder {
	margin: 0;
	font-size: .7em;
}

#dlholder a {
	margin: 6px auto 0 auto;
	color: #000;	
	text-decoration: none;
	padding: 12px auto 0 auto; 
}
#dlholder a:hover {
	text-decoration: underline;
}
.text {font-size: .7em;}

a.loginbtn {
	width: 114px;
	height: 20px;
	overflow: hidden;
	display: block;
	background-image: url('images/login_bg.jpg');
	background-position: 0px 0px;
	text-decoration: none;	
	letter-spacing: -1px;
	color: #005543;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 3px !important;
	margin-top: 0px !important;
	margin-bottom: 0px;
	margin-right: 0px;
}
a.loginbtn:hover, a.loginbtn.active {
	color: #ffffff !important;
	text-decoration: none !important;	
	background-position: 0px -25px;	
}
a.loginbtn:focus, div.loginpanelcontent a:focus {
	outline: none;
}
.loginexpand {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}
.loginpanel{
	position: absolute;
	top:17px;
	left: 3px;
	display: none;
	margin: 0px !important;
	padding: 0px !important;	
}
div.loginpanelcontent {
	background-image: url('images/loginbtn_mid.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 115px;
	letter-spacing: -1px;
	color: #ffffff !important;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 0px;
}
div.loginpanelcontent a {
	letter-spacing: -1px !important;
	color: #ffffff !important;
}
div.loginpanelcontent ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	}
div.loginpanelcontent ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	}

div.loginpanelfooter {
	background-image: url('images/loginbtn_bottom.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 119px;
	height: 7px;
	line-height: 0px;
}



/* SHELL
*************************************************************/
div.shell {
	width: 950px;
	margin: 0 auto;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
}

.clear {clear : both;}

/* FIELDSET CODE: CALCULATORS
**********************************************/
fieldset {
	padding: 0;
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

fieldset p {
	padding:  0 0 0 12px;
	text-align: left;
}

legend {
	font-size: 16px;
	font-weight: normal;
	color: #005542;
	padding-right: 10px;
	padding-left: 5px;
	text-align: left;
	margin: 0 auto;
	border: 0px #D0D0BF solid;
}
table.calcs {
	width: 500px;
	border: 0px #fff solid;
}

table.calcs td {
	border: 0px #fff solid;
	width: 50%;
	padding: 4px;
}

/* HOME CONTENT
*************************************************************/
#home div.content {
	width: 550px;
	_width: 550px;
	float: left;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	min-height: 500px;
	display: block;
}
#home div.content_right {
	width: 200px;
	_width: 190px;
	font-size: .8em;
	float: right;
	display: block;
	border-left: 0px #333 solid;
	min-height: 500px;
	background-color: #fff;
	
}
#home div.content_right p {
	padding: 0 6px;
	padding: 0 3px;
	text-align: left;
	border: 0px #000 solid;
}

/* TWO COLUMN
*************************************************************/

#twocol div.content_tcol {
	width: 525px;
	float: left;
	border: 0px #000 solid;
}

#twocol div.content_dl {
	width: 200px;
	_width: 190px;
	font-size: .8em;
	float: right;
}

div.content_tcol {
	width: 555px;
	float: left;
	margin: 24px 0;
}

div.content_tmain {
	width: 745px;
	float: left;
	margin: 12px 0 0 0;
	border: 0px #000 solid;
}


/* CONTENT
*************************************************************/
div.content_left {
	width: 200px;
	float: left;
	font-size: .8em;
	border-top: 0px solid #000;
	border-left: 0px dotted #000;
	border-right: 0px dotted #000;
	border-bottom: 0px solid #000;
	background-color: #fff;
	min-height: 500px;
	padding: 0;
}
div.content {
	width: 555px;
	float: left;
	border-top: 0px solid #000;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	min-height: 500px;
	_height: 500px;
	background: #fff;
	margin: 24px 0;
	font-size: 12px;
}
div.content_right {
	width: 184px;
	font-size: .8em;
	float: right;
}
div.content h1 {
	margin: 0;
	padding: 3px 0;
	text-transform: capitalize;
	font-size: 14pt;
}
div.content h2 {
	padding: 3px 0;
	border-top: 0px #000 dashed;
	text-transform: capitalize;
	font-size: 12pt;
}
div.content h3 {
	padding: 3px 0;
	border-top: 0px #000 dashed;
	text-transform: capitalize;
	font-size: 11pt;
}

div.content h4 {
	padding: 3px 0;
	border-top: 0px #000 dashed;
	text-transform: capitalize;
	font-size: 10pt;
}
 
div.content h5 {
	padding: 3px 0;
	border-top: 0px #000 dashed;
	text-transform: capitalize;
	font-size: 9pt;
}
/*
div.content h6 {
	padding: 3px 0;
	border-top: 0px #000 dashed;
	text-transform: capitalize;
	font-size: 8pt;
}
*/
div.content p,
div.content_tmain p {
/*	margin: 0;
	padding: 0; */
}

#home div.content a,
#twocol div.content a,
#twocol div.content_tmain a {
	color: #005543;
	text-decoration: none;
}
#home div.content a:hover,
#twocol div.content a:hover,
#twocol div.content_tmain a:hover {
	color: #000;
	text-decoration: underline;
}

/* CONTENT BOTTOM
*************************************************************/
div.footer {
	text-align: center;
	padding: 12px 18px;
	margin-top: 0px;
	font-size: .7em;
	color: #000;
	background: #fff;
	border-top: 0px solid pink;
}
div.footer a:link, a:visited {
	color: #000;
	text-decoration: none;
}
div.footer a:hover, a:active {
	text-decoration: underline;
}

/* NAVIGATION
*************************************************************/

#bnavhighlight #nav a.bbank,
#pnavhighlight #nav a.pbank,
#anavhighlight #nav a.aabout,
#wnavhighlight #nav a.wwealth {
	background-color: #fff;
	border: 0px #F4E7C3 solid;
}



#navbg {
	position: relative;
	border-left: 1px #f90 solid;
	background-position: left;
	background-repeat:repeat-y;
	min-height: 100%;
}

#nav {
	position: absolute;
	float: left;
	list-style: none;
	font-weight: normal;
	padding: 0 0 0 200px;
	margin: 0;
	width: 635px;
	font-family: tahoma;
	border-top: 0px #000 solid;
	border-left: 0px #fff solid;
	border-right: 0px #fff solid;
	border-bottom: 0px #000 solid;
	z-index: 150;
}
#nav ul {
	float: left;
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 18px 0;
}
#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 0;
	text-transform: capitalize;
	font-size: .75em;
	width: 136px;
	font-family: tahoma;
	border-top: 0px #fff solid;
	border-left: 0px #fff solid;
	border-right: 2px #fff solid;
	border-bottom: 0px #fff solid;
	color: #005542;
	background-color: #F4E7C3;
	font-weight: bold;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 159px;
	font-weight: normal;
	margin: 0;
	font-size: .9em;
}
#nav li ul a {
	width: 130px;
	color: #fff;
	text-align: left;
	padding: 6px 0 6px 6px;
	background-color: #005542;
	border-top: 0px #fff solid;
	border-left: 0px #F4E7C3 solid;
	border-right: 0px #F4E7C3 solid;
	border-bottom: 1px #ebebeb solid;
	font-weight: normal;
}
#nav a:hover {
	color: #005542; 
	text-decoration: none;
	background-color: #fff; 
}

#nav li ul ul {
	width: 166px;
	margin: -25px 0 0 136px;
	border-top: 0px #060C64 solid;
	border-left: 2px #fff solid;
	border-right: 0px #000 solid;
	border-bottom: 0px #000 solid;
}
#nav li ul.noclip ul {
	margin-left: -150em;
}
#nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}
#nav li.sfhover ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul ul ul {
	left: -999em;
	display: block;
}
#nav li:hover ul ul {
	left: -999em;
	display: block;
}
#nav li li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li li.sfhover ul {
	left: auto;
	display: block;
}
#nav li.sfhover ul {
	left: auto;
	display: block;
}
#nav li li li:hover ul {
	left: auto;
	display: block;
}
#nav li li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li.sfhover {
	color: #000;
}
#nav li:hover {
	color: #000;
}
/******************* NAVIGATION 2: Left Side *************************/
#nav2, #nav2 ul {
	margin: 0;
	padding: 0;
	float : left; 
	text-transform: capitalize;
	list-style-type: none;
}
#nav2 li {
		_margin: 0;
	_padding: 0;
	_width: 180px;
/*	_line-height: 22px; */
}
#nav2 li a {
	width: 175px;
	*width: 175px;
	display : block;
	color : black;
	font-weight : normal;
	font-size: .85em;
	text-decoration : none;
	text-transform: capitalize;
	margin: 0 0 0 0;
	padding: 0 9px 3px 0;
	_margin: 0 0 0 0;
	_padding: 0 12px 0 0;
	text-align: right;
	background-image: url('images/arrow.jpg');
	background-position: right center;
	background-repeat: no-repeat;	
/*	_height: 12px; */
}
#nav2 li a:hover {
	color : #000;
	font-weight: normal;
	text-decoration: underline;
}

#nav2 li a.none {
	background-image: none;
	_line-height: 32px;	
}

#nav2 li a.none:hover {
	background-image: none;
}
/*
#nav2 li ul {
	width: 175px;
	position : absolute;
	left: -999em;
	margin-left : 0;
	*margin-left : 200px;	
	margin-top : -15px;
	padding: 0;
	list-style-image: none;
	list-style: none;
	background-color: #EFE4C4;
	display: none;
}
#nav2 li ul a {
	/* second-level lists 
	color: #000;
	padding: 2px;
	background-color: #005542;
	z-index: 5;
	text-align: left;
	border-left: 0px blue solid;
	border-bottom: 1px #fff solid;
	display: none;
	font-weight: normal;
}
#nav2 li ul a:hover {
	background-color: #EFE4C4;
	color: #000;
	display: none;
}
#nav2 li ul a:hover {
	/* second-level lists 
	width: 175px;
}
*/

/* CUSTOM OPTIONS TABLE
********************************************/


table.options {
	border: 0px #fff solid;
	font-size: .7em;
}
table.options thead th {}

table.options td {
	padding: 3px;
	border: 0px #000 solid;
}

table.options td img {
	margin: 0 auto;
	padding: 0;
}

table.options a {
	color: #000;
}


/* SLIDE SHOW
********************************************/


/*#mainimg{
    overflow: hidden;
    position: relative;
    min-height: 242px;
	width: 550px;
	float: left;
}

*:first-child+html #mainimg{
	margin-top: 0px;}


#mainimg img{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}*/






/* Slide Show CSS */
#mainimgContainer {
	height: auto;	/* Height Declared by slideshow-outside-container */
}

#slideshow-outside-container, #slideshow-container { 
	overflow: hidden;
	position:relative;
	width: 550px;
}

	/* Declares Height for mainimgContainer */
	#slideshow-outside-container {
		height: 242px;
	}

	#slideshow-container {
		height: 242px;
	}

#slideshow-container img { 
	display:block; 
	position:absolute; 
	width: 550px; 
	height: 242px; 
	top:0; 
	left:0; 
	z-index:1; 
	border-width: 0px ;
}
#slideshow-container-controls {
	text-align: right;
	position: absolute;
	/*height: 20px;*/
	height: 63px;
	width: 20px;
	margin: 0px;
	/*bottom: 0;*/
	top: 10px;
	/*right: 15px;*/
	right: 5px;
	z-index: 40;
}
#slideshow-container-controls div {
	display: block;
	background-image:url(images/slideshow-buttons.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	height: 20px;
	width: 18px;
	float: left;
	margin:0;
	padding: 0 3px 0 0;
	overflow:hidden;
}
#slideshow-container-controls div img {  /* image needs to be 150 x 48px */
	cursor:pointer; 
	height: 20px;
	width: 18px;
	border-collapse: collapse;
	border-width: 0px;
	float:left; 
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#slideshow-container-controls div a {  
	display: block;
	height: 20px;
	width: 18px;
	overflow:hidden;
	padding: 0;
}
#slideshow-container-caption  { 
	height:70px; 
	position:absolute; 
	bottom:0; 
	left:0; 
	right:0; 
	background:#000; 
	z-index:10; 
	overflow:hidden; 
}
* html #slideshow-container-caption { 
	width:100%; 
}
#slideshow-container-caption h3 { 
	font-size:24px; 
	font-weight:bold; 
	color:#fff; 
	padding:10px 10px 3px 10px; 
}
#slideshow-container-caption p	{ 
	color:#eee; 
	font-size:11px; 
	padding:0 10px 10px 10px;
}
.toc-active { 
	/* border-color: #f00 !important;*/
	background-position: 0 -22px !important;
}
/* End of Slide Show CSS */

/* #mainimgContainer {
Height Declared Among Child Elements
	width: 550px;
	text-align: right;
	position: absolute;
	z-index: 500; 
	left: 19px;
	top: 9px;
	overflow: hidden;
}  */




/* CUSTOM CATEGORIES TABLE
********************************************/

table.categories {
	border-bottom: 1px #f4e7c3 solid;
	width: 550px;
}

table.categories thead th {
	color: #005542;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 6px 3px;
	background-color:#F4E7C3
}

table.categories thead th.right {
	color: #005542;
	font-weight: bold;
	text-align: left;
	border-right: 0px #f4e7c3 solid;
	font-size: 1em;
	padding: 3px;
}
table.categories td {
	color: #000;
	font-weight: normal;
	text-align: left;
	border-right: 1px #f4e7c3 solid;
	padding: 6px 3px 3px 6px;
	font-size: .85em;
}
table.categories td a {
	font-size: 11px;
}

table.categories td.none {
	border-right: 0px #f4e7c3 solid;
}

/* CUSTOM PRODUCTS TABLE
********************************************/
table.products {
	margin: 0 auto;
	text-align: center;
	border: none;
	width: 95%;
}

table.products thead th {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: #005542;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;	
	border-bottom: 1px #000 solid;
	min-height: 25px;
	text-align: left;
	vertical-align: bottom;
}

table.products tbody th {
	font-family: Helvetica;
	font-weight: normal;
	font-size: 9pt;
	color: #005542;
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;	
	border-bottom: 0px #000 solid;
	min-height: 25px;
	padding: 6px 3px;
}
table.products td {
	text-align: left;
	border-left: 1px #000 solid;
	padding: 6px;
	vertical-align: top;
	font-size: .7em;
}
table.products td img {
	margin: 0 auto;
	text-align: center;
}

table.products ul {
	margin:0;
	padding-left:13px;
}

table.products thead th a,
table.products tbody th a,
table.products td a {
	color: #D5A00F;
	text-decoration: underline;
}

.navigation {
	margin-right:185px;
}

