body {
	margin: 0;
	background: url(img/body-bg.png);

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

div, p, span, table, tr, th, td, input, select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

a img {
	border: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #8E0205;
}

/** dynamIt editor styles follow **/

.titles {
	font-size: 16px;
	color: #78030b;
}

.subheadings {
	font-size: 13px;
	font-weight: bold;
	color: #707172;
}

/** end editor styles **/


#container {
	width: 886px;
	margin: 0 auto 0 auto;
}

#space {
	height: 20px;
}

#header {
	width: 886px;
         height: 204px;

        	background: url(img/kernan.jpg) no-repeat top center;
	position: relative;
}

	#helpbar {
		padding: 3px 5px 0 545px;

		position: relative;
	}

	#helpbar a {
		color: white;
		font-size: 11px;
	}

	input.search {
		width: 190px;
		font-size: 13px;
		border: 1px solid #929496;

		position: absolute;
		right: 30px;
		top: 10px;
	}

	input.searchBtn {
		position: absolute;
		right: 5px;
		top: 10px;
	}

	#beam {
		position: absolute;
		left: 886px;
		top: 0px;

		background-image: url(img/beam.png);
		width: 28px;
		height: 168px;
	}

#main {
	background: url(img/main-bg.png) repeat-y top center;
}

#inner {
	background: url(img/left-bg.jpg) no-repeat left bottom;
}

#navigate {
	width: 189px;
	float: left;
	margin: 0;

	position: relative;
}

	#nav a {
		display: block;
		width: 189px;
		height: 30px;
		background-image: url(img/nav-sprite.gif);

		color: white;
		font-size: 14px;
		text-indent: 20px;
		text-decoration: none;
	}

	#nav a#nav-about, #nav a#nav-about:link, #nav a#nav-about:visited { background-position: 0px 0px; }
	#nav a#nav-company, #nav a#nav-company:link, #nav a#nav-company:visited { background-position: 0px -30px; }
	#nav a#nav-carriers, #nav a#nav-carriers:link, #nav a#nav-carriers:visited { background-position: 0px -60px; }
	#nav a#nav-insurance, #nav a#nav-insurance:link, #nav a#nav-insurance:visited { background-position: 0px -90px; }
	#nav a#nav-bond, #nav a#nav-bond:link, #nav a#nav-bond:visited { background-position: 0px -120px; }
	#nav a#nav-service, #nav a#nav-service:link, #nav a#nav-service:visited { background-position: 0px -150px; }
	#nav a#nav-contact, #nav a#nav-contact:link, #nav a#nav-contact:visited { background-position: 0px -180px; }

	#nav a#nav-about-on, #nav a#nav-about:hover, #nav a#nav-about:active { background-position: 189px 0px; }
	#nav a#nav-company-on, #nav a#nav-company:hover, #nav a#nav-company:active { background-position: 189px -30px; }
	#nav a#nav-carriers-on, #nav a#nav-carriers:hover, #nav a#nav-carriers:active { background-position: 189px -60px; }
	#nav a#nav-insurance-on, #nav a#nav-insurance:hover, #nav a#nav-insurance:active { background-position: 189px -90px; }
	#nav a#nav-bond-on, #nav a#nav-bond:hover, #nav a#nav-bond:active { background-position: 189px -120px; }
	#nav a#nav-service-on, #nav a#nav-service:hover, #nav a#nav-service:active { background-position: 189px -150px; }
	#nav a#nav-contact-on, #nav a#nav-contact:hover, #nav a#nav-contact:active { background-position: 189px -180px; }

#content {
	margin: 0 1px 0 189px;
	background: url(img/content-bg.png) repeat-x top center;
	padding: 0 20px 20px 20px;
	min-height: 475px;
}

#content-home {
	margin: 0 1px 0 189px;
	background: url(img/content-bg.png) repeat-x top center;
	min-height: 475px;
}

#home-news {
	padding-left: 26px;
}

	#home-news a {
		color: #78030b;
	}

#ch-padd {
	background-image: url(img/ch-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #88888a;
	padding: 10px 0px 20px 0px;
	margin: 0px 1px 0px 1px;
}

.subpadd {
	padding: 8px 12px 0px 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}

#footer {
	width: 886px;
	height: 71px;

	background: url(img/footer.jpg) no-repeat top center;
}

	#footer-padd {
		padding: 10px 60px 0px 60px;
	}

#NAV_MENU {
	position: absolute;
	top: 0px;
	left: 189px;
	z-index: 2;
}

	#NAV_MENU .menuDiv {
		position: absolute;
		visibility: hidden;
		z-index: 3;
		width: 200px;
		left: 0px;

		background: #8d0104 url(img/drop-bg.png) repeat-x center top;
		border: 1px solid #400415;
		color: #ffffff;
		text-align: left;
	}

	#NAV_MENU .menuDiv a {
		display: block;
		height: 30px;
		line-height: 30px;
		background: url(img/nav-item.gif) no-repeat center bottom;
		color: white;
		text-decoration: none;
		font-size: 14px;
		padding-left: 20px;
	}

	#NAV_MENU .menuDiv a:hover {
		color: white;
		text-decoration: underline;
	}

.error {
	text-indent: 2px;
	background-color: red;
	color: white;
}