/* Copyright 2009 iMarc LLC	http://www.imarc.net */
 
/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*	1.	Reset
/*	2.	Special
/*	3.	Typography
/*	4.	Links
/*	5.	Images
/*	6.	Forms
/*	7.	Tables
/*	8.	Layout
/*		8a.	Index 
/*		8b.	CPE
/*		8c.	Detail
/*		8d.	CPE Cart
/*		8e.	CPE Tracker
/*		8f.	About
/*		8g.	About > History
/*		8h.	News
/*		8i.	About > Contact
/*		8j.	Bylaws
/*		8k.	Legal & Privacy
/*      8l. My Account
/* --------------------------------------------------------------------- */	 


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

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

/* clearfix */

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

/* clear div */

.clear {
	clear: both;
}

/* messaging */

.info,
.error,
.success,
.warning {
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.info strong,
	.error strong,
	.success strong,
	.warning strong {
		font-weight: bold;
	}
form .info,
form .error,
form .success,
form .warning {
	margin: 0 14px 20px 0;
}
.info {
	color: #222;
	background: #EEE url(/sup/img/icons/alert_transparent.png) 15px 15px no-repeat;
	padding-left: 45px;
}

.warning {
	color: #024;
	background: #DEF;		
}
.error {
	color: #420;
	background: #FDB;
}
.success {
	color: #240;
	background: #DFB;
}

/* pagination */

.pagination ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: none
}
	.pagination ul li {
		float: left;
		background: none;
		list-style: none;
		padding: 5px 0 0 0;
		margin: 0 10px 20px 0;
	}
		.pagination ul li a {
			display: block;
			padding: 4px 12px;
			border: solid 1px #d2d2d2;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
			font-weight: bold;
			color: #3a6997;
			font-size: 1.1em;
			background: url(/sup/img/backgrounds/pagination_inactive.jpg) repeat-x center center #e5e5e5;
		}
		
		.pagination ul li.current {
			background: url(/sup/img/backgrounds/pagination_current_arrow.gif) no-repeat top center;
		}
		
		.pagination ul li.current a:link,
		.pagination ul li.current a:visited,
		.pagination ul li.current a:active,
		.pagination ul li.current a:hover{
			border: solid 1px #ede6e0;
			background: url(/sup/img/backgrounds/pagination_active.jpg) repeat-x top center #f9f8f6;
			color: #8f5f3b;
			cursor: default;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		.pagination ul li a:hover {
			border-color: #b6b6b6;
			background: none;
			background-color: #f8f8f8;
			color: #4084c6;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		}
		
		.pagination ul li.skipped a {
			cursor: default;
			background: none;
			background-color: #f9f9fa;
			border-color: #ededed;
			color: #c6c6c6;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
			.pagination ul li a em {
				font-style: normal;
			}
		.pagination ul li.prev,
		.pagination ul li.next {
			height: 2.1em;
			width: 3em;
			margin-top: 5px;
			padding-top: 0;
			border: solid 1px #c5d4e0;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			overflow: hidden;
			background: url(/sup/img/backgrounds/pagination_prev_next.gif) repeat-x center center #e8eef3;
		}

		.pagination ul li.prev a,
		.pagination ul li.next a {
			margin-top: 0;
			padding-top: 0;
			text-indent: -9999px;
			overflow: hidden;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border: none;
			height: 1.65em;
			background: url(/sup/img/backgrounds/paginator_next.gif) no-repeat center center transparent;
		}
		
		.pagination ul li.prev a {
			background-image: url(/sup/img/backgrounds/paginator_previous.gif);
		}

/* --------------------------------------------------------------------- */
/* Typography
/* --------------------------------------------------------------------- */

html {
	background-color: #D9D9D9;
}

body {
	color: #222;
	font-size: .625em;
	font-family: Arial, sans-serif;
	background: #D9D9D9 url(/sup/img/header/body.jpg) 0 0 repeat-x;	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 14px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.1em;
	color: #872d2d;
}

h2 {
	font-size: 1.8em;
	color: #403C3D;
}

h3 {
	font-size: 1.6em;
	color: #403C3D;
}

h4 {
	font-size: 1.2em;
	color: #6d442c;
	margin: 0 0 .2em 0;
	line-height: 1em;
	padding: 0;
}

h5 {
	font-size: 1.3em;
	color: #403C3D;
}

h6 {
	font-size: 1.2em;
	color: #403C3D;
}

p {
	font-size: 1.4em;
	line-height: 1.4;
	padding: 0 0 14px 0;
}

ul {
	font-size: 1.4em;
	line-height: 1.4;
	list-style: disc;
	margin: 0 0 14px 0;
	padding: 0 0 0 1.5em;
}

ol {
	font-size: 1.4em;
	line-height: 1.4;
	list-style: decimal;
	margin: 0 0 14px 0;
	padding: 0 0 0 1.5em;
}

ul li,
ol li {
	margin: 0; /* removed .5em margin on bottom temporarily [dt] */
}

ul ul,
ul ol,
ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl,
ul p,
ol p,
dl p,
ul .vcard,
ol .vcard, 
dl .vcard,
p .vcard {
	margin: 0;
	font-size: 1em;
}

ul .vcard,
ol .vcard, 
dl .vcard,
p .vcard {
	margin: 1em 0 0 0;
}

dl {
	font-size: 1.4em;
	line-height: 1.4;	
	margin: 0 0 14px 0;
}

dt {
	font-weight: bold;
	margin: 0 0 .5em 0;
}

dd {
	padding: 0 0 0 2em;
	margin: 0 0 .5em 0;
}

blockquote {
	padding: 20px;
	background: #EEE;
	margin: 0 0 2em 0;
}
	blockquote cite {
		font-size: 1.4em;
		background: #EEE;
	}

code {

}		

pre {
	font-family: monospace;
	font-size: 1.5em;
}

hr {
	display: none;
}

.notes {
	color: #F00;
}

.vcard {
	font-size: 1.4em;
	line-height: 1.4;	
	margin: 0 0 14px 0;	
}
	.vcard span,
	.vcard strong {
		display: block;
	}
	
	
p.content_callout {
	font: italic 1.6em/1.4em Georgia, Times, Times New Roman;
	color: #444;
}
	
/* --------------------------------------------------------------------- */
/* Links
/* --------------------------------------------------------------------- */

a {
	color: #1f517c;
	text-decoration: none;
} 

a:link {

}

a:visited {

}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

a.document, 
a.file {
	padding-left: 24px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a.pdf { background-image: url(/sup/img/icons/pdf.gif); }

a.external {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(/sup/img/icons/external.gif);
}

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

img {
	border: none;
}

/* --------------------------------------------------------------------- */
/* Forms
/* --------------------------------------------------------------------- */

form {
	color: #5A514C;
	background: #C1B1A1; /* darker option */
	background: #D7C6B4; /* small forms */
	background: #CBD4DE;
	padding: 20px 20px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 14px 0;
}
form.search {
	margin: 0 0 36px 0;
}
	table td form {
		background: none;
		margin: 0;
		padding: 0;
	}
		table td form div {
			margin: 0;
		}
	
	fieldset {
	}
		label {
			display: block;
			font-size: 1.2em;
			line-height: 1.8;
		}
			label a {
				font-weight: normal;
			}

		.legend {
			font-size: 2.1em;
			margin: 0 0 14px 0;
			font-family: Georgia, "Times New Roman", Times, serif;
		}

		.text_field input,
		.submit_field input,
		.password_field input {
			margin: 0;
			padding: 0;
			border: none;
			background: none;
			font-size: 1.2em;
			vertical-align: middle;			
			font-family: Arial, sans-serif;
		}
		.text_field input,
		.password_field input {
			width: 286px;
			padding: 7px;
		}
		.text_field span,
		.password_field span,
		.textarea_field span {
			padding: 0;
			display: inline-block;
			width: 300px;
			background: #FFF;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			overflow: hidden;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		}

		/* experimental form style */
			.full .text_field input,
			.full .password_field input {
				width: 100%;
			}

			.full .textarea_field span,
			.full .text_field span,
			.full .password_field span {
				width: 96%;
			}

			.middle {
				margin: 20px 0;
				padding: 10px 0;
				border-top: 1px solid #cbd4de;
				border-bottom: 1px solid #cbd4de;
			}
		/* end of experimental form style */

		.submit_field span {
			width: auto;
			padding: 6px;
			overflow: hidden;
			display: inline-block;
			vertical-align: middle;
			background: #8392AB url(/sup/img/backgrounds/button.png) 0 50% repeat-x;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
			.submit_field span input {
				color: #FFF;
				font-weight: bold;
			}
			.submit_field span input:hover {
				cursor: pointer;
			}

		.textarea_field textarea {
			width: 95%;
			font-size: 1.2em;
			font-family: Arial, sans-serif;
		}

		/* special form spans */
		form div .optional,
		form div .required,
		form div .help {
			padding: 0;
			border: none;
			display: inline;
			background: none;
			font-weight: bold;
			-moz-box-shadow: none;
		}
		form div .help {
			font-size: 1.2em;
			margin: 0 1em 0 0;
		}
		form div label.help {
			color: #888;
			width: 400px;
			display: block;
		}
		form div.text_field .help {
			display: block;
			margin: 10px 0 0 0;
		}
		form div.review_actions {
			float: right;
			clear: left;
		}
			form div.review_actions .submit_field {
				float: left;
				margin-right: 1.4em;
			}
			
			form div .non-submit_action {
				margin: 0.6em 1em 0 1em;
				float: left;
				font-size: 1.3em;
				font-style: italic;
			}
			form div .non-submit_action a {
				padding: 1em 0.3em 0;
				font-weight: bold;
				font-style: normal;
			}

		form div.lower {
			margin-top: 1.5em;
			border-top: 1px solid #ccc;
			padding-top: 1.5em;
		}
			
		.checkboxes {
			width: 280px;
		}
		.checkboxes .selected {
			font-weight: bold;
		}
		.checkboxes .checkbox_field {
			margin: 0 1em 1em 0;
		}
		.checkbox_field label,
		.radio_field label {
			display: inline;
		}

		form div {
			margin: 0 0 10px 0;
		}
		form .group div {
			float: left;
			margin: 0 10px 0 0;				
		}
		form.group div.submit_field {
			margin: 5px 0;
		}
		form div.email_exists {
			color: #900;
			font-weight: bold;
			padding: 10px 15px;
			background: #ffeFe6;
			display: inline-block;
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25) inset;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.25) inset;
			box-shadow: 0 0 5px rgba(0,0,0,.25) inset;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
			form .group div span {
				width: inherit;
			}
				form .group div span input {
					width: inherit;
				}
		form .inline label,
		.section .section form.group .inline .text_field span {
			display: inline-block;
			vertical-align: middle;
		}
		form .inline .select_field {
			padding: 5px 0;
		}
		form .file_field {
			float: left;
			margin: 0 20px 0 0;
			width: 240px;
		}
		form .file_field .existing_photo {
			padding: 0 20px 0 0;
		}
		form .file_field .existing_photo a {
			font-weight: normal;
		}

		form .group .file_field div,
		form .group .help_content,
		form .group .help_content div {
			float: none;
		}
		form .group .existing_photo .modular {
			float: left;
		}
		form .group .help_content {
			margin: 0 0 1em 0;			
		}
			form .file_field .existing_photo img,
			form .file_field .existing_photo label,
			form .file_field .existing_photo input {
			}
			
		form div em {
			font-size: 1.2em;
			line-height: 1.8;
			font-style: normal;
		}
		form div label em {
			font-size: 1em;
		}

		.fake_password input {
			color: #999;
			font-weight: bold;
		}
		
		form .email_field {
			width: 260px;
		}
		form .group div.photo_field {
		}
		
/* --------------------------------------------------------------------- */
/* Tables
/* --------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: separate;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}										 
	caption {
		font-size: 1.2em;
		margin-top: 1.0em;	 
		background-color: #ededed;
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	td {
		padding: 1em;
		text-align: left;
		vertical-align: middle;
		border-bottom: 1px solid #DCDCDC;
		border-right: 1px solid #DADBDD;
		font-size: 1.3em;
		line-height: 1.4;
	}
	tbody tr:first-child td {
		border-top: none;
	}
	tbody tr:last-child td,
	tfoot td {
		border-bottom: none;
	}
	th {
		color: #FFF;
		padding: 1em;
		text-align: left;
		font-weight: normal;
		vertical-align: top;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.5em;
		line-height: 1.4;
	}
	thead th:first-child {
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
	}
	thead th:last-child {
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}
	td.date	{
		white-space: pre;
		font-style: italic;
		color: #999;
	}
	th.credits {
		text-align: right;
	}
	td.credits {
		color: #666;
		font-weight: bold;
		text-align: right;
	}
	th.price,
	td.price {
		text-align: right;
		border-right: 1px solid #B0B0B0;
	}
	td.total {
		color: #666;
		background: #FFF;
		text-align: right;
		font-weight: bold;
		border-right: none;
		text-transform: uppercase;
		border-top: 1px solid #B0B0B0;
	}
	tfoot td.credits {
		color: #FFF;
		background: #8291AA;
		border-left: 1px solid #727A8A;
		border-right: 1px solid #BAC1CB;
		border-bottom: 1px solid #6E7786;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
	}
	tfoot td.price {
		color: #F6E2BC;
		font-weight: bold;
		background: #98A4B7;
		border-right: 1px solid #727A8A;
		border-bottom: 1px solid #6E7786;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}	
	tfoot tr.arrow td {
		padding: 0;
		margin: 0;
		border: none;
		height: auto;
		background: #FFF;
		text-align: center;
	}

	td.remove {
		text-align: center;
		border-left: 1px solid #B0B0B0;
	}
	td.remove a {
		width: 27px;
		height: 25px;
		display: block;
		text-indent: -9999px;
		background: url(/sup/img/buttons/remove.png) 0 0 no-repeat;
	}
	col.even {
		background: #F8F8F8;
	}
	col.odd {
		background: #F0F0F0;
	}
	th.even {
		background: #727272;
		border-right: 1px solid #727272;
	}
	th.odd {
		background: #4E4E4E;
		border-right: 1px solid #4E4E4E;
	}

	td.course_title {
		border-left: 1px solid #B0B0B0;
	}
	td.course_amount {
		text-align: right;
		font-size: 16px;
		font-weight: bold;
	}
	td.owed {
		border-left: 1px solid #727A8A;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		font-size: 16px;
	}
	

	
/* --------------------------------------------------------------------- */
/* Layout
/* --------------------------------------------------------------------- */

.section {
	width: 962px;
	margin: 0 auto;
	background: #FFF;
}
	.section .header.site_nav {
		background: #1C395A url(/sup/img/header/header.jpg) 50% 0 no-repeat;
	}
	.section .header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 1.2em;	
	}
		.section .header ul li {
			margin: 0;
			padding: 0;
		}
	
	.section .header .logo {
		float: left;
		width: 270px;
		height: 112px;
		text-indent: -9999px;
	}
	.section .header ul.secondary_nav {
		float: right;
		margin: 6px 1em 0 0;
	}
		.section .header ul.secondary_nav li {
			float: left;
		}
			.section .header ul.secondary_nav a {
				color: #94A9C6;
				float: left;
				height: 30px;
				line-height: 30px;
				padding: 0 .75em;
				font-size: 13px;
			}
			.section .header ul.secondary_nav li.active a {
				color: #D4E9F6;
				background: #507391;
				-moz-border-radius-bottomleft: 4px;
				-moz-border-radius-bottomright: 4px;
			}

	.section .header ul.user_nav {
		float: right;
		padding: 0 0 0 .5em;
		background: #BDBDBD url(/sup/img/header/user.png) 0 0 no-repeat;
	}
		.section .header ul.user_nav li {
			float: left;
			height: 30px;
			line-height: 30px;
			padding: 6px .5em 0 .5em;
		}
		.section .header ul.user_nav li.last {
			background: #BDBDBD url(/sup/img/header/user.png) 100% 0 no-repeat;
		}
			.section .header ul.user_nav li a {
				color: #3F556E;
				background: #E1E1E1;
				padding: 3px 12px;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}			

	.section .header ul.nav {
		float: left;
		width: 684px; /* fixes display in ie6. */
		margin: 32px 0 0 0;
	}
		.section .header ul.nav li {
			/*--------------------------------------------------->
			 DO NOT REMOVE THIS Z-INDEX RULE EVER - it's for ie6.
			<---------------------------------------------------*/
								z-index: 1;
			/*--------------------------------------------------->
			 DO NOT REMOVE THIS Z-INDEX RULE EVER - it's for ie6.
			<---------------------------------------------------*/
			float: left;
			position: relative;
			padding: 0 0 0 12px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
			.section .header ul.nav li a {
				color: #FFF;
				float: left;
				height: 44px;
				font-size: 1.6em;
				line-height: 44px;
				padding: 0 15px 0 2px;
			}

		.section .header ul.nav li.active {
			z-index: 1; /* ensures active state is above other tabs */
			background: url(/sup/img/header/active.png) 0 0 no-repeat;
		}
			.section .header ul.nav li.active a {
				background: url(/sup/img/header/active.png) 100% 0 no-repeat;
			}
		.section .header ul.nav li:hover,
		.section .header ul.nav li.hover {
			padding: 0;
			background: none;
		}
			.section .header ul.nav li:hover a,
			.section .header ul.nav li.hover a{
				padding: 0 15px 0 14px;
				text-decoration: none;
				background: #162C42;
				background: rgba(0,0,0,.333);
				-webkit-border-top-left-radius: 5px;
				-webkit-border-top-right-radius: 5px;
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				border-top-left-radius: 5px;
				border-top-right-radius: 5px;
			}
	
		.section .header ul.nav li ul.drop_nav {
			display: none;
			font-size: 1em;
		}
		.section .header ul.nav li:hover ul.drop_nav,
		.section .header ul.nav li.hover ul.drop_nav {
			left: 0;
			top: 43px;
			width: 224px;
			display: block;
			padding: 8px 0 0 0;
			position: absolute;
			background: #369 url(/sup/img/header/dropdown.gif) 0 0 no-repeat;
		}
		.section .header ul.nav li.hover ul.alt {
			right: 0;
			left: auto;
		}
			.section .header ul.nav li ul.drop_nav li {
				padding: 0;
				width: 100%;
				display: block;
			}			
			.section .header ul.nav li ul.drop_nav li.last {
				margin: 0 0 -3px 0;
				background: url(/sup/img/header/dropdown.gif) 0 100% no-repeat;
			}
				.section .header ul.nav li ul.drop_nav li a {
					width: 192px;
					height: auto;
					color: #8CAAC3;
					line-height: 1;
					display: block;
					font-size: .9em;
					padding: 0 16px;
					background: none;
					-webkit-border-radius: 0;
					-moz-border-radius: 0;
					border-radius: 0;
					border-bottom: 1px solid #57758E;
				}
				.section .header ul.nav li ul.drop_nav li.last a {
					border: none;
				}
					.section .header ul.nav li ul.drop_nav li a span {
						display: block;
						padding: 8px 0;
						text-transform: uppercase;
					}
					.section .header ul.nav li ul.drop_nav li a span em {
						color: #E6EEF5;
						display: block;
						font-size: 1.3em;
						line-height: 1.4;
						font-style: normal;
						text-transform: none;
					}
					.section .header ul.nav li ul.drop_nav li a:hover {
						background: #53728B;
						background: rgba(255,255,255,.1);
					}
				
.section .section {
	width: 920px;
	padding: 20px 20px 25px 20px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

	.modular {
		float: left;
		display: inline;
	}
	.paired_with_legend {
		padding-top: 28px;
	}
	
	.paired_with_legend.membership_dues {
		position: relative;
		left: 22px;
		top: 20px;
	}
	
	.short,
	form .group .short {
		float: right;
	}

	.block {
		clear: both;
		display: block;
	}

	.fine_print {
		color: #555;
		clear: both;
		padding: 14px 0 0 0;
		border-top: 1px solid #DDD;
		margin: 0;
	}
	.fine_print h2 {
		font-size: 1.5em;
	}
	.fine_print ul,
	.fine_print p {
		font-size: 1.2em;
	}
	
	.form_intro {
		margin: 0 0 30px 0;
	}
	
	.related {
		padding: 0;
		list-style: none;
	}
		.related li a {
			padding: 10px;
			display: block;
			background: #F9F9F9;
			margin-bottom: 20px;
			border: 1px solid #ccc;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;	
			color: #666;
		}
		.related li a:hover {
			color: #566d86;
			text-decoration: none;
			border: 1px solid #adbbd2;
			background: url(/sup/img/backgrounds/action_block.jpg) repeat-x top left #d5deeb;
			-webkit-box-shadow:0 0 20px #dceeff;
			-moz-box-shadow: 0 0 20px #dceeff;
			box-shadow:0 0 20px #dceeff;
		}
			.related li a .title {
				display: block;
				color: #5d85ae;
				font-size: 1.2em;
				margin: 0 0 5px 0;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			
			.related li a:hover .title {
				color: #369;
			}
		
	.content {
		width: 560px;
	}
	.wide {
		width: 630px;
	}
	.excerpt {
		width: 280px;
		margin: 0 20px 20px 0;
	}
	ul.excerpt {
	  padding: 0;
	  list-style-position: inside;
	}
		.excerpt h3,
		.blurb h3,
		#governance h3,
		.firm_members h3,
		#students_main h3 {
			color: #79624a;
			font-size: 1.3em;
			line-height: 1.5;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-family: "Times New Roman", Times, serif;
			border-bottom: 1px solid #b9b9b9;
		}

	form fieldset .cpa_memberships {
	margin: 0;
	padding: 0;
	float: left;		
	width: 280px;
	}
	
	form.billing_information fieldset .cpa_memberships {
	margin: 0;
	padding: 0;
	float: left;		
		width: 280px;
	}

	form fieldset .other_memberships {
		margin: 0;
		padding: 0;
		float: left;		
		width: 270px;
	}
		
		.section form fieldset .legend,
		.section form fieldset .legend {
			margin: 0;
			padding: 0 0 1em 0;
			color: #997556;
			line-height: 1;
			font-size: 1.4em;
			border-bottom: none;
			text-transform: uppercase;
		}

		form fieldset .cpa_memberships .radio_field,
		form fieldset .other_memberships .radio_field {
			clear: both;
			margin: 0 0 1.4em 0;
		}

		form fieldset .cpa_memberships label,
		form fieldset .other_memberships label,
		form fieldset .cpa_memberships input,
		form fieldset .other_memberships input {
			float: left;
			line-height: 1.4;
			margin-left: 0;
			margin-right: .75em;
		}
		
		form fieldset .other_memberships label {
			width: 230px;
		}
		
		form fieldset .cpa_memberships label strong,
		form fieldset .other_memberships label strong {
			display: block;
			color: #997556;
		}

	.cpa_profile {
		margin: 20px 0 0 0;
	}
		.cpa_profile .excerpt{
			width: 250px;
		}
			.cpa_profile .legend {
				left: 20px;
				position: relative;
			}
			.cpa_profile .excerpt span,
			.cpa_profile .excerpt input {
				width: auto;
			}
			.cpa_profile .block {
			}

	.checkboxes .excerpt {
		width: 250px;
	}
	.modular.excerpt p {
		line-height: 1.15em;	
	}
	.blurb {
		width: 440px;
		margin: 0 20px 0 0;
	}
	.contact_form {
		width: 420px;
	}

		fieldset .blurb {
			margin: 0;
			color: #246;
			width: 350px;
			background: #FFF;
			-moz-border-radius: 4px;
			padding: 20px 20px 5px 20px;
		}

		.actions a.blurb {
			width: 300px;
			padding: 20px 118px 20px 20px;
			display: block;
			background: #F9F9F9;
			margin-bottom: 20px;
			border: 1px solid #ccc;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-position: -62px center;
			background-repeat: no-repeat;
		}
		.actions a.blurb:hover {
			color: #566d86;
			text-decoration: none;
			border: 1px solid #adbbd2;
			background-position: right center;
			-webkit-box-shadow:0 0 20px #dceeff;
			-moz-box-shadow: 0 0 20px #dceeff;
			box-shadow:0 0 20px #dceeff;
		}
		
		.actions a.blurb#bylaws {
			background-image: url(/sup/img/backgrounds/bylaws_block.jpg);
		}
		.actions a.blurb#committees {
			background-image: url(/sup/img/backgrounds/committees_block.jpg);
		}
		.actions a.blurb#cpa_profile {
			background-image: url(/sup/img/backgrounds/cpa_profile_block.jpg);
		}
		.actions a.blurb#cpe_tracker {
			background-image: url(/sup/img/backgrounds/cpe_tracker_block.jpg);
		}
		.actions a.blurb#legislative_regulatory_news {
			background-image: url(/sup/img/backgrounds/legislative_regulatory_news_block.jpg);
		}
		.actions a.blurb#member_directory {
			background-image: url(/sup/img/backgrounds/member_directory_block.jpg);
		}
		.actions a.blurb#newsletters {
			background-image: url(/sup/img/backgrounds/newsletters_block.jpg);
		}
		.actions a.blurb#renew_membership {
			background-image: url(/sup/img/backgrounds/renew_membership_block.jpg);
		}
		.actions a.blurb#update_account_info {
			background-image: url(/sup/img/backgrounds/update_info_block.jpg);
		}
			.actions .blurb strong.title {
				display: block;
				color: #5d85ae;
				font-size: 1.8em;
				margin: 0 0 14px 0;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
				.actions .blurb:hover .title {
					color: #369;
				}
			
			.actions .blurb .description {
				display: block;
				font-size: 1.4em;
				line-height: 1.5;
				color: #666;
			}
			
			.actions .blurb:hover .description {
				color: #566d86;
			}
				

	form.group,
	form.review {
		padding: 0;
		background: #FFF;
	}
	form.group fieldset .change_password {
		padding: 0 0 1em 0;
	}
		form.group .legend,
		form.billing_information .legend {
			color: #6d7d99;
			margin: 20px 0 0 0;
			padding: 0 0 1.1em .9em;
			background: url(/sup/img/backgrounds/legend_bg.gif) no-repeat bottom left transparent;
		}

		form.group .legend {
			margin: 0 14px 0 0;						
		}
	
		.checkout form fieldset {
			width: 568px;
			padding: 20px 20px 10px 20px;
			background: #FFF url(/sup/img/backgrounds/fieldset.jpg) 0 0 repeat-x;
		}
		form.group fieldset {
			margin: 0 14px 14px 0;
			background: #FFF url(/sup/img/backgrounds/fieldset.jpg) 0 0 repeat-x;
			padding: 10px 20px 10px 20px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;			
		}
		
		fieldset .legend,
		form.group fieldset .legend,
		form.billing_information fieldset .legend {
			background: none;	
		}
		
		form.group fieldset.inline {
			margin: 0;
			padding: 10px;
		}
		form.group fieldset.inline .submit_field {
			margin: 0;
		}
		form.group fieldset.blurb {
			width: 295px;
		}
		form.group fieldset.block .textarea_field span {
			width: 100%;
		}
		form.group .half {
			width: 280px;
		}
		form.group .half span,
		form.group .half input {
			width: 220px;
		}
		
		form.group fieldset.blurb span,
		form.group fieldset.blurb input {
			width: auto;
		}
	
	.highlight {
		text-align: center;
		margin: 0 0 20px 0;
		background: #f6f4e6;
		padding: 20px 20px 6px 20px;
		border-top: 1px solid #a69e9a;
		border-bottom: 1px solid #a69e9a;
	}
	
	form.group fieldset .highlight {
		padding: 10px 20px;
		margin-right: -20px;
	}
	
	.callout {
		top: -10px;
		width: 440px;
		background: #FFF;
		position: relative;
		border: 1px solid #c7b8a5;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
		.section .callout h2 {
			color: #FFF;
			font-size: 1.8em;
			padding: 10px;
			background: #b49b84 url(/sup/img/backgrounds/callout_header.png) 0 0 repeat-x;
		}
		.callout .article {
			padding: 0 10px;
		}
		.callout ul, .callout ul li {
			margin: 0;
			padding: 0;
			background: none;
			list-style-type: none;
		}
		.callout ul li {
			background: url(/sup/img/backgrounds/module_bullet_ul_li.gif) no-repeat 0 .5em;
			padding: 0 15px .5em 13px;	
		}
		.callout ul li ul {
			margin: .5em 0 0 5px;
		}
		.callout ul li ul li {
			background: url(/sup/img/backgrounds/module_bullet_ul_li_ul_li.gif) no-repeat 0 .6em;
			padding: 0 0 .5em 12px;
			font-size: .85em;
		}
		.callout ul li ul li ul {
			margin-left: 20px;
			margin-bottom: 0;
		}
		.callout ul li ul li ul li {
			font-size: 1em;
		}

	.mail {
		float: right;
		width: 250px;
		margin: 0 0 20px 0;
	}
		.mail .vcard {
			font-weight: bold;
		}
		
	.fancy {
		color: #676767;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		padding: 20px 20px 150px 20px;
		background: url(/sup/img/backgrounds/fancy.jpg) 0 100% no-repeat;
	}
		.fancy h2 {
			color: #9D9088;
			font-size: 1.6em;
			margin: 0 0 7px 0;
		}
		.fancy .apply_now {
			float: left;
			width: 230px;
			padding: 0 20px 0 0;
			border-right: 1px solid #E6E6E6;
		}
		.fancy .log_in {
			float: left;
			width: 650px;
		}
			.fancy .log_in .content {
				float: left;
				width: 150px;
				padding: 0 30px;
			}
			.fancy .log_in form {
				float: right;
				position: relative;
				top: -20px;
			}
		
		/* page_style - replaces div.section.group with another class to hold content // Usage: $tmpl->set('page_style', 'custom'); */
		.custom {
			/* 
			Blank, full frame
			Used when full frame image is placed in the middle of a page. Use custom_content_id if a full frame image goes on the bottom.
			*/
		}
			
		/* custom_content_id - applied to content holder in header, fixed to bottom // Usage: $tmpl->set('custom_content_id', 'whitehouse'); */
		#whitehouse {
			padding-bottom: 230px;
			background: url(/sup/img/backgrounds/full_page/whitehouse.jpg) no-repeat bottom left transparent;
			border-bottom: solid 1px #fff;	
		}
		
		#ww_memorial {
			padding-bottom: 260px;
			background: url(/sup/img/backgrounds/full_page/ww_memorial.jpg) no-repeat bottom left transparent;
			border-bottom: solid 1px #fff;	
		}
		
		#jefferson {
			padding-bottom: 165px;
			background: url(/sup/img/backgrounds/full_page/jefferson.jpg) no-repeat bottom left transparent;
			border-bottom: solid 1px #fff;	
		}
		
		#bridge {
			padding-bottom: 195px;
			background: url(/sup/img/backgrounds/full_page/bridge.jpg) no-repeat bottom left transparent;
			border-bottom: solid 1px #fff;	
		}

	h2.collection {
		margin: 0;
		color: #FFF;
		font-size: 3em;
		padding: 0 20px;
		line-height: 40px;
		background: #c2af98;
		text-transform: uppercase;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		font-family: "Times New Roman", Times, serif;
	}


/* buttons */

a.join_now_button {
	width: 100px;
	height: 32px;
	color: #FEFEFE;
	display: block;
	font-size: 1.6em;
	line-height: 32px;
	font-weight: bold;
	padding: 0 0 0 33px;
	text-decoration: none;
	background: url(/sup/img/buttons/apply.gif) 0 0 no-repeat;
}

.action_button {
	clear: both;
	color: #e4ffff;
	background: #123;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 10px 30px;
	margin: 0 24px 0 0;
	margin: 0 auto;
	text-transform: uppercase;
	border: solid 1px #537ca2;
	background-image: -moz-linear-gradient(top, #84a6c8, #537ca2); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #84a6c8),color-stop(1, #537ca2)); /* Saf4+, Chrome */
	filter:	progid:DXImageTransform.Microsoft.gradient(startColorStr='#84a6c8', EndColorStr='#537ca2'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#84a6c8', EndColorStr='#537ca2')"; /* IE8 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.action_button:hover {
		color: #FFF;
		text-decoration: none;
		border-color: #29496c;
		background-image: -moz-linear-gradient(top, #6b90b8, #315f90); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6b90b8),color-stop(1, #315f90)); /* Saf4+, Chrome */
		filter:	progid:DXImageTransform.Microsoft.gradient(startColorStr='#6b90b8', EndColorStr='#315f90'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6b90b8', EndColorStr='#315f90')"; /* IE8 */
	}
	.action_button:active,
	.action_button:focus {
		background-image: -moz-linear-gradient(top, #537ca2, #84a6c8); /* FF3.6 */
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #537ca2),color-stop(1, #84a6c8)); /* Saf4+, Chrome */
		filter:	progid:DXImageTransform.Microsoft.gradient(startColorStr='#537ca2', EndColorStr='#84a6c8'); /* IE6,IE7 */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#537ca2', EndColorStr='#84a6c8')"; /* IE8 */
	}
	
a.action_button.apply,
a.action_button.cpe_tracker {
	clear: both;
	color: #e4ffff;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding: 10px 13px 10px 39px;
	margin: 0 24px 0 0;
	margin: 0 auto;
	text-transform: uppercase;
	border: solid 1px #537ca2;
	background: url(/sup/img/backgrounds/button_apply_action.jpg) no-repeat -2px 50% #6b90b4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
}

a.action_button.cpe_tracker {
	background-image: url(/sup/img/backgrounds/button_cpe_tracker_action.jpg);
}

a.action_button:hover,
.section .section a.action_button:hover{
	color: #fff;
	border-color: #29496c;
	background-position: -960px center;
}

a.action_button.cpe_tracker {
	margin-left: 12px;	
}

.apply_button_container {
	float: right;
	padding-right: 45px;
	text-align: right;
}

/* view_more links */
p.view_more {
	margin: 0 0 2em 0;
	padding: 0;
}
	.header p.view_more {
		margin-top: .5em;
	}
	
	p.view_more a,
	.jobs_resumes h2.jobs_resumes_header a,
  .browse .listing .block .toggle {
		background: url(/sup/img/backgrounds/button_bg.jpg) repeat-x top left #e1e1e1;
		color: #254768;
		font-size: .8em;
		line-height: 1em;
		padding: 6px 12px;
		font-weight: normal;
		text-decoration: none;
		display: inline-block;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: solid 1px #d2d2d2;
	}
	p.view_more a:hover,
	.jobs_resumes h2.jobs_resumes_header a:hover {
		background: none;
		background-color: #f7f7f7;
		text-decoration: none;
		color: #316699;
	}
	
	.jobs_resumes h2.jobs_resumes_header a {
		display: block;
		float: right;
		margin-top: -4px;
	}
	


/* Tabs */
.section .section ul.tabs {
	list-style: none;
	border-bottom: solid 1px #ccc;
	font-size: 1.4em;
	margin: 0 -20px 30px -20px;
	padding: 0 0 0 10px;
	background: url(/sup/img/backgrounds/tabs_container.jpg) repeat-x bottom left #fff;
}
		.section .section ul.tabs li {
			padding: 0;
			float: left;
			margin: 0
		}
			.section .section ul.tabs li a {
				display: block;
				padding: 10px 15px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				font-family: Georgia, "Times New Roman", Times, serif;
				text-decoration: none;
			}
			.section .section ul.tabs li a:hover {
				background-color: #fff;
				color: #2f72ac;
			}
			.section .section ul.tabs li.active a {
				text-decoration: none;
				background: url(/sup/img/backgrounds/tab_active.jpg) repeat-x top left #fff;
				padding: 10px 20px 13px 20px;
				position: relative;
				margin: -8px 10px 0 10px;
				color: #8f2d2a;
				border: solid 1px #ccc;
				border-bottom: none;
				-moz-border-radius-bottomleft: 0;
				-webkit-border-bottom-left-radius: 0;
				-moz-border-radius-bottomright: 0;
				-webkit-border-bottom-right-radius: 0;
				top: 5px;
			}
		
	.section .section .header {
		line-height: 40px;
		padding: 0 0 10px 0;
	}
		.section .section .header .callout {
			color: #999;
			width: auto;
			float: right;
			border: none;
			position: static;
			font-size: 1.5em;
			font-style: italic;
			padding: 0 0 0 10px;
			font-family: Georgia, "Times New Roman", Times, serif;
			background: url(/sup/img/backgrounds/back_arrow.png) 0 50% no-repeat;
		}		

		.section .fancy .header h1,
		.section .section .header h1 {
			float: left;
		}
		.section .fancy .header h2,
		.section .section .header h2 {
			float: left;
			color: #89573E;
			line-height: 21px;
			margin: 0 0 0 20px;
			padding: 0 0 0 20px;
			border-left: 1px solid #CCC;
		}
		.section .fancy .header p,
		.section .section .header p {
			float: right;
			font-size: 1.2em;
			line-height: 2;
		}
	
.section .sub_nav {
	width: 960px;
	padding: 7px 0 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #EEE url(/sup/img/section_section.png) 0 0 repeat-x;
}	
	.section .sub_nav ul.sub_nav {
		margin: 0;
		padding: 0;
		background: none;
		font-size: 1.5em;
		list-style: none;
		border-bottom: 1px solid #A6A6A6;
	}
		.section .sub_nav ul.sub_nav li {
			margin: 0;
			padding: 0;
			float: left;
		}
			.section .sub_nav ul.sub_nav li a {
				float: left;
				padding: .75em .75em;
				border-right: 1px solid #CACACA;
			}
			.section .sub_nav ul.sub_nav li.active a,
			.section .sub_nav ul.sub_nav li a:hover {
				background: #832621 url(/sup/img/backgrounds/bg_subnav.jpg) center top no-repeat;
				text-decoration: none;
				color: #ffffff;
			}		

.section .footer {
	width: 922px;
	padding: 15px 20px 17px 20px;
	color: #FFFFFF;
	background: #4E4E4E;
}	
	.section .footer a {
		color: #FFF;	
	}
	.section .footer p {
		padding: 0;
		float: right;
		color: #767676;
	}
	.section .footer ul {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
	}
		.section .footer ul li {
			margin: 0;
			float: left;
			padding: 0 1em 0 0;
		}
			.section .footer ul li a {
				float: left;
			}


/* 8a. Index */

	.section .section .index_feature {
		margin: 0 0 20px 0;
		background: #832621 url(/sup/img/index/index_feature.png) 0 0 repeat-y;
		background: #C6AA91 url(/sup/img/index/feature.jpg) 100% -17px no-repeat;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		.section .section .index_feature .member {
			float: left;
			width: 320px;
			background: #C6AA91 url(/sup/img/index/member.png) 0 0 no-repeat;
			-webkit-border-top-left-radius: 5px;
			-webkit-border-bottom-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-bottomleft: 5px;
			border-top-left-radius: 5px;
			border-bottom-left-radius: 5px;
		}
		.section .section .index_feature.logged_in .member	{
			position: relative;				
		}
			.section .section .index_feature.logged_in .member .avatar {
				top: 10px;
				left: 10px;
				position: absolute;
				border: 3px solid #AB9883;
				border: 3px solid rgba(0,0,0,.3);
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
			}
				.section .section .index_feature.logged_in .member .avatar img {
					display: block;
					border: 1px solid #FFF;
				}

			.section .section .index_feature .member .header {
				padding: 20px 0 0 0;
				line-height: 30px;
			}
			.section .section .index_feature.logged_in .member .header {
				padding: 24px 0 0 0;
			}
				.section .section .index_feature .member .header h2 {
					margin: 0;
					float: none;
					color: #444;
					font-size: 1.9em;
					display: inline;
					line-height: 1.4;
					padding: 0 0 0 20px;
				}
				.section .section .index_feature.logged_in .member .header h2 {
					padding: 0 0 0 95px;
				}
				.section .section .index_feature .member .header p {
					color: #7E6B59;
					padding: 0 0 0 20px;				
					font-size: 1.2em;
				}
				.section .section .index_feature.logged_in .member .header p {
					padding: 0 0 0 95px;				
				}
				.section .section .index_feature .member .header ul {
					margin: 12px 0 1px 1px;
					padding: 10px 0 10px 95px;
					background: #eee;
					background-image: -moz-linear-gradient(top, #f0f0f0, #dedcda); /* FF3.6 */
					background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0f0f0),color-stop(1, #dedcda)); /* Saf4+, Chrome */
					filter:	progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#dedcda'); /* IE6,IE7 */
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#dedcda')"; /* IE8 */
					list-style: none;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomleft: 5px;
					border-bottom-left-radius: 5px;
				}
					.section .section .index_feature .member .header ul li {
						padding: 0;
						float: left;
						margin: 0 1em 0 0;
					}
						.section .section .index_feature .member .header ul li a {
							float: left;
							color: #5A5A5A;
							white-space: pre; /* Please do not ask, for I do not know why. It's for IE6. */
						}
				.section .section .index_feature .member .header span a {
					color: #765;
					font-size: 1.3em;
					margin: 0 0 0 .5em;
				}
				
			.section .section .index_feature .member form {
				margin: 0;
				background: none;
				padding: 0 20px 20px 20px;
			}
				.section .section .index_feature .member form .group {
					margin: 0;
				}
				.section .section .index_feature .member form .text_field span,
				.section .section .index_feature .member form .password_field span {
					width: 95px;
					padding: 0;
					border: none;
				}
				.section .section .index_feature .member form .submit_field span {
					margin: 0;
					padding: 0;
					border: none;
					background: #F0E5DD;
				}
					.section .section .index_feature .member form .text_field span input,
					.section .section .index_feature .member form .password_field span input {
						width: 100%;
						width: 75px;
						padding: 7px;
						line-height: 1;
					}		
					.section .section .index_feature .member form .submit_field span input {
						color: #42546E;
						padding: 6px;
					}

		.section .section .index_feature .feature {
			float: left;
			width: 600px;
			margin: -17px 0 0 0;
			padding: 19px 0 0 0;
			background:url(/sup/img/index/feature.jpg) 100% 0 no-repeat;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-bottom-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 5px;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
		}
			.section .section .index_feature .feature p {
				color: #F5EADA;
				font-size: 1.7em;
				line-height: 1.3em;
				padding: 19px 95px 18px 24px;
				font-family: Georgia, "Times New Roman", Times, serif;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 5px;
				border-top-right-radius: 5px;
				border-bottom-right-radius: 5px;
			}	
			.section .section .index_feature .feature p a {
				color: #fed498;
				font-style: oblique;
			}

	.section .section .promo {
		float: left;
		width: 260px;
		margin: 0 0 14px 0;
		display: inline;
	}		
		.section .section .promo h2 {
			border-bottom: 1px solid #aaaaaa;
			margin: 0 0 0.6em;
			color: #872d2d;
			font-size: 2.3em;
			line-height: 1.4;
		}		
			.section .section .promo .featured_image {
				margin: 0 0 20px;
			}
				.section .section .promo .featured_image img {
					border: 2px solid #D0B89E;
					display: block;
				}
				
			.section .section .promo .featured_news {
				margin: 0 0 20px;
			}
				.section .section .promo h3 {
					line-height: 1.2;
					margin: 0 0 6px 0;
					font-weight: normal;
				}
				.section .section .promo p {
					margin: 0 0 4px;
					padding: 0;
				}
		
	.section .section .gwscpa_wire {
		float: left;
		width: 340px;
		margin: 0 20px;
		display: inline;
	}
		.section .section .gwscpa_wire h2 {
			margin: 0;
			color: #872d2d;
			font-size: 2.3em;
			line-height: 1.4;
			border-bottom: 1px solid #aaaaaa;
		}
		.section .section .gwscpa_wire ul {
			padding: 0;
			font-size: 1em;
			list-style: none;
			margin: 0 0 14px 0;
		}
			.section .section .gwscpa_wire ul li {
				margin: 0;
				list-style: none;
				padding: 13px 0 14px 69px;
				border-bottom: 1px solid #CCC;
			}
			.section .section .gwscpa_wire ul li:last-child {
				border: none;
				padding-bottom: 20px;
			}			
			.section .section .gwscpa_wire ul li.news {
				background: url(/sup/img/index/news.png) 0 15px no-repeat;
			}
			
			.section .section .gwscpa_wire ul li.event {
				background: url(/sup/img/index/event.png) 0 15px no-repeat;
			}
			
			.section .section .gwscpa_wire ul li.cpecourse {
				background: url(/sup/img/index/cpe.png) 0 15px no-repeat;
			}
			
			.section .section .gwscpa_wire ul li.sticky {
				font-weight: normal;
				background: #F6F4E6 url(/sup/img/index/sticky_news.gif) 0 0 no-repeat;
				padding-right: 1.5em;
			}
				.section .section .gwscpa_wire ul li.sticky .date {
					background: #EEC;
				}
		
				.section .section .gwscpa_wire ul li.sticky h3 {
					font-weight: normal;
				}
		
				.section .section .gwscpa_wire ul li .date {
					float: left;
					color: #777;
					font-size: 1.1em;
					background: #EEE;
					line-height: 1.4;
					padding: 5px 8px;
					margin: .5em 0 0 0;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
				}
				.section .section .gwscpa_wire ul li p {
					padding: 0;
					clear: both;
					color: #555;
					line-height: 1.4;
					font-size: 1.2em;
				}		
				.section .section .gwscpa_wire ul li .date strong {
					color: #333;
				}
				.section .section .gwscpa_wire ul li h3 {
					line-height: 1.2;
					margin: 0 0 4px 0;
					font-weight: normal;
				}

		
		
		
	.section .section .tools {
		float: left;
		width: 280px;
		background: #F1EDE9;
		margin: 0 0 14px 0;
		display: inline;
	}		
		.section .section .tools ul {
			margin: 0;
			padding: 0;
		}
			.section .section .tools ul li {
				margin: 0;
				padding: 0;	
			}

		.section .section .tools .find_a_cpa {
			padding: 20px 10px 12px 20px;
			background: #938780;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
			.section .section .tools .find_a_cpa form {
				margin: 0;
				padding: 0;
				background: none;
			}
			.section .section .tools .find_a_cpa h2 {
				color: #FFF;
				line-height: 1;
				font-size: 2.3em;
				margin: 0 0 10px 0;
			}
				.section .section .tools .find_a_cpa form .text_field span {
					padding: 0;
					width: 170px;
					border: none;
					color: #838383;		
				}
					.section .section .tools .find_a_cpa form .text_field span input {
						width: 156px;
						padding: 7px;
					}
				.section .section .tools .find_a_cpa form .submit_field span {
					padding: 0;
					border: none;
					background: #FFF url(/sup/img/backgrounds/button_index_find_cpa.png) 0 50% repeat-x;
				}
					.section .section .tools .find_a_cpa form .submit_field span input {
						padding: 6px;
						color: #42546E;
					}

	.section .section .tools .career_center {
		padding: 20px 20px 30px 20px;
		background: #F1EDE9;
	}
		.section .section .tools .career_center h2 {
			margin: 0;
			color: #872d2d;
			font-size: 2.3em;
			line-height: 1.4;
			border-bottom: 1px solid #aaa;		
		}	
		.section .section .tools .career_center p {
				padding: 1.2em 0 0 0;
		}
		.section .section .tools .career_center ul {
			padding: 0;
			line-height: 1.4;
			list-style: none;
		}
			.section .section .tools .career_center ul li {
				padding: 19px 0;
				border-bottom: 1px solid #C0BDBA;
			}
			.section .section .tools .career_center ul li:last-child {
				border-bottom: none;
				padding: 20px 0 0 0;
			}
				.section .section .tools .career_center ul li a {
					display: block;
				}

	.section .section .tools ul.filter {
		font-size: 1.3em;
		list-style: none;
		line-height: 1.4;
		padding: 10px 16px;
		background: #8C8783;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;		
	}
		.section .section .tools ul.filter li {
			float: left;
			margin: 0 0 0 7px;
			padding: 0 0 0 7px;
			border-left: 1px solid #B0ADAA;
		}
		.section .section .tools ul.filter li:first-child {
			margin: 0;
			padding: 0;
			border-left: none;
		}
			.section .section .tools ul.filter li a {
				float: left;
				color: #FFF;
			}

	.section .section .aside {
		float: left;
		width: 150px;
		margin: 0 0 14px 0;
		display: inline;
	}
		.section .section .aside h2 {
			margin: 0;
			color: #872d2d;
			font-size: 2.3em;
			line-height: 1.4;
			border-bottom: 1px solid #aaaaaa;			
		}
		.section .section .quicklinks {
			margin: 0 0 20px 0;
			padding: 15px;
			background: #F0F0F0;
			border-bottom: 1px solid #aaaaaa;
		}
			.section .section .quicklinks ul {
				line-height: 1.7;
				font-size: 1.2em;
				list-style: none;
				margin: 0 0 8px 0;
				padding: 0 0 8px 0;
				border-bottom: 1px solid #CCC;
			}	
			.section .section .quicklinks ul:last-child {
				margin: 0;
				padding: 0;
				border-bottom: none;
			}
				.section .section .quicklinks ul li {
					margin: 0;
					padding: 0 0 0 8px;
					background: url("/sup/img/index/aside_list_item.gif") 0 5px no-repeat;
				}
				.section .section .quicklinks ul li.promoted {
					line-height: 1.2;
					list-style: none;
					background-image: none;
				}
					.section .section .quicklinks ul li.promoted a {
						font-weight: bold;
						background-color: #fff;
						color: #1F517C;
						margin-left: -10px;
						padding: 4px 6px;
						display: block;
						-webkit-border-radius: 4px;
						-moz-border-radius: 4px;
						border-radius: 4px;
					}
				.section .section .quicklinks ul li.title {
					margin: 0;
					padding: 0;
					font-size: 1.2em;
					background: none;
					text-align: center;
					text-transform: uppercase;
					font-family: "Times New Roman", times, serif;
				}
					.section .section .quicklinks ul li a {
						color: #70533b;
					}
					
					.section .section .quicklinks ul li.active a {
						color: #666;
						display: block;
						background: url(/sup/img/backgrounds/quicklinks_active.gif) no-repeat 15px 1.05em #fff;
						margin-left: -23px;
						padding: 5px 23px;
						margin-right: 0;
						border-right: solid 1px #dbdada;
						border-top: solid 1px #e1e1e1;
						border-bottom: solid 1px #d9d8d8;
						margin-top: .4em;
						margin-bottom: .6em;
						text-decoration: none;
					}

/* 8b. Browse pages */

	.section .section ul.browse {
		padding: 0;
		font-size: 1em;
		list-style: none;
		margin: 0 0 14px 0;
	}
	
		.section .section ul.browse.find_a_cpa {
			margin-bottom: 3.5em;	
		}
		.section .section ul.browse li {
			padding: 15px 0;
			margin: 0;
			background: url(/sup/img/backgrounds/cpe_courses_item.gif) no-repeat top left;
			border-right: solid 1px #ccc;
		}
		.section .section ul.browse li.listing {
			background: url(/sup/img/backgrounds/list.gif) no-repeat top left;		
		}

		.section .section ul.browse li:last-child {
			border-bottom: solid 1px #ccc;
		}
		
			.section .section ul.browse li h2 {
				margin: 0;
				font-size: 1.6em;
			}
			.section .section ul.browse .date_time {
				float: left;
				clear: left;
				text-align: center;
				width: 80px;
				margin: 0;
				padding: 2px 30px 1px 10px;
			}	
				.section .section ul.browse .date_time .date {
					font-size: 1.5em;
					font-weight: bold;
					color: #5a463b;
				}
				.section .section ul.browse .date_time .time {
					color: #a46b33;
					font-size: 1.2em;
				}
			.section .section ul.browse .title {
				width: 470px;
				padding-right: 40px;
				float: left;
				line-height: 2em;
			}
		.section .section ul.browse li.listing .title {
		float: none;
		padding-left: 40px;
		}
			.section .section ul.browse .no_date .photo {
				float: left;
				width: 101px;
			}
			.section .section ul.browse .no_date .photo img {
				margin: 0 auto;
				display: block;
				border: 2px solid #D0B89E;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
			}
			.section .section ul.browse .no_date .title {
				width: 370px;
				padding: 0 40px;
			}
			.section .section ul.content li.group .title {
				width: 380px;
			}
			.section .section ul.browse .block {
				padding: 10px 0 0 0;
				margin: 0 20px -10px 141px;
				border-top: 1px solid #eee;
				position: relative;
				top: -15px;
			}
			.section .section ul.browse li.listing .block {
		top: 0;
		clear: both;
			  margin: 10px 20px 0 40px;
			}
			.section .section ul.browse .block .meta strong {
				width: 70px;
				display: inline-block;
			}

			.section .section ul.browse .subtitle {
				color: #666;
				display: block;
				font-size: 1.4em;
				font-style: italic;
				margin: 0 0 10px 0;
				padding: 0 0 10px 0;
				font-family: Georgia, "Times New Roman", Times, serif;
			}

			.section .section ul.browse .subtitle span {
				color: #AAA;
				font-style: normal;
			}
			
			.section .section ul.browse .meta_location {
				width: 240px;
				float: left;
				padding: 13px 15px;
				position: relative;
				top: -13px;
				background: url(/sup/img/backgrounds/cpe_tracker_action.jpg) no-repeat top left;
			}

			.section .section ul.browse .no_date .meta_location {
				width: 330px;
				padding: 13px 0 13px 20px;
			}

			.section .section ul.browse .no_date .meta_location .meta {
				color: #666;
			}
			.section .section ul.browse .meta {
				color: #999;
				font-size: 1.2em;
			}
			.section .section ul.browse .meta strong {
				color: #98343c;
				font-size: 1.2em;
			}
			.section .section ul.browse .location {
				font-size: 1em;
				color: #666;
			}
			.section .section ul.browse .actions {
				padding: 10px 3px 25px 20px;
				float: right;
				margin: 0;
				position: relative;
				top: -13px;
				background: url(/sup/img/backgrounds/cpe_tracker_action.jpg) no-repeat top left;
			}
				.section .section ul.browse .actions li {
					margin: 0;
					padding: 0;
					float: left;
					border: none;
					font-size: 1.2em;
					list-style: none;
					background: none;
					font-weight: bold;
				}
					.section .section ul.browse .actions li a {
						float: left;
						background: #EEE;
						margin: 0 15px 0 0;
						padding: 5px 10px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;						
					}
					.section .section ul.browse .actions li a:hover {
						background: #DDD;
						text-decoration: none;
					}

/* 8c. Detail */

	.section .section .detail .header {
		padding: 0;
		line-height: 1;
	}
	.section .section .detail .header h1 {
		color: #814257;
		margin: 0 0 1em 0;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	.section .section .detail .article {
		padding: 0;
		float: right;
		width: 688px;
		margin: 0 0 14px 0;
	}
		.section .section .detail .article .header {
			line-height: 1;
			padding: 15px;
			color: #606060;
			font-size: 1.2em;
			margin: 0 0 20px 0;
			border: 1px solid #CBCBCB;
			background: #E7E7E7 url(/sup/img/backgrounds/article_header.png) 0 0 repeat-x;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
		}
			.section .section .detail .article .header span {
				margin: 0 1em 0 0;
			}
		.section .section .detail .article h2 {
			color: #403C3D;
			font-size: 1.8em;
		}
		.section .section .detail .article .mixed_content {
			margin: .5em 0 1.5em 0;
		}
		.section .section .detail .article .content_footer,
		.section .section .modular .content_footer {
			width: auto;
			padding: 10px 0;
			background: none;
			text-align: right;
			border-top: 1px solid #A6A6A6;
		}
		
			.section .section .detail .article .content_footer a,
			.section .section .modular .content_footer a {
				border: none;
				background: none;
				color: #345a7d;
				font-family: Arial, Helvetica, sans-serif;
				text-transform: none;
				display: inline;
				padding: 0;
				margin: 0;
				font-size: .9em;
			}
			
			.section .section .detail .article .content_footer a:hover {
				color: #4e81b1;
			}
		
		
		.section .section .detail .article #google_map iframe {
			width: 100%;
			height: 500px;
		}

	.section .section .detail .aside {
		clear: left;
		width: 200px;
		font-size: 1.2em;
		line-height: 1.4;
		margin: 0 20px 14px 0;
		border: 4px solid #EDEDED;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
		.section .section .detail .aside .even {
			padding: 10px;
			background: #E9E9EB;
		}
		.section .section .detail .aside .odd {
			padding: 10px;
			background: #F1F1F1;
		}
		.section .section .detail .aside div.content {
			margin: 0;
			width: auto;
			border: 1px solid #B9B9B9;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.section .section .detail .aside div.fees {
			border-top: 1px solid #CCC;
			padding: 10px 20px 0 40px;
			background: #FFF url(/sup/img/icons/alert.png) 10px 10px no-repeat;
		}
		.section .section .detail .aside h2 {
			color: #FFF;
			padding: 10px;
			line-height: 1;
			font-size: 1.8em;
			letter-spacing: 1px;
			font-variant: small-caps;
			background: #757575 url(/sup/img/backgrounds/aside_h2.png) 0 0 repeat-x;
		}
		
		.section .section .detail .aside .odd strong,
		.section .section .detail .aside .even strong{
			display: block;	
			font-size: .9em;
			text-transform: uppercase;
			color: #8698ac;
		}
		.section .section .detail .aside span {
			display: block;
		}
		
		.section .section .detail .aside .date_and_time {
			background-color: #ebdbca;
			border-bottom: solid 2px #d0b89e;
		}
		
		.section .section .detail .aside.cpe_detail .date_and_time strong {
			color: #969899;
		}
		
		.section .section .detail .aside .calendar {
			margin: 10px;
			padding: 0 0 0 20px;
			background: #FFF url(/sup/img/icons/calendar.gif) 0% 0% no-repeat;
		}
		.section .section .detail .aside span.date{
			display: block;	
			font-size: 1.4em;
			color: #635546;
			font-weight: bold;
		}
		.section .section .detail .aside span.time{
			display: block;	
			font-size: 1.2em;
			color: #9d8367;
			font-weight: bold;
		}
		
		.section .section .detail .aside ul,
		.section .section .detail .aside dl {
			font-size: 1em;
			list-style: none;
			padding: 0;
			margin: 0;
		}
		.section .section .detail .aside dl dd {
			padding: 10px;
			background: #F1F1F1;		
			margin: 0;
		}
		.section .section .detail .aside dl dt {
			padding: 10px;
			background: #E9E9EB;
			margin: 0;
		}		
		.section .section .detail .aside p {
			padding: 0 0 10px 0;
			font-size: 1em;
		}
		.section .section .detail .aside .browse a {
			padding: 10px;
			display: block;
			background: #CCC;
		}
		.section .section .detail .aside .actions {
			padding: 10px;
			background: #8698AC;
		}
			.section .section .detail .aside .actions p {
				float: left;
				color: #FFF;
				padding: 6px 0;
				font-size: 1.1em;
				font-weight: bold;
			}
				.section .section .detail .aside .actions p strong {
					color: #FAE3C4;
				}
			.section .section .detail .aside .actions a {
				float: right;
				color: #445577;
				padding: 5px 8px;
				background: #E5EAF0;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			.section .section .detail .aside .actions form {
				margin: 0;
				padding: 0;
				color: #555;
				float: right;
				background: none;
			}
				.section .section .detail .aside .actions form .submit_field {
					margin: 0;
					padding: 2px 0 0 0;
				}
					.section .section .detail .aside .actions form .submit_field span {
						padding: 0;
						background: #E5EAF0;
					}
						.section .section .detail .aside .actions form .submit_field input {
							color: #555;
							padding: 5px;
							font-size: 1em;
							font-weight: bold;
						}

/* 8d. CPE Cart */

	.section .section .checkout {
		margin: 20px 0 0 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
		td.total span.more {
			float: left;
			font-size: 1.1em;
			font-style: italic;
		}
		.section .section .header .callout.cart {
			font-weight: bold;
		}		
		.section .section .checkout form {
			padding: 0;
			float: right;
			background: none;
		}
		.section .section .checkout form.billing_information {
			float: left;
		}
			.section .section fieldset.billing_information {
			}
			.section .section .billing_information .membership_category {
				float: left;
				margin: 0 20px 0 0;
			}
			.section .section .billing_information #billing_information-free {
				display: none;
			}
			.section .section .billing_information .amount {
				float: left;
				color: #FFF;
				font-size: 3em;
				font-weight: bold;
				background: #1C3959;
				padding: .25em .333em;
				-moz-border-radius: .2em;
				text-shadow: 0 0 10px #000;
				font-family: Monaco, Courier New;
				-moz-box-shadow: 0 0 .2em #000 inset;
			}
			.section .section .billing_information .text_field span {
				width: auto;
			}
				.section .section .billing_information .submit_field span input {
					color: #FFF;
				}
			.section .section .billing_information .personal_info {
				float: left;
				width: 308px;
			}
			.section .section .billing_information .cc_info {
				width: 240px;
				float: left;
				margin: 0 0 0 20px;
				position: relative;
			}
			.section .section .billing_information .cc_info .amex {
				background: #FFF url(/sup/img/icons/amex.gif) 98% 50% no-repeat;
			}
			.section .section .billing_information .cc_info .mastercard {
				background: #FFF url(/sup/img/icons/mastercard.gif) 98% 50% no-repeat;
			}
			.section .section .billing_information .cc_info .visa {
				background: #FFF url(/sup/img/icons/visa.gif) 98% 50% no-repeat;
			}
			.section .section .billing_information .cc_info .discover {
				background: #FFF url(/sup/img/icons/discover.gif) 98% 50% no-repeat;
			}
				.section .section .billing_information .cc_info .credit_card_number input {
					width: 85%;
					clear: both;
				}
				.section .section .billing_information .cc_info .credit_card_number label {
					float: left;
				}
				.section .section .billing_information .cc_info .cc_field {
					margin: 0;
				}
				.section .section .billing_information .cc_info .accepted_card_types {
					margin: 0;
					float: right;	
				}
				.section .section .billing_information .cc_info .submit_field {
					text-align: right;
				}
					
					.section .section .billing_information .amount_due {
						display: block;
						font-size: 1.5em;
						color: #82644A;
						padding: 8px 4px;
						margin: 0 14px 20px 0;
						text-align: center;
						background: #F7F0CB;
						font-weight: normal;
						border: 1px solid #D6CA9B;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
					}
					.section .section .checkout .billing_information .amount_due {
						margin: 0 0 20px 0;
					}

			.section .section .billing_information .first_name_no_middle span,
			.section .section .billing_information .last_name_no_middle span {
				width: 142px;
			}			

			.section .section .billing_information .city span {
				width: 120px;
			}
				.section .section .billing_information .city span input {
					width: 108px;
				}
			.section .section .billing_information .state span {
				width: 66px;
			}
				.section .section .billing_information .state span input {
					width: 54px;			
				}
			.section .section .billing_information .zip span {
				width: 60px;
				margin: 0 0 0 0;
			}
				.section .section .billing_information .zip span input {
					width: 48px;
				}

			.section .section .pay_by_check {
				float:right;
				font-size: 1.4em;
				line-height: 21px;
				font-style: italic;
				margin-top: 22px;
			}

			.section .section .pay_by_check_content,
			.section .section .help_content {
				display: none;
			}
				.section .section .pay_by_check_content p,
				.section .section .pay_by_check_content p strong {
					font-size: 18px;
				}
				
				.section .section .pay_by_check_content ol li {
					font-size: 15px;
				}
				
				.section .section .pay_by_check_content ol li.important {
					font-size: 16px;
					font-weight: bold;
				}
				
			.section .section .hidden {
				display: none;
			}

			.section .section .hidden .password_field {
				float: none;
			}
			
			.section .section .group .block {
				float: none;
				clear: both;
			}
			.section .section .hidden .password_field input,
			.section .section .middle .password_field span {
				width: 140px;
			}
			.section .section .billing_information .help_content {
				padding: 8px;
				background: #F9F9F9;
				border: 1px solid #DDD;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			.section .section .billing_information .expiration {
				width: 140px;
			}
				.section .section .billing_information .expiration input {
					width: 118px;
				}
			.section .section .billing_information .cvv {
				margin: 0;
				width: 90px;
			}
				.section .section .billing_information .cvv input {
					width: 76px;
				}
				.section .section .billing_information .cvv span {
					margin: 0;			
				}
				.section .section .billing_information .cvv label {
					position: relative;				
				}
					.section .section .billing_information .cvv label a.help {
						margin: 0;
						width: 14px;
						height: auto;
						float: right;
						line-height: 1;
						text-indent: -9999px;
						background: url(/sup/img/icons/help.png) 0 50% no-repeat;
					}
					.section .section .billing_information .cvv label acronym {
						float: left;
					}
	
		.section .section .billing_information .text_field input {
			margin: 0;
			border: none;
			padding: 6px;
		}
		.section .section form.group .text_field span,
		.section .section form.group .password_field span,
		.section .section .billing_information .text_field span {
			padding: 0;
			display: block;
			background: #FFF;
			border: 1px solid #C7C7C7;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		}
		.section .section form.group .text_field span.validation {
			color: #000;
			border: none;
			display: inline;
			font-size: 1.2em;
			line-height: 1.8;
			background: none;
			font-weight: normal;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		.section .section form.group .textarea_field textarea {
			padding: 10px;			
			display: block;
			background: #FFF;
			border: 1px solid #C7C7C7;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1) inset;
		}
			.section .section .billing_information .cc_info .credit_card_number span {
				width: auto;
			}
		.section .section form.group .text_field span.help,
		.section .section form.group .password_field span.help,
		.section .section form.group .textarea_field span.help,
		.section .section form.billing_information .text_field span.help {
			color: #999;
			border: none;	
			font-size: 1em;
			display: inline;
			background: none;
			font-weight: normal;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		
		/* member information */
		
		.section .fancy .member_information {
			float: left;
			background: #FFF;
			background: rgba(255,255,255,.6);
			width: 100%;
			border: 1px solid #A7A8AA;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0 0 6px #999;
			-moz-box-shadow: 0 0 6px #999;
			box-shadow: 0 0 6px #999;
		}
			.section .fancy .member_information .content {
				padding: 20px;
				width: auto;
			}
			.section .fancy .member_information ul.edit {
				clear: both;
				float: none;
				color: #CCC;
				margin: 10px 0 0 0;
				padding: 10px 0 0 0;
				border-top: 1px solid #CCC;
			}
			.section .fancy .member_information a.photo {
				float: left;
			}
				.section .fancy .member_information a.photo span {
					display: block;
					font-size: 1.2em;
					line-height: 1.4;
					text-align: center;
				}
				.section .fancy .member_information a.photo img {
					border: 1px solid #FFF;
					-moz-box-shadow: 0 0 1px #000;
				}
			
			.section .fancy .member_information ul {
				float: left;
				margin: 0 20px 0 0;
				padding: 0 20px 0 0;
			}
				.section .fancy .member_information ul li {
					list-style: none;
					word-wrap: break-word;
					margin: 0;
				}
			.section .fancy .member_information ul.address {
				padding: 0;				
				width: 200px;
				font-weight: bold;
				float: none;
			}

			.section .fancy .member_information .membership_content {
				float: right;
			}

			.section .fancy .member_information .account_info,
			.section .fancy .member_information .cpa_profile {
				float: left;
				width: 214px;
				margin: 0 30px 0 0;
			}
			.section .fancy .member_information .dues {
				float: left;
				width: 155px;
				margin: 0 30px 0 0;
			}
			
				.section .fancy .member_information .dues .paid_dues,
				.section .fancy .member_information .dues .owes_dues {
					font-size: 1.2em;
					line-height: 1.4;
				}
				.section .fancy .member_information .dues .paid_dues {
					padding-left: 22px;
					background: url(/sup/img/icons/paid_dues.gif) no-repeat 0 3px;
				}
				.section .fancy .member_information .dues .owes_dues {
					padding-left: 18px;
					background: url(/sup/img/icons/owes_dues.gif) no-repeat 0 3px;
				}
			
				.section .fancy .member_information .dues .paid_dues strong {
					font-size: 1.2em;
					color: #693;
				}
				.section .fancy .member_information .dues .owes_dues strong {
					font-size: 1.2em;
					color: #900;
				}		
			
			.section .fancy .member_information .cpe {
				float: left;
				width: 100px;
			}
				.section .fancy .member_information .cpe strong {
					display: block;
					font-size: 4.8em;
					font-weight: normal;
				}
					.section .fancy .member_information .cpe strong a:hover {
						text-decoration: none;
					}
	
				.section .fancy .member_information .cpe span {
					color: #999;
					display: block;
					font-size: 1.2em;				
				}

			.section .fancy .member_information h3 {
				line-height: 1.8;
				margin: 0 0 10px 0;
				border-bottom: 1px solid #938780;
				color: #938780;
			}

		.section .section .member_information {
			background: #FFF;
			position: relative;
			top: -10px;
			margin: 0 0 14px 0;
			border: 1px solid #A7A8AA;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			-webkit-box-shadow: 0 0 6px #999;
			-moz-box-shadow: 0 0 6px #999;
			box-shadow: 0 0 6px #999;
		}

		.section .section .checkout .member_information {
			float: left;
			width: 282px;
		}
		.section .section .directory .member_information {
			/* layout */
			float: none;
			vertical-align: top;
			display: inline-block;

			/* overrides */
			border: none;
			width: 300px;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
		/* for ie6 & ie7 */
		* html .section .section .directory .member_information,
		*:first-child+html .section .section .directory .member_information { 
			display: inline;
		}
			.section .section .member_information h2 {
				color: #EEE;
				line-height: 1;
				font-size: 1.4em;
				background: #5A5A5A;
				letter-spacing: 1px;
				text-align: left;
				padding: 1em;
				margin: 0;
				text-transform: uppercase;
				text-shadow: 0 0 2px #333;
				font-family: "Times New Roman", Times, serif;
				-webkit-border-top-left-radius: 3px;
				-webkit-border-top-right-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-topright: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
			.section .section .member_information img {
				float: left;
				border: 1px solid #FFF;
				-moz-box-shadow: 0 0 1px #000;
				margin: 20px 0 20px 20px;
			}
			.section .section .directory .member_information img {
				margin: 20px 0 0 0;
			}
			.section .section .member_information ul {
				padding: 0;
				width: 166px;
				float: right;
				list-style: none;
				font-size: 1.2em;
				padding: 0 20px 0 0;
				word-wrap: break-word;
				margin: 20px 0 20px 10px;
			}
			.section .section .blurb .member_information ul {
				width: 312px;
			}
			.section .section .short .member_information {
			  top: 0;
			}
			.section .section .short .member_information ul {
				width: 140px;
			}
			.section .section .short .member_information img {
			  margin: 20px 0 10px 10px;
			}
			.section .section .directory .member_information ul {
				float: left;			
			}
				.section .section .member_information ul li.edit,
				.section .section .member_information ul li.committees {
					margin: 10px 0 0 0;
					padding: 10px 0 0 0;
					border-top: 1px solid #CCC;
				}
				.section .section .member_information ul li {
					margin: 0;
					padding: 0;
					color: #666;
				}
					.section .section .member_information ul li strong {
						display: block;
						color: #89573E;
						line-height: 1;
						font-size: 1.5em;
						padding: 0 0 10px 0;
						font-weight: normal;
						font-family: Georgia, "Times New Roman", Times, serif;
					}
					.section .section .member_information ul li em {
						display: block;
						font-weight: bold;
						font-style: normal;
					}
					.section .section .member_information ul li span {
						display: block;
					}
	
	.receipt {
		padding: 1em;
		overflow: auto;
		background-color: #eee;
		border: 1px solid #CCCCCC;
		border-bottom: 2px solid #CCCCCC;
	}
	
	/* line item labels */
	.section .section table td.cpe a {
		display: block;
		padding: 0 75px 0 0;
		background: url(/sup/img/index/cpe.png) 100% 0 no-repeat;
	}
	.section .section table td.event a {
		display: block;
		padding: 0 75px 0 0;
		background: url(/sup/img/index/event.png) 100% 0 no-repeat;
	}
	
	/* login / register forms */
	.section .section .log_in {
		width: 450px;
		float: left;		
	}
	.section .section .register {
		width: 450px;
		float: right;
	}
	

/* 8f. About */

#about_landing {
	width: 450px;
	float: left;
}

.about_landing ul {
	margin-bottom: 1.5em;	
}

/* 8g. About > History */

#about_history {
	width: 450px;
	float: left;
}

.modular.about_history {
	float: right;
	width: 400px;
	float: right;
}

.modular.about_history h2 {
	line-height: 1.4em;
	color: #927666;
	margin-bottom: 1.7em;
}

.modular.about_history h3 {
	color: #b4a496;
}


/* GOVERNANCE - 2 column */
div.committees_board {
	float: left;
	width: 70%;
}
div.past_presidents {
	float: right;
	width: 25%;
}
	div.past_presidents .era {
		margin: 0 0 2.4em 0em;
		font-size: .84em;
	}
	div.past_presidents .era h4 {
		font-size: 1.8em;
		margin-bottom: .6em;
	}
		
	div.past_presidents ul {
		margin: 0 1em 0 2em;
		padding: 0;
	}
	div.past_presidents ul li {
		margin: .2em 0;
		list-style: none;
	}
	div.past_presidents ul li span {
		font-size: .85em;
		padding-left: .6em;
		color: #73685f;
	}
/* end: GOVERNANCE - 2 column */

	
/* 8h. News, Resume, Job, Volunteer lists */

ul.simple_list {
	margin: 0;
	padding: 0;
	font-size: 1em;
	list-style: none;
}
	ul.simple_list li {
		padding: 0 0 1.5em 0;
		border-bottom: 1px solid #ccc;
		margin: 0 0 1.5em 0;
	}
	ul.simple_list h2 {
		margin: 0;
	}
	ul.simple_list .date_posted {
		font-size: 1.3em;
		color: #a49b94;
		margin: 5px 0 .5em 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	ul.simple_list .date_posted span {
		color: #8f6e54;
		font-style: normal;
		padding-left: 3px;
	}
	
	ul.simple_list .date_posted a {
		color: #1a568a;
		font-style: normal;
		font-size: .9em;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 18px;
		background: url(/sup/img/backgrounds/date_arrow.gif) no-repeat -2px center;
	}
	
	ul.simple_list .abstract {
		font-size: 1.4em;
		line-height: 1.5;
	}

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

ul.cpas {
	margin-bottom: 2em;
	border-top: solid 1px #ccc;
}

ul.cpas li.cpa {
	border: solid 1px #cecece;
	border-top: none;
	padding: 0;
	position: relative;
}

ul.cpas li.cpa h2 {
	font-size: 1.6em;
	margin-bottom: 0em;
	padding-top: 10px;
	padding-left: 20px;
}

ul.cpas li.cpa .member_name_firm_name .firm_name {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(/sup/img/backgrounds/cpa_firm_name.gif) no-repeat top left;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}

ul.cpas li.cpa .phone_email_website {
	float: right;
	text-align: right;
	padding: 10px 20px 10px 20px;
	width: 40%;
	font-size: .85em;
}

ul.governance,
ul.governance li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	color: #777;
}

ul.governance {
	margin-bottom: 2em;
}

ul.governance li {
	width: 47%;
	padding-right: 3%;
	float: left;
	min-height: 65px;
	margin-bottom: 1.3em;
}

ul.governance strong small {
	font-size: .8em;
	color: #999;
}

ul.governance li.two_cols {
	width: 63%;
}

ul.governance li strong {
	color: #937e6b;
	font-size: .95em;
	display: block;
	margin-bottom: .3em;
}

ul.governance li em {
	font-size: .9em;
}

.newsletter_landing {
	float: right;	
}

/* 8i. About > Contact */

.contact_info span.phone,
.contact_info span.fax,
.contact_info span.email,
.contact_info span.web {
	display: block;
	padding-left: 25px;
	padding: 3px 0 3px 25px;
	float: left;
	width: 40%;
	margin: 5px 0 0 0;
}

.contact_info span.phone {
	margin-right: 20px;
	background: url(/sup/img/icons/phone.gif) no-repeat left center transparent;
}

.contact_info span.fax {
	background: url(/sup/img/icons/fax.gif) no-repeat left center transparent;
}

.contact_info span.email {
	margin-right: 20px;
	background: url(/sup/img/icons/email.gif) no-repeat left center transparent;
}

.contact_info span.web {
	background: url(/sup/img/icons/web.gif) no-repeat left center transparent;
}

.contact_info span.phone em,
.contact_info span.fax em,
.contact_info span.email em,
.contact_info span.web em {
	font-style: normal;
	color: #999;
	font-size: .85em;
}

.contact_info h2 {
	font-size: 1.3em;
	margin-bottom: .3em;
}

.contact_info h3 {
	font-size: 1em;	
}

.contact_info .main_contact {
	margin-bottom: 2em;	
}

/* 8j. Bylaws */

.bylaws a {
	color: #F9F9F9;
	display: block;
	border: 1px solid #537CA2;
	padding: 15px 0px 15px 70px;
	background: #6B90B4 url(/sup/img/icons/pdf.png) 10px 50% no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bylaws a:hover,
.bylaws a:focus,
.bylaws a:active {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #335C82;
	background: #4B7094 url(/sup/img/icons/pdf.png) 10px 50% no-repeat;
}

.bylaws a strong {
	display: block;
}

.bylaws a span {
	color: #bcd;
	display: block;
}
/* 8k. Legal & Privacy */

.col_one_of_two {
	width: 46%;
	float: left;
}

.col_two_of_two {
	width: 46%;
	float: right;
}

.jobs_resumes h2.jobs_resumes_header {
	margin-bottom: 1.2em;
	padding-bottom: .4em;
	border-bottom: solid 2px #ddd;
}

.jobs_resumes h2.jobs_resumes_header a {
	font-size: .6em;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.jobs_resumes h2.jobs_resumes_header a em {
	padding-left: 6px;
	text-transform: none;
	color: #666;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.certification_board_members,
.certification_board_members li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.certification_board_members {
	margin-bottom: 1.4em;	
}

.certification_board_members li {
	width: 45%;
	float: left;
	padding-right: 5%;
	margin-bottom: .5em;
}

.certification_board_members li.chair {
	width: 100%;
	padding: 0;
}

.certification_board_members li strong {
	display: block;
	color: #6d442c;
}


.certification_board_members li em {
	color: #555;
	font-style: normal;
	font-size: .9em;
}

.certification_support_specialist {
	margin-bottom: 1.5em;	
}

.certification_support_specialist strong {
	display: block;
	color: #6d442c;
}

.certification_support_specialist span.email,
.certification_support_specialist span.phone {
	width: auto;
}

.prometric_test_group span.phone,
.prometric_test_group span.web {
	width: auto;
}

.prometric_test_group {
	margin-bottom: 1.4em;
}

.prometric_test_group strong {
	color: #6d442c;
	font-size: 1.2em;
}

em.note {
	font-size: .85em;
	display: block;
}

.other_boards a {
	display: block;
	float: left;
	clear: left;
}

.certification_one_of_two {
	width: 335px;
	float: left;
	margin-right: 0;
}

.certification_two_of_two {
	width: 500px;
	float: right;
	margin-right: 0;
}

.requirements {
	margin-bottom: 1.8em;	
}

.requirements li {
	margin-bottom: .7em;	
}

/* member firms page */

.section .browse .listing .block .description {
  font-size: 1.2em;
  margin: 20px 0 0 0;
}

.section .browse .listing .block .description ul {
	border: none;
	margin: 0 0 0 2em;
	padding: 0;
}
.section .browse .listing .block .description li {
	padding: 0;
	border: none;
	background: none;
}

.section .browse .listing .block .hidden {
  display: none;
}

.section .browse .listing .block .toggle {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}

.legislative_regulatory_intro {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

/* 8l. My Account */

strong.currency {
	font-size: 1.3em;
	float: left;
	margin-top: 0.7em;
	margin-right: 0.3em;
}

.section .section form.group .text_field.donation span {
	float: left;
}
.section .section form.group .text_field.donation p.help {
	clear: left;
}

