/* Typography */	
	
body {
	font:.95em helvetica,verdana,arial,sans-serif;
	line-height:1.4em;
	color:#5A5A5A;
	}
	
a {
	color: #444;
	}
	
.subPage a:hover {
	color: #111;
	}

h1, h2, h3, h4, h5, h3.mlsTitle, .mlsTitle { 
	font-family: georgia, arial, sans-serif;
	color:#304051;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px 0;
	display: block;
	}

	.subPage h2, .subPage h3, h3.mlsTitle {
		border-bottom: 1px solid #333;
		padding-bottom: 5px;
		}


#header h1 { 
	font: normal 3em;
	color: #fff;
	padding: 29px 0 0 34px;
	}
	
#header p { 
	font: normal 1.5em;
	color: #fff;
	padding: 0px 0 0 40px;
	}
	
#nav li a {
	text-decoration: none;
	font-size: 1em;
	line-height: 1.2;      
	color: #eee;
	font-weight: bold;
	}
	
	#nav li a:hover {
    color: #fff;
    }
	
#content_sub p#splashPara {
	font-size:1em;
	color: #eee;
	}	
	
.subPage .leftinfo {
	text-align: center;
	}	
	
.subPage #sidebar a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	display: block;
	}
	
	.subPage #sidebar a:hover {
		text-decoration: underline;
		color: #000000;
		}	

	#sidebar .leftinfo a {
		font-size: .7em;
		}
	
.subPage #content_sub {
	color: #444;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}	
	
.subPage #content_sub p {
	font-size: 1em;
	color: 333;
	margin: 10px 0 15px 0; padding: 0;
	text-indent: 0;
	}
	
.subPage #content_main h2 {	
	color: #444;
	}
	
.mlsSmallLink {
	text-decoration: none;
	}	

#content_sub p {
	font-size: 1.3em;
	color: #5A5A5A;
	text-indent: 20px;
	}
	
.subPage #content_sub ul a {
	font-size: .9em;
	}		
	
.subPage #content_sub li {
	list-style-type: disc;
	}	

#content_sub p.contact {
	font: 1.3em/1.2em;
	color: #666;
	text-align: right;
	margin:  0 110px 0 0;
	}

input, select, textarea {
	border: 1px solid #666;
	margin: 4px;
	font-weight: 300;
	}
	
input[type="checkbox"] {
	border: none;
	outline: none;
	}
	
textarea {
	padding: 5px;
	} 

input:hover, select:hover, input:focus, select:focus, textarea:hover, textarea:focus{
	border: 1px solid #333;
	background-color: #F4F4F4;
	margin: 4px;
	}

#site_info {
	color: #fff;
	}

#site_info a {
	color: #fff;
	font: normal 1em/1em helvetica, san-serif;
	text-align: right;
	text-decoration: none;
	}
	
.steel #site_info, .steel #site_info a {
	color: #eee;
	}	

