@charset "utf-8";
/* Basic Styles */

body {
	background-attachment:fixed;
	background-image: url(/Images/PageBG.png);
	color:#2f2f2f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a, a:link, a:visited {
	color:#F13A01;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#666;
}



/* Primary Layout */

#Container {
	background:#888c93;
	margin:50px auto 50px auto;
	padding:4px;
	width:880px;
}



/* Header */

#Menu {
	background-image: url(/Images/MenuBG.jpg);
	height:70px;
	width:880px;
}

#MenuItems {
	height:33px;
	margin:auto;
	padding:18px 0 0 0;
	width:776px;
}


/* Header */

#Header {
	background-image: url(/Images/Feature_Home.jpg);
	height:280px;
	width:880px;
}



/* Left and Right Content */

#Left {
	background:#fff;
	float:left;
	width:361px;
}

#Left a, #Left a:link, #Left a:visited {
	color:#fff;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}

#Left a:hover {
	color:#CCC;
}


#LeftNarrow {
	background:#fff url(/Images/ContentBG.jpg) top left repeat-x;
	float:left;
	min-height:700px;
	width:161px;
}

#MFMProgram {
	background:url(/Images/MFMProgramBG.jpg);
	color:#fcfcfc;
	font-size:13px;
	height:43px;
	padding:100px 40px 40px 40px;
	width:281px;
}

#Chubb {
	background:url(/Images/ChubbBG.jpg);
	color:#fcfcfc;
	font-size:13px;
	height:83px;
	padding:100px 40px 40px 40px;
	width:281px;
}

#JohnLove {
	background:url(/Images/JohnLoveBG.jpg);
	color:#fcfcfc;
	font-size:13px;
	height:134px;
	padding:90px 40px 40px 40px;
	width:281px;
}



#Right {
	background:#fff url(/Images/ContentBG.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 0 361px;
	min-height:670px;
	padding:0;
	width:519px;
}

#RightWide {
	background:#fff url(/Images/ContentBG.jpg) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	min-height:600px;
	padding:0;
	width:100%;
}

#Right h1 {
	border-bottom:1px #9599a4 dashed;
	color:#F13A01;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:100;
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
	width:450px;
}

#RightWide h1 {
	border-bottom:1px #9599a4 dashed;
	color:#F13A01;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:100;
	margin:0 auto 0 auto;
	padding:25px 0 15px 0;
	width:90%;
}

#Right p {
	margin:10px auto 0 auto;
	padding:0;
	width:450px;
}

#RightWide p {
	line-height:20px;
	margin:10px auto 0 auto;
	padding:0;
	width:90%;
}

#Right .Lead, #RightWide .Lead {
	/* border-bottom:1px #9599a4 dashed; */
	font-size:12px;
	line-height:26px;
	padding:0 0 10px 0;
}

#Right .Check, #RightWide .Check {
	background:url(/Images/Check.gif) top left no-repeat;
	margin:10px 20px 10px 65px;
	min-height:24px;
	padding:5px 0 0 35px;
	width:350px;
}


/* Footer */

#Footer {
	background:#fff url(/Images/FooterBG.jpg) top left no-repeat;
	clear:both;
	height:46px;
	width:880px;
}



/* Miscellaneous Styles and Hacks */

.clear { clear: both; }
