/* CSS */

html, body {
	background: #9b0046 url(/images/page-bg.jpg) top center no-repeat;
	margin: 0;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}

#header {
	height: 234px;
	overflow: hidden;
	width: 790px;
	background: #9b0046;
}
#header-gfx {
	height: 190px;
	overflow: hidden;
	width: 577px;
	float: right;
}
#header-logo {
	width: 213px;
	height: 190px;
	background: url(/images/logo.gif) top left no-repeat;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
#header h1 {
	color: #fff;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	padding: 6px 0 0 30px;
	float: left;
	margin: 0;
}
#header h3 {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 11px 16px 0 0;
	float: right;
	margin: 0;
}

/* CONTENT */

#main-top {
	background: url(/images/main-top.gif) top left no-repeat;
	width: 790px;
	height: 17px;
	overflow: hidden;
}
#main-bottom {
	background: url(/images/main-bottom.gif) top left no-repeat;
	width: 790px;
	height: 17px;
	overflow: hidden;
}

#home-content-casestudies {
	background: url(/images/stories-icon.gif) top left no-repeat;
	margin-top: 18px;
}
#home-casestudies-title {
	padding: 0px 15px 0;
	margin-top: 10px;
	background: #86124e url(/images/home-promo-title-topleft.gif) top left no-repeat;
	height: 27px;
	overflow: hidden;
}
#home-casestudies-title h2 {
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#home-casestudies-title p {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	float: right;
	color: #d08aae;
	margin: 0;
	padding: 5px 0 0;
}
#home-casestudies-title p a {color: #fff; text-decoration: none;}
#home-casestudies-title p a:hover {color: #fff; text-decoration: underline;}
.hometable {
	border-bottom: #86124e 1px solid;
	text-align: center;
	padding: 0 15px;
}
.black-title {color:#000; font-weight:bold;}
.black-small {color:#000; font-size:10px; line-height:14px;}

#under-title {
	height: 3px;
	width: 100%;
	background: #faa644;
	margin: 4px 0;
	overflow: hidden;
}
#under-title-case {
	height: 3px;
	width: 100%;
	background: #faa644;
	margin: 1px 0;
	overflow: hidden;
}

#form-table {
	width: 400px;
}

.hidden  {
	display: none;
}

#quotes {
	width: 185px;
	height: 310px;
	margin-top: 20px;
}

/* CASE STUDIES */

.cs-item {
	margin-bottom: 15px;
}
.casestudy-icon {
	float: left;
	margin: 2px 15px 20px 0;
}
.cs-item .item-title {
	font-size: 14px;
	color: #2652a4;
	font-weight: bold;
}

/* FOOTER */

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	height: 81px;
	border-top: 11px solid #9b0046;
	border-bottom: 11px solid #9b0046;
	overflow: hidden;
	width: 790px;
	background: #e1e1e1 url(/images/footer-bg.gif) no-repeat top left;
}
.footertext {
	line-height: 17px;
	padding: 13px 0 11px;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #000; text-decoration: none;}
a.footer-link:hover {color: #000; text-decoration: underline;}

#footer-left {
	color: #000;
	padding:  4px 36px 0;
}
#footer-left p {
	color: #000;
	padding: 5px 0 0;
	margin: 0;
}

#footer-right {
	float: right;
	padding:  16px 23px 0 0;
}
