/* WolfPAC Styles
/* author Jeff Turcotte [jt] <jeff@imarc.net>
/* author Christian Keyes [ck] <christian@imarc.net>
/* copyright iMarc, 2009 

/* ========= */
/* = reset = */
/* ========= */

body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
   margin: 0;
   padding: 0;
   line-height: 1.25;
} 

/* ================= */
/* = main elements = */
/* ================= */

html {
    background: #45695b;
	font-size: 13px;
}

body {
	background: url(/sup/img/body_bg.png) 0px 0px repeat-x;
	color: #222;
	font-size: 1.0em;
}

body, input.text, input.password, textarea, select {
	font-family: Arial, Helvetica, Sans-Serif;
}

a:link, a:visited, a:hover, a:active {
    color: #4b81ae;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #a55141;
	font-size: 2.5em;
	margin: 0px 0px .4em 0px;
	line-height: 1.1em;
}

h2 {
	color: #649080;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0px 0px .4em 0px;
}

	#homepage h2 {
		font-size: 1.7em;
	}
	
	#homepage h2 a:link, #homepage h2 a:visited, #homepage h2 a:active, #homepage h2 a:hover,
	h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
		color: #4b81ae;
		text-decoration: none;
	}
	
h3 {
	color: #b6a259;
	padding-bottom: .6em;
	padding-top: .6em;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: .9em;
	clear: right;
	border-bottom: solid 1px #e3d7ac;
	font-weight: bold;
}

h4 {
	color: #423729;
	font-size: 1em;
	margin-bottom: .4em;
	font-weight: bold;
}

p {
	color: #7d7a77;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	line-height: 1.5em;
}

p.tagline {
	color: #c00000;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.85em;
	margin: 0px 0px .7em 0px;
}

img {
	border: none;
}

label.checkbox {
    display: inline;
    font-weight: normal;
}	

#torso ul, #torso li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#torso ul {
	margin-bottom: 1.5em;
	padding-top: .2em;
}

#torso ul li {
	color: #4b5753;
	font-size: 1.1em;
	padding-left: 20px;
	padding-bottom: .5em;
	background: url(/sup/img/bullet.gif) no-repeat 5px .35em;
}

#torso ul li ul {
	margin-bottom: .4em;
	margin-top: .2em;
}

#torso ul li ul li {
	color: #6a7672;
	font-size: .9em;
	padding-left: 17px;
	padding-bottom: .5em;
	background: url(/sup/img/inner_bullet.gif) no-repeat 5px .35em;
}

/* ========================= */
/* = Header, Torso, Footer = */
/* ========================= */

#header, #torso, #footer {
    margin: 0 auto;
    width: 960px;
    padding: 0px;
}

#header_canvas {
    border-top: 4px solid #01674f;
    background: url(/sup/img/header_canvas_bg.jpg) top center no-repeat;
}
    
#header {
    background: url(/sup/img/header_canvas_bg.jpg) top center no-repeat;
    position: relative;
    height: 160px;
}

#torso_canvas {
    background: url(/sup/img/torso_canvas_bg.jpg) top center no-repeat #f7f4f0;
    border-top: 1px solid #fefefe;
}

#torso {
    padding-top: 30px;
    padding-bottom: 0;
}

#torso #internal {
    /* background: #f3f6f6; */
}

/* ========== */
/* = footer = */
/* ========== */

#footer_canvas {
    background: url(/sup/img/footer_canvas_bg.jpg) top center repeat-y #45695b;
}

#footer {
    background: url(/sup/img/footer_cityscape.jpg) 662px 100% no-repeat;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}

#footer a {
    color: #acd6c5;
}

#footer .copyright {
    color: #9db2ab;
    font-size: .8em;
    border-top: 1px solid #5c8475;
    padding-top: 8px;
    padding-bottom: 20px;
}

/* =================== */
/* = Header Elements = */
/* =================== */

#logo_canvas {
    color: #222;
    position: relative;
    background: #fcfcfc;
    float: right;
    width: 298px;
    height: 100%;
}

#logo {
    position:absolute;
    top: 56px;
    left: 17px;
    color: #fff;
    display: block;
    font-size: 2em;
    text-decoration: none;
}

#logo img {
    border: 0;
    display: block;
}

/* =================== */
/* = main navigation = */
/* =================== */

#main_navigation {
    background: url(/sup/img/main_navigation.jpg) top left no-repeat;
    z-index: 10;
    position: relative;
    float: left;
    margin-top: 16px;
    height: 134px;
    width: 662px;
    }
    
	#main_navigation a:link, #main_navigation a:visited, #main_navigation a:active, #main_navigation a:hover {
		text-decoration: none;
	}
	
#main_navigation.solutions { background-position: 0 -134px; }
#main_navigation.services  { background-position: 0 -268px; }
#main_navigation.clients   { background-position: 0 -402px; }
#main_navigation.partner_program { background-position: 0 -536px; }
#main_navigation.become_a_client { background-position: 0 -670px; }

#main_navigation li.solutions,
#main_navigation li.services,
#main_navigation li.clients, 
#main_navigation li.partner_program,
#main_navigation li.become_a_client {
    float: left;
    height: 37px;
    list-style: none;
}
 
    
#main_navigation li.solutions { width: 109px; }
#main_navigation li.services  { width: 107px; }
#main_navigation li.clients   { width: 96px; }
#main_navigation li.partner_program { width: 167px; }
#main_navigation li.become_a_client { width: 157px; }

#main_navigation li.solutions a.solutions,
#main_navigation li.services a.services,
#main_navigation li.clients a.clients, 
#main_navigation li.partner_program a.partner_program,
#main_navigation li.become_a_client a.become_a_client {
    text-indent: -10000px;
    display: block;
    outline: none;
    height: 100%;
    width: 100%;
    }

/* ================== */
/* = sub navigation = */
/* ================== */

#main_navigation #sub_navigation_solutions,
#main_navigation #sub_navigation_services, 
#main_navigation #sub_navigation_clients,
#main_navigation #sub_navigation_partner_program,
#main_navigation #sub_navigation_become_a_client {
    background: url(/sup/img/main_navigation.jpg) top left no-repeat;
    display: none;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    padding: 46px 0 0 20px;
    width: 643px;
    height: 88px;
}

#main_navigation #sub_navigation_solutions { background-position: 0 -134px; }
#main_navigation #sub_navigation_services { background-position: 0 -268px; }
#main_navigation #sub_navigation_clients { background-position: 0 -402px; }
#main_navigation #sub_navigation_partner_program { background-position: 0 -536px; }
#main_navigation #sub_navigation_become_a_client { background-position: 0 -670px; }

#main_navigation #sub_navigation_solutions.active,
#main_navigation #sub_navigation_services.active, 
#main_navigation #sub_navigation_clients.active,
#main_navigation #sub_navigation_partner_program.active,
#main_navigation #sub_navigation_become_a_client.active {
    display: block;
}

#main_navigation #sub_navigation_solutions ul,
#main_navigation #sub_navigation_services ul, 
#main_navigation #sub_navigation_clients ul,
#main_navigation #sub_navigation_partner_program ul,
#main_navigation #sub_navigation_become_a_client ul {
    display: inline;
    position: relative;
    z-index: 10;
    list-style: none;
    margin-right: 20px;
    float: left;
}   

#main_navigation #sub_navigation_solutions ul li,
#main_navigation #sub_navigation_services ul li, 
#main_navigation #sub_navigation_clients ul li,
#main_navigation #sub_navigation_partner_program ul li,
#main_navigation #sub_navigation_become_a_client ul li {
    background: url(/sup/img/sub_navigation_inactive.gif) 0% 60% no-repeat;
    float: left;
    clear: both;
    white-space: nowrap;
    height: 1.4em;
    line-height: 1.3;
    padding-left: 10px;
}

#main_navigation #sub_navigation_solutions ul li.active,
#main_navigation #sub_navigation_services ul li.active, 
#main_navigation #sub_navigation_clients ul li.active,
#main_navigation #sub_navigation_partner_program ul li.active,
#main_navigation #sub_navigation_become_a_client ul li.active {
    background: url(/sup/img/sub_navigation_active.gif) 0% 60% no-repeat;
}

#main_navigation #sub_navigation_solutions ul li.active a,
#main_navigation #sub_navigation_services ul li.active a, 
#main_navigation #sub_navigation_clients ul li.active a,
#main_navigation #sub_navigation_partner_program ul li.active a,
#main_navigation #sub_navigation_become_a_client ul li.active a {
    color: #cafad6;
}

#main_navigation #sub_navigation_solutions ul li a,
#main_navigation #sub_navigation_services ul li a, 
#main_navigation #sub_navigation_clients ul li a,
#main_navigation #sub_navigation_partner_program ul li a,
#main_navigation #sub_navigation_become_a_client ul li a {
    vertical-align: middle;
    outline-color: #3d6b85;
    color: #fff;
    padding-top: 2px;
    width: auto;
}

#main_navigation #sub_navigation_solutions ul li a:hover,
#main_navigation #sub_navigation_services ul li a:hover, 
#main_navigation #sub_navigation_clients ul li a:hover,
#main_navigation #sub_navigation_partner_program ul li a:hover,
#main_navigation #sub_navigation_become_a_client ul li a:hover {
	color: #f5fdce;
}

#main_navigation #sub_navigation_solutions {
	font-size: .85em;	
}

/* ==================== */
/* = minor navigation = */
/* ==================== */

#minor_navigation {
    display: block;
    width: 268px;
    position: absolute;
    top: 24px;
    left: 680px;
    z-index: 10;
}

#minor_navigation ul {
    font-size: .86em;
}

#minor_navigation ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

#minor_navigation ul li.last {
    margin-right: 0;
}

#minor_navigation ul li a {
    color: #666;
    text-decoration: none;
}

#minor_navigation ul li a.active {
    background: #79a7c9;
}

/* ======================== */
/* = about sub navigation = */
/* ======================== */

#interior_subnav {
	margin-top: 10px;
	clear: both;
	margin-left: -8px;
	margin-right: -10px;
	margin-bottom: 0px;
}

#interior_subnav ul {
	padding: 0px;
	margin: 0px;
}

#interior_subnav ul li {
	background: none;
	padding: 0px;
	font-size: 1em;
	float: left;
	margin-right: 6px;

}

#interior_subnav ul li.last {
	border-right: none;
}

#interior_subnav ul li a:link,
#interior_subnav ul li a:visited,
#interior_subnav ul li a:active {
	display: block;
	padding: 2px 10px;
	font-size: .9em;
	white-space: nowrap;
	text-decoration: none;
}	

#interior_subnav ul li a:hover {
	
}	

#interior_subnav ul li.current a:link,
#interior_subnav ul li.current a:visited,
#interior_subnav ul li.current a:active {
	color: #666;
	position: relative;
	bottom: 18px;
	padding-top: 20px;
	background: url(/sup/img/about_active_nav.jpg) no-repeat center 5px transparent;
}	

/* ================== */
/* = breadcrumb bar = */
/* ================== */

#breadcrumb_bar {
    background: url(/sup/img/breadcrumb_bar_bg.gif) top center no-repeat;
    color: #a58c70;
    position: absolute;
    z-index: 20;
    width: 960px;
    padding: 16px 20px 0px;
    margin: -10px 0px 0px -20px;
    height: 41px;
}

#breadcrumb_bar a {
    color: #547a70;
}

#breadcrumb_bar .home {
    display: block;
    position: absolute;
    margin-left: 0px;
    left: 10px;
    top: 12px;
    height: 22px;
    width: 22px;
    z-index: 10;
}

#breadcrumb_bar .home:hover {
    text-decoration: none;
}

#breadcrumb_bar .breadcrumb {
    position: relative;
    margin: 0 0 0 21px;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
}

#breadcrumb_bar .breadcrumb_overlay {
    background: url(/sup/img/breadcrumb_bar_overlay.png) top right repeat-y;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 40px;
    height: 20px;
}

#breadcrumb_bar .client_login {
    top: 16px;
    right: 333px;
    z-index: 100;
    position: absolute;
}

#breadcrumb_bar #search_bar {
    background: url(/sup/img/search_bar.gif) no-repeat top left;
    width: 266px;
    position: absolute;
    padding: 0;
    top: 6px;
    left: 698px;
    height: 28px;
}

#breadcrumb_bar #search_bar .input {
    border: 0;
    color: #777;
    background: none;
    margin: 0;
    padding: 6px 8px 4px;
    display: block;
    float: left;
    height: 18px;
    width: 226px;
    font-size: 1.0em;
}
#breadcrumb_bar #search_bar .input:focus {
    outline: none;
}

#breadcrumb_bar #search_bar .button {
    background: url(/sup/img/search_bar_button.gif) no-repeat 0% 52%;
    line-height: 20;
    text-indent: 10000px;
    overflow: hidden;
    border: 0;
    height: 28px;
    outline: none;
    width: 18px;
}

/* ===================== */
/* = footer navigation = */
/* ===================== */

#footer_navigation {
    background: url(/sup/img/footer_swoosh.jpg) top right no-repeat;
    float: left;
    color: #fff;
    padding: 28px 22px 16px;
    margin-bottom: 0px;
    width: 618px;

}

#footer_navigation ul li a {
    color: #f7fbe9;
	font-size: 1.2em
}
#footer_navigation ul li ul li a {
    color: #acd6c5;
	font-size: 1.1em;
}

#footer_navigation ul {
    list-style: none;
    float: left;
    width: 298px;
    padding-bottom: 16px;
}

#footer_navigation ul li ul {
    float: none;
    padding-bottom: 0;
    margin: 0;
    font-size: .8em;
}

#footer_navigation li {
    white-space: nowrap;
    padding-bottom: 10px;
}

#footer_navigation ul li ul li {
    padding-bottom: 0;
}

#footer_navigation .right_col {
	position: relative;
	left: 20px;
}

#footer_navigation ul.first_col,
#footer_navigation ul.second_col,
#footer_navigation ul.third_col {
	float: left;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 50px;
}

#footer_navigation ul.first_col {
	width: 200px;	
}

#footer_navigation ul.second_col {
	width: 115px;	
}

#footer_navigation ul.third_col {
	width: 160px;	
	margin-right: 0px;
}



/* ==================== */
/* = footer address = */
/* ==================== */

#footer_address {
    position: relative;
    width: 270px;
    height: 295px;
    padding-top: 28px;
    padding-left: 22px;
    float: left;
	color: #f7fbe9;
	font-size: 1.2em;
}

#footer_address address {
    padding-top: 10px;
    float: left;
    font-style: normal;
    width: 50%;
	color: #fff;
	font-size: .85em;
}
#footer_address .phone_numbers {
    padding-top: 10px;
	color: #fff;
	font-size: .85em;
}
#footer_address .phone_numbers em {
    font-family: 'Times New Roman', serif;
    color: #92aca1;
}

#footer_address #get_directions {
    display: block;
    position: absolute;
    bottom: 150px;
    left: 22px;
    text-transform: uppercase;
    font-size: .7em
}

/* ================== */
/* = callout styles = */
/* ================== */

p.contact_info {
	padding: 15px 20px 30px 20px;
	background: url(/sup/img/contact_shadow.jpg) no-repeat bottom center #fff;
	border-top: solid 3px #046f56;
	font-size: 1.15em;
	color: #046f56;
}

p.contact_info a {
	font-weight: bold;
}

/* ================= */
/* = column layout = */
/* ================= */

.column_one {
	width: 297px;
	float: left;
}

.column_two {
	width: 297px;
	float: right;
}

.clear {
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	clear: both;
	border: none;
}

.bio_image {
	float: right;
	margin-left: 30px;
}

/* ============= */
/* = team page = */
/* ============= */

.team_member h2 {
	margin-bottom: 0px;
}

.team_member h3 {
	margin-top: 0px;
	padding-top: 7px;
}

.team_member p {
	height: 80px;
	overflow: hidden;
	position: relative;
}

.team_member p span {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(/sup/img/team/cover_blurb.png) repeat-x bottom left transparent;
	text-align: right;
}

.team_member p span a {
	position: absolute;
	bottom: 2px;
	right: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	display: block;
	padding-left: 4px;
	background-color: #f4f5f7;
}

.team_member {
	margin-bottom: 2em;
}

.team_member img {
	float: left;
	margin-right: 20px;
}

/* ===================== */
/* = solutions section = */
/* ===================== */

.callout_screenshot {
	margin-top: .9em;
}

/* ========= */
/* = seach = */
/* ========= */

#search_form {
	margin-bottom: 1.4em;
}

#search_form input {
	vertical-align: middle;
}

#search_form .field {
	line-height: 33px;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 1.1em;
	width: 300px;
	margin-right: 10px;
	height: 25px;
	border: solid 1px #93afc4;
}	

.page_info p, p.noresult {
	background: url(/sup/img/long_checkline.gif) no-repeat bottom left;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px -20px 1.2em -20px;
	font-size: 1.1em;
}

.search_result {
	padding-top: 20px;
	padding-bottom: 1em;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #dee4e9;
}

.search_result h4 {
	font-weight: bold;
	font-size: 1.15em;
}

/* ==================== */
/* = services section = */
/* ==================== */

p.insight_integrity {
	width: 283px;
	height: 58px;
	text-indent: -9999px;
	background: url(/sup/img/insight_integrity.gif) no-repeat top left transparent;
	margin-bottom: 1em;
	position: relative;
	top: -.5em;
}

.services_callout_image {
	float: right; position: relative; right: -20px; top: -20px; margin-left: 20px;
}	

.award.it {
	float: right; margin: 4px 0px 1em 10px;
}

.award.regulatory {
	float: right; margin: 4px 0px 1em 30px;
}

.award.audit {
	float: right; margin: 4px 0px 1em 30px;
}

/* =============== */
/* = become a... = */
/* =============== */

fieldset#become_a {
	margin: 1em 0px 2em 0px;
	padding: 0px;
	font-size: 1em;
	border: none;
}


fieldset#become_a label {
	font-size: 1.1em;
	font-weight: bold;
	color: #777;
	display: block;
	margin-bottom: .4em;
}

fieldset#become_a label.checkbox {
    color: #222;
    display: inline;
    font-weight: normal;
    margin: 0;
    font-size: 1em;
}

fieldset#become_a .column_one input, fieldset#become_a .column_two p.field input {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px 0px .3em 0px;
	border: solid 1px #93afc4;
}

.company {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px 0px .3em 0px;
	border: solid 1px #93afc4;
}

fieldset#become_a .column_two p.select select {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin: 0px 0px .4em 0px;
	border: solid 1px #93afc4;
}

fieldset#become_a .column_one textarea,
fieldset#become_a .column_two textarea {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px 0px .4em 0px;
	border: solid 1px #93afc4;
}

fieldset#become_a .send_button {
	margin-top: 8px;
}

#our_locations .office,
#our_locations .three_cols {
	width: 186px;
	float: left;
	margin-right: 30px;
}

#our_locations .three_cols_last {
	width: 186px;
	float: left;
	margin-right: 0px;
}

#our_locations .office.springfield {
	margin-right: 0px;
}

textarea.interested_in {
	height: 157px;	
}

/* ================== */
/* = error, success = */
/* ================== */

#torso .error {
	padding: 20px 20px 20px 20px;
	border-top: solid 3px #b5111a;
	background: url(/sup/img/error_bg.jpg) repeat-y #f8e5e1;
	position: relative;
	right: 40px;
	padding-left: 40px;
	margin-bottom: 1.4em;
}

#torso .error p {
	color: #990000;
	font-weight: bold;
	font-size: 1.1em
}

#torso .error ul {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

#torso .error ul li {
	color: #422822;
	font-size: 1em;
	background-image: url(/sup/img/error_bullet.gif);
	background-position: 5px .3em;
}

#torso .success {
	padding: 20px 20px 20px 20px;
	border-top: solid 3px #01674f;
	background: url(/sup/img/success_bg.jpg) repeat-y #edfffa;
	margin-left: -40px;
	padding-left: 40px;
	color: #01674f;
	font-size: 1.1em;
}

#torso .success p {
	color: #01674f;
	font-weight: bold;
	font-size: 1.1em;
}

#torso .success ul {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#torso .success ul li {
	color: #1b433a;
	font-size: 1em;
	background-image: url(/sup/img/success_bullet.gif);
	background-position: 5px .3em;
}

/* =============== */
/* = become a... = */
/* =============== */

fieldset#log_in_form {
	margin: 1em 0px 2em 0px;
	padding: 0px;
	font-size: 1em;
	border: none;
}


fieldset#log_in_form label {
	font-size: 1.1em;
	font-weight: bold;
	color: #777;
	display: block;
	margin-bottom: .4em;
}

fieldset#log_in_form .column_one input,
fieldset#log_in_form .column_two input {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px 0px .3em 0px;
	border: solid 1px #93afc4;
}

/* ===================== */
/* = main content area = */
/* ===================== */

#main_content {
    /* background: #f3f6f6; */
    float: left;
    width: 662px;
	position: relative;
}

#internal #main_content {
    padding: 13px 22px;
    width: 618px;
}

/* ========================== */
/* = supplementals column = */
/* ========================== */

#supplementals {
    background: #faf9f7;
    color: #8d8b88;
    float: left;
    padding: 0px 24px 0 20px;
    width: 252px;
}

#supplementals big {
    font-size: 1.2em;
    color: #8d8b88;
    text-transform: uppercase;
    font-weight: bold;
}

#supplementals h2 {
    margin: 22px 0 10px 0;
}

#supplementals ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

#supplementals ul li {
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	margin-left: 0;
	list-style: none;
	line-height: 1em;
	background: url(/sup/img/bullet_supplementals.gif) no-repeat 0px .3em;
}

#supplementals .webinar,
#supplementals .event {
    overflow: hidden;
    margin-bottom: 22px;
    width: 100%;
}

#supplementals .news_item {
    overflow: hidden;
    margin-bottom: 22px;
    width: 100%;
}



#supplementals .news_item .date {
    color: #afadaa;
    font-size: .8em;
}

#supplementals .news_item .read_more {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
}

#supplementals .news_links {
    border-top: 1px solid #d8cdc1;
    color: #afadaa;
    font-size: .8em;
    font-weight: bold;
    padding: 9px 0 0 0;
    margin: 0 0 28px 0;
    text-align: right;
    text-transform: uppercase;
}

#supplementals .event .date strong,
#supplementals .webinar .date strong {
    color: #7494b0;
    display: block;
    width: 30px;
    padding: 2px 4px 2px 0px;
    margin-bottom: 1px;
    font-size: 1.5em;
    border: 1px solid #e9eef1;
}
#supplementals .webinar .date strong {
    background: url(/sup/img/webinar_date.gif) 0% 0% no-repeat #f9fafb;
}
#supplementals .event .date strong {
    background: url(/sup/img/event_date.gif) 0% 0% no-repeat #f9fafb;
}

#supplementals .event a.date,
#supplementals .event a.date:hover,
#supplementals .webinar a.date,
#supplementals .webinar a.date:hover {
    display: block;
    text-indent: 6px;
    font-weight: bold;
    text-align: center;
    overflow: visible;
    color: #9db6cd;
    width: 36px;
    float: left;
    margin-right: 17px;
    margin-left: 3px;
    text-transform: uppercase;
    text-decoration: none;
}

#supplementals .event p,
#supplementals .webinar p,
#supplementals .news_item p {
    line-height: 1.1;
    padding: 0;
    margin: 0 0 2px;
}

#supplementals .event p a,
#supplementals .event p a:hover,
#supplementals .webinar p a,
#supplementals .webinar p a:hover,
#supplementals .news_item p a,
#supplementals .news_item p a:hover {
    color: #666;
    text-decoration: none;    
}

#supplementals .event .learn_more,
#supplementals .webinar .learn_more {
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
}

#supplementals .event_links {
    border-top: 1px solid #d8cdc1;
    color: #afadaa;
    font-size: .8em;
    font-weight: bold;
    padding: 9px 0 0 0;
    margin: 0 0 28px 0;
    text-align: right;
    text-transform: uppercase;
}

#supplementals .event_links .view_events {
    padding: 0 2px 0 7px;
    margin: 0 0 0 5px;
    background: url(/sup/img/bullet_event.gif) 0% 50% no-repeat;
}

#supplementals .event_links .view_webinars {
    padding-left: 7px;
    background: url(/sup/img/bullet_webinar.gif) 0% 50% no-repeat;
}

#supplementals .view_solutions {
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}

/* ============ */
/* = homepage = */
/* ============ */

#homepage {}
#homepage #main_content {
	padding-bottom: 25px;
}
#homepage #main_content .description {
    width: 290px;
    padding: 30px 22px 0 22px;
    float: left;
}
#homepage #main_content .description .tagline {
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 1.7em;
    line-height: .8;
}
#homepage #main_content .description .contact_us_today {
    text-transform: uppercase;
}
#homepage #main_content .description big {
    display: block;
    color: #a7997c;
    margin-top: 5px;
    font-size: 1.7em;
}
#homepage #main_content .our_clients {
    float: right;
    padding: 25px 20px 0 0;

}

/* ===================== */
/* = solutions section = */
/* ===================== */

p.opening_paragraph {
	font-size: 1.17em;
	color: #a9a298;
	background: url(/sup/img/opening_paragraph_bg.gif) no-repeat bottom left transparent;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
}

p.opening_paragraph_borderless {
	font-size: 1.17em;
	color: #a9a298;
	background: none;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-left: -20px;
}

/* ============== */
/* = quotations = */
/* ============== */

.testimonials h2,
.endorsements h2 {
	padding-left: 30px;
	margin-bottom: .2em;
	margin-top: 1em;
}

.testimonials img,
.endorsements img {
	float: right;
	margin-top: 25px;
}

p.quote {
	font-size: 1.2em;
	color: #a9a298;
	line-height: 1.6em;
	padding-left: 30px;
	padding-top: 8px;
	background: url(/sup/img/testimonial_quote.gif) no-repeat top left transparent;
}

p.quote span.close_quote {
	font-size: 1.5em;
	color: #efd88b;
	font-weight: bold;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p.quote span.open_quote {
	display: none;
}

p.citation {
	padding-left: 30px;
	background: url(/sup/img/testimonial_citation_bg.gif) no-repeat top left transparent;
	padding-top: 25px;
	margin-bottom: 4.5em;
	color: #80807f;
	font-size: .9em;
}

p.citation strong {
	color: #736f6a;
	font-size: 1.1em;
}

p.citation em {
	color: #aaa49d;
}

p.citation .view_clients {
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
}	

.about_features {
	float: right;
	padding: 0px;
	margin-left: 20px;
}

.about_features a {
	display: block;
	width: 297px;
	height: 87px;
	text-indent: -9999px;
	background-color: #ccc;
	margin-bottom: 10px;
	outline: none;
}

.about_features a:link.team, .about_features a:visited.team, .about_features a:active.team {
	background: url(/sup/img/bg_meet_team.jpg) no-repeat top left;
}

.about_features a:hover.team {
	background-position: bottom left;
}

.about_features a:link.contact, .about_features a:visited.contact, .about_features a:active.contact {
	background: url(/sup/img/bg_contact_us.jpg) no-repeat top left;
}

.about_features a:hover.contact {
	background-position: bottom left;
}

/* ========== */
/* = events = */
/* ========== */

.single_item {
	margin-bottom: 2.5em;
}

.single_item h2 a {
	color: #659181;
}

.single_item h2 {
	margin-bottom: .2em;
}

.single_item .date, .item_detail .date {
	margin-bottom: .2em;
	font-size: 1.1em;
	color: #7c6955;
}

.item_detail .date {
	margin-bottom: .8em;
}

.single_item .short_description {
	margin-bottom: .6em;
}

.single_item p.date.Webinar strong {
	color: #a24433;
}

.single_item p.date.Event strong {
	color: #b99c09;
}

/* =========== */
/* = buttons = */
/* =========== */

p.learn_more a:link, p.learn_more a:visited, p.learn_more a:active {
	display: block;
	width: 136px;
	height: 35px;
	background: url(/sup/img/button_learn_more.gif)  no-repeat bottom left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

p.learn_more a:hover {
	background-position: top left;
}

p.read_more a:link, p.read_more a:visited, p.read_more a:active {
	display: block;
	width: 136px;
	height: 30px;
	background: url(/sup/img/button_read_more.gif)  no-repeat top left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

p.read_more a:hover {
	background-position: bottom left;
}

p.watch_demo a:link, p.watch_demo a:visited, p.watch_demo a:active {
	display: block;
	width: 158px;
	height: 35px;
	background: url(/sup/img/button_watch_demo.gif)  no-repeat top left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

p.watch_demo a:hover {
	background-position: bottom left;
}

p.return_list a:link, p.return_list a:visited, p.return_list a:active {
	display: block;
	width: 127px;
	height: 30px;
	background: url(/sup/img/button_return_list.gif)  no-repeat top left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	text-indent: -9999px;
	outline: none;
}

p.return_list a:hover {
	background-position: bottom left;
}

img.product_sheet_download {
	margin-top: 62px;
}

img.product_sheet_download.rc {
	margin-top: 55px;
}

/* ============== */
/* = pagination = */
/* ============== */

#torso .pagination ul {
	margin: 0px;
	padding: 15px 0px;
	border-top: solid 2px #dee4e9;
}

#torso .pagination {
	
}

#torso .pagination em {
	font-style: normal;
}

#torso .pagination ul li {
	background-image: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: left;
}

#torso .pagination ul li a {
	display: block;
	padding: 0px 10px;
	line-height: 30px;
	color: #4b81ae;
	font-weight: bold;
	background: url(/sup/img/page_bg.gif) repeat-x #b5c7d6;
	text-decoration: none;
	margin-bottom: 3em;
	margin-top: .5em;
}

#torso .pagination ul li a img {
	display: none;
}

#torso .pagination ul li.next a:link,
#torso .pagination ul li.next a:visited,
#torso .pagination ul li.next a:active {
	height: 30px;
	background: url(/sup/img/page_next.gif) no-repeat top left;
	padding: 0px;
	width: 33px;
}

#torso .pagination ul li.next a:hover {
	height: 30px;
	background: url(/sup/img/page_next.gif) no-repeat bottom left;
	padding: 0px;
	width: 33px;
}

#torso .pagination ul li.prev a:link,
#torso .pagination ul li.prev a:visited,
#torso .pagination ul li.prev a:active {
	height: 30px;
	background: url(/sup/img/page_prev.gif) no-repeat top left;
	padding: 0px;
	width: 33px;
}

#torso .pagination ul li.prev a:hover {
	height: 30px;
	background: url(/sup/img/page_prev.gif) no-repeat bottom left;
	padding: 0px;
	width: 33px;
}

#torso .pagination ul li.current a {
	border-top: solid 3px #496f62;
	position: relative;
	bottom: 3px;
	background-image: none;
	background-color: #deede8;
	color: #496f62
}

/* ==================== */
/* = Random & Special = */
/* ==================== */

.req {
    display: inline;
    color: #b71f1e;
    font-weight: bold;
}

ins {
    color: #f00;
    font-style: italic;
    text-decoration: none;
    background: #fad4d6;
}

div.clear {
    clear: both;
}


/* ============ */
/* = Partners = */
/* ============ */
.partner_logo {
	display: block;
	margin: .4em auto 1em;
}

p.cba_callout {
	font-size: .85em;
	line-height: 1.3em;
	padding-top: .3em;
}