/* Merker Main stylesheet
------------------------------------------------------------------*/

/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type:none;
}
body {
	background: #fff;
	font:96%/140% Corbel, Verdana,sans-serif;
	text-align: center; /* For IE 6 and older */
	padding-bottom: 60px;
}
hr {
	clear:both;
	visibility:hidden;
}
.clear {
	clear:both;
}		
img {
	border:0;
	display: block;
}
img.simpleFrame {
	border: 1px solid black;
}
#radio-show-link {
	padding: 10px 0;
}

/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dir,   ul menu,   ul dl,
ol ul,   ol ol,   ol dir,   ol menu,   ol dl,
dir ul,  dir ol,  dir dir,  dir menu,  dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul,   dl ol,   dl dir,   dl menu,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* Fontz
------------------------------------------------------------------*/
h1 {
	font-family: Georgia, serif;
	font-size: 1.6em;
	color: #515151;
	font-weight: normal;
	margin-bottom: 12px;
	line-height: 185%;
}
h2 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #ff0017;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	font-family: Corbel, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #ca3c22;
	font-weight: normal;
	margin-bottom: 7px;
}
h4 {
	font-family: Corbel, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #444;
	margin-bottom: 3px;
}
p {
	font-size: 1.1em;
	color: #818181;
}
p.instructions {
	font-size: .9em;
	padding: 0 0 3px 0;
}
.entry p {
	margin-bottom: 15px;
}
p b {
	color: #4b99dd;
}
#text_size p {
	color: white;
}
p.quote {
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.3em;
	background: #c4f0fa;
	border: 2px solid #a7d5ec;
	color: #0d4a5d;
	padding: 15px;
	margin: 15px 0;
}

p.footnote {
  font-size: 10px;
}

.BlueBold {
  color: #2a5f8b;
  font-weight: bold;
}

/* links
------------------------------------------------------------------*/
a:link, a:visited {
	color: #3e8dd0;
}
a:hover {
	color: #2a5f8b;
}
.text_bigger {
	font-size: 1.3em;
}
.text_biggest {
	font-size: 1.7em;
}
a.email {
	display: block;
	height: 32px;
	padding: 6px 0 0 42px;
	background: url(http://www.hopecom.net/imgs/newmail.png) left top no-repeat;
}
a.driving {
	display: block;
	height: 32px;
	padding: 6px 0 0 42px;
	background: url(http://www.hopecom.net/imgs/64-bit.png) left top no-repeat;
}
a.footnote:link,
a.footnote:active,
a.footnote:visited {
  font-size: 10px;
  text-decoration: none;
  vertical-align: super;
}
ul.sidebar li a:link, ul.sidebar li a:visited {
	color: #555;
	text-decoration: none;
}
ul.sidebar li a:hover {
	color: #0a82d9;
}
a.download {
	font-size: 1.1em;
	display: block;
	height: 32px;
	padding: 3px 0 0 36px;
	background: url(../imgs/download.gif) left top no-repeat;
}

/* Misc stuff
------------------------------------------------------------------*/
#flashcontent {
	padding: 10px 0;
}
.quicktime {
	padding: 20px 0 0 134px;
	background: url(../imgs/quicktime.jpg) left top no-repeat;
	height: 128px;
}
.quicktime p {
	padding-bottom: 3px;
}

/* lists
------------------------------------------------------------------*/
ul.bullets {
	list-style-type: disc;
	padding-left: 30px;
	margin: 1em 0;
}

ul.sidebar {
	color: #717171;
	padding-left: 30px;
	margin-bottom: 40px;
	list-style-type: disc;
}
ul.sidebar li {
	padding-bottom: 7px;
	list-style-type: disc;
	font-size: 1.1em;
}

ul.standard {
	list-style-type: decimal;
	margin-bottom: 20px;
}
ul.standard li {
	list-style-type: decimal;
	color: #333;
	margin: 0 0 7px 30px;
}

/* Layout
------------------------------------------------------------------*/
#top_container {
	height: 80px;
	background: black;
}
#top {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	float: left;
}
#text_size {
	float: right;
	padding: 10px 0 0 0;
	text-align: right;
}
#feature_container {
	height: 230px;
	background: url(../imgs/M-Featured-BG.jpg) left top repeat-x;
}
#feature {
	width: 800px;
	margin: 0 auto;
}
#nav_container {
	height: 46px;
	background: #ffed96;
	border-bottom: 2px solid #ead760;
	border-top: 8px solid #e6c978;
}
#content_container {
	width: 800px;
	margin: 0 auto;
}
#content_left {
	float: left;
	width: 470px;
	text-align: left;
	padding: 20px 0 0 0;
}
.entry-first {
	padding: 37px 27px 27px 27px;
}
.entry {
	padding: 20px;
}
#content_right {
	float: right;
	width: 304px;
	text-align: left;
}
#content_right-lists {
	padding-left: 20px;
}

p.button {
	width: 150px;
	font-size: 12px;
	color: black;
	line-height: 10px;
	text-align: center;
	margin-top: 20px;
}

/* nav
------------------------------------------------------------------*/
ul#nav {
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
ul#nav li {
	float: left;
	position: relative;
}
ul#nav a {
	display: block;
	float: left;
	height: 28px;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	padding: 18px 7px 0 7px;
	margin-right: 15px;
}
ul#nav a:link, ul#nav a:visited {
	color: #6a5c1a;
}
ul#nav a:hover {
	color: #40370f;
	background: #e6c978;
}

/* product-nav
------------------------------------------------------------------*/

ul#nav li {
	position: relative;
}

ul#nav ul {
	visibility: hidden;
	width: 285px;
	position: absolute;
	top: 46px;
	left: 1px;
	border-top: 2px solid #EAD760;
}

ul#nav li:hover ul, ul#nav li ul.over {
	visibility: visible;
}

ul#nav ul li {
	float: none;
}

ul#nav ul a:link,
ul#nav ul a:active,
ul#nav ul a:visited {
	border:0 none;
	color:white;
	display:block;
	float:none;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:8px;
	text-align:left;
	background-color: #2079D7;
}

ul#nav ul a:hover {
	color: white;
	background-color: #0F55AB;
}

ul#nav a.red:link,
ul#nav a.red:active,
ul#nav a.red:visited,
ul#nav a.red:hover {
	color: #FF0017;
}

ul#nav a.black:link,
ul#nav a.black:active,
ul#nav a.black:visited,
ul#nav a.black:hover {
	color: #000;
}

/*
#pnav {
	list-style: none;
	padding: 0;
	margin: 20px 10px 20px 0 !important;
	margin: 20px 10px 0 0;
	width: 790px;
	height: 33px;
	position: relative;
}
#pnav span {
	display: none;
	position: absolute;
}
#pnav a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#pnav a:hover {
	background-position: left bottom;
}
#pnav a:hover span{
	display: block;
}
#pnav .life {
	width: 176px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-life.gif) no-repeat;
	left: 0;
	top: 0;
}
#pnav .health {
	width: 62px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-health.gif) no-repeat;
	left: 176px;
	top: 0;
}
#pnav .medicare {
	width: 273px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-medicare.gif) no-repeat;
	left: 238px;
	top: 0;
}
#pnav .disability {
	width: 78px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-disability.gif) no-repeat;
	left: 511px;
	top: 0;
}
#pnav .long-term {
	width: 120px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-long-term.gif) no-repeat;
	left: 589px;
	top: 0;
}
#pnav .annuities {
	width: 81px;
	height: 33px;
	background: url(http://www.merkerinsurancegroup.com/imgs/product-nav/pnav-annuities.gif) no-repeat;
	left: 709px;
	top: 0;
}*/

/* Forms
------------------------------------------------------------------*/
input.txt {
	border: 1px solid #bbb;
	font-size: 1.1em;
	color: #555;
	padding: 3px;
}
textarea {
	border: 1px solid #bbb;
	font-size: 1.1em;
	color: #555;
	padding: 3px;
}
fieldset#personal {
	float: left;
	width: 360px;
	border: none;
}
fieldset p {
	padding: 0 0 10px 0;
}
fieldset p label {
	display: block;
	padding: 0;
}
fieldset p label.radio {
	display: inline;
}

fieldset input.txt {
	width: 100%;
}
legend {
	padding: 0 0 5px 0;
	margin: 0;
}
span.form_state {
	float: left;
	width: 130px;
}
span.form_zip {
	float: right;
	width: 130px;
}
#form_left {
	float: left;
	width: 346px;
}
#form_right {
	float: right;
	width: 346px;
}


