﻿/*
Layout.css

Timothy Christensen
Application Designer/Programmer
Coalfire Systems, Inc.
http://www.coalfiresystems.com

Version: 2/11/2008
*/

/*----------------------------------------------------------------------- 
   Basic Layout and Styles
 ------------------------------------------------------------------------ */

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

h2 {
	color: #A00600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3px;
}

h4 {
	color: #A00600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin: 0;
	margin-bottom: 3px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
}

.spacer {
	clear: both;
	height: 0;
}

/*----------------------------------------------------------------------- 
   Wrapper, Header, Footer
 ------------------------------------------------------------------------ */

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
}

#banner {
	background-color: #FFF;
	height: 60px;
}

#footer {
	background: #A00600 url('../images/nav_bg.png') no-repeat;
	clear: both;
	color: #FFF;
	font-size: 0.7em;
	height: 16px;
	padding: 6px 0 4px 10px;
}

#footer .left {
	float: left;
	margin-top: 2px;
	margin-left: 6px;
}

#footer .right {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}

#sub_footer {
	font-size: 0.7em;
	margin-left: 5px;
}

/*----------------------------------------------------------------------- 
   Content
 ------------------------------------------------------------------------ */

.content {
	margin-top: 10px;
	padding: 0;
	position: relative;
}

.content h3 {
	border-bottom: 1px solid #DDD;
	line-height: 28px;
	margin: 0 300px 8px 0;
	padding: 0;
}

.content h3.special {
	border-bottom: none;
	margin-bottom: 0;
}

.content h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 300px 8px 0;
}

.content p, .content ul, .content div.p {
	color: #555;
	font-size: 0.8em;
	line-height: 19px;
	margin-right: 320px;
}

.content ul {
	list-style: square;
	margin-top: 5px;
}

.content p {
	margin: 0 320px 13px 0;
}

.content blockquote {
	background: #E5E5E5 url(../images/quote.gif) 5px 5px no-repeat;
	border: 1px solid #DDD;
	color: #2B507A;
	font-size: 0.7em;
	line-height: 17px;
	margin-left: 30px;
	margin-right: 350px;
	padding: 5px 5px 5px 40px;
}

/*----------------------------------------------------------------------- 
   Image Box
 ------------------------------------------------------------------------ */

.image_box {
	margin: 0;
	padding: 0;
	text-align: center;
}

.image_content_box {
	margin-bottom: 5px;
}

/*----------------------------------------------------------------------- 
   Splash Box
 ------------------------------------------------------------------------ */

.splash_box {
	background: url(../images/data_analysis.png) no-repeat;
	height: 170px;
	margin-bottom: 10px;
	position: relative;
	width: 476px;
}

.splash_box li {
	margin: 0;
	padding: 0;
}

.splash_box ul {
	color: #FFF;
	font-size: 0.9em;
	line-height: 30px;
	margin: auto;
	padding: auto;
	padding-left: 20px;
	position: absolute;
	right: 28px;
	top: 33px;
}


/*----------------------------------------------------------------------- 
   News and Events
 ------------------------------------------------------------------------ */

#right_content {
	bottom: 0;
	color: #555;
	margin: 0 0 5px 15px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 285px;
}

#right_content div {
	margin-bottom: 5px;
}

#right_content h4 {
	border-bottom: 1px solid #DDD;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: none;
}

#right_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#right_content li {
	font-size: 0.85em;
	margin-bottom: 3px;
}

#right_content li h5 {
	font-size: 1.0em;
	margin: 0;
}
