/*  This removes the underlines from links in the nav bar  */

a {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 16px;
	color: #7b8b84;
}
html {
	overflow:-moz-scrollbars-vertical;
}

/*  This is the page setting  */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: arial, verdana;
	background-color: #cccccc;
	scrollbar-base-color: #efefef;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #23533f;
	scrollbar-darkshadow-color: #23533f;
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #efefef;
	scrollbar-shadow-color: #efefef;
	scrollbar-track-color: #dfdfdf;
	scrolling: yes;
}

p  {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-top: 10px;
}
#sitemap ul, #sitemap li {
	margin-top: 5px;
}

/*  This is the style for the body copy */

table {
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

#LCarticles {
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	position:absolute;
	width:180px;
	height:200px;
	z-index:9;
	border-left:solid;
	border-left-color:#7b8b84;
	left: 842px;
	top: 382px;
	background-color: #d4e0d4;
	visibility: hidden;
}	

#topnav {
	color: #d0ece0;
}

#topnav a {
	font-family: arial, verdana;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	color: #7b8b84;
}
#topnav a:hover {
	font-family: arial, verdana;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
}
#topnav input {
	font-family: arial, verdana;
	font-size: 10px;
	color: #23533f;
	background-color: #e6e6e6;
}
#topnav select, #topnav option {
	font-family: arial, verdana;
	font-size: 11px;
	color: #23533f;
	background-color: #e6e6e6;
}
#topnav form {
	padding: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
}


/* NAVBARS AT TOP OF PAGE This gives the overall width of the blocks together, allowing for line breaks, and controls the white rule between the blocks */

#main-menu, #main-menu ul {
	display: block;
	padding-right: 1px;
	width: 108px;
}

/***** This gives the complete appearance to the navigatin tabs at the top of the page, and the drop downs ****/

#main-menu a {
	display: block;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	padding-left: 7px;
	padding-right: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 0px;
	color: #ffffff;
	background-color: #23533f;
	height: 27px;
	-moz-opacity:0.85;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

/*  this a mouse over effect on the drop downs that changes the opacity of the block fill */

#main-menu a:hover {
	display: block;
	color: white;
	-moz-opacity:0.90;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

/*  this a mouse over effect on the navigation tabs at the top - keeps things alinged top and bottom */

#main-menu li {
	display: block;
	border-bottom: 2px solid #23533f;
	position: relative; top: 1px;
}

#main-menu li ul {
	display: block;
	position: absolute;
	left: -999px;
}

/*  this a mouse over effect on each block in the drop downs - bottm rule changes color */

#main-menu li:hover, #main-menu li.linkdropdown {
	display: block;
	border-bottom: 2px solid #ffffff;
}


/***** This is for the page links and navigation within each section****/

#section-nav a {
	display: block;
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	color: #000000;
	background-color: #d8e5db;
		-moz-opacity:.65;
	filter: alpha(opacity=65);
	opacity: .65;
}

#section-nav, #section-nav ul, #section-nav li {
	display: block;
	float: left;
	list-style: none;
	line-height: 18px;
}

/***** This is for the links on the right side of each page****/

#side-links a {
	display: block;
	font-family: arial, verdana;
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	color: #000000;
}

#side-links, #side-links ul, #side-links li {
	display: block;
	list-style: none;
	line-height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

/***** This is for the home page Personal Insurance and Business Insurance links page links****/

#pers-lines a {
	display: block;
	font-family: arial, verdana;
	font-size: 14px;
	line-height: 27px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	color: #23533f;
	background-color: #f4e9bb;
	height: 27px;
}

#pers-lines, #pers-lines ul {
	display: block;
	float: left;
	list-style: none;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

#pers-lines a:hover {
	color: #23533f;
	background-color: #f3e08e;
	border-bottom:0px solid #cdcdd8;
	border-left: 0px solid #ffffff;
}

/*  The nav tag controls the drop down menus at the top of the page */

#nav, #nav ul {
	display: block;
	float: left;
	list-style: none;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}
#nav a {
}

#nav li {
	float: left;
	display: block;
}

#nav li ul {
	display: block;
	position: absolute;
	left: -999em;
	width: 100px;
	z-index: 8;
}

#nav li ul a {
	width: 105px;
	display: block;
}

#nav li li {
	display: block;
}

#nav li:hover ul, #nav li.linkdropdown ul {
	display: block;
	left: auto;
}

.hidden {
	display: none;
}

#news_heading {
	display: block;
	font-family: arial;
	font-size: 14px;
	color: #f6f6f9;
	text-align: center;
	background-color: #7b8b84;
	padding: 4px;
}

#news_preview, #news_preview a, #news_preview a:hover {
	display: block;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	font-style: oblique;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#body_ul {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: circle;
	margin: 3px;
}

