body {
	color: #000;
	background-color: #303030;
	background-image: url('/assets/images/background.gif');
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	}
img {
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
input, select, textarea {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	}
a, a:link, a:visited, a:active {
	color: #f0451c;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
	
#header {
	height: 137px;
	background-color: #000;
	}
#logo {
	width: 70px;
	float: left;
	}
#nav {
	width: 600px;
	float:  left;
	}
#nav h1 {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 50px;
	}
#nav h1 a {
	color: #FFF;
	text-decoration: none;
	}
#nav h1 a:hover {
	text-decoration: none;
	}
#nav div {
	font-family: Georgia, serif;
	margin-top: 10px;
	}
#nav div * {
	vertical-align: baseline;
	}
#nav div a {
	color: #999;
	font-family: Arial, sans-serif;
	}
#nav div a.current {
	color: #f0451c;
	}
#nav div span {
	color: #fff;
	padding-right: 12px;
	}
#member {
	width: 290px;
	float: left;
	}
#member_options {
	width: 290px;
	height: 8px;
	color: #f0451c;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-align: right;
	padding-top: 66px;
	padding-bottom: 12px;
	}
#member_options a {
	color: #fff;
	}
#member_login, #member_logged_in {
	width: 270px;
	height: 31px;
	background-image: url('/assets/images/member_login.jpg');
	padding: 9px 10px 0 10px;
	float: right;
	}
#member_login div.input {
	padding-top: 3px;
	padding-right: 8px;
	float: left;
	}
#member_login div.input input {
	width: 75px;
	color: #999;
	font-size: 10px;
	}
#member_login #login-button {
	width: 86px;
	float: left;
	}
#member_login #login-preloader {
	padding-top: 3px;	
	float: left;
	display: none;
	}
#member_login p.message {
	color: #fff;
	padding-top: 5px;
	margin: 0;
	}
#member_login p.message a {
	color: #fff;
	text-decoration: underline;
	}
#member_logged_in span {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	padding-top: 7px;
	float: left;
	}
#member_logged_in img {
	float: right;
	}
div.row {
	width: 890px;
	margin: 0 auto;
	}
div.offset {
	width: 890px;
	float: left;
	display: inline; /* IE 6 */
	}
#content {
	width: 890px;
	background-image: url('/assets/images/content_background.gif');
	float: left;
	}
#content #column {
	width: 590px;
	background-color: #FFF;
	float: left;
	}
#content #sidebar {
	width: 290px;
	background-image: url('/assets/images/sidebar_background.gif');
	background-repeat: repeat-x;
	background-color: #303030;
	margin-left: 10px;
	float: left;
	display: inline; /* IE 6 */
	}
#content #sidebar div.header {
	height: 36px;
	background-color: #ccc;
	padding: 0 10px;
	}
#content #sidebar div.header img {
	margin-top: 14px;
	float: left;
	}
#content #sidebar div.header img.button {
	margin-top: 9px;
	float: right;
	}
#footer {
	width: 850px;
	height: 120px;
	background-color: #252525;
	font-family: Verdana, sans-serif;
	padding: 20px 20px 0 20px;
	margin-top: 10px;
	float: left;
	}
#footer_left {
	width: 150px;
	font-size: 9px;
	color: #999;
	float: left;
	}
#footer_left p {
	padding-left: 10px;
	margin: 0;
	float: left;
	}
#footer_left span {
	color: #d3d3d3;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	}
#footer_left img {
	float: left;
	padding-top: 1px;
	}
#footer_right {
	width: 475px;
	color: #999;
	font-size: 9px;
	float: right;
	}
#footer_nav {
	width: 475px;
	text-align: right;
	float: right;
	}
#footer a {
	color: #999;
	}
#footer_nav span {
	padding-left: 6px;
	}
#footer_credits {
	width: 475px;
	padding-top: 6px;
	text-align: right;
	float: right;
	}
#footer_credits * {
	vertical-align: bottom;
	}
#footer_credits span {
	padding-left: 6px;
	}
#footer_credits span img {
	padding-left: 6px;
	}

/*
	
	FORM

*/

#form {
	width: 510px;
	padding: 40px;
	float: left;
	}
#form h3, #form h5 {
	width: 510px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 4px;
	margin: 15px 0;
	float: left;
	}
#form div.label {
	width: 510px;
	font-family: Georgia, serif;
	font-size: 18px;
	float: left;
	}
#form label.radio{
	display:block;
	margin:5px 0;
	}
#form div.input {
	width: 510px;
	margin-top: 6px;
	margin-bottom: 12px;
	float: left;
	}
#form div.input input {
	}
#form div.input .req {
	background-color: #ffc;
	}
#form div.input textarea {
	width: 475px;
	}
#form div.input div.preview {
	margin-bottom: 10px;
	}
#form div.input div.preview img {
	background-color: #eee;
	padding: 6px;
	margin-bottom: 4px;
	display: block;
	}
#form div.input .group_checkbox {
	width: 253px;
	margin-right: 2px;
	float: left;
	display: inline; /* IE6 */
	}
#form div.input .group_checkbox input {
	margin-bottom: 2px;
	}
#form div.submit {
	width: 510px;
	margin-top: 15px;
	float: left;
	}
#form div.success {
	width: 498px;
	color: #FFF;
	background-color: #3A8D3A;
	text-align: center;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	float: left;
	}
#form div.errata {
	width: 498px;
	color: #FFF;
	background-color: #CC0000;
	text-align: center;
	padding: 6px;
	margin: 0;
	margin-bottom: 10px;
	float: left;
	}
#form div.error {
	width: 502px;
	color: #CC0000;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	float: left;
	}
#form span.details, #form div.details {
	color: #999;
	font-size: 11px;
	}
#form div.details {
	width: 510px;
	margin-top: 8px;
	float: left;
	}
#form div.tos {
	margin-top: 20px;
	}

/*

	HOME
	
*/

#homepage {
	width: 890px;
	float: left;
	}
#feature {
	width: 570px;
	height: 450px;
	background-color: #fff;
	padding: 10px;
	float: left;
	}
#feature div.image {
	width: 570px;
	height: 294px;
	}
#feature h2 {
	width: 550px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 25px 10px 20px 10px;
	margin: 0;
	}
#feature div.details {
	width: 268px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.6em;
	padding-left: 12px;
	padding-right: 20px;
	float: left;
	}
#feature div.details p {
	margin: 0;
	margin-top: 4px;
	}
#feature div.upcoming {
	width: 250px;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.4em;
	float: left;
	}
#feature div.upcoming_header {
	padding-bottom: 8px;
	}
#feature div.upcoming span {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	}
#latest_news {
	width: 290px;
	height: 321px;
	background-color: #fff;
	margin-left: 10px;
	float: left;
	display: inline; /* IE 6 */
	}
#latest_news div.header {
	height: 36px;
	background-color: #ccc;
	padding: 0 10px;
	}
#latest_news div.header img {
	margin-top: 14px;
	float: left;
	}
#latest_news div.header img.button {
	margin-top: 9px;
	float: right;
	}
#latest_news div.details {
	padding: 10px;
	}
#latest_news div.details h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin: 18px 10px 0 10px;
	}
#latest_news div.details p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
	}
#find_a_vendor, #job_board {
	width: 290px;
	height: 69px;
	background-color: #fff;
	margin-left: 10px;
	float: left;
	display: inline; /* IE 6 */
	}
#find_a_vendor {
	margin-top: 10px;
	margin-bottom: 1px;
	}
#newest_members, #updated_companies, #job_postings {
	width: 290px;
	height: 231px;
	background-color: #fff;
	margin-top: 10px;
	float: left;
	}
#newest_members div.header, #updated_companies div.header, #job_postings div.header {
	height: 36px;
	background-color: #ccc;
	padding: 0 10px;
	}
#newest_members div.header img, #updated_companies div.header img, #job_postings div.header img {
	margin-top: 14px;
	float: left;
	}
#newest_members div.header img.button, #updated_companies div.header img.button, #job_postings div.header img.button {
	margin-top: 9px;
	float: right;
	}
#newest_members div.item, #updated_companies div.item, #job_postings div.item {
	height: 42px;
	padding: 11px;
	border-bottom: 1px solid #ccc;
	}
#newest_members div.item div.image, #updated_companies div.item div.image, #job_postings div.item div.image {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/company_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#newest_members div.item div.image {
	background-image: url('/assets/images/member_avatar.gif');
	}
#newest_members div.item div.image a, #updated_companies div.item div.image a, #job_postings div.item div.image a {
	display: block;
	}
#newest_members div.item div.details, #updated_companies div.item div.details, #job_postings div.item div.details {
	color: #555;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	}
#newest_members div.item div.details div.name, #updated_companies div.item div.details div.name, #job_postings div.item div.details div.name {
	font-family: Georgia, serif;
	font-size: 12px;
	padding-bottom: 2px;
	}
#newest_members div.item div.details span, #updated_companies div.item div.details span, #job_postings div.item div.details span {
	color: #adadad;
	}
#updated_companies, #job_postings {
	margin-left: 10px;
	display: inline; /* IE 6 */
	}
	
/*

	ABOUT US
	
*/

#about_us h2 {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 30px 20px 30px;
	margin: 0;
	float: left;
	}
#about_us p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 40px;
	margin: 0;
	margin-bottom: 30px;
	}
#about_us_subnav {
	background-color: #fff;
	margin-bottom: 10px;
	}
#about_us_subnav ul {
	list-style: none;
	padding: 20px 10px;
	margin: 0;
	}
#about_us_subnav li {
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 10px 6px 10px;
	margin: 0;
	}
#about_us_subnav a.current {
	color: #000;
	font-size: 16px;
	}
#about_us img.ad2 {
	float: right;
	}
#join_today {
	margin-bottom: 10px;
	}
.aaf {
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 20px;
	}
.aaf p {
	font-family: Verdana;
	font-size: 9px;
	line-height: 1.4em;
	padding: 20px;
	margin: 0;
	}
.aaf img.sponsors {
	margin: 0 7px;
	}
.aaf ul {
	padding: 20px 0 17px 20px;
	margin: 0;
	list-style: none;
	}
.aaf li {
	padding-bottom: 4px;
	}
#officers,
#directors {
 	width: 590px;
 	float: left;
	}
#officers {
	border-bottom: 10px solid #303030;
	}
#officers div.officer,
#directors div.director {
	width: 510px;
	padding: 30px 40px;
	border-top: 1px solid #ccc;
	float: left;
	}
#officers div.officer div.photo,
#directors div.director div.photo {	
	width: 128px;
	background-image: url('/assets/images/member_photo.gif');
	padding: 5px;
	margin-right: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#officers div.officer div.details,
#directors div.director div.details {
	width: 352px;
	float: left;
	}
#officers div.officer div.details img,
#directors div.director div.details img {
	float: right;
	}
#officers div.officer div.details h3,
#directors div.director div.details h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 6px;
	}
#officers div.officer div.details span,
#directors div.director div.details span {
	font-family: Georgia, serif;
	font-size: 14px;
	letter-spacing: 1px;
	}
#officers div.officer div.details p,
#directors div.director div.details p {
	font-size: 10px;
	padding: 0;
	margin: 10px 0;
	}
#officers div.officer div.details div.contact,
#directors div.director div.details div.contact {
	width: 322px;
	background-color: #f4f4f4;
	padding: 15px;
	float: left;
	}
#officers div.officer div.details div.contact div.left,
#directors div.director div.details div.contact div.left {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#officers div.officer div.details div.contact div.right,
#directors div.director div.details div.contact div.right {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#sponsors {
 	width: 590px;
 	margin-bottom: 10px;
 	float: left;
	}
#sponsors div.sponsor {
	width: 510px;
	padding: 20px 40px 0 40px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	float: left;
	}
#sponsors div.sponsor div.logo {
	width: 128px;
	background-image: url('/assets/images/sponsor_logo.gif');
	padding: 5px;
	margin-right: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#sponsors div.sponsor div.details {
	width: 352px;
	float: left;
	}
#sponsors div.sponsor div.details h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 6px;
	}
#sponsors div.sponsor div.details p {
	font-size: 10px;
	padding: 0;
	margin: 10px 0;
	}
#sponsors div.sponsor div.details div.contact {
	width: 322px;
	background-color: #f4f4f4;
	padding: 15px;
	float: left;
	}
#sponsors div.sponsor div.details div.contact div.left {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#sponsors div.sponsor div.details div.contact div.right {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#contact {
 	width: 590px;
 	border-top: 1px solid #ccc;
 	float: left;
	}
#committees {
 	width: 590px;
 	float: left;
	}
#committees div.committee {
	width: 510px;
	padding: 35px 40px 40px 40px;
	border-top: 1px solid #ccc;
	float: left;
	}
#committees div.committee h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	}
#committees div.committee p {
	font-size: 10px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	}
#committees div.committee span {
	font-weight: bold;
	}

/*

	EVENTS
	
*/

#events h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	}
#events div.image {
	padding: 10px;
	}
#events p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	padding: 0 25px;
	margin: 0;
	margin-bottom: 20px;
	}
#events p.date {
	font-size: 9px;
	font-weight: bold;
	}
#events p.date span {
	color: #666;
	font-weight: normal;
	padding-left: 12px;
	}
#events p.leadoff {	
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	}
#events div.view_album {
	width: 120px;
	height: 111px;
	background-image: url('/assets/images/events_view_album_bg.gif');
	padding: 5px;
	margin: 6px 25px 10px 10px;
	float: right;
	display: inline; /* IE6 */
	}
#events div.view_album div.thumb {
	width: 120px;
	height: 90px;
	cursor: pointer;
	}
#events div.view_album a {
	width: 120px;	
	text-align: center;
	margin-top: 6px;
	display: block;
	}
#events h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0;
	margin-bottom: 10px;
	}
#events div.sponsors {
	width: 550px;
	border-top: 1px solid #ccc;
	padding: 30px 20px;
	float: left;
	}
#events div.sponsors div.sponsor {
	width: 68px;
	height: 68px;
	background-image: url('/assets/images/sponsor_logo_background.gif');
	padding: 5px;
	margin-top: 10px;
	margin-left: 11px;
	float: left;
	display: inline; /* IE 6 */
	}
#events div.register {
	width: 590px;
	border-top: 1px solid #ccc;
	float: left;
	}
#events div.register h3 {
	width: 550px;
	padding: 30px 20px 0 20px;
	margin-bottom: 0;
	float: left;
	}
	#events div.register h3 span {
		font-size: 12px;
		}
#events div.register p {
	line-height: 1.4em;
	padding: 20px 40px 0 40px;
	margin: 0;
	float: left;
	}
	
div.member_rsvp_options{
	width:480px;
	margin:10px 0 0;
	background: #eee;
	padding:20px 20px 10px;
	overflow: hidden;
	}	
	div.member_rsvp_options strong,div.nonmember_rsvp_options strong{
		font-size:14px;
		}
	div.member_rsvp_options p{
		margin:0 !important;
		padding: 0 !important;
		}
div.nonmember_rsvp_options{
	padding:20px;
	}
#rsvp_submit{
	cursor:pointer;
	}
	
#upcoming_events {
	background-color: #fff;
	margin-bottom: 10px;
	}
#upcoming_events div.control {
	width: 250px;
	padding: 20px;
	}
#upcoming_events div.event {
	padding: 20px;
	border-top: 1px solid #ccc;
	}
#upcoming_events div.event span {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	}
#upcoming_events div.event h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 4px;
	}
#upcoming_events div.current h4 {
	font-size: 16px;
	}
#upcoming_events div.current a {
	color: #000;
	}
	
#past_events {
	background-color: #fff;
	margin-bottom: 10px;
	}
#past_events div.control {
	width: 250px;
	padding: 20px;
	}
#past_events div.event {
	padding: 20px;
	border-top: 1px solid #ccc;
	}
#past_events div.event span {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	}
#past_events div.event h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 4px;
	}
#past_events div.current h4 {
	font-size: 16px;
	}
#past_events div.current a {
	color: #000;
	}

/*
	
	NEWS

*/

#news h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	}
#news div.image {
	padding: 10px;
	}
#news p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 25px;
	margin: 0;
	margin-bottom: 20px;
	}
#news p.details {
	font-size: 9px;
	font-weight: bold;
	}
#news p.details span {
	color: #666;
	font-weight: normal;
	padding-left: 12px;
	}
#news p.leadoff {	
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	}
#news div.view_album {
	width: 120px;
	height: 111px;
	background-image: url('/assets/images/news_view_album_bg.gif');
	padding: 5px;
	margin: 6px 25px 10px 10px;
	float: right;
	display: inline; /* IE6 */
	}
#news div.view_album div.thumb {
	width: 120px;
	height: 90px;
	cursor: pointer;
	}
#news div.view_album a {
	width: 120px;	
	text-align: center;
	margin-top: 6px;
	display: block;
	}
#news h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 10px;
	}
#news div.sponsors {
	width: 550px;
	border-top: 1px solid #ccc;
	padding: 20px;
	padding-bottom: 30px;
	float: left;
	}
#news div.sponsors div.sponsor {
	width: 68px;
	height: 68px;
	background-image: url('/assets/images/sponsor_logo_background.gif');
	padding: 5px;
	margin-top: 10px;
	margin-left: 11px;
	float: left;
	display: inline; /* IE 6 */
	}
#news_archive {
	background-color: #fff;
	margin-bottom: 10px;
	}
#news_archive div.control {
	width: 250px;
	padding: 20px;
	}
#news_archive div.post {
	padding: 20px;
	border-top: 1px solid #ccc;
	}
#news_archive div.post span {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	}
#news_archive div.post h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 4px;
	}
#news_archive div.current h4 {
	font-size: 16px;
	}
#news_archive div.current a {
	color: #000;
	}

/*

	ADDYS
	
*/

#addys h2 {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 30px 20px 30px;
	margin: 0;
	float: left;
	}
#addys div.image {
	padding: 10px;
	}
#addys h3 {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 30px 20px 30px;
	margin: 0;
	float: left;
	}
#addys p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 30px 40px;
	margin: 0;
	}
/*
#addys p img {
	padding-right: 8px;
	padding-bottom: 8px;
	float: left;
	}
*/
#addys ol, #addys ul {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 60px 30px 60px;
	margin: 0;
	}
#addys ol.steps {
	padding-bottom: 0;
	}
#addys table {
	width: 590px;
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 30px 40px 30px;
	margin: 0;
	float: left;
	}
#addys table td {
	border-bottom: 1px dotted #ccc;
	}
#addys table td.name {
	width: 40%;
	border-right: 1px dotted #ccc;
	}
#addys table td.value {
	width: 60%;
	padding-left: 20px;
	}

/*

	MEMBERS
	
*/

#members {
	}
#members div.header {
	width: 530px;
	padding: 30px;
	margin: 0;
	float: left;
	}
#members div.header h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0;
	float: left;
	}
#members div.header span {
	padding-top: 4px;
	float: right;
	}
#members div.member {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 20px 40px;
	float: left;
	}
#members div.member div.avatar {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/member_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#members div.member div.details {
	width: 456px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	float: left;
	}
#members div.member div.details span.update {
	color: #adadad;
	text-align: right;
	float: right;
	}
#members div.member div.details span.update b {
	color: #333;
	font-weight: normal;
	}
#members div.member div.details span.username {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
#members div.company {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 20px 40px;
	float: left;
	}
#members div.company div.avatar {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/company_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#members div.company div.details {
	width: 456px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	float: left;
	}
#members div.company div.details span.update {
	color: #adadad;
	float: right;
	}
#members div.company div.details span.name {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
#members div.company div.details em {
	background-color: #d6f3fa;
	font-style: normal;
	}
#members div.company p.results {
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	text-align: center;
	padding: 12px;
	margin: 0;
	}
#benefits {
	background-color: #fff;
	margin-bottom: 10px;
	}
#benefits div.details {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	padding: 20px;
	}
#benefits div.details p {
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	}
#benefits div.details ul {
	padding: 5px 20px 0 20px;
	margin: 0;
	}
#benefits div.details ul li {
	padding-top: 5px;
	}
#join_find {
	margin-bottom: 10px;
	}
#join_find img.top {
	padding-bottom: 1px;
	}
#pages {
	width: 530px;
	border-top: 1px solid #ccc;
	padding: 30px;
	margin: 0;
	float: left;
	}
#pages * {
	vertical-align: middle;
	}
#pages a {
	padding: 3px;
	margin-right: 1px;
	float: left;
	display: inline; /* IE 6 */
	}
#pages a.current {
	background-color: #eee;
	}
#pages span {
	float: right;
	}
#vendor {
	width: 530px;
	background-color: #eee;
	padding-top: 10px;
	margin-top: 15px;
	float: left;
	}
#vendor h4 {
	width: 518px;
	padding-left: 12px;
	margin: 0;
	margin-bottom: 12px;
	float: left;
	}
#vendor div.field {
	width: 110px;
	font-family: Verdana, sans-serif;
	font-size: 9px;	
	padding: 0 0px 10px 12px;
	margin-right: 10px;
	float: left;
	display: inline; /* IE 6 */
	}
#vendor div.field checkbox {
	padding: 0;
	margin: 0;
	}
#companies {
	}
#companies-preloader {
	width: 590px;
	float: left;
	display: none;
	}
#companies-preloader div {
	width: 62px;
	margin: 0 auto;
	}
#companies-preloader div * 	{
	vertical-align: middle;
	}
	
/*

	MEMBER
	
*/

#member {
	}
#member div.info {
	width: 510px;
	padding: 40px;
	float: left;
	}
#member div.info div.image {
	width: 138px;
	margin-right: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#member div.info div.photo {
	width: 128px;
	background-image: url('/assets/images/member_photo.gif');
	padding: 5px;
	float: left;
	}
#member div.info div.officer {
	width: 128px;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	padding: 5px;
	float: left;
	}
#member div.info div.membership {
	width: 128px;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	padding: 5px;
	float: left;
	}
#member div.info div.details {	
	width: 352px;
	color: #333;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	float: left;
	}
#member div.info div.details h2 {
	color: #000;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 6px;
	}
#member div.info div.details div.titles {
	}
#member div.info div.details div.joined {
	color: #ccc;
	margin-top: 4px;
	}
#member div.info div.details p {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
	margin: 15px 0;
	}
#member div.info div.details div.contact {
	width: 322px;
	background-color: #f4f4f4;
	padding: 15px;
	float: left;
	}
#member div.info div.details div.contact div.left {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#member div.info div.details div.contact div.right {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#member_company {
	width: 290px;
	background-color: #fff;
	margin-bottom: 10px;
	float: left;
	}
#member_company div.company {
	width: 270px;
	border-top: 1px solid #ccc;
	padding: 10px;
	float: left;
	}
#member_company div.company div.avatar {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/company_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#member_company div.company div.details {
	width: 216px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	float: left;
	}
#member_company div.company div.details span.username {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
#member_company div.company div.details span.joined {
	color: #adadad;
	}
#member_company div.company p {
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	margin: 0;
	}

	
/*

	COMPANY
	
*/

#company {
 	width: 590px;
 	margin-bottom: 10px;
 	float: left;
	}
#company div.info {
	width: 510px;
	padding: 40px;
	float: left;
	}
#company div.info div.image {
	width: 138px;
	margin-right: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#company div.info div.logo {
	width: 128px;
	background-image: url('/assets/images/company_logo.gif');
	padding: 5px;
	float: left;
	}
#company div.info div.website {
	width: 128px;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	padding: 5px;
	float: left;
	}
#company div.info div.details {	
	width: 352px;
	color: #333;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	float: left;
	}
#company div.info div.details h2 {
	color: #000;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 6px;
	}
#company div.info div.details div.services {
	}
#company div.info div.details p {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
	margin: 15px 0;
	}
#company div.info div.details div.contact {
	width: 322px;
	background-color: #f4f4f4;
	padding: 15px;
	float: left;
	}
#company div.info div.details div.contact div.left {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#company div.info div.details div.contact div.right {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#work_samples {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 40px;
	float: left;
	}
#work_samples h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	float: left;
	}
#work_samples div.group {
	width: 510px;
	margin-top: 20px;
	float: left;
	}
#work_samples div.sample {
	width: 158px;
	height: 70px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: inline; /* IE6 */
	}
#company_contact {
	width: 590px;
	border-top: 1px solid #ccc;
	float: left;
	}
#company_contact h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 40px;
	margin: 0;
	float: left;
	}
#company_members {
	width: 290px;
	background-color: #fff;
	margin-bottom: 10px;
	float: left;
	}
#company_members div.member {
	width: 270px;
	border-top: 1px solid #ccc;
	padding: 10px;
	float: left;
	}
#company_members div.member div.avatar {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/member_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#company_members div.member div.details {
	width: 216px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	float: left;
	}
#company_members div.member div.details span.username {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
#company_members div.member div.details span.joined {
	color: #adadad;
	}
#company_members p {
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	margin: 0;
	}
#company_press h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	}
#company_press div.image {
	padding: 10px;
	}
#company_press p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 25px;
	margin: 0;
	margin-bottom: 20px;
	}
#company_press p.details {
	font-size: 9px;
	font-weight: bold;
	}
#company_press p.details span {
	color: #666;
	font-weight: normal;
	padding-left: 12px;
	}
#company_press p.leadoff {	
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	}
#company_press_archive {
	width: 290px;
	background-color: #fff;
	margin-bottom: 10px;
	float: left;
	}
#company_press_archive div.control {
	width: 260px;
	padding: 15px;
	}
#company_press_archive div.release {
	padding: 15px;
	border-top: 1px solid #ccc;
	}
#company_press_archive div.release span {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	}
#company_press_archive div.release h4 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-top: 4px;
	}
#company_press_archive p {
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	text-align: center;
	padding: 20px;
	margin: 0;
	}
#company_press_archive div.current h4 {
	font-size: 16px;
	}
#company_press_archive div.current a {
	color: #000;
	}
	
/*

	RESOURCES
	
*/

#resources {
	}
#resources h2 {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px;
	margin: 0;
	float: left;
	}
#resources p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 40px;
	margin: 0;
	margin-bottom: 40px;
	}
#resources div.group {
 	width: 590px;
 	float: left;
	}
#resources div.border-bottom {
	border-bottom: 10px solid #303030;
	}
#resources div.group div.resource {
	width: 510px;
	padding: 30px 40px 20px 40px;
	border-top: 1px solid #ccc;
	float: left;
	}
#resources div.group div.end {
	border-bottom: 0;
	}
#resources div.group div.resource h3 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
	}
#resources div.group div.resource p {
	font-size: 10px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	}
#resources div.group div.resource span {
	font-weight: bold;
	}
#resources_subnav {
	background-color: #fff;
	margin-bottom: 10px;
	}
#resources_subnav ul {
	list-style: none;
	padding: 20px 10px;
	margin: 0;
	}
#resources_subnav li {
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 10px 6px 10px;
	margin: 0;
	}
#resources_subnav a.current {
	color: #000;
	font-size: 16px;
	}
#jobs_board {
	width: 590px;
	float: left;
	}
#jobs_board div.job {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 20px 40px;
	float: left;
	}
#jobs_board div.job div.avatar {
	width: 32px;
	height: 32px;
	background-image: url('/assets/images/company_avatar.gif');
	padding: 5px;
	margin-right: 12px;
	float: left;
	display: inline; /* IE 6 */
	}
#jobs_board div.job div.details {
	width: 456px;
	color: #333;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	float: left;
	}
#jobs_board div.job div.details span.title {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 4px;
	}
#jobs_board div.job div.details span.posted {
	color: #adadad;
	padding-top: 2px;
	float: left;
	}
#jobs_board div.job div.details img {
	float: right;
	}
#jobs_board div.job p {
	width: 458px;
	font-size: 11px;
	padding: 0;
	padding-left: 52px;
	margin: 0;
	margin-top: 20px;
	float: left;
	}
#jobs_board div.job_info {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 40px;
	float: left;
	}
#jobs_board div.job_info div.logo {
	width: 128px;
	background-image: url('/assets/images/company_logo.gif');
	padding: 5px;
	margin-right: 20px;
	float: left;
	display: inline; /* IE6 */
	}
#jobs_board div.job_info div.details {	
	width: 352px;
	color: #333;
	font-family: Trebuchet MS, serif;
	font-size: 10px;
	float: left;
	}
#jobs_board div.job_info div.details h3 {
	color: #000;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 6px;
	}
#jobs_board div.job_info div.details div.services {
	}
#jobs_board div.job_info div.details p {
	font-size: 11px;
	line-height: 1.4em;
	padding: 0;
	margin: 15px 0;
	}
#jobs_board div.job_info div.details div.contact {
	width: 322px;
	background-color: #f4f4f4;
	padding: 15px;
	float: left;
	}
#jobs_board div.job_info div.details div.contact div.left {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#jobs_board div.job_info div.details div.contact div.right {
	width: 161px;
	font-size: 10px;
	float: left;
	}
#jobs_contact {
	width: 510px;
	border-top: 1px solid #ccc;
	padding: 40px;
	padding-bottom: 0;
	float: left;
	}
#jobs_contact h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	float: left;
	}

/* UTILITY */

#utility h2 {
	width: 530px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 30px 20px 30px;
	margin: 0;
	float: left;
	}
#utility p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 40px;
	margin: 0;
	margin-bottom: 30px;
	}
#utility div.group {
 	width: 590px;
 	border-top: 1px solid #ccc;
 	float: left;
	}
#utility div.membership_details {
	width: 400px;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
	}

/*

	MY ACCOUNT
	
*/

#my_account {
	}
#my_account h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 30px 30px 20px 30px;
	margin: 0;
	}
#my_account p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 40px;
	margin: 0;
	margin-bottom: 40px;
	}
#my_account_menu {
	width: 590px;
	float: left;
	}
#my_account_menu ul {
	width: 530px;
	border-bottom: 1px solid #ccc;
	list-style: none;
	padding: 0 30px;
	padding-bottom: 30px;
	margin: 0;
	}
#my_account_menu li {
	padding: 0;
	margin: 0;
	float: left;
	}
#my_account_menu li a {
	height: 22px;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
	padding-bottom: 0;
	margin-right: 8px;
	display: block;
	float: left;
	display: inline; /* IE6 */
	}
#my_account_menu li a:hover {
	background-color: #eee;
	}
#my_account_menu li a.active {
	color: #000;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
#my_account_menu li a:hover.active {
	background-color: #fff;
	text-decoration: none;
	}
#my_account_form {
 	width: 590px;
 	float: left;
	}
#my_account_form p {
	color: #333333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 30px;
	margin: 0;
	margin-top: 30px;
	}
#my_account_form div.form {
	width: 510px;
	padding: 40px;
	float: left;
	}
#my_account_form div.form div.label {
	width: 255px;
	font-family: Georgia, serif;
	font-size: 18px;
	float: left;
	}
#my_account_form div.form div.input {
	width: 245px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	display: inline; /* IE6 */
	}
#my_account_form div.form div.input input {
	width: 235px;
	}
#my_account_form div.form div.textarea {
	width: 510px;
	margin-top: 10px;
	float: left;
	}
#my_account_form div.form div.textarea textarea {
	width: 490px;
	}
#my_account_form div.form div.submit {
	width: 510px;
	margin-top: 15px;
	float: left;
	}
#my_account_form div.add_my_company {
	width: 510px;
	font-size: 12px;
	padding: 0 40px;
	margin-bottom: 40px;
	float: left;
	}
#my_account_form p.admin_menu {
	margin-top: 10px;
	}
#my_account_form p.admin_menu a {	
	font-size: 11px;	
	padding: 10px;
	}
#my_account_form p.admin_menu a:hover {
	background-color: #eee;
	}
#my_account_form p.admin_menu a.current {
	color: #000;
	background-color: #fff;
	}
#my_account_form p.admin_menu a:hover.current {
	text-decoration: none;
	}
#admin_work_samples {
	width: 510px;
	padding: 20px 40px 40px 40px;
	float: left;
	}
#admin_work_samples div.item {
	width: 490px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
 	float: left;
	}
#admin_work_samples div.selected {
	background-color: #ffcccc;
	}
#admin_work_samples div.item span {
 	float: left;
	}
#admin_work_samples div.item div.actions {
 	float: right;
	}
#admin_work_samples div.item div.actions a {
	padding: 4px;
	}

/*
	
	DOCUMENT
	
*/

#document h2 {
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 25px 20px 25px 20px;
	margin: 0;
	}
#document h3 {
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 20px 20px 20px;
	margin: 0;
	}
#document p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 25px;
	margin: 0;
	margin-bottom: 20px;
	}
#document ul {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 25px;
	margin-top: 0;
	}
#document ul li {
	padding-bottom: 3px;
	}