@charset "utf-8";
/* CSS Document */

@import (formstyle.css);

.clearfix {
	clear: both;
}


html, body {
	background: url(/images/bg.gif) top left repeat-x;
	background: #003164;
	padding: 0;
	margin: 0;
}

#page {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	background: #FFF;
}

#header {
	background: url(/images/header.gif) top left no-repeat;
	height: 54px;
	width: 900px;
}

#logo {
	background: url(/images/logoBail.gif) top left no-repeat;
	height: 85px;
	width: 300px;
	float: left;
}

#nav {
	margin-right:90px;
	float: right;
	
}

#nav a{
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #F00;
}

#nav ul {
	list-style: none;
}

#home {
	float: left;
	width: 60px;
}

#aboutus {
	float: right;
	width: 60px;
}

#content {
	margin-top: 20px;
}

#top-content {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#top-content img {
	width: 900px;
	height: 230px;
}

#left-content {
	margin-left: 60px;
	width: 350px;
	float: left;
}

#left-content p {
	margin-left: 10px;
}

#number {
	font-size: 36px;
}

#right-content {
	background: #CDD2DA;
	margin-right: 45px;
	width: 350px;
	float: right
}

.list li {
	background: url(/images/cc-page-bullet.gif) top left no-repeat;
	list-style-type:none;
	padding: 3px 0 0 30px;
}

#call-us-now-image img {
	height: 170px;
	width: 350px;
}

#bottom-content {
	width: 900px;
	clear: both;
}

#footer {
	margin:0 auto;
	background: #CDD2DA;
	text-align: center;
	width: 900px;
	clear: both;
}

#cities {
	padding-top: 5px;
	font-size:11px;
	height: 5px;
}

#copyright {
	margin-top: 20px;
}

#sidenote {
	margin-top: -15px;
}
