/* @group Layout */

/* ------------------------------------------------------------
	Page Layout
------------------------------------------------------------ */
body {
	background: #fff;
}

#header-wrap {
	width: 100%;
	min-width: 960px;
	margin: -10px 0 0 0;
	padding: 0;
}
#header {
	width: 950px;
	height: 65px;
	margin: 0 auto;
	padding: 0 -5px 0 10px;
	background: #fff;
}
#content-wrap {
	width: 100%;
	min-width: 960px;
	clear: both;
	padding: 0 0 20px 0;
}
#content {
	width: 940px;
	margin: 0 auto;
	padding: 25px 10px 0 10px;
	background: #ffffff;
}
#content .bio p{
	font-size:0.77em;
	line-height:1.5em;
	color: #000;
}
.bio {
	background: #efefef;
}
#footer-wrap {
	width: 100%;
	min-width: 960px;
	min-height: 80px;
	clear: both;
	padding: 0;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 30px 10px 20px 10px;
	color:#555555;
	display:block;
	font-size:0.847em;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	float: center;
	background: #fff;
}

/* ------------------------------------------------------------
	Logo
------------------------------------------------------------ */

#header #logo {
	float: left;
	position: absolute;
}
#header #logo h1 {
	margin: 0;
	padding: 0;
}
#header #logo a {
	display: block;
	width: 380px;
	height: 85px;
	text-indent: -9999px;
	background: url('http://fifthquartile.com/images/5q_logo.jpg') left no-repeat;
}

/* ------------------------------------------------------------
	Navigation
------------------------------------------------------------ */

#header #nav {
	margin: 25px 25px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	display: inline;
	overflow: hidden;
	}
#header #nav li {
	margin: 0 5px 0 25px; 
	padding: 0;
    list-style: none;
	display: inline;
	font-family: "Arial";
	font-weight: bold;
	}	
#header #nav a {
	text-decoration: none;
	color: #000;	
}
#header #nav a:hover {
	text-decoration: underline;
	}

#breadcrumbs {
	margin: 0 0 10px 0;
	float: left;
	display: inline;
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .77em;
	color: #666666;
}
#breadcrumbs a {	
	color: #666666;
	line-height: 1em;
	text-decoration: none;
}
#breadcrumbs a:hover {	
	text-decoration: underline;
}
/* ------------------------------------------------------------
	Content
------------------------------------------------------------ */

#overview {
	float: left;
	display: inline;
	width: 340px;
	margin: 0px 15px 0 0;
	padding: 0px 5px 0 0;
	/* background: url('http://fifthquartile.com/images/5q_fraction.jpg') top left no-repeat; */
}
#overview h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.77em;
	margin: 25px 0 .75em 0;
	display: block;
	line-height: 1.111em;
	font-weight: normal;
}
#overview p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: .84em 0;
	line-height: 1.54em;
	color: #222222;
}
#overview p:first-child {
	margin: 0 0 1.54em 0;
}
#overview strong {
	color: black;
}
#content .bio {
	float: right;
	display: inline;
	width: 180px;
	padding: 3px 8px 0 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
}
#content .notes p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .77em;
	color: #666666;
	line-height: 1.5em;
}
#services {
	float: left;
	display: inline;
	clear: right;
	margin: 0;
	padding: 10px 0 0 0;
}
#services .bullet {
	float: left;
	display: inline;
	padding-right: 8px;
}
#services .copy {
	float: left;
	clear: left;
	display: inline;
	width: 580px;
	margin: 0;
	padding: 0;
}
#services .copy img {
  border-style: none;
}
#services .copy p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: .77em;
	color: #666666;
	line-height: 1.5em;
	margin: .5em 0 2em 0;
}
#services .copy h2 a {
	text-decoration: none;
	color: #000;
}
#services .copy h2 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 1.077em;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 .75em 0;
}
#glance-box{
	background-color: #ccc;
	border: 1px solid #000;
}
#glance-box h2{
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 24px;
}
.ital{
	font-style:italic;
}
#services .black p{
	color: #000;
}


/* ------------------------------------------------------------
	Contact Page
------------------------------------------------------------ */

.cform {
	float: left;
	display: inline;
	width: 380px;
	margin: 50px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.084em;

}
.cform label {
	float: left;
	display: inline;
	margin: 0 0 3px 0;
}
.fine {
	font-size: .75em;
	line-height: 1em;
}
.cform input,
.cform textarea {
	float: left;
	display: inline;
	margin: 0 0 14px 0;
}
.cform input.line,
.cform textarea {
	width: 375px;
	background: #f2f2f2;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}
.cform input.line:focus,
.cform textarea:focus {
	background: #e7edf6;
}

.cform #submit {
	margin: 10px 0 0 0;
}

/* ------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------ */

.floatleft {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}
.floatright {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}
.clearfix {
	clear: both;
}
.hide {
	display: none;
}
.nomargin {
	margin: 0;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.black {
	color: #000000;
}
.mega {
	font-weight: bold;
	font-size: 32px;
	font-family: Rockwell;
}
/* @end */




