@charset "UTF-8";
/* CSS Document */


/******************************************** basic styling ********************************************/


body {
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bgslice_right_06.gif);
	color: #385070;
	background-color: #ea7125;
}
a {
	color: #385070;
	text-decoration: none;
}
a:hover {
	color: #385070;
	text-decoration: underline;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
	display: block;
}
.end {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
.boxHeaders   {
	font-size: 13px;
	padding-left: 5px;
	line-height: 20px;
}
.boxSubs  {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
}
.teamHeads {
	font-size: 10px;
	font-weight: bold;
	color: #385070;
	padding-top: 10px;
}
.teamMember {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.casestudyHeads {
	font-size: 10px;
	font-weight: bold;
	color: #73849b;
}
.contentSubheads {
	font-size: 11px;
	font-weight: bold;
}
.title {
	font-style: italic;
}
.more {
	color: #fdd475;
	float: right;
}
.more a {
	color: #fdd475;
	position: absolute;
	float: right;
	bottom: 0px;
	left: 220px;
	padding-bottom: 5px;
}
.more a:hover {
	text-decoration: underline;
}
.currentCrumb {
	color: #FFFFFF;
}
.sidebarNav {
	width: 165px;
	padding-top: 25px;
	float: left;
	position: relative;
	font-size: 10px;
	line-height: 40px;
	padding-left: 25px;
}
.sidebarNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sidebarNav ul ul {
	line-height: 1.2em;
	list-style-position: outside;
	padding-left: 10px;
}
.sidebarNav ul ul li {
	padding-bottom: 8px;
}
.currentPage {
	color: #73849b;
}
#repEngage p {
	padding-top: 5px;
	margin: 0px;
	line-height: 1.3em;
}
.engageHeaders  {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 20px;
	font-weight: bold;
}
.engageSubs {
	padding-top: 15px;
}
.engageLink {
	color: #ea7125;
}
.tight  {
	line-height: 1.5em;
	margin-bottom: 11px;
	padding-top: 13px;
}
#wrapper {
	width: 1000px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 25px;
	background-image: url(../images/wrapperBG_02.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 25px;
}
#container {
	background-color: #FFFFFF;
	width: 1000px;
	position: relative;
}
#headContent {
	height: 105px;
	width: 1000px;
}
#breadcrumbs {
	font-size: 10px;
	color: #FFCC66;
	height: 20px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
}
#breadcrumbs a {
	text-decoration: none;
	color: #FFCC66;
}
#breadcrumbs a:hover {
	color: #FFCC66;
	text-decoration: underline;
}


/******************************************** type styling ********************************************/


h1 {
	font-size: 13px;
	padding-top: 5px;
	margin: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea7125;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ea7125;
	margin: 0px;
	padding: 0px;
}



/******************************************** layout styling ********************************************/


#rule {
	height: 34px;
	width: 765px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ea7125;
	float: left;
}
#logo {
	height: 35px;
	width: 205px;
	padding-left: 5px;
	float: left;
	padding-right: 25px;
}
#tagline {
	background-image: url(../images/mainTag_13.gif);
	height: 21px;
	width: 310px;
	display: block;
	float: right;
	padding-right: 25px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#navbar {
	height: 20px;
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #73849b;
	text-decoration: none;
	clear: both;
}
#footer {
	background-image: url(../images/footerBG_34.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 950px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	color: #FFFFFF;
	clear: both;
}
#copyright {
	width: 300px;
	float: left;
}
.leftColumn {
	float: left;
	width: 255px;
	margin-right: 25px;
	position: relative;
}
.rightColumn {
	float: left;
	width: 255px;
	position: relative;
}
.underlink a {
	text-decoration: underline;
}
.underlink a:hover {
	text-decoration: none;
}
