#topnav {
	background: url(/images/topnav_background.jpg) no-repeat;
	margin: 0px auto;
	height: 75px;
	width: 814px;
	padding: 14px 14px 0px;
}
#topnav ul#menulist_root {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#topnav ul#menulist_root li {
	font: 10px/11px Verdana, Arial, Helvetica, sans-serif;
	height: 33px;
	float: left;
	text-align: center;
	text-transform: uppercase;
}
#topnav ul#menulist_root li a {
	font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 22px;
	padding-top: 11px;
	float: left;
	text-align: center;
	display: block;
	color: #fff;
	vertical-align: middle;
}

/*Tab Widths */

#topnav ul#menulist_root li#menuitem_1, 
#topnav ul#menulist_root li#menuitem_1 a { /*Home*/
	width: 61px;
}
#topnav ul#menulist_root li#menuitem_2 { /*Who*/
	width: 81px;
}
#topnav ul#menulist_root li#menuitem_2 a { /*Who*/
	width: 61px;
	padding-right: 10px;
	padding-left: 10px;
}
#topnav ul#menulist_root li#menuitem_3,
#topnav ul#menulist_root li#menuitem_3 a { /*Difference*/
	width: 131px;
}
#topnav ul#menulist_root li#menuitem_4,
#topnav ul#menulist_root li#menuitem_4 a { /*Practice Management */
	width: 116px;
}
#topnav ul#menulist_root li#menuitem_5,
#topnav ul#menulist_root li#menuitem_5 a { /*Wealth Management*/
	width: 117px;
}
#topnav ul#menulist_root li#menuitem_6,
#topnav ul#menulist_root li#menuitem_6 a { /*Advisory*/
	width: 96px;
}
#topnav ul#menulist_root li#menuitem_7,
#topnav ul#menulist_root li#menuitem_7 a { /*Transition*/
	width: 103px;
}
#topnav ul#menulist_root li#menuitem_8,
#topnav ul#menulist_root li#menuitem_8 a { /*Technology*/
	width: 109px;
}

/*Tab Backgrounds */

#topnav ul#menulist_root li#menuitem_1 a {
	background: url(/images/topnav_home.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_2 a {
	background: url(/images/topnav_who.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_3 a {
	background: url(/images/topnav_difference.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_4 a {
	background: url(/images/topnav_practice.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_5 a {
	background: url(/images/topnav_wealth.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_6 a {
	background: url(/images/topnav_advisory.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_7 a {
	background: url(/images/topnav_transition.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_8 a {
	background: url(/images/topnav_technology.jpg) no-repeat;
}

/*Tab Hover */

#topnav ul#menulist_root li#menuitem_1 a:hover {
	background: url(/images/topnav_home2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_2 a:hover {
	background: url(/images/topnav_who2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_3 a:hover {
	background: url(/images/topnav_difference2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_4 a:hover {
	background: url(/images/topnav_practice2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_5 a:hover {
	background: url(/images/topnav_wealth2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_6 a:hover {
	background: url(/images/topnav_advisory2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_7 a:hover {
	background: url(/images/topnav_transition2.jpg) no-repeat;
}
#topnav ul#menulist_root li#menuitem_8 a:hover {
	background: url(/images/topnav_technology2.jpg) no-repeat;
}
#topnav ul#menulist_root li a:hover {
	color: #000;
}

/*Tab Current */

#topnav ul#menulist_root li.mainlevel_current#menuitem_1 a {
	background: url(/images/topnav_home2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_2 a {
	background: url(/images/topnav_who2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_3 a {
	background: url(/images/topnav_difference2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_4 a {
	background: url(/images/topnav_practice2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_5 a {
	background: url(/images/topnav_wealth2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_6 a {
	background: url(/images/topnav_advisory2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_7 a {
	background: url(/images/topnav_transition2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current#menuitem_8 a {
	background: url(/images/topnav_technology2.jpg) no-repeat;
}
#topnav ul#menulist_root li.mainlevel_current a {
	color: #000;
}

/* 2 line buttons */
#topnav ul#menulist_root li#menuitem_2 a,
#topnav ul#menulist_root li#menuitem_3 a,
#topnav ul#menulist_root li#menuitem_4 a,
#topnav ul#menulist_root li#menuitem_5 a, 
#topnav ul#menulist_root li#menuitem_6 a {
	padding-top: 6px;
	height: 27px;
}


/* Subnav */
#topnav ul#menulist_rootsub {
	margin: 0px auto;
	list-style: none;
	font: 10px/32px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0px;
	height: 32px;
	width: 842px;
	text-align: left;
	clear: left;
}
#topnav ul#menulist_rootsub li {
	font: 10px/32px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/subnav_pipe.gif) no-repeat left center;
	white-space: nowrap;
	display: inline;
	text-align: center;
}
#topnav ul#menulist_rootsub li#menuitem_1sub {
	background: none;
}
#topnav ul#menulist_rootsub li a {
	font: 10px/32px Verdana, Arial, Helvetica, sans-serif;
	color: #194254;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	white-space: nowrap;
}
#topnav ul#menulist_rootsub li a:hover {
	text-decoration: underline;
}
/* Current Sub */
#topnav ul#menulist_rootsub li.mainlevel_currentsub a {
	color: #000;
	font-weight: bold;
}
/* Bottomnav */
#bottomnav {
	padding-top: 6px;
}
#bottomnav ul {
	margin: 0px auto;
	list-style: none;
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 900px;
	text-align: center;
	clear: left;
}
#bottomnav ul li {
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	background: url(/images/bottomnav_pipe.gif) no-repeat left center;
	white-space: nowrap;
	display: inline;
	text-align: center;
	text-transform: uppercase;
}
#bottomnav p {
	font: 9px/17px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	padding-top: 6px;
	border-top: 1px solid #E6E6E1;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	text-transform: uppercase;
}
#bottomnav ul li a {
	font: 10px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 10px;
	text-align: center;
	white-space: nowrap;
}
#bottomnav ul li a:hover {
	text-decoration: underline;
}
#bottomnav ul#menulist_rootbottom1 li#menuitem_1bottom1,
#bottomnav ul#menulist_rootbottom1 li#menuitem_2bottom1,
#bottomnav ul#menulist_rootbottom2 li#menuitem_1bottom2 {
	background: none;
}
#bottomnav ul#menulist_rootbottom1 li#menuitem_1bottom1 {
	display: none;
}
/*#bottomnav ul#menulist_rootbottom1 li#menuitem_5bottom1,
#bottomnav ul#menulist_rootbottom2 li#menuitem_4bottom2,
#bottomnav ul#menulist_rootbottom1 li#menuitem_6bottom1 {
	display: none;
}*/
#content div#subnav_technology ul {
	margin: 10px 0px;
	height: 23px;
	width: 473px;
	background: url(/images/navbar_green.jpg) no-repeat;
	padding: 0px;
	list-style: none;
}
#content div#subnav_technology ul li {
	font: 10px/23px Verdana, Arial, Helvetica, sans-serif;
	height: 23px;
	float: left;
	text-align: center;
}
#content div#subnav_technology ul li a {
	font: bold 10px/23px Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	_height: 23px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	_padding-top: 0px;
}
#content div#subnav_technology ul li a u {
	text-decoration: none;
	background: url(../images/navbar_arrow_white.jpg) no-repeat 4px 3px;
	padding-right: 4px;
	padding-left: 4px;
}
#content div#subnav_technology ul li a:hover u {
	background: url(../images/navbar_arrow_black.jpg) no-repeat 4px 3px;
}
#content div#subnav_technology ul li.on a u {
	background: url(../images/navbar_arrow_black.jpg) no-repeat 4px 3px;
}
#content div#subnav_technology ul li#clic,
#content div#subnav_technology ul li#clic a {
	width: 338px;
}
#content div#subnav_technology ul li#cir,
#content div#subnav_technology ul li#cir a {
	width: 135px;
}
#content div#subnav_technology ul li#clic a:hover {
	background: url(/images/navbar_tan_left.jpg) no-repeat;
	color: #000;
}
#content div#subnav_technology ul li#clic.on a {
	background: url(/images/navbar_tan_left.jpg) no-repeat;
	color: #000;
}
#content div#subnav_technology ul li#cir a:hover {
	background: url(/images/navbar_tan_right.jpg) no-repeat right;
	color: #000;
}
#content div#subnav_technology ul li#cir.on a {
	background: url(/images/navbar_tan_right.jpg) no-repeat right;
	color: #000;
}
#footer {
	text-align: center;
	margin: 0px auto;
	width: 200px;
}
#footer input {
	width: 100px;
}
#main_top img.pagetitle {
	margin-bottom: 12px;
}
