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

body, html { 
	border: 0;
	margin: 0;
}
body { 
	background-color: #cfd595; 
	background-image: url(../images/template/bg2.gif); 
	background-repeat: repeat-x; 
	background-position: 0 top; 
}
img {
	border: 0;
}
/*template styles*/
#containerindex { 
	width: 770px; 
	background-color: #fff; 
	margin: 0 auto; 
	background-image: url(../images/template/content.gif); 
	background-repeat: no-repeat; 
	background-position: right 319px; 
}
#container { 
	width: 770px; 
	background-color: #fff; 
	margin: 0 auto; 
	background-image: url(../images/template/second_content.gif); 
	background-repeat: no-repeat; 
	background-position: right 215px; 
}
#header {
	width: 770px;
	height: 119px;
}
#mainleftcol {
	width: 183px;
	float: left;
	overflow: visible;
}
#mainrightcol {
	width: 587px;
	float: right;
	overflow: visible;
}
#leftmenu {
	height: 200px;
	width: 183px;
	float: left;
}
#banner {
	height: 200px;
	width: 587px;
}
#secondbanner {
	height: 96px;
	width: 587px;
	float: left;
}
#leftcol {
	width: 183px;
	float: left;
	clear: left;
}
#firstboxleft {
	width: 183px;
	height: 211px;
	float: left;
	background-image: url(../images/template/insurance_law.jpg)
}
#secondboxleft { 
	width: 183px; 
	height: 125px; 
	float: left;
	background-image: url(../images/template/newsletter_and_alerts.jpg);
	text-align: center;
}
#secondboxleft img { 
	display: inline;
	clear: none;
}
#content { 
	background-image: url(../images/template/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 587px;
	float: left;
	padding-top: 10px;
}
#contentleftcol {
	width: 404px;
	min-height: 336px;
	float: left;
	padding-top: 5px;
}
#contentrightcol {
	padding-top: 30px;
	width: 183px;
	min-height: 336px;
	float: left; 
}
#contentsingle {
	padding-top: 20px;
	width: 587px;
	min-height: 450px;
	float: left;
	background-image: url(../images/template/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#addressbar {
	width: 770px;
	height: 41px;
	clear: both;
}
#footer { 
	width: 770px; 
	min-height: 129px; 
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both; 
	background-color: #989967; 
	background-image: url(../images/template/footer_bg.gif); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
}
/*end template styles*/

/*text styles*/
h1 { 	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 25px;
	color: #1b1839; 
	font-weight: normal;  
	margin: 5px 25px 15px 5px; 
	border-bottom: 1px solid #9b3335; 
}
h2 { 
	font-size: 18px;
	color: #1b1839; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	margin: 5px; 
}
h3 {
	font-size: 15px;
	color: #5f111a; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: normal; 
	margin: 5px;
}
h4 { 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	margin: 5px; 
}
p { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 120%; 
	margin: 5px 5px 10px; 
}
table {
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	line-height: 120%;
}
#footer p {
	color: #5b5b36;
	clear: both;
}
#firstboxleft p {
	margin: 35px 20px;
	font-size: 10px;
}
#secondboxleft p {
	margin: 35px 20px 5px 20px;
	font-size: 10px;
	text-align: center;
}
#clientlist li { 
	font-size: 13px; 
	font-weight: bold; 
	margin: 4px; 
}
.pointfivespace li { 
	margin: 4px;
	line-height: 125%; 
}
.bolderthannormal {
	font-size: 13px; 
	font-weight: bold; 
}
ol, ul {
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}
#contentrightcol ul { 
	margin: 5px; 
	padding: 0; 
	list-style-type: none;
}
#contentrightcol ul li {
	margin: 0;
	border-bottom: 1px solid #cfd595;
	padding: 5px 18px 3px 3px;
	background-image: url(../images/template/forward_bullet.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
}
li { 
	margin: 2px; 
	line-height: 100%;  
}
#footer ul { 
	text-transform: capitalize;
	margin: 0;
	padding: 0;
	line-height: 175%;
}

#footer li { 
	margin: 5px 5px 0 0; 
	padding: 0 0 0 10px; 
	border-left: 1px solid #5b5b36;
	display: inline;
}
#footer li:first-child {
	border: 0;
	padding-left: 0;
}
#floatingmenu ul { 
	text-transform: capitalize;
	margin: 0 10 0 0;
	padding: 0;
}
#floatingmenu li { 
	margin: 10px;
}
#floatingmenu li:last-child {
	border: 0;
}
#padhack {
	margin: 10px;
}
/*links*/
.linklook { 
	color: #5f111a ; 
	text-decoration: underline; 
}
a:link { 
	color: #5f111a ; 
	text-decoration: underline; 
}
a:visited { 
	color: #5f111a; 
}
a:hover { 
	color: #de6558; 
}
a:active { 
	color: #5f111a;  
}
#contentrightcol a:link { 
	color: #5f111a ; 
	text-decoration: none; 
}
#contentrightcol a:visited { 
	color: #5f111a; 
	text-decoration: none; 
}
#contentrightcol a:hover { 
	color: #5f111a; 
	text-decoration: underline; 
}
#contentrightcol a:active { 
	color: #5f111a; 
	text-decoration: none; 
}
#footer a:link { 
	color: #5b5b36 ; 
	text-decoration: none; 
}
#footer a:visited { 
	color: #5b5b36; 
	text-decoration: none; 
}
#footer a:hover { 
	color: #5b5b36; 
	text-decoration: underline;
}
#footer a:active { 
	color: #5b5b36; 
	text-decoration: none; 
}
p input {
	text-align: center;
}
table#pagenavigation {
	margin: 20px auto;
}
table#pagenavigationtop {
	margin: 0 auto;
	padding: 2px;
}
table#pagenavigation td {
	width: 180px;
	vertical-align: middle;
}
table#pagenavigationtop td {
	width: 180px;
	vertical-align: middle;
}
p.nextpage {
	float: right;
	background-image: url(../images/template/forward_bullet.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
	padding-right: 18px;
}
p.previouspage {
	float: left;
	background-image: url(../images/template/backward_bullet.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
	padding-left: 18px;
}
.aligncenter {
	text-align: center;
}
/*images*/
img.rightimg { 
	float: right; 
	border: solid 1px #5b5b36; 
	margin: 0 8px 8px 8px;
}
img.leftimg { 
	float: left; 
	border: solid 1px #5b5b36; 
	margin: 0 8px 8px 8px;
}
