/*
CSS for Merrimac Lodi Mutual Insurance Company
*/

* {
	margin: 0;
	padding: 0;
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#3d0715;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
a {
	color: #8c2029;
}
img {
	border:none;
}
img a {
	border:none;
}
a:hover {
	text-decoration: none;
	color: #707070;
}
h3.blue {
	color:#00539b;
}
.blue {
	color:#00539b;
}
h2 {
	color:#00539b;
}
.photowrapper {
	width:600px;
	float: left;
	padding-bottom:10px;
}
.photowrapper2 {
	width:600px;
	float: left;
}
#content .bios {
	float:left;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666666;
	padding:10px 20px 10px 10px;

}
#content p.bios {
	line-height:16px;
}

#MLM_Page_Wrapper {
	position:relative;
	z-index:1;
	width:900px;
	margin:0 auto;
	height:100%;
	padding:20px 0;
}
#MLM_Page_Container {
	position:relative;
	width:900px;
	background-color:#FFFFFF;
	border: 2px solid #00539b;
}

/* Boxed */

.title {
	background: url(images/img04.gif) no-repeat right center;
	border-bottom: 3px solid #007236;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}
.boxed4 .content {
	padding: 20px;
}

.boxed2 .title {
	font: bold 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	border-bottom:1px solid #00539b;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 900px;
	height: 199px;
	margin: 0 auto;
	background: url(images/MLM_Header.jpg) no-repeat 100%;
	border-bottom: 5px solid #00539b;
}

/* Logo */

#logo {
	float: left;
	width: 348px;
	height: 200px;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 45px;
	border-bottom: 3px solid #00539b;
	background-color:#a67c52;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 27px 0 27px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #754c24;
}

#menu .active a {
	background: #551a01;
	color:#c0a47d;
}
 
#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 20px 20px 20px;
}
#sidebar_photo {
	float: left;
	width: 240px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 294px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #00539b;
	background-color: #754C24;
	color: white;
}

#footer p {
	text-align: center;
	font-size: 90%;
	color: white;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
	border-bottom:1px dotted black;
}
#footer a:hover {
	text-decoration: none;
	color: lightgray;
}

.formthankyou {
	float: left;
	padding:40px 70px;
	margin-top:20px;
	background-color:#3d0715;
	color:white;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}

p.agentlogin {text-align:right; color:#fff;padding-bottom:10px;}
p.agentlogin a {color:#fff; text-decoration:none;}
p.agentlogin a:hover {color:grey; text-decoration:none;}


