﻿/* ---- INTERIOR PAGE STYLES ---------- */
/* -- interior general content styles --- */
ul {
	list-style: disc;
	margin: 0 0 15px 30px;
	font-size: 11pt;
}
ol {
	margin: 0 0 15px 35px;
}
li {
	padding: 0 0 5px 0;
}
li p {
	margin-bottom: 10px;
}
p {
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 11pt;
}
h2 {
	margin-bottom: 15px;
	font-size: 18pt;
}
h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14pt;
	line-height: 1.5;
}
h4 {
	font-size: 12pt;
	margin-bottom: 0;
}
/* ---- INTERIOR LAYOUT STYLES ---------- */
#section-bar-wrapper {
	border-bottom: 1px solid #fff;
	background: #9e0409 url('../images/system/section-bar-highlight.jpg') repeat-x 0 0;
	height: 62px;
}
#section-bar-content {
	padding-top: 15px;
	height: 47px;
}
#orig-section-bar-content {
	background: transparent url('../images/system/section-bar-highlight-small.jpg') no-repeat 0 0;
	padding-top: 15px;
	height: 47px;
}
#section-bar-content h1 {
	margin-bottom: 5px;
	font-size: 18pt;
}
#section-bar-content p {
	color: #fff;
	font-size: 12pt;
}
#section-bar-content span {
	color: #fff;
	font-size: 14pt;
}
#section-bar-wrapper-landing {
	border-bottom: 1px solid #fff;
	background: #9e0409 url('../images/system/section-bar-highlight.jpg') repeat-x 0 0;
	height: 94px;
}
#section-bar-content-landing {
	padding-top: 15px;
	height: 47px;
}
#section-bar-content-landing h1 {
	margin-bottom: 5px;
	font-size: 18pt;
}
#section-bar-content-landing p {
	color: #fff;
	font-size: 12pt;
}
#section-bar-content-landing span {
	color: #fff;
	font-size: 14pt;
}
#section-bar-content span.number {
	font-size: 18pt;
	position: absolute;
	right: 0;
	margin-right: 100px;
	letter-spacing: 1pt;
}
/* -- interior content area --*/
#main-content {
	/* wrapper around main area */
	padding: 36px 0 50px 0;
}
#main-content-condensed {
	/* for 1 column pages */
	width: 896px;
	margin: 0 auto;
	padding: 36px 0 50px 0;
}
/* -- interior columns -- */
#left-column {
	/* navigation column */
	float: left;
	padding-top: 33px;
	width: 235px;
	background: url('../images/system/left-nav-bg.jpg') no-repeat 0 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#quote-column {
	/* used on success pages */
	float: right;
	padding-top: 20px;
	width: 200px;
	text-align: center;
}
#center-column {
	/* used in 3 column pages */
	float: right;
	width: 480px;
	padding: 0 20px 0 25px;
}
#content-column {
	/* used for 2 column with left nav content area */
	float: right;
	width: 700px; /* 725 minus 30 */;
	padding: 0 0 0 25px;
}
#left-content {
	/* used on login */
	float: left;
	width: 550px;
}
#right-column {
	float: right;
	width: 350px;
}
/* -- interior left navigation -- */
ul#left-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 220px;
}
ul#left-nav li {
	padding: 0;
}
ul#left-nav a {
	font-weight: bold;
	font-size: 11pt;
	color: #b0070d;
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcddde;
	width: 210px;
	padding: 5px 0 5px 10px;
}
ul#left-nav a:hover {
	color: #b0070d;
}
ul#left-nav a.active, ul#left-nav a.active:hover {
	color: #fff;
	background: #970409 url('../images/system/left-nav-hover.gif') no-repeat 0 50%;
	border: none;
	padding-right: 15px;
}
/* --- sub page navigation ---- */
ul#left-nav ul {
	margin-top: 10px;
}
ul#left-nav li li {
	border: none;
	margin: 4px 0;
}
ul#left-nav li li a {
	font-size: 9pt;
	padding: 0;
	width: 175px;
	border: none;
}
ul#left-nav li li a.active, ul#left-nav li li a.active:hover {
	background: none;
	color: #b0070d;
}
/* --- related links area ---- */
#related-links {
	color: #b0070d;
	margin-top: 40px;
	min-height: 157px;
	height: auto !important;
	height: 157px;
	width: 177px;
	padding: 0 13px;
	background: url('../images/system/related-link-bg.gif') no-repeat 0 0;
}
#related-links h4 {
	font-size: 11pt;
	margin-bottom: 5px;
}
#related-links ul {
	margin: 0 0 0 0;
	list-style:none;
}
#related-links a {
	font-size: 8pt;
	color: #b0070d;
}
#related-links a:hover, #related-links a.active {
	color: #b0070d;
}
#related-links-success {
	color: #b0070d;
	margin-top: 0px;
	min-height: 157px;
	height: auto !important;
	height: 157px;
	width: 177px;
	padding: 0 13px;
	background: url('../images/system/related-link-bg.gif') no-repeat 0 0;
}
#related-links-success h4 {
	font-size: 12pt;
	margin-bottom: 5px;
}
#related-links-success ul {
	margin: 0 0 0 0;
	list-style: none;
}
#related-links-success a {
	font-size: 10pt;
	color: #b0070d;
}
#related-links-success a:hover, #related-links a.active {
	color: #b0070d;
}
/* --------------------------- */
/* -- Success Stories Page --- */
.client-row {
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
}
.client {
	float: left;
	margin-right: 20px;
}
.client p {
	font-size: 9pt;
	padding-top: 5px;
	font-weight: bold;
}
.client a {
	font-weight: normal;
}
/* -- case study testimonials -- */
blockquote {
	width: 575px;
	font-family: Georgia, "Times New Roman", Arial;
	color: #555;
	font-style: italic;
	font-size: 10pt;
	line-height: 1.5;
	padding: 20px 0 20px 75px;
	margin: 5px 0 0 0;
	background: url('../images/system/blockquote-bg.jpg') no-repeat 0 0;
}
span.author {
	color: #555;
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-top: 0px;
	line-height: 1.2;
	text-align: right;
	padding-right:50px;
}
/* ------------------------------------ */
/* --- About Page Custom Promo Area --- */
#about-promo {
	width: 896px;
	height: 284px;
	background: url('../images/system/about-promo.jpg') no-repeat 0 0;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 30px;
}
#about-promo h3 {
	color: #fff;
	line-height: 1.4;
	font-size: 12pt;
}
#about-promo h3 em {
	font-weight: normal;
}
#about-promo p {
	color: #fff;
}
/* ------------------------------------ */
/* --- Partners Page Styles --- */
.partner-column, .partner-column-last {
	width: 302px;
	min-height: 482px;
	height: auto !important;
	height: 482px;
	float: left;
	margin-right: 21px;
	background: url('../images/system/partners-column.jpg') no-repeat 0 178px;
}
.partner-column-last {
	margin: 0;
}
.partner-content {
	padding-left: 24px;
}
.partner-content h2 {
	margin-top: 15px;
	font-size: 14pt;
}
/* --------------------------- */
/* --- Restricted Area Styles ----- */
/* --- Instruction Styles ----- */
ol.instructions {
	;
	font-size: 11pt;
	width: 275px;
	font-weight: bold;
	float: left;
	list-style: none;
	margin: 0;
}
ol.instructions li {
	margin-bottom: 10px;
	padding-left: 35px;
}
.item-1, .item-2, .item-3, .item-4, .item-5 {
	background: url('../images/system/number-1.jpg') no-repeat 0 0;
}
.item-2 {
	background-image: url('../images/system/number-2.jpg');
}
.item-3 {
	background-image: url('../images/system/number-3.jpg');
}
.item-4 {
	background-image: url('../images/system/number-4.jpg');
}
.item-5 {
	background-image: url('../images/system/number-5.jpg');
}
#card-slideshow {
	float: right;
	width: 375px;
	height: 300px;
}
/* --- Article Styles ----- */
.article-author {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	background: #f7f7f7;
	padding: 10px;
	border: 1px dotted #ccc;
	margin-top: 5px;
	line-height: 1.2;
}
dt {
	font-size: 11pt;
	font-weight: bold;
}
dd {
	margin-bottom: 15px;
	line-height: 1.4;
}
/* --------------------------- */
/* --- LOGIN BOX ----- */
#login-box {
	width: 295px; /* 345 minus 50 padding */;
	height: 195px; /* 245 minus 50 padding */;
	padding: 25px;
	background: url('../images/system/login-box.gif') no-repeat 0 0;
}
#login-box label {
	font-weight: bold;
	font-size: 12pt;
	display: block;
	margin-bottom: 5px;
	color: #041257;
}
#login-box .input-box {
	border: 1px solid #7e7f82;
	width: 100%;
	margin-bottom: 15px;
	padding: 2px 0 2px 5px;
}
#login-box .submit {
	display: block;
	clear: both;
}
#login-box p {
	font-size: 8pt;
	margin-top: 10px;
}
/* --------------------------- */
/* --- CONTACT PAGE ----- */
#contact-left {
	float: left;
	width: 650px;
}
#contact-right {
	background: url('../images/system/contact-right-column.jpg') no-repeat 0 0;
	width: 200px;
	padding: 20px 30px;
	float: right;
}
#contact-right p {
	font-size: 10pt;
}
#contact-right h4 {
	margin-bottom: 10px;
}
.phone {
	background: url('../images/system/icon-phone.gif') no-repeat 0 0;
	padding: 0 0 3px 20px;
}
.email {
	background: url('../images/system/icon-email.gif') no-repeat 0 0;
	padding: 0 0 3px 20px;
}
#contact-fieldset {
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	background: #f8f8f8;
	padding: 20px 10px 20px 20px;
}
#contact-fieldset .inputrow {
	clear: both;
	margin-bottom: 20px;
}
#contact-fieldset label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
#contact-fieldset em {
	clear: left;
	display: block;
	color: #969696;
	font-weight: normal;
	font-size: 8pt;
}
#contact-fieldset input, #contact-fieldset textarea {
	font-size: 10pt;
	font-family: Arial, Verdana;
	width: 300px;
}
#contact-fieldset textarea {
	overflow: auto;
	width: 300px;
	height: 98px;
	resize: none; /* so safari will not allow resizing */
}
#contact-fieldset .check-boxes {
	width: 300px;
	float: left;
	font-size: 9pt;
}
#contact-fieldset .check-boxes input {
	width: auto;
}
#contact-fieldset .actionrow {
	padding-left: 160px;
	margin-top: -10px;
	clear: both;
}
#contact-fieldset button {
	line-height: 1.3;
	cursor: pointer;
}
/* --------------------------- */
/* --- LANDING PAGES ----- */
#section-bar2-wrapper {
	border-bottom: 1px solid #fff;
	background: #9e0409 url('../images/system/section-bar-bg-tile-small.gif') repeat-x 0 0;
	height: 62px;
}
#section-bar2-content {
	background: transparent url('../images/system/section-bar-highlight-small.jpg') repeat-x 0 0;
	padding-top: 15px;
	height: 87px;
}
#section-bar2-content h1 {
	margin-bottom: 5px;
	font-size: 14pt;
}
#section-bar2-content p {
	color: #fff;
	font-size: 12pt;
}
#section-bar2-content span {
	color: #fff;
	font-size: 14pt;
}
#contact2-left {
	float: right;
	width: 370px;
	border-left: 1px #C0C0C0 double;
	padding-left: 20px;
}
#contact2-left p {
	font-size: 10pt;
}
#contact2-right {
	width: 580px;
	float: left;
}
#contact2-right p {
	font-size: 10pt;
}
#contact2-right h4 {
	margin-bottom: 10px;
}
#contact2-fieldset {
	margin-top: 0px;
	background: #CCCCCC;
	padding: 20px 10px 20px 20px;
}
#contact2-fieldset .inputrow {
	clear: both;
	margin: 0px;
}
#contact2-fieldset label {
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;

}
#contact2-fieldset em {
	clear: left;
	color: #969696;
	padding-left:10px;
	font-weight: normal;
	font-size: 8pt;
}
#contact2-fieldset input, #contact2-fieldset textarea {
	font-size: 10pt;
	font-family: Arial, Verdana;
	width: 300px;
}
#contact2-fieldset textarea {
	overflow: auto;
	width: 300px;
	height: 68px;
	resize: none; /* so safari will not allow resizing */
}
#contact2-fieldset .check-boxes {
	width: 200px;
	float: left;
	font-size: 9pt;
}
#contact2-fieldset .check-boxes input {
	width: auto;
}
#contact2-fieldset .actionrow {
	padding-left: 100px;
	margin-top: -10px;
	clear: both;
}
#contact2-fieldset button {
	line-height: 1;
	cursor: pointer;
}

