﻿
#NavBar 
{
	padding-top: 5px;
	height: 38px;
	margin-left: 15px;
	width: 920px;
}

#PersonalImage
{
	background-image: url(/cfb/images/nav/personal.jpg);
}


#BusinessImage
{
	background-image: url(/cfb/images/nav/business.jpg);
}

#MortgageImage
{
	background-image: url(/cfb/images/nav/mortgage.jpg);
}

#WealthImage
{
	background-image: url(/cfb/images/nav/wealth.jpg);
}

#AboutImage
{
	background-image: url(/cfb/images/nav/about.jpg);
}

#NavBar .linkImage
{
	border: 0px;
	background-repeat: no-repeat;
	background-position: left;
}

div.pdmenu + p
{
	clear: both;
}

#NavBar div.pdmenu
{
	padding-left: 0px;
	margin: 0 !important;
}

#NavBar div.pdmenu ul
{
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none; /* we don't want to view the list as a list */
}
#NavBar div.pdmenu li
{
	width: 182px;
	height: 38px;
	margin: 0 0px 0 0;
	padding: 0;
	text-decoration: none;
	float: left;
	border-right: 1px solid #0C385F;
}

#NavBar div.pdmenu li table 
{
    margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
    m\argin:0;               /* re-zero the table margins for everyone but IE5 */
    border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	position: relative;
}

#NavBar div.pdmenu a
{
	text-decoration: none;
	display: block;
	color: #000000;
}

#NavBar div.pdmenu a:hover
{
	text-decoration: none;
}

#NavBar .subMenu
{
	display: none;
	position: relative;
	z-index: 9999;
}

#NavBar .subMenuShow
{
	visibility: visible;
	display: block;
	position: relative;
	top: -8px;
	left: 3px;
	z-index: 9999;
	margin: 0 !important;
}

#NavBar .subMenuShow .Photo
{
	float: right;
	height: 78px;
	width: 128px;
	margin-right: 12px;
	padding-top: 3px;
	z-index: 9999;
}

/* 
	Used to position the "About" menu to the left
	so it doesn't go off the screen for resolution 1024x768
*/

#NavBar .subMenuShowAbout
{
	visibility: visible;
	display: block;
	position: relative;
	top: -8px;
	left: -90px;
	margin: 0 !important;
	z-index: 9999;
}

#NavBar .rightLinks
{
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 5px;
	font-family: Tahoma, sans-serif;
	float: right;
	clear: right;	
}

#NavBar .rightLinks a
{
	color: #0000CC;
	text-decoration: underline;
}

#NavBar .rightLinks a:hover
{
	color: #999999;
	text-decoration: underline;
}
#NavBar .rightLinks ul li
{
	height: 10px;
	width: 110px;
	background-image: url(/cfb/images/nav/nav_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 13px;
	border-right: 0;
}


#NavBar .leftLinks
{

	float: left;
	width: 127px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
}

#NavBar .leftLinks ul
{

}
#NavBar .leftLinks a
{
	color: #000000;
	text-decoration: underline;
}
#NavBar .leftLinks a:hover
{
	color: #999999;
	text-decoration: underline;
}
#NavBar .leftLinks ul li
{
	height: 10px;
	width: 100px;
	background-image: url(/cfb/images/nav/nav_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 13px;
	margin-left: 5px;
	border-right: 0;
}

.dropMenuTop
{
	background-image: url(/cfb/images/dropdowns/top_shadow.png);
	width: 271px;
	height: 4px;
}

.dropMenuBottom
{
	background-image: url(/cfb/images/dropdowns/bottom_shadow.png);
	width: 271px;
	height: 8px;
}

.dropMenuBody
{
	background-image: url(/cfb/images/dropdowns/slice_shadow.png);
	padding-bottom: 3px;
}

.Summary 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 255px;
	left: 4px;
	background-image: url(/cfb/images/blue_bg.gif);
	margin: 0;
}

.Summary td 
{
	padding: 5px;
}


/* Left Navigation  */
#leftNav 
{
	background-image: url(/cfb/images/subpage/left_nav_bg.gif);
}

#leftNav a 
{
	background-image: url(/cfb/images/subpage/nav_bullet_blue_green.gif);
	/*background-position: 8px 50%;*/
	background-position: 8px 6px;
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 25px;
	text-decoration: none;
}

#leftNav a:hover {
	background-image: url(/cfb/images/subpage/nav_bullet_blue.gif);
	background-repeat: no-repeat;
	/*background-position: left;*/
	background-position: 8px 6px;
	background-color:#FFFFFF;
	color: #000099;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	padding-left: 25px;
	text-decoration: none;
}

#leftNav ul
{
	list-style-type: none;
	margin: 0;
}


#leftNav .secondaryItem a
{
	background-image: url(/cfb/images/nav/whitedash.gif);
	background-position: 15px 8px;
}

#leftNav .secondaryItem a:hover
{
	background-image: url(/cfb/images/nav/bluedash.gif);
	background-position: 15px 8px;
}