@charset "UTF-8";
/* steveroesler.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:blue;
	}
a:hover {
	text-decoration:none;
	}
p {
	padding-bottom:10px;
	}
body {
	font-family:Helvetica, Arial;
	font-size:12px;
	line-height:1.6em;
	height:20px;
	}
h1 {
	color:#a42801;
	padding-bottom:5px;
	line-height:1.4em;

	}
h2 {
	color:#df3500
	font-size:1em;
	
	}
.callout {
	font-size:1.3em;
	font-style:italic;
	color:#df3500;
	padding:0px 30px 10px 30px;
	text-align:center;
	}
.header {
	background-color:#ea3a02;
	width:100%
	}
.header-top {
	width:1024px;
	margin:0 auto;
	color:#ffffff;
	font-size:2.8em;
	}
.header-btm {
	width:1024px;
	margin:0 auto;
	background:url(../images/logo.jpg) no-repeat;
	height:42px;
	}
.nav {
	width:1024px;
	margin:0 auto;
	}
.nav img {
	margin:0 3px;
	}
.home_body {
	width:1024px;
	margin:0 auto;
	background:url(../images/steve.jpg) top left no-repeat;
	margin-bottom:10px;
	max-width:1600px;
	min-width:1024px;
	min-height:600px;
	height:auto !important;	
	height:600px;
	}
.home-text {
	width:800px;
	margin-left:224px;
	color:#333333;	
	}
.home-text h1 {
	border-top:1px solid #999999;
	padding-top:10px;
	}
.home-text h2 {
	padding-top:10px;
	font-size:1.2em;
	border-top:1px solid #999999;
	color:#df3500;
	}
.home_left_text {
	width:480px;
	padding:10px;
	margin-top:10px;
	float:left;
	display:inline;
	line-height:1.8em;
	border-right:1px solid #999999;
	}
.int_body {
	width:1024px;
	margin:0 auto;
	background:url(../images/steve.jpg) #ffffff top left no-repeat;
	margin-bottom:10px;
	max-width:1600px;
	min-width:1024px;
	min-height:500px;
	height:auto !important;	
	height:600px;	
}
.int-text {
	width:800px;
	margin-left:224px;
	background:#ffffff;
	color:#333333;
	max-width:1600px;
	min-width:1024px;	
	}
.int-text h2 {
	padding-top:10px;
	font-size:1.2em;
	border-top:1px solid #999999;
	color:#df3500;
	}
.int_left_text {
	width:750px;
	padding:10px 20px;
	margin-top:10px;
	float:left;
	display:inline;
	line-height:1.8em;
	border-right:1px solid #999999;
	}
.int-text ul {
	padding-left:10px;
	margin-left:20px;
	padding-bottom:8px;
	}
.int-text ol {
	padding-left:10px;
	margin-left:20px;
	padding-bottom:8px;
	}
.blog {
	width:255px;
	margin-left:20px;
	margin-top:10px;
	float:left;	
	background:#f5e9d1;
	display:inline;
	overflow:hidden;
	}
.blog_header {
	background:url(../images/blog-header.jpg) no-repeat;
	color:#ffffff;
	text-align:center;
	width:255px;
	height:39px;
	}
.blog_header h1 {
	font-size:1.2em;
	line-height:1.4em;
	color:#ffffff;
	border:0;
	}
.blog_text {
	width:205px;
	margin:0 auto;
	font-size:1em;
	line-height:1.3em;
	padding:10px 5px;
	color:#000000;
	}
.blog_text a {
	color:#01326a;
	text-decoration:none;
	}
.blog_text a:hover {
	text-decoration:underline;
	}
.blog_text p {
	margin-bottom:10px;
	}

.blot_text h2 {
	color:#df3500;
	font-size:1em;
	
	}
.eguide {
	width:470px;
	padding:10px;
	}
.signup {
	width:250px;
	float:right;
	display:inline;
	}
.bottom {
	background:#3e3e3e;
	padding:20px 0;
	width:100%;
	}
.bottom_container {
	width:1024px;
	color:#ffffff;
	margin:0 auto;
	line-height:2.2em;
	}
.bottom h1 {
	font-size:2.2em;
	color:#ffffff;
	line-height:1.6em;
	padding-bottom:10px;
	font-weight:normal;
	}
.testimonials {
	width:320px;
	float:left;
	display:inline;
	padding-right:10px;
	margin-right:20px;
	border-right:1px solid #999999;
	}
.engagements {
	width:320px;
	float:left;
	display:inline;
	padding-right:10px;
	margin-right:20px;
	border-right:1px solid #999999;
	}
.section {
	width:300px;
	float:left;
	display:inline;
	padding-right:10px;
	}
.footer-container {
	background:#1e1e1e;
	padding:20px 0;
	color:#ffffff;
	text-align:center;
	width:100%;
	}
.footer {
	width:100%;
	}
.footer li {
	display:inline;
	padding-right:10px;
	}
.footer a:link {
	color:#ffffff;
	text-decoration:none;
	}
.footer a:visited {
	color:#ffffff;
	text-decoration:none;
	}
.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - <br class="clearfloat" />
 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}