@charset "utf-8";
body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 770px;
	margin: 0 auto;
	margin-top: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-y;
	background-position: 0px;
	height: 1%;
} 
html>body .twoColFixLtHdr #container {
	height: auto;
}
.twoColFixLtHdr #container #header {
	height: 65px;
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	/*clear: both;*/
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #container #header #topmenu img {
	display: block;
	float: right;
}
.twoColFixLtHdr #container #header #topmenu p {
	color:#666666;
	font-size: 75%;
	text-decoration: none;
	text-align: right;
	padding-right: 8px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #header #topmenu a {
	text-decoration: none;
	text-align: right;
	padding-right: 8px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
.twoColFixLtHdr #container #header #topmenu a:hover {
	color:#000000;
	text-decoration: underline;
	text-align: right;
	padding-right: 8px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.twoColFixLtHdr #container #header #topmenu {
	background-image: url(images/gold-bar.jpg);
	background-repeat: no-repeat;
	height: 19px;
	background-position: right;
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left: 30px;
	/*margin-top: 20px;*/
	height: 470px;
}
.twoColFixLtHdr #container #sidebar1 #login {
	background-repeat: no-repeat;
	height: 203px;
	width: 173px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #sidebar1 #login p {
	font-size: 70%;
	color: #00549D;
	text-align: center;
	padding-top: 6px;
	margin: 0px;
	padding-bottom: 4px;
}
.twoColFixLtHdr #container #sidebar1 #login a {
	color: #00549D;
	text-align: center;
	padding-top: 6px;
	margin: 0px;
	padding-bottom: 4px;
	text-decoration:none;
}
.twoColFixLtHdr #container #sidebar1 #login a:hover {
	color: #00549D;
	text-align: center;
	padding-top: 6px;
	margin: 0px;
	padding-bottom: 4px;
	font-weight:bold;
	/*text-decoration:underline;*/
}
.twoColFixLtHdr #container #sidebar1 .srollover {
	color: #DDD;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #sidebar1 a.srollover {
    display: block;
    width: 173px;
    height: 40px;
    background: url(images/btn-leftnav.jpg) 0 0 no-repeat;
    text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover.srollover {
    background-position: -173px 0;
	color:#222;
} 
.twoColFixLtHdr #container #header img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header #mcw {
	margin-top: 16px;
}
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(images/FDIC-EHL-blk-on-wht.jpg);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	height: 35px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
	margin-left: 27px;
} 
.twoColFixLtHdr #footer p {
	font-size: 70%;
	color: #888;
	text-decoration: none;
	text-align: right;
	display: block;
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-style: italic;
}
.twoColFixLtHdr #footer a {
	color: #888;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #footerno {
	padding: 0;

	background-repeat: no-repeat;
	background-position: 1px 5px;
	height: 35px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
	margin-left: 27px;
} 
.twoColFixLtHdr #footerno p {
	font-size: 70%;
	color: #888;
	text-decoration: none;
	text-align: right;
	display: block;
	margin: 0;
	padding: 10px 0px 0px 0px;
	font-style: italic;
}
.twoColFixLtHdr #footerno a {
	color: #888;
	text-decoration: none;
}
.twoColFixLtHdr #footerno a:hover {
	color: #000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent #bannerad {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #bannerad img {
	margin-top: 20px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #condolences {
	margin-top: 10px;
	padding: 8px;
	color: #333;
	font-size: 80%;
	border: thin solid #C00;
}
.twoColFixLtHdr #container #mainContent #headerbanner {
	background-image:url(images/content-banner.jpg);
	background-repeat:no-repeat;
	/*height: 128px;*/
	width: 540px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #headerbanner h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	line-height:normal;
	font-size:110%;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 0px;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 40px;
}
.twoColFixLtHdr #container #mainContent #headerbanner h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#00549e;
	line-height:115%;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(images/GoldH2.png);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container #mainContent #headerbanner h3 {
	font-family:Tahoma, Arial, sans-serif, Helvetica;
	color:#333333;
	line-height:115%;
	font-size:80%;
	font-style:none;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #headerbanner p {
	font-family:Tahoma, Arial, sans-serif, Helvetica;
	color:#666666;
	line-height:115%;
	font-size:80%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #headerbanner li {
	font-family:Tahoma, Arial, sans-serif, Helvetica;
	color:#666666;
	line-height:115%;
	font-size:80%;
	font-style:italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #headerbanner ul {
	margin:0px;
	margin-left:30px;
	padding:0px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	display: inherit;
}
.twoColFixLtHdr #container #mainContent #rtpad {
	margin-right:24px;
}
.twoColFixLtHdr #container #mainContent #hometable p {
	font-family:Tahoma, Arial, sans-serif, Helvetica;
	color:#666666;
	line-height:115%;
	font-size:80%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent #hometable h3 {
	font-family:Tahoma, Arial, sans-serif, Helvetica;
	color:#333333;
	line-height:115%;
	font-size:80%;
	font-style:none;
	font-weight:bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	/*margin:0 auto;*/
	width:500px;
	height:30px;
	position:relative;
	z-index:100;
	/*border-right:0px solid #FFF;*/
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	text-align:left;
	float: right;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:501px; w\idth:500px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px; margin-left:5px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li.sub {float:left;width:100px;position:relative;}
.menu li.top {float:left;width:100px;position:relative; background-image:url(images/btn-topnav.jpg); background-repeat:no-repeat;}

/* style the links for the top level */
/*.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}*/
.menu a, .menu a:visited {display:block;font-size:14px;text-decoration:none; color:#FFF; width:87px; height:27px; border:3px solid #fff; border-width:3px 0 3px 5px; /*background:#E5DEB4*/ /*url(images/cb-button.gif) no-repeat 115px center*/ padding-left:10px; line-height:29px; font-weight:normal; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:100px; w\idth:85px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:33px;left:0; width:100px;border-top:3px solid #fff;}
/* another hack for IE5.5 */
* html .menu ul ul {top:38px;t\op:32px;}

/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#E5DEB4; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0px 0px 3px 0px; font-size:80%;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:117px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#201B51;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#201B51;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.twoColFixLtHdr #container #mainContent #hometable p {
}
.twoColFixLtHdr #container #mainContent #hometable p a:link {
	color:#666666;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent #hometable p a:visited {
	color:#666666;
	text-decoration:none;
}
.twoColFixLtHdr #container #mainContent #hometable p a:hover {
	color:#0000FF;
	text-decoration:none;
}
	

