/* typography.css */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
h2, h3, h4, h5, h6, p, ul, ol, li, table {
	margin:0 16px;}
	
h2 {
	font-size:24px;
	color:#00527B;
	margin-bottom:10px;}
	
h2 + p {
	font-size:16px;
	color:#00527B;
	font-style:italic;
	font-weight:bold;
	margin-bottom:15px;}
	
h3 {
	font-size:18px;
	color:#990000;
	font-weight:bold;
	margin-bottom:15px;}
	
h3 span {
	color:black;}

div#signup_form {
	font-size:11px;
	background:#DBDBB7 url(../images/bg_grey.jpg) repeat-x top left;
	padding-top:20px;
}

table#form_table td{
	font-size:11px}
	
input[type=text]:focus {
	color:#000000;
	background-color:#ffc;}

textarea {
	width:270px;}
	
table td {
	font-size:12px;}
	
div#about_hub {
	line-height:130%;}

h4 {
	font-size:14px;
	color:#990000;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:8px;
	border-bottom:solid 1px #D7D3B2;}
	
ul#why_join li {
	margin-bottom:16px;
	color:#990000;
	list-style-type:disc;}

ul#why_join p {
	color:black;
	margin:0;}
	
ul#why_join strong, div#about_hub strong {
	font-weight:bold;}

div#members_list {
	posititon:relative;
	padding:1em 0;}

div#members_list li {
	list-style-type:disc;
	color:#990000;}

div#members_list li p{
	margin:0;}
	
div#members_list p{
	color:#000000;}
	
ul#list1 {
	position:absolute;
	width:34%;
	margin:0px;
	margin-left:15px;}

ul#list2 {
	position:absolute;
	width:25%;
	left:27%;
	margin:0px;
	margin-left:15px;
	padding:0px;}

ul#list3 {
	position:relative;
	margin:0;
	left:64%;
	width:190px;
	margin-left:15px;}


h5 {
	clear:left;
	color:white;
	background:#990000;
	font-size:14px;
	line-height:120%;
	padding:10px 15px;
	margin:20px 16px;}

table#testable {
	font-size:11px;
	line-height:120%;}

table#testable p{
	margin:0;
	margin-bottom:16px;}
	
table#testable strong {
	font-weight:bold;}

table#testable li {
	margin:0px;
	margin-bottom:16px;
	list-style:disc;
}
	

blockquote {
	font-size:12px;
	padding-top:280px;
	color:#B3CBD8;
	line-height:120%;
}

cite {
	font-style:italic;
	font-weight:bold;}

div#steps, div#about_melcrum {
	font-size:11px;
	line-height:110%;}
	
div#steps ol {
	margin:0px;
	margin-left:20px;
	padding:0px;
	/*padding-left:20px;*/}
	
div#about_melcrum p{
	padding-bottom:10px;
	margin-bottom:8px;
	border-bottom:solid 1px #D7D3B2;}

div#about_melcrum p.last_p {
	border-bottom:0;}

.border_lbr {
	border-left:solid 1px #D7D3B2;
	border-bottom:solid 1px #D7D3B2;
	border-right:solid 1px #D7D3B2;
	border-top:0;
}

.border_lb {
	border-left:solid 1px #D7D3B2;
	border-bottom:solid 1px #D7D3B2;
	border-top:0;
	border-right:0;
}

h6 {
	font-size:12px;
	color:#990000;
	margin:0;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:8px;
	border-bottom:solid 1px #D7D3B2;}

.bold {
	font-weight:bold;}

