@charset "utf-8";
/* Basic page.cfm styles */

#level2pagetitlebg {
	background: rgb(59,55,49);  /*this is for you, IE8*/
	background: rgba(59, 55, 49, .8);
	width:978px;
	min-height:67px;
	top:95px;
	left:10px;
	margin: 0;
	padding:3px;
	position:absolute;
/*	z-index:4;*/
}
#level2pagetitle {
	color:#fff;
	position:relative;
	width:860px;
	left:105px;
/*	background-color:green;*/
}
#level2pagetitle h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.8em;
	margin:-2px 0 0 0;
}
#level2pagetitlecrumbs {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	position:relative;
	margin:0 0 0 183px;
	left:0px;
	width:785px;
	color:#fff;
	float:left;
/*	background:red;*/
}
#level2pagetitlecrumbs a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#fdba31;
	font-size:1em;
	font-weight:normal;
}

#level2pagecontainer {
/*		background:red;
	width:420px;*/
	margin:25px 0 10px 0;
	position:relative;
	padding: 0 0 10px 0;
	left:10px;
	top:48px;
	width:978px;
	float:left;
}

#leftcontainer{
	float:left;
	width:200px;
}

#sidenav {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius-bottomright: 5px;
	border:#3d383f 1px solid;
	background:#666666;
	background:-webkit-gradient(linear, left bottom, left top, from(#3e3540), to(#666666));
	background:-moz-linear-gradient(top, #666666, #3e3540);/**/
	padding:5px 5px 10px 10px;
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:-1px 0 45px 0;
	position:relative;
}
#sidenav a {
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:1.2em;
}
#sidenav a:hover {
	color:#fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	background:#bba4d3;
}
#sidenav ul{
	list-style-type:none;
}
#sidenav .current{
	background:#512683;
	color:#fdba31;
	padding:1px 0 2px 30px;
	margin:2px 0 1px -30px;
	width:187px;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.7);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.7);
	box-shadow: 0 3px 8px rgba(0,0,0,.7);
	list-style-type:none;
	font-size:1.2em;
}
#sidenav .current a{
	color:#fdba31;
}
#sidenav .triangle-l{
	border-color: transparent #31174f transparent transparent;
	border-style:solid;
	border-width:13px;
	height:0;
	width:0;
	position:relative;
	float:left;
	top:-14px;
	left:-43px;
	margin:0 -26px 0 0; /*readjustment for offset*/
	z-index:-1;
/*	background:red;*/
}
#sidenav .triangle-r{
	border-color: transparent transparent transparent #31174f;
	border-style:solid;
	border-width:13px;
	height:0;
	width:0;
	position:relative;
	float:right;
	top:-14px;
	right:-27px;
	z-index:-1;
}
#sidenav .children .current{
	margin:2px 0 1px -50px;
}
#sidenav .children .triangle-l{
	left:-63px;
}
#sidenav ul li ul {
	margin:0 0 0 10px;
}
#sidenav ul li ul li ul{
}
#sidenav .children{
	margin:0 0 2px -20px;
	background:#3c2f4c;/**/
	padding:3px 5px 7px 38px;
	width:155px;
/*	left:-70px;*/
	-webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .8);
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, .8);
	color:#fff;
}
#sidenav .peersSub {
	list-style-image:url(../images/10sidenavplus.png);
}
#sidenav .peers {
	list-style-image:url(../images/10sidenavdot.png);
}
#officeinfo{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background: rgb(249,244,251);  /*this is for you, IE8*/
	background: rgba(249, 244, 251, .8);
	padding:7px;
	margin: 10px 0 0 -5px;
	color:#000;
	position:relative;
}

#officeinfo p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	font-size:1.1em;
	line-height:150%x;
}

#officeinfo a{
	border-bottom:1px dotted;
	color: #52247f;
}

#level2pagecontent{
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	border:#BFBFBF 1px solid;
	width:740px;
	position:relative;
	top:0px;
	float:right;
	padding: 5px 10px 10px 10px;
	margin:15px 0 45px 10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#level2pagecontent p {
	color:#333;
	font-size: 1.2em;
	line-height:150%;
}
#level2pagecontent ul {
	margin: 5px 0 0 20px;
	line-height:150%;
	font-size:12px;
}
#level2pagecontent ul ul {
	list-style-type:disc;
}
#level2pagecontent ol {
	margin: 5px 0 0 20px;
	font-size:12px;
}
#level2pagecontent li {
}
#level2pagecontent a{
	font-weight:normal;
	border-bottom:dotted 1px;
}
#level2pagecontent a strong{
	font-weight:normal;
}
#level2pagecontent ul {
	list-style:disc;
}
#level2pagecontent li p {
	font-size:110%;
}
#level2pagecontent img {
	border: solid 6px #f8f8ff;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	margin: 20px;
}
#level2pagecontent a img {
	border:none;
	margin: 2px 2px 0 2px;
}

#level2pagecontent td p{
	font-size:12px;
}
#level2pagecontent td h2 {
	font-size:21px;
}

#level2pagecontent td h3 {
	font-size:18px;
}

#level2pagecontent td h4 {
	font-size:15px;
}

#level2pagecontent td h5, h6 {
	font-size:14px;
}

#level2misc{
	width:230px;
	float:right;
	margin:5px 0 10px 10px;
/*	background:yellow;*/
}

#level2misc img{
	border: solid 6px #f8f8ff;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 2px 3px rgba(0, 0, 0, .25);
	margin: 10px 0 0 25px;
	width:170px;
}
#relatedlinks{
	padding:10px;
}
#relatedlinks li{
	margin: 0 0 0 -8px;
	list-style-type:none;
}

/****employee directory styles*****/
#pageContent-directory img{
	border:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float:left; 
	margin: 3px 15px 0 10px;
}

.alpha {
	font-size: 1.2em;
}

.alpha p{
	margin-top:.3em;
}
.alpha a{
	font-weight: bold;
	background-image:url(/assets/images/sidenav-hover.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#6f4895;
	text-transform: uppercase;
	padding: 0.1em;
	padding-left:0.3em;
	padding-right:0.3em;
	color: #fff;
	margin-bottom:.3em;
	border:none;
}

.alpha a:hover{
	background-color: #52247f; 
	text-decoration:none;
	color: #fdbb30;
}
.eventTime {
	color:#333;
	text-transform:lowercase;
}

