/* CSS */

html, body {
	background: #38007a url(/images/page-bg.gif) center repeat-y;
	margin: 0;
}

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

#header {
	height: 166px;
	overflow: hidden;
	width: 960px;
	background: url(/images/header-bg.gif) no-repeat top left;
}
#header-gfx {
	height: 190px;
	overflow: hidden;
	width: 515px;
	margin: 0;
	position: absolute;
	right: 30px;
	top: 0;
}
#header-logo {
	height: 110px;
	width: 331px;
	background: url(/images/logo.gif) top left no-repeat;
	position: absolute;
	top: 40px;
	left: 30px;
	cursor: pointer;
}

/* CONTENT */

#home-content-casestudies {
	background: url(/images/stories-icon.gif) top left no-repeat;
	margin-top: 18px;
}
#home-casestudies-title {
	padding: 28px 0 0 82px;
}

#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: 70px;
	overflow: hidden;
	width: 960px;
	background: url(/images/footer-bg.gif) no-repeat bottom 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;}
a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {font-size: 11px; color: #577021; text-decoration: none;}
a.footer-link-cs:hover {color: #3e5a00; text-decoration: underline;}

#footer-left {
	float: left;
	padding:  15px 0 0 23px;
}

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