/* CSS Document */


/* Element Styles */

body
 {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 background-color: #66a9d6;
 color: #19355D;
 margin: 0;
 }
 
h1
 {
 font-size: 24px;
 margin-top: 15px;
 text-align: center;
 }
 
h2
 {
 font-size: 20px;
 text-align: center;
 }
 
h3
 {
 font-size: 16px;
 text-align: center;
 }
 
h4
 {
 font-size: 14px;
 margin-left: 15px;
 margin-bottom: 0px;
 text-align: left;
 }
 
h6 /* Error Headline */
 {
 color: #FF0000;
 font-size: 16px;
 text-align: center;
 }
 
hr
 {
 width: 650px;
 height: 3px;
 color: #19355D;
 }

li
 {
 font-size: 13px;
 text-align: left;
 }

p
 {
 font-size: 13px;
 margin-left: 15px;
 margin-right: 15px;
 text-align: left;
 }
 
.error
 {
 color: #FF0000;
 }

table.agentlist
 {
 font-size: 13px;
 }

table.agentlist td
 {
 padding-left: 15px;
 padding-bottom: 5px;
 text-align: left;
 }

td
 {
 font-size: 13px;
 }

th
 {
 font-size: 14px;
 }


/********************************/
/* Menu Styles */

a.m1 {
 color: #DDDDDD;
 text-decoration: none;
 text-transform:uppercase;
 padding-left: 10px;
 padding-right: 10px;
 }

a.m1:hover {
 color: #DDDDDD;
 }

.m1 {
 font:normal 12px Verdana;
 font-weight: bold;
 color: #ffffff;
 line-height: 19px;
 }

.m1 a:link, .m1 a:visited {
 font:normal 12px Verdana;
 font-weight: bold;
 color: white;
 text-decoration: none;
 text-transform:uppercase;
 }


#dropmenudiv {
 position:absolute;
 border:1px solid white;
 color: white;
 border-bottom-width: 0;
 font:normal 12px Verdana;
 line-height:18px;
 z-index:100;
 }

#dropmenudiv a {
 width: 100%;
 display: block;
 text-indent: 3px;
 color: white;
 border-bottom: 1px solid white;
 padding: 1px 0;
 text-decoration: none;
 font-weight: bold;
 }

#dropmenudiv a:hover { 
 background-color: #398cc2;
 }


/********************************/
/* Layout Styles */

#logo
 {
 left:-405px;
 top: 1px;
 z-index: 20;
 position: relative;
 }

#container
 {
 display: block;
 position: relative;
 top: -109px;
 background-color: #19355D;
 background-color: #66a9d6;
 width: 950px;
 width: 960px;
 }

#header
 {
 display: block;
 position: relative;
 background-color: #19355D;
 color: #EAF2F9;
 width: 950px;
 height: 80px;
 vertical-align: middle;
 }

#header p
 {
 margin: 0;
 padding-top: 16px;
 padding-left: 120px;
 width: 830px;
 text-align: center;
 font-family: "Bookman Old Style","Times New Roman", Times, serif;
 font-style: italic;
 font-weight: bold;
 font-size: 34px;
 font-variant: small-caps;
 font-stretch:ultra-expanded;
 overflow: hidden;
 }

#cHeader
 {
 display: table-row;
 width: 950px;
 }

#cLogo
 {
 display: table-cell;
 width: 350px;
 }

#cName
 {
 display: table-cell;
 width: 600px;
 text-align: center;
 font-family: "Bookman Old Style","Times New Roman", Times, serif;
 font-style: italic;
 font-weight: bold;
 font-size: 36px;
 font-variant: small-caps;
 font-stretch:ultra-expanded;
 vertical-align: middle;
 }

#cName p
 {
 margin: 0;
 padding: 0;
 width: 600px;
 }

#cName p img
 {
 padding-left: 25px;
 }

#hnav
 {
 display: block;
 position: relative;
 text-align: right;
 background-color: #313131;
 border-top: 1px solid #B7B7B7;
 border-bottom: 1px solid #B7B7B7;
 color: #FFFFFF;
 width: 950px;
 height: 23px;
 }

#middle
 {
 display: block;
 position: relative;
 width: 950px;
 background-image:url(../images/middle-bkg.gif);
 background-repeat: no-repeat;
 }

#leftCol
 {
 position: relative;
 display: table-cell;
 background-color: #19355D;
 color: #FFFFFF;
 width: 270px;
 text-align: left;
 z-index: 2;
 }

#content
 {
 display: table-cell;
 position: relative;
 background-color: #84B9DB;
 background-image:url(../images/content-bkg.gif);
 background-repeat: repeat-x;
 color: #19355D;
 width: 680px;
 vertical-align: top;
 }

#disclaimer
 {
 margin-top: 15px;
 display: block;
 position: relative;
 border: 2px solid #fff;
 background-color: #313131;
 color: #B7B7B7;
 width: 750px;
 text-align: center;
 vertical-align: middle;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 98px;
 padding-right: 98px;
 font-size: 11px;
 font-weight: bold;
 }

#footer
 {
 display: block;
 position: relative;
 border-top: 1px solid #B7B7B7;
 background-color: #313131;
 color: #B7B7B7;
 width: 950px;
 text-align: center;
 vertical-align: middle;
 padding-top: 7px;
 padding-bottom: 8px;
 }

#footer a, #footer a:visited, a.footlink ,  a:visited.footlink
 {
 color: #B7B7B7;
 font-size: 11px;
 }

#footer a:hover, a:hover.footlink 
 {
 color: #FFFFFF;
 }

#footer p
 {
 text-align: center;
 color: #B7B7B7;
 font-size: 11px;
 margin: 0;
 }


/********************************/
/* Left Column Styles */

#bob
 {
 margin: 0;
 z-index: 2;
 }

#nlRequest
 {
 position: relative;
 }

.how
 {
 font-family:"Book Antiqua",Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-variant:small-caps;
 text-align: center;
 margin-left: 0px;
 margin-right: 0px;
 }

#leftCol img
 {
 margin: 0;
 }

/********************************/
/* Content Styles */

/* Home Page Styles */

#home_wrap
 {
 display: table;
 width: 680px;
 background-image:url(../images/book.gif);
 background-repeat: no-repeat;
 }

#home_left
 {
 display: table-cell;
 padding-top:90px;
 vertical-align: top;
 }

#home_right
 {
 display: table-cell;
 padding-top:365px;
 width: 235px;
 vertical-align: top;
 text-align: center;
 }

#home_right h1
 {
 margin-top: 0px;
 margin-bottom: 10px;
 }

#home_right a
 {
 color: blue;
 }

#home_right a:visited
 {
 color: blue;
 }

#home_right p
 {
 margin-top: 8px;
 }

#home_agent
 {
 width: 680px;
 padding-bottom: 15px;
 margin-top: 0;
 }

#home_agent p
 {
 color: #313131;
 font-family: Impact,Verdana,Arial;
 font-size: 16px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 0;
 }

#home_agent td
 {
 color: #313131;
 font-family: Impact,Verdana,Arial;
 font-size: 16px;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 0;
 }

#home_agent p.displayName
 {
 font-size: 21px;
 }

#home_agent a
 {
 color: #313131;
 }

#home_agent a:hover
 {
 color:blue;
 }

#home_check
 {
 display: block;
 width: 415px;
 height: 71px;
 background-image:url(../images/things_bkg.gif);
 background-repeat: no-repeat;
 }

#home_check p
 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 padding-top: 12px;
 padding-left: 60px;
 font-weight: bold;
 font-style: italic;
 font-size: 15px;
 line-height: 17px;
 }

#home_list
 {
 display: block;
 width: 415px;
 font-style: italic;
 font-size: 12px;
 }

#home_list ul
 {
 padding-left: 60px;
 padding-right: 20px;
 margin-bottom: 0px;
 }

#home_list li
 {
 padding-bottom: 15px;
 font-weight: bold;
 text-align: left;
 }
 
/* L2 Page Styles */

.hilite_ctr
 {
 font-weight: bold;
 text-align: center;
 }

.money
 {
 text-align: right;
 padding-right: 25px;
 }
 
.form_row {
 width: 450px;
 height: 20px;
 display: table;
 padding: 4px;
 text-align: left;
 margin-left: 150px;
 margin-bottom: 5px;
 }

label {
 padding-right: 10px;
 padding-top: 2px;
 font-size: 12px;
 text-align: right;
 width: 200px;
 display: table-cell;
 }

#content p.privacy
 {
 text-align: center;
 margin-top: 25px;
 }

#content a, #content a:visited
 {
 color: blue;
 }

#about_agent
 {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #19355D;
 width: 680px;
 padding-bottom: 15px;
 margin-top: 0;
 }

#about_agent p
 {
 color: #19355D;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 18px;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 0;
 font-weight: bold;
 }

#about_agent td
 {
 color: #19355D;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 18px;
 text-align: left;
 margin-top: 10px;
 margin-bottom: 0;
 font-weight: bold;
 }

#about_agent p.displayName
 {
 font-size: 21px;
 }

#about_agent a
 {
 color: #19355D;
 }

#about_agent a:hover
 {
 color:blue;
 }
 
#agent_bio
 {
 margin-right: 25px;
 margin-top: 40px;
 margin-bottom: 25px;
 margin-left: 25px;
 }
 
#agent_bio p
 {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: #19355D;
 font-size: 14px;
 text-align: left;
 font-weight: normal;
 margin-left: 0;
 }
 
#agent_bio blockquote p
 {
 margin-left: 25px;
 width:500px;
 }

#agent_bio li
 {
 font-size: 14px;
 margin-left: 15px;
 text-align: left;
 }
 
#agent_bio img
 {
 margin-left: 25px;
 border: 2px solid #19355D;
 padding: 4px;
 margin-bottom: 15px;
 }
 
#agent_bio img.banner
 {
 margin-top: 25px;
 margin-left: 25px;
 border: 2px solid #19355D;
 padding: 4px;
 }
 
#admMenu
 {
 width: 100%;
 color: #FFFFFF;
 background-color: #19355D;
 padding-top: 3px;
 padding-bottom: 5px;
 margin-bottom: 15px;
 }
 
#admMenu a
 {
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 padding-left: 2px;
 padding-right: 2px;
 }
 
#admMenu a:visited
 {
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 padding-left: 2px;
 padding-right: 2px;
 }
 
#admin
 {
 height: 675px;
 }
 
.login
 {
 font-size: 12px;
 text-align: right;
 width: 300px;
 display: block;
 margin-bottom: 10px;
 }
 
.mailSubject
 {
 margin-bottom: 10px;
 text-align: center;
 }
 
.submission
 {
 margin-top: 10px;
 }
 
.submission input
 {
 margin-left: 50px;
 margin-right: 50px;
 }
 
#mlform
 {
 display: none;
 width: 625px;
 border: 2px solid #19355D;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 5px;
 margin-top: 10px;
 background-color: #EAF2F9;
 }
 
#content a.mladd, #content a.mladd:visited
 {
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 border: 2px outset #FFFFFF;
 background-color: #19355D;
 padding-top: 3px;
 padding-bottom: 4px;
 padding-left: 8px;
 padding-right: 8px;
 }
 
.addButton
 {
 font-size: 12px;
 margin-top: 10px;
 margin-bottom: 10px;
 }

.addRow
 {
 display: table-row;
 width: 625px;
 }

.c1,.c2
 {
 display: table-cell;
 width: 160px;
 vertical-align: bottom;
 text-align: left;
 }

.c3
 {
 display: table-cell;
 width: 200px;
 vertical-align: bottom;
 text-align: left;
 }

.c1 input,.c2 input
 {
 width: 150px;
 border: 1px solid #19355D;
 }

.c3 input
 {
 width: 190px;
 border: 1px solid #19355D;
 }

.c4,.c5
 {
 display: table-cell;
 vertical-align: bottom;
 text-align: center;
 width: 50px;
 }
 
.mltable
 {
 border: solid 2px #19355D;
 }
 
.mltable tr.headrow:hover
 {
 background-color:#FFFFFF;
 }
 
.mltable tr.optedout
 {
 color:#FF0000;
 }
 
.mltable tr:hover
 {
 background-color:#FFFFCC;
 }
 
.mltable td
 {
 border-top: solid 1px #19355D;
 }
 
.mltable td, .mltable th
 {
 font-size: 13px;
 padding-left: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 }
 
.mltable td.mldata, .mltable th.mldata
 {
 text-align: left;
 }
 
.mltable td.mloption, .mltable th.mloption
 {
 text-align: center;
 }

.oddrow
 {
 background-color:#FFFFFF;
 }

.evenrow
 {
 background-color:#EAF2F9
 }
 
#siteMap
 {
 display: block;
 }

/* Colors */
/*
#19355D dark blue
#66a9d6 medium blue
#EAF2F9 light blue
#B7B7B7 light gray
#313131 dark gray
*/