/* CSS */

html, body {
	background: #e8f2fc;
	margin: 0;
}

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

#container {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	height: 150px;
	overflow: hidden;
	width: 940px;
	background: #fff url(/images/header-bg.gif) repeat-y top left;
	margin: 10px 0 20px;
}
#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: 350px;
	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: 20px 0 10px;
	height: 120px;
	padding: 15px;
	overflow: hidden;
	width: 910px;
	background: #fff;
}
#footer-content {
	clear: both;
	padding: 0;
	margin: 20px 0 10px;
	height: 75px;
	padding: 15px;
	overflow: hidden;
	width: 910px;
	background: #fff;
}

.phoneno {
	font-size: 24px;
	color: #2652a4;
}
.footertext {
	line-height: 17px;
	padding: 13px 0 11px;
}
.phoneno-content {
	font-size: 24px;
	color: #2652a4;
	float: left;
}
.footertext-content {
	line-height: 17px;
	padding: 5px 0 0 28px;
	float: left;
}
#footer-right-content {
	float: right;
	line-height: 17px;
	padding:  5px 0 0;
}

a.footer-link:link, a.footer-link:visited, a.footer-link:active, .footer-link {color: #2652a4; text-decoration: none;}
a.footer-link:hover {color: #4ec7e9; text-decoration: none;}

#footer-left {
	float: left;
	padding: 0;
}

#footer-right {
	float: right;
	padding:  0 0 0 8px;
	/* background: url(/images/line-vertical-dotted.gif) top left no-repeat; */
	height: 58px;
}

#footer-smallprint {
	clear: both;
	width: 910px;
	float: left;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	background: url(/images/line-horizontal-dotted-bg.gif) top left repeat-x;
	padding: 12px 0 0;
}
#footer-smallprint-content {
	clear: both;
	width: 910px;
	float: left;
	color: #666;
	font-size: 11px;
	line-height: 14px;
	background: url(/images/line-horizontal-dotted-bg.gif) top left repeat-x;
	padding: 12px 0 0;
	margin-top: 12px;
}

#under-footer {
	color: #242e3d;
	font-size: 11px;
	position: absolute;
	bottom: 0;
	right: 10px;
}

a.footer-link-cs:link, a.footer-link-cs:visited, a.footer-link-cs:active, .footer-link-cs {color: #242e3d; text-decoration: none;}
a.footer-link-cs:hover {color: #2652a4; text-decoration: none;}