@charset "utf-8";

body {
	background: #fff;
	font: normal normal normal 16px 'Droid Sans', Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
h1{
	background: #466654;
	color: #fff;
	padding: 3px 25px;
	margin: 10px 0 25px;
}
h2 {
	font-size: 25px;
	margin-bottom: 30px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
p {
	margin: 0 0 21px 0;
}
a:link, a:visited {
	color: #0f3576;
}
a:hover, a:focus {
	text-deoration:underline; 
}
.bullet-list{
	list-style-type: disc;
	margin-left: 15px;
}
.stand-out{
	font-weight: bold;
	font-size: 18px;
}
/*** LAYOUT STYLES ***/
#header, #content, .sub-text{
	margin:0 auto; 
	width:960px;
}
/* HEADER */
#header{
	margin-bottom: 20px;
}
#profile{
	float: left;
	width: 265px;
	text-align: center;
	font-weight: bold;
	color: #b00e00;
}
#profile p{
	margin-top: 8px;
}
#signature{
	display: block;
	margin: 6px 0 0 112px;
}
#secondary{
	float: right;
}
#contactInfo {
	text-align: right;
	line-height: 1.5;
}


/* CONTENT */
#content {
	clear: both;
	margin-bottom: 20px;
}
#mainCopy{
	float: left;
	width: 600px;
}
#mainCopy p{
	line-height: 2.0;
}
#qualities {
	float: right;
	width: 300px;
	margin-top: 85px;
}
#qualities li{
	line-height: 2.0;
}
h2 span{
	font-size: 18px;
}
.sub-text{
	text-align: right;
	clear: both;
	font-size: 14px;
}
.sub-text span{
	float: left;
}

/* Errors */

#404wrap {margin:20px auto; width:800px; height:400px; background:#f2f2f2; border:1px solid #e3e3e3; font-family:Verdana, Geneva, sans-serif; font-size:12px;}
#404wrap h1 {font-size:18px; margin:20px; text-align:center;}
#404wrap p {margin:20px; text-align:center;}
#404wrap ol {margin:40px;}
#404wrap ul {margin:40px;}
#404wrap li {padding-bottom:8px;}
#404wrap a:link, #404wrap a:visited {color:#01759d; text-decoration:none; outline:none;}
#404wrap a:hover, #404wrap a:focus {color:#e26c1d; text-decoration:underline; outline:none;}
