html,
body {
	height: 100%;
}

#innerbody {
	min-height: 100%;
	background: white url('../../images/bodybg.gif') left top repeat-x;
}

#need_insurance {
	border: #397aaa 1px solid;
	background: #e2e3e4 url("../../images/need-insurance-bg.jpg") left top repeat-x;
	padding: 8px;
}

#need_insurance h2 {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

#need_insurance table {
	width: 100%;
}

#need_insurance table th {
	font-size: 90%;
}


#sidebar {
	width: 200px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#sidebar div {
	margin-bottom: 20px;
}

#flash {
	border: 1px solid #a7a8aa;
	float: right;
	height: 266px;
	margin-left: 30px;
	width: 463px;
}

#header {
	padding-bottom: 16px;
}

html {
	background: #009ade url('../../images/htmlbg.gif') left top repeat-x;
}

body {
	width: 960px;
	margin: 0 auto;
	background: white url('../../images/bodybg.gif') left top repeat-x;
	font-size: .8em;
	color: #8c8c8c;
	font-family: arial, sans-serif;
}

#middle {
	background: transparent url('../../images/middlebg.gif') left top no-repeat;
	min-height: 400px;
	width: 837px;
	margin: 0 auto;
	padding-top: 6px;
}

#middle_home {
	color: #a0a0a0;
	margin-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/* ============================================================
	Navigation
============================================================ */

#spry_target,
#spry_target li a {
	background: #005282 url("../../images/nav-bg.jpg") left top repeat-x;
	border-right: 1px solid white;
	color: white;
}

#spry_target,
#spry_target li a {
	height: 1.5em;
}
#spry_target li a {
	line-height: 1.5em;
}

#spry_target {
	/* font-size: .75em; */
}

#spry_target li.current a,
#spry_target li a:hover {
	background-image: url("../../images/nav-bg-hover.jpg");
}

#spry_target a {
	overflow: hidden;
}

#spry_target #about_us {
	width: 6em;
}

#spry_target #commercial_insurance {
	width: 12em;
}

#spry_target #employee_benefits {
	width: 11em;
}

#spry_target #personal_insurance {
	width: 11em;
}

#spry_target #surety_bonds {
	width: 9em;
}

#spry_target #claims {
	width: 6em;
}

#spry_target #contact_us a {
border-width: 0;
}

/* ============================================================
	Content
============================================================ */

#content {
	padding: 16px 21px 16px 41px;
}

#content h1 {
	color: #005080;
	font-size: 1.5em;
	font-family: georgia, serif;
	margin-bottom: 1em;
}

#content p {
	margin-bottom: 1em;
}

#content ul {
	list-style-type: disc;
	padding-left: 2em;
	margin-bottom: 1em;
}


h2 {
color: #005080;
font-size: 1.5em;
font-family: georgia, serif;
}