@charset "utf-8";
body  {
	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: #666;
	background-color: #FFF;
	background-image: url(../images/backgrounds/pg_grad.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
p {
	font-family: verdana, arial, san-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	text-decoration:none;
	color:#4E84C4;
	border:none;
}
img {
	border:none;
}
.twoColFixRtHdr #container { 
	width: 860px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner { 
	margin: 0;
	height: 86px;
	padding: 0;
} 
.twoColFixRtHdr #contentWrapper { 
	margin: 0;
	background-image:url(../images/backgrounds/back0.jpg);
	background-repeat:no-repeat;
	background-color:#DCE1E8;
}
#subnav { 
	height:32px;
} 
.twoColFixRtHdr #empty20pxWide {
	float: left;
	margin: 0;
	width: 20px;
	height: 200px;
	margin-top:160px;
}
.twoColFixRtHdr #boxLeft {
	float: left;
	margin-top: 160px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 32px 28px 28px 28px;
	width: 519px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxLeft_ORIG {
	float: left;
	margin-top: 160px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 32px 28px 28px 28px;
	width: 519px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxRight {
	float: left;
	margin-top: 160px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 32px 28px 28px 28px;
	width: 184px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxRight_ORIG {
	float: left;
	margin-top: 160px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 32px 28px 28px 28px;
	width: 184px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxTop {
	margin-top: 160px;
	margin-left: 20px;
	width: 820px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxBottom {
	margin-top: 5px;
	margin-left: 20px;
	width: 820px;
	background-repeat: no-repeat;
	background-color: #FAFBFC;
}
.twoColFixRtHdr #boxBottomSpacer {
	margin-left: 20px;
	height: 20px;
	width: 820px;
}
.boxLeftH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 34px;
	color: #4E84C4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.boxleftH1_image {
	margin-bottom:3px;
}
.boxleftH1_image_team {
	margin: 5px 0 0 0;
}
.boxLeftH2 {
	font-family: verdana, arial, san-serif;
	font-size: 9px;
	line-height: 17px;
	color: #F78F1E;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.boxRightH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #F78F1E;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.boxRightH1_image {
	margin: 16px 0 3px 0;
}
.boxRightH1_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #4E84C4;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.boxRightH2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #4E84C4;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#footer {
	margin: 0;
} 
.footerText {
	font-size:8px;
	color:#666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	vertical-align: middle;
}
#footer a {
	text-decoration: none;
	color:#666;
} 
#footerLeft {
	float: left;
	width: 425;
	margin: 0;
	padding: 0;
}
#footerRight {
	float: right;
	width: 425;
	margin: 0;
	padding: 0;
	text-align: right;
}
.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;
}
.margin_0px_bottom {
	margin-bottom: 0px;
}
.margin_0px_top {
	margin-top: 0px;
}
.margin_0px_top_0px_bottom {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletIndent {
	list-style-image: url(../images/elements/bullet_11pt.gif);
	margin-left: 14px;
	list-style-position: outside;
	text-indent: -14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.horizontal_line {
	margin:18px 0 18px 0;
	height:1px;
	background-image:url(../images/elements/line_horiz_dotted_2.gif);
	background-repeat: no-repeat;
}
.horizontal_line_2 {
	margin:12px 0 10px 0;
	height:1px;
	background-image:url(../images/elements/line_horiz_dotted_2.gif);
	background-repeat: no-repeat;
}
.team_photo {
	float:left;
	margin: 0 20px 12px 0;
}
.team_photo_sm {
	float:left;
	margin: 0 14px 5px 0;
}
.p_team_bio {
	margin: 0 0 18px 0;
	line-height: 18px;
}
.p_client_name {
	font-size:16px;
	color:#F78F1E;
	margin:0 0 10px 0;
}
.p_event_headline_1 {
	font-size:13px;
	color:#4E84C4;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0px;
}
.p_event_headline_2 {
	font-size:12px;
	margin:0 0 22px 0;
	font-style:italic
}
.p_article_dateline {
	font-family: verdana, arial, san-serif;
	font-size: 9px;
	line-height: 17px;
	color: #F78F1E;
	font-weight: bold;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.p_article_title {
	color:#4E84C4;
	font-size:20px;
	margin:4px 0 16px 0;
	line-height: 24px;
}
.italic {
	font-style: italic;
}
.p_sidebar_linklist_item {
	margin: 6px 0 6px 0;
}
.a_sidebar_linklist_item {
	color:#666;
}
.p_sitemap_level_1 {
	margin: 12px 0 6px 0;
}
.p_sitemap_level_2 {
		margin: 6px 0 6px 20px;
}
.p_sitemap_level_3 {
		margin: 6px 0 6px 40px;
}
.a_sitemap_item {
	color:#666;
}
.formLabel {
	font-family: verdana, arial, san-serif;
	font-size:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #F78F1E;
	vertical-align: top;
}
