.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	font:16px/20px Arial, sans-serif;
	color:#545454;
	text-align:center;
	background:#f2e7d2 url('../images/background-body.gif') top center repeat-y;
}

a{
	color:#008fd4;
	text-decoration:none;
}

a:active{
	color:yellow;
}

#container{
	width:950px;
	margin:auto;
	background:#fff;
	text-align:left;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}

#logo a {
	border:none;
}

#top-nav {
	margin-top:-26px;
}

#description {
	color:#123A58;
	font-weight:bold;
	font-size:19px;
	padding:5px;
	margin-left:267px;
}

#description p {
	margin-bottom:0;
}

#nav {
	background:#008FD5;
	color:#fff;
	text-align:center;
	padding-top:1px;
}

#nav a {
	color:#FFFFFF;
	font-size:14px;
	padding:0 18px;
}

#nav a:hover {
	color:#FFF200;
}

#mid {
	color:#123A58;
	background:url('../images/home/mid-bg.gif') no-repeat;
	font-size:13px;
	line-height:16px;
	padding:26px 143px 29px 424px;
	height:355px;
}

h2 {
	font-size:23px;
	padding-bottom:17px;
	text-align:center;
}

p {
	margin-bottom:10px;
}

#arrow {
	position:absolute;
	margin-left:15px;
}

.italics {
	font-weight:bold;
	font-style: italic;
	text-align:center;
}

#mid p.italics {
	margin-bottom:2px;
	padding-left:12px;
}

#quote-buttons {
	padding:0 0 0 15px;
}

#quote-buttons a {
	display:block;
	float:left;
	height:160px;
	margin-left:13px;
	text-indent:-9999px;
	width:151px;
}

#moving-quote {background:url('../images/home/moving_quote.gif') no-repeat;}
#moving-quote:hover {background:url('../images/home/moving_quote_hover.gif') no-repeat;}
#storage-quote {margin-top:2px;background:url('../images/home/storage_quote.gif') no-repeat;}
#storage-quote:hover {background:url('../images/home/storage_quote_hover.gif') no-repeat;}

.red {
	color:#D16201;
	font-size:17px;
	padding-left:37px;
	text-align:center;
	width:300px;
}

#lower {
	color:#123A58;
	font-size:14px;
	margin:0 238px;
}

#footer-links {
	margin:0 167px;
	padding:5px 0;
	text-align:center;
}

#footer-links a {
	color:#229EDB;
	font-size:12px;
	padding:0 10px;	
}

#footer-links a:hover {
	color:#123A58;
}

#footer{
	color:#BBBBBB;
	font-size:12px;
	margin:0 161px;
	text-align:center;
}

#content {
	padding:20px;
	color:#123A58;
	
}

.fit {
	width:616px;
	margin:auto;
}

td {
	padding-bottom:5px;
}
