#pageWrap {
	width: 957px;
}

#slideshow {
	position: relative;
	height: 266px;
}


/* Typography */
h2 {
	margin-bottom: 0.5em;
	color: #CC0000;
}

h3 {
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 5px;
	margin-bottom: 0.5em;
	margin-top: 16px;
	color: #CC0000;
}

h4 {
	margin-bottom: 0px;
	font-size: 75%;
}

a {
	text-decoration: none;
	color: #CC0000;
}

a {
	text-decoration: underline;
	color: #CC0000;
}

p.arrowLink {
	font-size: 85%;
}

p.arrowLink a {
	background: url(../img/arrowLink.gif) top left no-repeat;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
}

p.arrowLink a:hover {
	text-decoration: underline;
	color: #CC0000;
}

blockquote {
	background: url(../img/iconQuote.gif) top left no-repeat;
	padding: 0px 10px 0px 93px;
	font-weight: bold;
	min-height: 130px;
	float: right;
	width: 240px;
}

blockquote p {
	font-size: 120%;
	color: #939598;
}

blockquote p.cite {
	font-style: normal;
	font-size: 76%;
	color: #000000;
}

blockquote p.cite cite {
	font-style: normal;
}

sup {
	font-size: 65%;
}

/* Logo */
.logo {
	background: url(../img/headerFade.jpg) bottom left repeat-x;
	border-right: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-top: solid #666666 4px;
	padding: 24px 0px 20px 27px;
}

.logo h1 {
	background: url(../img/logo.gif) top left no-repeat;
	overflow: hidden;
	width: 231px;
	height: 48px;
	padding: 0px;
	margin: 0px;
}

.logo h1 span {
	overflow: hidden;
	display: block;
	padding-left: 300px;
}

/* Header */
.header ul,
.header ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header ul {
	background: url(../img/menuBehind.gif) bottom right no-repeat #CC0000;
	margin-bottom: 20px;
}

.header ul li {
	float: left;
}

.header ul li a {
	background: url(../img/menuMain.gif) bottom right no-repeat;
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.header ul li a span {
	background: url(../img/menuLft.gif) bottom left no-repeat;
	padding: 3px 20px;
	display: block;
}

.header ul li a:hover,
.header ul li a.selected {
	background: url(../img/menuMainOvr.gif) bottom right no-repeat;
	text-decoration: none;
}

.header ul li a:hover span,
.header ul li a.selected span {
	background: url(../img/menuLftOvr.gif) bottom left no-repeat;
	padding: 3px 20px;
	display: block;
}

p.mainImg {
	padding: 0px;
	margin: 0px;
}

/* Content */
.contentBorder {
	background: url(../img/topBorder.gif) top left no-repeat;
	padding-top: 4px;
}

.content {
	background: url(../img/contentBorder.gif) top left;
	padding: 20px 0px 20px 27px;
}

.subNav {
	padding-right: 17px;
	float: right;
	width: 306px;
}

.columnOne {
	padding-right: 25px;
	width: 317px;
	float: left;
}

.columnTwo {
	padding-right: 25px;
	width: 560px;
	float: left;
}

.columnOne p {
	background: url(../img/homeContent.gif) top left no-repeat;
	overflow: hidden;
	width: 300px;
	height: 110px;
}

.columnOne p span {
	padding-left: 350px;
	display: block;
}

/* Case Studies */
ul.csSummary,
ul.csSummary li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 208px;
}

ul.csSummary li {
	padding-bottom: 15px;
	font-size: 88%;
}

ul.csSummary li strong {
	display: block;
}

.subNav ul {
	padding: 0px;
	margin: 0px;
}

.subNav li {
	list-style: none;
	padding-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 85%;
}

.subNav li a {
	background: url(../img/arrowLink.gif) top left no-repeat;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.subNav li a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/* Footer */
.footer {
	background-color: #666666;
	padding: 7px 0px 6px 29px;
}

.footer ul,
.footer ul li {
	list-style: none;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
}

.footer ul li {
	padding-right: 20px;
	float: left;
}

.footer ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.footer ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}





