/*  
Theme Name: Midwest Comfort Express
Version: 1.0
Author: Ryan Faubion & Brandon Stephens for Medium Large
Author URI: http://mediumlarge.com/

	Midwest Comfort Express

	This theme was designed and built by Ryan Faubion for Medium Large

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/* ----- CSS ----- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
#top_background {
	background: #fff url(/images/bkgd_tile.png) repeat-x;
	height: 453px;
}

/* ----- PARAGRAPHS ----- */

p {
	font-size: 1.3em;
	color: #777; 
}

/* ----- LINKS ----- */


a{
	font-size: 1.3em;
	color: #777;
	text-decoration: underline;
}
a:hover{
	color: #843b83;
	text-decoration: underline;
}
a:visited, a:active, a:focus{
	color:;
}
a:link img,
a:visited img,
a:hover img,
a:active img {
	border:none;
}


/* ----- HEADINGS ----- */

h1 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #4b4b4b; 	
}
h2 {
	font-size: 1.25em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #4b4b4b;
}
h3 {
	font-size: 0.9em;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	margin: 0;
	color: #4b4b4b;
}
h4 {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #4b4b4b;
}
h5 {
	font-size: 1.0em;
}




/* ----- IMAGES ----- */

img{
	border: none;
}
img a{
	border: none;
}
img a:hover{
	border: none;
}

	
/* ----- CONTENT CONTAINERS ----- */

#container{
	height: 100%;
	width: 1015px;
	margin: 0 auto 0 auto;
}
#container_b {
	height: 100%;
	width: 1015px;
	margin: 0 auto 0 auto;
	font-size: 1.1em;
	line-height: 18px;
}
#container_b p {
	margin: 0px;
	padding: 12px 0;
}
#content_container {
	padding-bottom: 25px;
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
}
#content_home {
	min-height: 460px;
	background: url(/images/content_grad.png) top center no-repeat;
}
#content{
	min-height: 460px;
	width: 670px;
	/* background: url(/images/content_grad.png) top center no-repeat; */
	padding: 20px 0 0 23px;
	float: left;
	margin-right: 20px;
}
#sidebar {
	float: left;
	width: 253px;
	height: 460px;
	margin: 25px 20px 0 0;
	padding: 0 0 0 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li, #sidebar li a {
	margin: 2px 0;
	width: 244px;
	height: 20px;
	padding: 11px 0 9px 12px;
	text-decoration: none;
	list-style: none;
}
#sidebar li {
	background:url(/images/sidebar_inactive.png) no-repeat;
}
#sidebar li.active {
	background:url(/images/sidebar_active.png) no-repeat;
}
/* ----- MASTHEAD ----- */

#masthead {
	width: 100%;
	height: 30px;
	background: #000;
	margin: 0px;
}
#ticker {
	width: 965px;
	height: auto;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	padding: 6px 0 6px;
	margin: 0px auto 0px;
}

/* ----- BANNER ----- */
	
#bann_container {
	width: 100%;
	height: 316px;
	background-image: url(/images/bann_bkgd.png);
	padding-top: 30px;
	margin: 0 auto 0;
}
#bann_content_container {
	width: 960px;
	height: auto;
	margin: 0px auto 0 auto;
}
#bann_content {
	position: relative;
	z-index: 0;
	width: 1015px;
	height: 148px;
	float: left;
	margin: -12px 0 0 -30px;
	background-image: url(/images/bann_shad.png);
}	
.col {
	width: 275px;
	height: auto;
	float: left;
	margin: 10px 40px 0 30px;
}
.col h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 25px 0 0 10px;
}
.col img {
	float: left;
	margin: 20px 0 0 0;
}
#logo {
	width: 363px;
	height: 139px;
	float: left;
	margin: 0 0 0 0;
}
#appt {
	width: 300px;
	height: auto;
	float: left;
	margin: -24px 0 0 10px;
}
#appt h1 {
	font-size: 2.0em;
	font-weight: bold;
	color: #000;
}
#bann_button {
	width: 101px;
	height: 26px;
	float: left;
	background-image: url(/images/bann_button.png);
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	padding: 5px 0 0 0;
}
#bann_button a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 10px 15px 0 16px;
}
#van {
	position: relative;
	z-index: 1;
	width: 510px;
	height: 181px;
	float: right;
}

/* ----- NAVIGATION ----- */

#nav_container {
	width: 100%;
	height: 31px;
	background-image: url(/images/nav_bkgd.png);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 0 auto;
}
#nav ul {
	width: 1020px;
   	list-style: none;
   	margin: 0 auto 0 auto;
   	padding: 0;
}
#nav li {
	display: block;    
	float: left;
	margin: 0px;
	line-height: 30px;
	color: #375154;
}
#nav li a {
	font-family: Arial, sans-serif;
	font-size: 1.45em;
	text-transform: uppercase;
	display: block;
	padding: 0 24px 0;
	color: #375154;
	border-right: 2px solid #dfdfde;
	text-decoration: none;
}
#nav li.active a{
	color: #57851b;
}
#nav li.first {
	border-left: 2px solid #dfdfde;
	margin-left: 10px;
}
#nav li.last a {
	border-right: 0px solid #dfdfde;
}
#nav li a:hover {
	color: #57851b;
}

/* ----- MAIN CONTENT -----  */

.row {
	width: 1015px;
	height: auto;
	float: left;
	margin: 20px 0 0 0;
}
.row h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #843b83;
	margin: 15px 0 10px 15px;
}
.row h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #777777;
	margin: 15px 0 10px 15px;
}
.row p {
	margin: 0px 0 10px 15px;
}
.ad1 {
	width: 320px;
	height: 221px;
	float: left;
	margin: 0px 8px 0px 8px;
	background-image: url(/images/special_offers.png);
	background-repeat: no-repeat;
}
.ad1 p {
	width: 170px;
	
}
.ad2 {
	background-image: url(/images/ad_2.png);
}
.ad3 {
	background-image: url(/images/ad_3.png);
}
.row2 {
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 0px solid #cecece;
}
.row2 h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #843b83;
	margin: 15px 0 10px 15px;
}
.row2 h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #5e823d;
	margin: 10px 0 10px 12px;
}
.row2 a {
	font-size: 1.2em;
	text-decoration: underline;
	color: #90408f;
	margin: 0 0 0 10px;
}
.row2 a:hover {
	text-decoration: underline;
	color: #777;
}
.video {
	width: 324px;
	height: 220px;
	float: left;
	margin: 0px 4px 0px 10px;
	background-image: url(/images/vid_bkgd.png);
	background-repeat: no-repeat;	
}
.video img {
	margin: 10px 0 5px 10px;
}
.safety{
		background-image: none;
}
#green_top {
	width: 97.7%;
	height: 35px;
	float: left;
	background-image: url(/images/green_top_bkgd.png);
	margin: 3px 0 0 3px;

}
#green_top h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 8px 0 0 15px;
}
#green_vid {
	width: 144px;
	height: 108px;
	float: left;
}
#green_cert {
	width: auto;
	height: auto;
	float: left;
	margin: 0 0 0 25px;
}
.row3 {
	margin: 10px 0 40px 0;
}
.row3 h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #777;
	margin: 10px 0 0 0;
}
#row3_content {
	width: 490px;
	text-align: justify;
	height: auto;
	float: left;
}
.row3 a {
	margin: 0 0 0 15px;
}
#map {
	width: 260px;
	height: 200px;
	float: left;
	background-color: #999;
	margin: 10px 20px 0 0;
}
#image {
	width: 195px;
	height: 195px;
	float: left;
	margin: 0 0 0 25px;
}


/* ----- FOOTER NAVIGATION ----- */


#footer_container {
	width: 100%;
	height: 50px;

}
#footer_content_container {
	width: 960px;
	height: 50px;
	margin: 0 auto 0 auto;
}
#footer_nav{
	width: auto;
	height: 50px;
	float: left;
	margin: 15px 0px 50px -38px;	
}
#footer_icons {
       width: auto;
       height: 50px;
       float: right;
       margin: 15px -30px 50px 0;
}
#footer_icons a {
	padding-right: 10px;
}
#footer_nav ul {
   list-style: none;
   margin: 0;
   padding: 0 5px 0;
}
#footer_nav li {
	float: left;
	display: block;
	padding: 0 5px 0px;    
	margin-right: 0px;
	border-left: 2px solid #b8b8b8;
}
#footer_nav li.first {
	border-left: none;
}
#footer_nav li a:link, #footer_nav li a:visited {
	display: block;
	font-size: 1.3em;
	padding: 0 0 2px 0;
	color: #777;
	text-decoration: none;
}
#footer_nav li a:hover, #fotter_nav li a:active {
   color: #843b83;
   text-decoration: underline;
}
	
----- Clear Floated Elements ----- */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */


.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

