/**
 * Copyright 2009 iMarc LLC  http://www.imarc.net
 */

 
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Special
/*  3.  Main elements
/*  4.  Headers
/*  5.  Content holders
/*  6.  Links and hr
/*  7.  Images
/*  8.  Lists
/*  9.  Form elements
/*  10.  Grouping elements
/*  11. Tables
/*
/* --------------------------------------------------------------------- */   

 
 
/* --------------------------------------------------------------------- */
/* Browser resets
/* --------------------------------------------------------------------- */ 

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.6;
} 

/* --------------------------------------------------------------------- */
/* Special
/* --------------------------------------------------------------------- */ 

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

.print_title {
	display: none;
}

/* --------------------------------------------------------------------- */
/* Main elements
/* --------------------------------------------------------------------- */

html {
	background: url(/sup/img/backgrounds/html_bg.jpg) repeat-x top left #fff;
	font-size: 12px;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0px;
	color: #444;
	font-size: 1.0em;
	height: 100%;
}

body, input.text, input.password, textarea, select {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

select {
	text-transform: none;
}

/* --------------------------------------------------------------------- */
/* Headers
/* --------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;	
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 0px;
	line-height: 1;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	color: #0a5574;
	margin-top: 1em;
	margin-bottom: .7em;
}

h2 {
	font-size: 1.4em;
	color: #BE5C18;
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-transform: capitalize;
}

h2 a:link, h2 a:visited {
	color: #006BCE;
}

h2 a:hover {
	color: #499c62;
}

h3 {
	font-size: 1.3em;
	color: #738955;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.2em;
	color: #0d646c;
}

h5 {
	font-size: 1.1em; 
	color: #a57764;  
}

h6 {
	font-size: 1.2em;      
}



/* --------------------------------------------------------------------- */
/* Content holders
/* --------------------------------------------------------------------- */

div {

}

p, pre, blockquote {
	margin: .5em 0px 1.4em 0px;
}



pre, code {
	background-color: #f8f8f8;
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
}    

pre {
	white-space: pre;
	overflow: auto;
	padding: 1em;
	border: 1px solid #ccc;
	display: block;
}

code {
	padding: 0.2em;
}   

blockquote {
	background-color: #f8f8f8;
	padding: 1em;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

.help {
	color: #777;	
}


/* --------------------------------------------------------------------- */
/* Links and hr
/* --------------------------------------------------------------------- */

a {
	
} 

a {
	color: #006bce;
}

a:hover {
	color: #00417d;
}


hr {
	height: 1px;
	border: none;
	margin-top: 1em;
	color: #ccc;
	background-color: #ccc;
}

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


/* --------------------------------------------------------------------- */
/* Images
/* --------------------------------------------------------------------- */

img {
	border: none;
}


/* --------------------------------------------------------------------- */
/* Lists
/* --------------------------------------------------------------------- */

ul, ol {
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
}

ul, li {
	list-style-type: none;
}

ul li {
	margin: 0px;
	padding: 0px 0px .3em 30px;
	background: url(/sup/img/backgrounds/bullet.gif) no-repeat 15px .5em;
}

ol li {
	margin: 0px;
	padding: 0px;
}



/* --------------------------------------------------------------------- */
/* Form elements
/* --------------------------------------------------------------------- */

form {
	margin: 0px 0px 1.4em 0px;
}

input.text,
input.password {  
	font-size: 1em;
	border: 1px solid #999;
	color: #333;
	border: solid 1px #af9c83;
	padding: .4em;
	margin-bottom: .5em;
	width: 170px;
}

input.checkbox,
input.radio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input.radio {
	width: auto;	
}

textarea {              
	height: 150px;
	font-size: 1em;
	border: solid 1px #af9c83;
	color: #333;
	padding: .4em;
	margin-bottom: .5em;
}



/* --------------------------------------------------------------------- */
/* Grouping elements
/* --------------------------------------------------------------------- */

fieldset {
	padding: 0 1em;
	margin: 0px 0px 1.4em 0px;  
	border: none;
}

legend {
	padding: .5em 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
}



/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0px 0px 1.4em 0px; 
	border-collapse: collapse;
}                     

	caption {
		background-color: #ededed;
		font-size: 1.2em;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", serif;   
		margin-top: 1.0em;   
	}
	
	td, th {
		padding: 0.1em 0.2em;
		border: 1px solid #ccc;
		vertical-align: top;
		text-align: left;
	}
	
td {
	padding: .5em;
}

th {
	background: url(/sup/img/backgrounds/th.jpg) repeat-x #b9c8d1;
	border: solid 1px #c8cfd8;
	border-top: none;
	padding: .5em;
	color: #37536b;
	font-weight: normal;
	font-size: 1.2em;
}

td select {
	text-transform: none;
}

.form {
	background-color: #e6eadc;
	border: solid 1px #b7b9bb;
	border-top: none;
}

	.form td {
		border: none;
		width: 90px;
		padding-left: 1.5em;
		color: #22646a;
	}

	.first_row {
		padding-top: 1.5em;
	}

	.work_phone {
		padding-bottom: 15px;
	}

	.form th {
		background: url(/sup/img/backgrounds/th.jpg) repeat-x #b9c8d1;
		margin-bottom: 15px;
	}
	


.holder {
	background-color: #e6eadc;
	border-bottom: solid 1px #b7b9bb;
}	
	
	.holder h3, .login h3 {
		color: #37536b;
		font-weight: normal;
		font-size: 1.2em;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		background: url(/sup/img/backgrounds/th.jpg) repeat-x #b9c8d1;
		border: solid 1px #c8cfd8;
		border-top: none;
		padding: .5em;
		margin: 0;
		line-height: 1.6; 	
	}

.login h3 {
	margin: 0px -12px;
	margin-bottom: 15px;
}
	
	.holder label {
		display: block;
		font-weight: bold;
	}
	
		.holder label.radio
		 {
			display: inline;
			font-weight: normal;
			padding-right: 1em;	
			vertical-align: middle;
		}
	
/*	.holder label em {
		color: #c00;	
	}*/
	
	.holder p,
	.holder div.single {
		padding: 0 14px 1em;
		border-left: solid 1px #b7b9bb;
		border-right: solid 1px #b7b9bb;
		margin: 0;	
	}
	
		.holder div.single p {
			padding: 0;
			border: none;
			margin: 0 0 1em 0;	
		}
	
	.holder p.first,
	.holder div.multiple.first p,
	.holder div.single.first {
		padding-top: 1.5em;	
	}
	
	.holder p.last,
	.holder div.multiple.last p,
	.holder div.single.last {
		padding-bottom: 1.5em;	
	}
	
	.holder p.one_of_two {
		padding-bottom: 0.2em;	
	}
	
	.holder input.text,
	.holder textarea.text {
		width: 667px;	
	}
		.holder input.radio,
		.holder input.submit {
			width: auto;
			padding: 0;
			margin: 0;	
		}
	
	.holder div.multiple {
		overflow: hidden;
		padding: 0 7px;
		border-left: solid 1px #b7b9bb;
		border-right: solid 1px #b7b9bb;	
	}
	
		.holder div.multiple p,
		.holder div.multiple div.single {
			float: left;
			padding: 0 7px 1em;	
			border: none;
		}
			.holder div.multiple p.help {
				margin-top: -1.6em;
				padding-left: 9px;
			}
			
			.holder div.single p.help {
				margin-bottom: 0;
				margin-top: 0.5em;
			}
			
			/* Three-quarter width */
			.holder div.multiple p.major input,
			.holder div.multiple p.field input,
			.holder div.multiple p.vendor input {
				width: 494px;	
			}
			
			/* Half width */
			.holder div.multiple p.city input,
			.holder div.multiple p.email input,
			.holder div.multiple p.phone input,
			.holder div.multiple p.fax input,
			.holder div.multiple p.member_number input,
			.holder div.multiple p.credit_card_number input,
			.holder div.multiple p.state_without_zip_code input,
			.holder div.multiple p.first_name_no_middle input,
			.holder div.multiple p.last_name_no_middle input,
			.holder div.multiple p.password input {
				width: 320px;		
			}
			
			
			/* Three-eights width */
			.holder div.multiple p.first_name input,
			.holder div.multiple p.last_name input,
			.holder div.multiple p.certificate_number input,
			.holder div.multiple p.certificate_date input,
			.holder div.multiple p.start_date input,
			.holder div.multiple p.end_date input {
				width: 234px;		
			}
			
			/* Quarter width */
			.holder div.multiple p.state input,
			.holder div.multiple p.zip_code input,
			.holder div.multiple p.middle_name input,
			.holder div.multiple p.credit_card_expiration_date input,
			.holder div.multiple p.credit_card_cvv_code input,
			.holder div.multiple p.year input,
			.holder div.multiple p.date input,
			.holder div.multiple p.credit_hours input {
				width: 147px;	
			}
			
			/* Half minus tiny */
			.holder div.multiple p.phone_with_ext input {
				width: 244px;	
			}
			
			/* Tiny */
			.holder div.multiple p.phone_ext input {
				width: 50px;	
			}
			
			/* Quarter minus extra tiny */
			.holder div.multiple p.middle_name_with_generation input {
				width: 80px;		
			}
			
			/* Extra tiny */
			.holder div.multiple p.generation input {
				width: 41px;	
			}
			
			/* This p tag just has radio buttons, so this is a half-width p tag */
			.holder div.multiple p.aicpa_member,
			.holder div.multiple div.current_year,
			.holder div.multiple p.encrollment_type {
				width: 332px;	
			}
			
			.holder div.multiple p.date {
				background: none;
				color: inherit;
				width: auto;
				padding-top: 0;
				padding-bottom: 0;
				text-align: left;	
			}
			
			.holder div.multiple div.current_year ul {
				list-style-type: none;
				margin: 0;
			}
				.holder div.multiple div.current_year ul li {
					background: none;
					padding: 0;	
				}
			.holder div.multiple div.current_year ul.first {
				float: left;
				width: 40%;
				margin-left: 2px;	
			}
			
			.holder div.multiple p.submit input.submit {
				margin-top: 19px;	
			}
			
			
	.holder input.text.state {
		width: 50px;	
	}
	
	
.types_1,
.types_2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;	
}

.types_1 li,
.types_2 li {
	padding: 0;
	margin: 0;
	background-image: none;
}

.cpa_finder {
	background: url(/sup/img/backgrounds/small_form.jpg) bottom no-repeat;
	width: 708px;
	height: 250px;
}

.cpa_finder td {
	color: #185170;
}

.odd {
	background: #f3fddb;
}

td.industry {
	color: #185170;
}

.find_a_member {
	background: url(/sup/img/backgrounds/small_form.jpg) bottom no-repeat;
	height: 125px;
}


.member_search td input {
	margin: 0;
}

#search_button {
	width: 365px;
}

#member_keywords {
	width: 30px;
}


/* --------------------------------------------------------------------- */
/* Header/Footer
/* --------------------------------------------------------------------- */

#header {
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	height: 105px;
	position: relative;
	z-index: 2;
}

	#header ul {
		margin: 0px;
		padding: 0px;
	}
	
	#header ul li {
		margin: 0px;
		background: none;
		padding: 0px;
		float: left;
	}

#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 228px;
	height: 176px;
	background: url(/sup/img/backgrounds/logo.jpg) no-repeat top left transparent;
	text-indent: -9999px;
	outline: none;
}

#frame {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -156px auto;
	width: 960px;
	padding-bottom: 0px;
	background: url(/sup/img/backgrounds/body_bg.jpg) repeat-y top left transparent;
}

#footer_container {
	background: url(/sup/img/backgrounds/footer_bg.jpg) no-repeat top center #917d68;
	height: 156px;
	/* width: 100%; */
}

#footer {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#footer ul, #footer ul li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#footer ul {
	width: 480px;
	margin: 0px 0px 0px 22px;
	padding: 20px 0px 0px 0px;
}

#footer ul li {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 230px;
	height: 26px;
	float: left;
}

#footer ul li a {
	display: block;
	height: 26px;
	font-size: 1.1em;
	border-bottom: solid 1px #c3b29b;
	line-height: 26px;
	width: 177px;
	color: #ece6de;
	text-decoration: none;
}

#footer p {
	position: absolute;
	top: 50px;
	color: #c8c891;
	right: 0px;
	width: 275px;
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#footer p em {
	display: block;
	color: #c3bca8;
	margin-top: 32px;
	font-size: .85em;
	font-style: normal;
}

#footer p strong {
	display: none;
}

#push_footer {
	height: 156px;
}

#search_form li {
	background: none;
}

#search_form input.text {
	width: 160px;
	padding: .2em;
}

.search_label {
	color: #f4eca6;
	font-family: Georgia, Times, serif;
	letter-spacing: 1px;
}

/* --------------------------------------------------------------------- */
/* Navigation
/* --------------------------------------------------------------------- */

#secondary_column {
	float: left;
	width: 188px;
	padding: 90px 15px 15px 25px;
}

	#secondary_column h2 {
		margin-top: 1em;
		font-size: 1.4em;
		color: #0a5574;
	}

	#secondary_column h3 {
		font-size: 1.1em;
		margin-top: 15px;
		color: #BE5C18;
	}

	#secondary_column input {
		font-style: italic;
		color: #948779;
	}

	#secondary_column .member_tools, 
	#secondary_column .apply,
	#secondary_column .about_us,
	#secondary_column .coupon_savings,
	#secondary_column .cpe_courses,
	#secondary_column .cpe_program,
	#secondary_column .renew,
	#secondary_column .announcements {
		color: #705848;
		font-size: .9em;
	}

	#secondary_column select {
		width: 180px;
		margin-bottom: .45em;
	}

#content_column {
	width: 710px;
	float: right;
	margin-bottom: 35px;
	position: relative;
}

#secondary_nav {
	position: absolute;
	top: 18px;
	left: 241px;
}

#secondary_nav li {
	float: left;
	border-right: solid 1px #bac7d2;
}

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

#secondary_nav li a {
	display: block;
	color: #cfd9e2;
	padding: 0px 9px;
	line-height: 1em;
	text-decoration: none;
}

#main_nav {
	position: relative;
	top: 54px;
	width: 725px;
	left: 238px;
}

#main_nav li {
	float: left;
	position: relative;
}

#main_nav li a.main_nav_link {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #736860;
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
}

#main_nav li a.main_nav_link:hover, #main_nav li.active a.main_nav_link:hover {
	background-color: #dcd4c3;
}

#main_nav li.home a.main_nav_link {
	width: 59px;
}

#main_nav li.membership_info a.main_nav_link {
	width: 129px;
}

#main_nav li.find_a_cpa a.main_nav_link {
	width: 90px;
}

#main_nav li.cpe a.main_nav_link {
	width: 46px;
}

#main_nav li.news a.main_nav_link {
	width: 56px;
}

#main_nav li.members_only a.main_nav_link {
	width: 114px;
}

#main_nav li.career_center a.main_nav_link {
	width: 121px;
}

#main_nav li.about_vtcpa a.main_nav_link {
	width: 107px;
}

#main_nav li ul li {
	float: none;
}

#main_nav li.active {
	background: url(/sup/img/backgrounds/active.gif) no-repeat bottom center transparent;
}

#main_nav.membership_info_active_nav li.membership_info a.main_nav_link,
#main_nav.cpe_active_nav li.cpe a.main_nav_link,
#main_nav.news_active_nav li.news a.main_nav_link,
#main_nav.members_only_active_nav li.members_only a.main_nav_link,
#main_nav.career_center_active_nav li.career_center a.main_nav_link,
#main_navabout_vtcpa_active_nav li.about_vtcpa a.main_nav_link,
#main_nav.membership_info_active_nav li.active.membership_info a.main_nav_link,
#main_nav.cpe_active_nav li.active.cpe a.main_nav_link,
#main_nav.news_active_nav li.active.news a.main_nav_link,
#main_nav.members_only_active_nav li.active.members_only a.main_nav_link,
#main_nav.career_center_active_nav li.active.career_center a.main_nav_link,
#main_navabout_vtcpa_active_nav li.active.about_vtcpa a.main_nav_link {
	background-color: #dcd4c3;
}

/* sub nav in dropdowns */

#main_nav .sub_nav {
	position: absolute;
	z-index: 10;
	padding: 0;
	margin: 0;
	top: 50px;
	border: solid 1px #d7d2bf;
	left: 0px;
	width: 200px;
	background-color: #f0e9db;
	overflow: hidden;
	display: none;
}
	.sub_nav li {
		margin: 0;
		padding: 0;
		display: inline;
		text-align: left;
		list-style-type: none;
		position: relative;
	}
	
	#main_nav .sub_nav li a {
		text-decoration: none;
		padding: 10px 14px;
		display: block;
		width: 168px;
		margin: 2px;
		line-height: 1em;
		color: #778d74;
		background: url(/sup/img/backgrounds/dropdown_sub.jpg) repeat-x top left #f2ebdd;
	}
	
	#main_nav .sub_nav li a:hover {
		color: #778d74;
		background: url(/sup/img/backgrounds/dropdown_sub_arrow.gif) no-repeat 0px 50% #fff;
	}

#main_nav li.about_vtcpa #sub_nav_about_vtcpa {
	left: -95px;
}

/* column sub nav */

#sub_nav, #sub_nav li {
	margin: 0px;
	padding: 0px;
	background: none;
}

#sub_nav {
	padding-left: 0px;
	margin-left: -15px;
}

#sub_nav li {
	width: 209px;
	margin-bottom: 6px;
}

#sub_nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #588259;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	padding-left: 17px;
	background: url(/sup/img/backgrounds/sub_nav.gif) no-repeat top left transparent;
}

#sub_nav li.active a {
	color: #849f31;
	background-position: bottom left;
}

/* --------------------------------------------------------------------- */
/* Home Content
/* --------------------------------------------------------------------- */


#homepage_flash {
	margin: 18px 0px 1.4em 0px;
}

.callout_one, .callout_two, .callout_three {
	float: left;
	height: 120px;
	margin: 0 21px 10px 0;
	width: 225px;
}

.callout_three {
	margin-right: -8px;
	float: right;
}

#cpe_offerings .column_one {
	float: left;
	width: 38%;
	margin-top: 0px;
	padding-top: 0px;
}

#cpe_offerings .column_two {
	width: 61%;
	float: left;
	margin-top: 0px;
}

#cpe_offerings #upcoming_courses_headline {
	margin-bottom: .8em;
}

#announcements_news_letter {
	width: 466px;
	float: left;
}

#announcements_news_letter h2, #upcoming_courses h2 {
	color: #0a5574;
	font-size: 1.6em;
}

#announcements_news_letter h2 a, #upcoming_courses h2 a {
	display: block;
	float: right;
	color: #578358;
	text-decoration: underline;
	font-size: .6em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

span.homepage_date, .news_date {
	color: #9f5a34;
}

#announcements_news_letter h3 a {
	text-decoration: none;
	color: #894E0F;
	font-size: 1.1em;
}

#upcoming_courses h3 {
	margin-bottom: .4em;
	line-height: .9em;
}

#upcoming_courses h3 a, #cpe_offerings h3 a {
	text-decoration: none;
	color: #894e0f;
	font-size: 1em;
	line-height: 1.3em;
}

#cpe_offerings h2, 
#cpe_offerings h2 a:link, 
#cpe_offerings h2 a:active, 
#cpe_offerings h2 a:visited,
.description h2 a:link,
.description h2 a:visited,
.description h2 a:active  {
	margin-bottom: 0px;
	padding-top: 0px;
	color: #BE5C18;
}

#cpe_offerings h2 a:hover,
.description h2 a:hover {
	color: #517b86;
}

#cpe_offerings .date {
	color: #558461;
	background: none;
	border-right: none;
	width: auto;
	float: none;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}

#cpe_offerings h3 a:hover {
	color: #6ab67d;
}

#cpe_offerings h3 a {
	color: #738955;
}

#upcoming_courses p {
	line-height: 1.3em;
	margin-bottom: 1.4em;
}

#upcoming_courses p span {
	display: block;
	color: #344d53;
	font-size: .9em;
	padding-bottom: 4px;
	line-height: 1.2em;
	margin-bottom: .4em;
	padding-left: 20px;
	background: url(/sup/img/backgrounds/date_icon.gif) no-repeat top left;
}

#announcements_news_letter p {
	line-height: 1.3em;
	margin-bottom: 1.2em;
}

#announcements_news_letter #announcements,
#announcements_news_letter #latest_news {
	margin-bottom: 2.5em;
}

#upcoming_courses {
	width: 223px;
	float: right;
	position: relative;
	right: 1px;
}

#cpa_letter_daily h2 {
	margin-bottom: 0em;
}
#cpa_letter_daily ul {
	list-style: none;
}
#cpa_letter_daily ul li {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0 0 .9em 0;
	color: #a97f4a;
	font-size: .9em;
}
#cpa_letter_daily ul li a {
	color: #598750;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}

.lost_password {
	font-size: .8em;
}


/* --------------------------------------------------------------------- */
/* Content
/* --------------------------------------------------------------------- */


.very_important {
	font-size: 1.5em;
}

#overlay {
	display: none;
	background: #fff;
	border: 1px solid #333;
	padding: 1em;
	position: fixed;
	width: 40em;
	z-index: 7;
}
	#overlay .close_x {
		margin-left: -27px;
		margin-top: -27px;
		position: absolute;
	}


.intro_content {
	width: 400px;
}

.side_call_to_action, .side_visual {
	float: right;
}

.callout_container {
	background: url(/sup/img/backgrounds/callout.jpg) no-repeat top;
	margin-bottom: 15px;
}

p.inner_callout {
	background: url(/sup/img/backgrounds/rounded_corner.jpg) no-repeat bottom;
	padding: 1em 4em 12px 1em;
	color: #6c637a;
	font-family: Times, Georgia, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	position: relative;
}

p.inner_callout img {
	position: absolute;
	top: -20px;
	right: 0px;
}

p.inner_callout img.state_bird {
	position: absolute;
	top: -22px;
	right: 0px;
}

p.inner_callout img.maple_leaf {
	position: absolute;
	top: 0px;
	right: 0px;
}

p.inner_callout img.flower {
	position: absolute;
	top: 7px;
	right: -4px;
}

p.inner_callout img.one_line {
	position: absolute;
	top: -15px;
}

.design_icon {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

input.submit {
	width: auto;
	border: none;
	padding: 0px;
	margin-top: 10px;
}

.sliders {
	margin-bottom: 20px;
}

.sliders_container {
	margin-bottom: 20px;
}

ul.sliders li {
	border-bottom: solid 1px #dad9d9;
	background: url(/sup/img/backgrounds/sliders.jpg) no-repeat bottom;
	padding: .5em;
	float: left;
	
}

#venue_map iframe {
	height: 350px;
	width: 680px;
	margin-top: 1em;	
}

.error {
	background: url(/sup/img/icons/error.jpg) no-repeat #fbebf2 10px 8px;
	margin: 20px 0;
	padding: 1em 1em 1em 3.5em;
	border: solid 1px #8d2c3c;
	color: #8d2c3c;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 1.1em;
}

.success {
	color: #4a6952;
	padding: 1em 1.5em 1.2em 4.5em;
	margin: 20px 0;
	border: solid 1px #5a7460;
	background: url(/sup/img/icons/success.jpg) no-repeat #dee7cc;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-size: 1.1em;
}

.info {
	color: #4a6952;
	background-color: #e3e5e9;
	padding: 1em;
	font-family: Georgia, Times, Serif;
	font-style: italic;
	border: solid 1px #c6c6c6;
	font-size: 1.1em;
}

.bod_col_one_of_two {
	width: 48%;
	float: left;
}

.bod_col_two_of_two {
	width: 48%;
	float: right;
}

ul.categories, ul.categories li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: none;
}

ul.categories li {
	float: left;
	margin: 0px 10px 10px 0px;
}

ul.categories li.active a {
	border-top: solid 3px #0066CC;
}

ul.categories li a {
	display: block;
	float: left;
	padding: 5px 12px 6px 12px;
	line-height: 1em;
	background-color: #eee;
	border: solid 1px #ddd;
	border-top-width: 3px;
	text-decoration: none;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
}

.pagination ul li {
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px;
}

.pagination ul li a {
	display: block;
	padding: 3px 9px;
	color: #335979;
	background-color: #eef6fc;
	border: solid 1px #bac7d2;
	text-decoration: none;
	line-height: 1em;
}

.pagination ul li a em {
	font-style: normal;
	line-height: 1em;
}

.pagination ul li.skipped a {
	background: none;
	border: none;
}

.pagination ul li.current a {
	background-color: #335979;
	color: #fff;
	border: none;
}

.pagination ul li.prev a,
.pagination ul li.next a {
	background-color: #eae9e5;
	color: #736860;
	border: soldi 1px #dedcd4;
	font-weight: bold;
	border: none;
}

.pdf .description h2 {
	padding-left: 25px;
	background: url(/sup/img/icons/pdf.jpg) no-repeat 0px 0px;
}

.doc .description h2, .docx .description h2 {
	padding-left: 25px;
	background: url(/sup/img/icons/word.jpg) no-repeat 0px 0px;
}

.xls .description h2, .xlsx .description h2 {
	padding-left: 25px;
	background: url(/sup/img/icons/excel.jpg) no-repeat 0px 0px;
}

.ppt .description h2, .pptx .description h2 {
	padding-left: 25px;
	background: url(/sup/img/icons/ppt.jpg) no-repeat 0px 0px;
}

.bylaws_col_one_of_two {
	width: 50%;
	float: left;
}

.bylaws_col_two_of_two {
	width: 45%;
	float: right;
}	

a.return_to_top {
	display: block;
	text-align: right;
	padding-right: 16px;
	background: url(/sup/img/backgrounds/return_to_top.gif) no-repeat right .8em;
	text-decoration: none;
	border-top: solid 1px #ccc;
	margin: 1em 0px 1.4em 0px;
	line-height: 2em;
	padding-top: 1em 0px 0px 0px;
}

#member_info {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background: url(/sup/img/backgrounds/member_block.gif) repeat-x transparent;
	padding: 15px;
	padding-top: 1.4em;
	font-size: .9em;
}

#member_info ul#member_nav,
#member_info span  {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

#member_info span {
	padding-right: 15px;
	border-right: solid 1px #bac7d2;
	margin-right: 0px;
	font-weight: bold;
}

ul#member_nav li a {
	color: #fefbaa;
	padding-left: 15px;
}

#your_account { 
	margin-bottom: 2em;
}
#your_account ul {
	padding-left: 0; 
	margin-left: 0;
}
#your_account ul li {
	padding-left: 1em;
	margin-left: 0;
	background: url(/sup/img/backgrounds/bullet.gif) no-repeat 0 .5em;
}

/* --------------------------------------------------------------------- */
/* Dynamic Views
/* --------------------------------------------------------------------- */

.businesses_1, .venues_1, .members_1 {
	float: left;
	width: 55%;
	background: none;
}

.person {
	background: none;
	padding-left: 0px;
	color: #5c6240;
}

.contact_info_container {
	border-bottom: solid 1px #c6c6c6;
}

.keyword {
	width: 278px;
}

.person_info, .venue_contacts {
	color: #8f420f;
}

.people ul {
	border-top: solid 1px #c6c6c6;	
}

.person_info {
	border-bottom: solid 1px #c6c6c6;
	padding-bottom: 0.6em;	
}


.cpa_services li, .cpa_industry li {
	float: left; 
	width: 45%;
}

.column_1, .column_2 {
	float: left;
	width: 50%;
}

.cpa_services, .cpa_industry, .directions {
	border-top: solid 1px #c6c6c6;
	padding: 10px 0px 15px 0px;
}

.cpa_industry {
	margin-top: 15px;
}

.button {
	margin-top: 15px;
}

.border {
	border-top: solid 1px #c6c6c6;
	padding-top: 8px;
	margin-top: 8px;
}

.detail {
	margin-top: 15px;
}

ul.list_view li {
	background: none; 
	margin: 0px; 
	padding: 8px 0px 1.4em 0px;
	border-top: dotted 1px #a2d132;
}

ul.docs_list_view li {
	background: none; 
	margin: 0px; 
	padding: 8px 0px 0em 0px;
	border-top: dotted 1px #a2d132;
}


.date {
	color: #9F5A34;
	float: left;
	width: 95px;
	border-right: dotted 1px #a2d132;
	padding-top: 17px;
	padding-bottom: 50px;
	text-align: center;
	background-color: #e9f0e2;
}

.enhanced .meta {
	float: left;
	width: 175px;
	padding: 10px;
	color: #9F5A34;
	text-align: right;
	background-color: #F6FCEC;	
	border-right: dotted 1px #a2d132;
}


.enhanced h2 {
	margin-top: 10px;
}
.enhanced .meta span {
	display: block;
	color: #779944;
}
.enhanced .meta span.date_time {
	color: #335511;
}
.enhanced .developer {
	font-size: 95%;
	color: #999;
}

.doc_date {
	color: #9F5A34;
	float: left;
	width: 95px;
	border-right: dotted 1px #a2d132;
	padding-top: 17px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #e9f0e2;
}

.description {
	float: left;
	width: 600px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.enhanced .description {
	float: right;
	width: 500px;
	margin-bottom: 20px;
	padding-left: 10px;	
}

.icon, .align_button {
	vertical-align: top;
}

.pagination li {
	background: none;
	padding: .5em;
}

.page_info {
	color: #305f5e;
}

dd, dt {
	padding: 0px;
	margin: 0px;
}

dt {
	color: #738955;
}

.personal_info {
	border-bottom: solid 1px #c6c6c6;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
	div.detail_view dl {
		margin-top: 0;	
	}
	div.detail_view dd {
		border-bottom: solid 1px #c6c6c6;
		padding-left: 120px;
	}

.detail_view dt {
	width: 120px;
	float: left;
}

.results_container {
	border-bottom: solid 1px #c6c6c6;
}

.detail_view dt.address {
	height: 70px;
}

#career_center div.detail_view dd {
	margin-bottom: 5px;
	width: 50%;
	
}

#career_center div.detail_view dt {
	color: #598750;
	text-transform: capitalize;
	clear: left;
}

p.view_all {
	font-size: .9em;
	margin: -.5em 0 2em 0;
}
p.view_all a {
	text-decoration: underline;
	color: #999;
}

/* --------------------------------------------------------------------- */
/* Members
/* --------------------------------------------------------------------- */

.login {
	background: url(/sup/img/backgrounds/login.jpg) bottom no-repeat #cad5c0;
	width: 700px;
	margin: 1em 0;
	border: solid 1px #959fb9;
}

.login .column_one, .login .column_two {
	float: left;
	width: 200px;
	margin-top: 0px;
}

.login .column_one p, .login .column_two p {
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
}

.login legend, .login label {
	color: #000;
}

.login input.submit {
	margin-top: 19px;
}

#member_info {
	color: #f3fab8;
}

#member_nav li a {
	color: #e9ddf0;
}

.members_home {
	border-bottom: solid 1px #c6c6c6;
	margin-bottom: 20px;
}

form .holder.contact_form {
	background: url(/sup/img/backgrounds/contact_form.jpg) no-repeat bottom #e6eadc;
}

.column_one, .column_two {
	width: 50%;
	float: left;
}

.column_two {
	margin-top: 20px;
}

.member_anniversary li {
	background-image: none;
	float: left;
	width: 30%;
	background-color: #efefef;
	margin: 0px  8px 10px 0px;
	padding-left: 5px;
	border-top: solid 1px #dbdada;
}

.anniversary_date {
	font-family: Georgia, Times, serif;
	color: #5d8f49;
	font-size: 1.2em;
	font-style: italic;
}

.member_duration {
	font-family: Georgia, Times, Serif;
	background-color: #efefef;
	border-top: solid 1px #dbdada;
	padding: .3em;
	color: #ae6262;
}


ul.list_view p.actions {
	padding-left: 0.5em;
}	

dl.cpe_tracker {
	overflow: hidden;	
}

.cpe_tracker dt {
	float: left; 
	width: 95px;
	clear: left;
	padding-left: 0.5em;
}

.cpe_tracker dd {
	float: left;	
}

.tracker_list li {
	background: none;
}


/* --------------------------------------------------------------------- */
/* CPE
/* --------------------------------------------------------------------- */
table.coupon_pricing td {
	color: #888;
}
	table.coupon_pricing tr.current td {
		color: #000;
	}
	table.coupon_pricing tr.current td.price {
		background-color: #E9F0E2
	}


/* --------------------------------------------------------------------- */
/* Cart
/* --------------------------------------------------------------------- */


.cart {
	background: #fffce1;
}

.member_cart {
	background-color: #f9f7e2;
	border-top: 1px dotted #A2D132;
	padding: .5em;
	margin: 0px 0px 12px 0px;
	/*text-transform: capitalize;*/
}
.enhanced .member_cart {
	background: none;
	border: 0;
	padding: 0;
}

#cart_info {
	margin-top: 20px;
	float: right;
	background-color: #f9f7e2;
	border-top: 1px dotted #A2D132;
	padding: 8px;
}

.cart td.total {
	text-align: right;
	color: #659e4e;
}

.cart tr.odd td {
	background-color: #ecfffb;
}

.grand_total td {
	background-color: #fff;
}

.disclaimer {
	font-size: .9em;
	margin-top: 15px;
	color: #7d8677;
}

.view {
	float: left; 
	margin-right: 15px;
}

.add_remove {
	margin: 0px;
}

.register {
	background: url(/sup/img/backgrounds/th.jpg) repeat-x #b9c8d1;
	padding: .5em;
	margin-top: 0px;
}

.course_end_date {
	float: right; 
	width: 210px; 
	text-align: left;
}

.required, .holder label em {
	color: #be6211;
	font-style: normal;
}

.course_detail_view {
	float: right; width: 30%;
}

.course_summary {
	float: left; 
	width: 60%; 
	margin-right: 20px
}

.pricing {
	color: #a24d33;
}

.pricing em {
	font-size: .8em;
	display: block;
	color: #675c58;
}

td span.coaching {
	font-size: .75em;
	color: #6a876f;
	line-height: 1.3em;
	display: block;
}

.phone_contact {
	white-space: nowrap;
}

.bod_col_one_of_two h2, .bod_col_one_of_two h3, .bod_col_two_of_two h2, .bod_col_two_of_two h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.view_directory_entry {
	margin-bottom: 1em;
}


/* Every Can Counts */
div.every_can_counts.downloads {
	float: right;
	width: 320px;
	margin: 0 0 1.5em 2em;
	border-left: 1px solid #ccc;
	padding: 0 0 0 2em;
	
}
	div.every_can_counts.downloads ul li {
		background: url(/sup/img/icons/word.jpg) no-repeat;
	}









