/* Browser Reset */
body, html, p, h1, h2, h3, h4, h5, h6, ul, li, ol, form, dt {
	margin: 0;
	padding: 0;
}

body {
	color: #e2e7f1;
	font:75%/140% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #203d79;
}


.inner {
	width: 770px;
	margin: 0 auto;
}

.box {
	padding: 12px;
}

a {
	color: #338bf9;
}

a:hover {
	color: #fff;
}

/* Header */
#header {
	text-align: left;
	width: 770px;
	height: 95px;
	margin: 0 auto;
}

#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 137px;
	height: 60px;
	margin-top: 14px;
	display: block;
	float: left;
	overflow: hidden;
}

#top-nav {
	float: right;
	margin-top: 45px;
}

#top-nav li {
	display: inline;
}
#top-nav li a {
	color: #e7efff;
	text-decoration: none;
	padding: 12px 8px;
	display: block;
	float: left;
}

#top-nav li a:hover,
#home #home-nav a,
#about #about-nav a,
#bailbonds #bailbonds-nav a,
#testimonials #testimonials-nav a,
#contact #contact-nav a
 {
	background: url(images/navarrow.gif) no-repeat 50% 15%;
	color: #1b65ff;
}

/* Banner */
#banner {
	background: url(images/bannerbk.gif) repeat-x;
	height: 227px;
}

#banner .inner {
	background: url(images/homebanner.jpg) no-repeat;
	height: 227px;
}

/* Content */
#content-container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
}

#content {
	width: 500px;
	padding-top: 20px;
	float: left;
}

#content h2 {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	background: url(images/title.gif) repeat-x;
	padding: 10px 12px 12px 12px;
}

#content p {
	margin-bottom: 14px;
}

#content ul {
	margin: 0 0 14px 22px;
}
#content li {
	list-style: none;
	background: url(images/arrow.gif) no-repeat 0 4px;
	padding-left: 20px;
	margin-bottom: 4px;
}

/* Side Bar */
#side-bar {
	background: #305db4 url(images/sidebk.gif) repeat-x;
	width: 244px;
	float: right;
	margin-bottom: 14px;
}

#side-bar .side-inner {
	padding:14px;
}

#side-bar p {
	margin-bottom: 14px;
}

.phone, .quote {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	border-top: solid 1px #203d79;
	border-bottom: solid 1px #203d79;
	padding: 12px 0 12px 42px;
}

.phone {
	background: url(images/phone.gif) no-repeat 0 14px;
}

.quote {
	background: url(images/lock.gif) no-repeat 0 14px;
}

.kube {
	margin-left: 3px;
}

.spacer {
	background: url(images/spacer.gif) no-repeat 50% 100%;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

#side-bottom {
	background: url(images/sidebtm.gif) no-repeat;
	height: 44px;
}

/* Contact Form */
.input {
	color: #203d79;
	width: 260px;
	border: solid 1px #6f9bed;
	padding: 5px;
}

#comments {
	color: #203d79;
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 260px;
	height: 70px;
	border: solid 1px #6f9bed;
	padding: 5px;
}

#submit {
	color: #fff;
	background: #305db4;
	border: double #fff;
	padding: 2px 12px;
}

.warning {
	font-size: .9em;
	color: #ff0000;
	margin-left: 14px;
}
/* Footer */
#footer {
	clear: both;
	border-top: solid 1px #38599c;
	height: 70px;
	padding: 14px;
}

#footer ul {
	float: left;
}

#footer li {
	color: #6f9bed;
	display: inline;
	font-size: .9em;
}

#license {
	font-size: 1.5em;
	float: right;
}

.mug {
	border: 1px solid #0066FF;
	float:left;
	margin: 0 12px 3px 0;
}

.payments {
	padding-top:5px;
}