
/* ----------------------------------------Secondary Page Styles----------------------------------------*/

.Breadcrumb {
	font-size: x-small;
	margin-top: 10px;
}

.Breadcrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Breadcrumb ul li {
	display: block;
	float: left;
	margin-right: 6px;
}

.SideMenu.LeftHand {
	float: left;
}

.SideMenu, .SideMenu .RightHand {
	float: right;
}

.SideMenu {
	background: url(/assets/images/rounded/side/outline_bottom.jpg) bottom center no-repeat;
	clear: right;
	padding-bottom: 25px;
	width: 225px;
}

/* Use a class of LeftHand if you want to have the side menu
on the left side of the screen. StandardBox must also be set
to right hand */

.SideMenu .Header {
	background: url(/assets/images/rounded/side/outline_top.jpg) top center no-repeat;
}

.SideMenu h4 {
	border-bottom: 1px solid #AAAAAA;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0px 8px 0px 8px;
	padding: 5px;
	padding-top: 15px;
	text-align: center;
}

.SideMenu ul {
	background: url(/assets/images/rounded/side/outline_sides.jpg) top center repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SideMenu ul li {
	background-color:#369;
	margin: 0 9px;
	padding: 0;
}

.SideMenu ul li a {
	background-color: #F9F9F9;
	border-bottom: 1px dashed #369;
	display: block;
	font-weight: bold;
	font-size: .8em;
	margin-left: 3px;
	padding: 5px;
	text-decoration: none;
	width: 194px;
}

.SideMenu ul li>a {
	width: auto;
}

.SideMenu ul li a, .SideMenu ul li.CurrentPage ul li a {
	color: #336699;
}

.SideMenu ul li.CurrentPage ul li a {
	background-image: url(/Assets/Images/menu-bullet.gif);
}

.SideMenu ul li.CurrentPage a {
	color: #611;
}

.SideMenu ul ul li.CurrentPage a {
	background-image: url(/Assets/Images/menu-bullet-current.gif);
	background-repeat: no-repeat;
}

.SideMenu ul ul li {
	margin: 0;
}

.SideMenu ul ul li a {
	background: #F9F9F9 url(/Assets/Images/menu-bullet.gif) 4px center no-repeat;
	padding-left: 25px;
	width: 174px;
}

.SideMenu ul ul ul li a {
	background-position: 15px center;
	padding-left: 35px;
	width: 164px;
}

.SideMenu ul ul ul ul li a {
	padding-left: 45px;
	width: 154px;
}

.SideMenu ul li a:hover {
	background-color: #CFE5FA;
}

.ExecutiveProfile {
	border-bottom: 1px solid #AAAAAA;
	clear: left;
	padding-top: 10px;
	margin-left: 10px;
}

.ExecutiveProfile img {
	border: 1px solid #AAAAAA;
	float: left;
	margin-right: 10px;
}

.ExecutiveProfile ul {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ExecutiveProfile p {
	clear: both;
}

.AdditionalInformation {
	background-color: #F9F9F9;
	border: 1px solid #336699;
	clear: right;
	float: right;
	margin: 10px;
	margin-left: 20px;
}

.AdditionalInformation h5 {
	background-color: #336699;
	border-bottom: 1px solid #336699;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px;
	text-align: center;
}

.AdditionalInformation ul {
	list-style-type: none;
	margin: 3px;
	padding: 0px;
}

.AdditionalInformation ul li {
	font-weight: bold;
	font-size: 80%;
	padding: 3px;
}

.MarketTable {
	border: 1px solid #336699;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 550px;
}