.header	{
	font-weight: normal;
	font: 18px geneva, arial, helvetica;
	color: #1F579A;
	}

.section_title	{
	margin: 30px 0 20px 0;
	padding-bottom: 3px;
	border: 1px solid #fff;				/* fixes bug in IE which without this will display bottom border incorrectly */
	border-bottom: 1px solid #354ea7;
	}

.section_title h2	{
	float: left;
	font-weight: normal;
	font: 14px arial, helvetica;
	color: #354ea7;
	margin: 0;
	padding: 0;
	}

.section_title .links	{
	float: right;
	font-weight: normal;
	color: #354ea7;
	}	

a.inline, a.inline:link, a.inline:visited	{
	font-weight: normal;
	color: #354ea7;
	}

div.clearBoth	{
	clear: both;
	}
	
ul	{
	margin-left: 25px;
	}

table.member_data	{
	margin-left: 20px;
	}

table.member_data td	{
	line-height: 16px;
	padding-left: 40px;
	}
	
#edit_listing table.member_data td	{
	vertical-align: top;
	padding-left: 15px;
	}

table.member_data td.first	{
	padding-left: 0;
	width: 150px;
	}
	
#edit_listing table.member_data td.first	{
	width: 330px;
	}
	
table.edit_bio_ssl	{
	margin: 0;
	padding: 0;
	}
	
table.edit_bio_ssl td	{
	vertical-align: top;
	}
	
table.edit_bio_ssl td.first	{
	width: 190px;
	}
	
table.edit_bio_ssl td h4	{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #354ea7;
	}
	
table.edit_bio_ssl td h4.subsection	{
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
	}
	
table.memberlevels	{
	width: 600px;
	margin: 0 auto;
	}
	
table.memberlevels td	{
	padding: 10px;
	vertical-align: top;
	}
	
table.memberlevels td.centered	{
	vertical-align: middle;
	text-align: center;
	}
	
table.memberlevels h1	{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
table.order th	{
	border-bottom: 1px solid #999;
	vertical-align: top;
	font-weight: normal;
	font: 9px arial, sans-serif;
	padding: 5px 20px 5px 0;
	color: #999;
	text-align: left;
	}
	
table.order	td	{
	vertical-align: top;
	padding: 5px 20px 5px 0;
	font: 10px arial, sans-serif;
	}
	
a.small:link	{
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	}
	
input, texarea	{
	font: 11px arial, sans-serif;
	color: #303030;
	border: 1px solid #999;
	}
	
input.noborder	{
	border: none;
	}
	
.sectiontitle	{
	font-weight: normal;
	font: 18px geneva, arial, helvetica;
	color: #1f579a;
	text-align: left;
	border-bottom: 1px solid #1f579a;
	margin-bottom: 15px;
	}

div.divider	{
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	}

div.member_menu	{
	margin-top: 15px;
	}

div.member_menu p	{
	margin: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	font-size: 13px;
	}
	
p.advice, p.advice a	{
	font-size: 11px;
	}
	
div.roundcont	{
	width: 500px;
	margin: 0 auto;
	background-color: #ddd;
	}
	
div.roundcont ul	{
	margin-left: 35px;
	}
	
div.roundcont li	{
	padding: 0 20px 0 0;
	color: #666;
	}
	
div.roundtop	{
	background: url("/graphics/tr.jpg") no-repeat top right;
	}
	
div.roundbottom	{
	background: url("/graphics/lr.jpg") no-repeat top right;
	}
	
img.corner	{
	width: 15px;
	height: 16px;
	border: none;
	display: block !important;
	}

/* round corner maker */
.rbroundbox { background: url(/images/corners/nt.gif) repeat; }
.rbtop div { background: url(/images/corners/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/corners/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* Form Validation ala http://tetlaw.id.au/view/javascript/really-easy-field-validation */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* new styles for 2008, 2009 membership drive */

div#join_intro	{
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	padding: 7px;
	border: 1px solid #ddd;
	}
	
div.intro_photo	{
	width: 190px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
div.intro_text	{
	margin: 0 0 0 198px;
	}
	
div.intro_text a	{
	font-size: 14px;
	}
	
div.intro_text p:first-child	{
	margin-top: 0;
	}
	
div#benefits	{
	font-size: 12px;
	color: #666;
	width: 700px;
	margin: 0 auto;
	}
	
	
div.benefits_column	{
	float: left;
	padding: 0 5px 5px;
	}
	
#partners_column_head	{
	width: 272px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding-right: 0;
	}
	
#partners	{
	width: 267px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
	
#gifts_column_head, #gifts	{
	width: 130px;
	text-align: center;
	}
	
#annual_column_head	{
	width: 272px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding-right: 0;
	}
	
#annual	{
	width: 267px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	}
	
#partners div, #annual div	{
	margin-left: 5px;
	}
	
#partners_column_head h1, #annual_column_head h1	{
	background: url("/graphics/members/bg-partners-column.png") left top no-repeat #fff;
	width: 272px;
	height: 30px;
	text-align: center;
	margin: 0 0 0 -2px;
	padding-top: 4px;
	font-size: 14px;
	color: #fff;
	}
	
#annual_column_head h1	{
	background: url("/graphics/members/bg-annual-column.png") left top no-repeat #fff;
	}
	
ul.benefits_list	{
	list-style-type: disc;
	}
	
ul.benefits_list li	{
	padding-top: 4px;
	}
	
ul.benefits_list li a:link, ul.benefits_list a:visited	{
	color: #666;
	text-decoration: underline;
	}
	
ul.benefits_list li a:hover	{
	color: #999;
	}
	
.member_type	{
	color: #263d99;
	font-weight: bold;
	margin-bottom: 0;
	}
	
h2.learn_more, h2.learn_more a:link, h2.learn_more a:visited	{
	font-weight: normal;
	font: 14px geneva, arial, helvetica;
	color: #1f579a;
	text-decoration: none;
	}
	
h2.learn_more a:hover	{
	text-decoration: underline;
	}
	
h4.benefit_name	{
	font: 13px geneva, tahoma, arial, helvetica, sans-serif;
	color: #1f579a;
	margin-bottom: 0;
	}
	
div.benefit_description p	{
	line-height: 16px;
	width: 550px;
	}
	
div.benefit_description p.options	{
	clear: right;
	width: 750px;
	font-size: 11px;
	border-bottom: 1px solid #1f579a;
	padding-bottom: 3px;
	}
	
div.benefit_description div.right	{
	margin: 0;
	padding: 0;
	width: 150px;
	float: right;
	}
	
p.options a:link, p.options a:visited	{
	font-weight: normal;
	color: #1f579a;
	text-decoration: none;
	line-height: 18px;
	}
	
p.options a:hover	{
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
	


