
/* ### Styles provided by Web Dynamics (** required **) : Web Dynamics - Root Styles ### */

html body { 
}
table { 
}
table th {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	background: transparent;
}


/* custom styles */
.label {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}	
.clearit {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.head-room {
	margin: 7px 0;
}
.elbow-room {
	margin: 0 7px;
}
.component-options {
	padding: 3px;
	margin: 3px;
}


/* paragraphs */
.paragraph {
	text-align: left;
}
.paragraph .title {
}
.paragraph .subtitle {
}
.paragraph .text {
}

/* sticky notes */
div#sticky {
	display: inline;
}
div#sticky a {
	border: none;
	text-decoration: none;
	position: relative; 
}
div#sticky a span {
	display: none;
	text-decoration: none;
}
div#sticky a:hover {
	text-indent: 0;
}	
div#sticky a:hover span {
	display: block;
	position: absolute; 
	top: 0px;	
	left: 20px;
	width: 450px;
	padding: 3px; 
	margin: 3px; 
	z-index: 100; 
	color: black; 
	background: #ffff9c;
	font: 10px Verdana, sans-serif, Arial; 
	text-decoration: none;
	border: 1px #000 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}

/* help */
.wd-help {
	color: black;
	background-color: #ffff9c;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}

/* alert */
.wd-alert {
	color: white;
	background-color: red;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}

/* error */
.wd-error {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: red;
	border: 1px solid #999999;
	margin: 3px;
	padding: 3px;
}
/* tables */
table.list {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.list tr { 
	display: table-row;
}
table.list thead { 
	font-weight: bold;
}
table.list thead a:link { 
}
table.list thead a:hover { 
}
table.list thead a:visited { 
}
table.list thead a:active { 
}
table.list th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.list .icon {
	width: 16px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}	
table.list tbody { 
	font-weight: normal;
}		
table.list td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px gray dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}	
table.list tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	
table.list tfoot td { 
	border-style: none;
}	


table.embedded-list {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.embedded-list tr { 
	display: table-row;
}
table.embedded-list thead { 
	font-weight: bold;
	text-align: left;
}
table.embedded-list th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.embedded-list .icon {
	width: 16px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}	
table.embedded-list tbody { 
	font-weight: normal;
}		
table.embedded-list td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px gray dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.embedded-list tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	



table.form {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.form thead { 
	text-align: left;
	font-weight: bold;
}
table.form thead a:link { 
}
table.form thead a:hover { 
}
table.form thead a:visited { 
}
table.form thead a:active { 
}
table.form tr { 
	display: table-row;
}
table.form th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.form tbody { 
	font-weight: normal;
}		
table.form td { 
	display: table-cell;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.form tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	


table.embedded-form {
	display: table;
	border: 1px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.embedded-form tr { 
	display: table-row;
}
table.embedded-form thead { 
	font-weight: bold;
	text-align: left;
}
table.embedded-form th { 
	display: table-cell;
	border: 1px #999999 solid;
	padding-left: 8px;
	padding-right: 8px; 
}
table.embedded-form tbody { 
	font-weight: normal;
}		
table.embedded-form td { 
	display: table-cell;
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px; 
}		
table.embedded-form tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}	


table.invisible {
	display: table;
}
table.invisible tr { 
	display: table-row;
}
table.invisible thead { 
}
table.invisible th { 
	display: table-cell;
}
table.invisible tbody { 
}		
table.invisible td { 
	display: table-cell;
	vertical-align: top;
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px; 
}		
table.invisible tfoot { 
	border: 1px #999999 solid;
	font-weight: bold;
	text-align: center;
}

/* ### Styles provided by QuoteMedia : QuoteMedia - Default Styles ### */

.qmmt_main
{
    background-color: #ffffff;
    border: 1px solid #999999;
}
.qmmt_tab
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	 font-weight: bold;
    color: #000000;
    background-color: #dddddd;
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    cursor: pointer;
    voice-family: "\"}\"";
    voice-family:inherit;
}
.qmmt_tabactive
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #000000;
    background-color: #ffffff;
    padding: 1px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    border-left: 1px solid #999999;
	cursor: pointer;
    voice-family: "\"}\"";
    voice-family:inherit;
}

.qmmt_realtime_text
{
    font: 9px Tahoma, Arial, Helvetica, sans-serif;
    color: #008000;
    font-weight: bold;
    font-style: italic;
}


.qmmt_nonrt_text
{
    font: 9px Tahoma, Arial, Helvetica, sans-serif;
    color: #465665;
    font-weight: bold;
    font-style: italic;
}
.qmmt_messages {
   background-color: #FFCCCC;
   font: 10px bold Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;
   padding: 2px 0px 2px 0px;
}
.qmmt_text
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
}
.qmmt_text_bold
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.qmmt_text_up
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #009900;
}
.qmmt_text_down
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #ff0000;
}
.qmmt_cycle
{
    background-color: #eeeeee;
}

.qmmt_cycleup
{
    background-color: #eeffee;
    color: #000000;
}
.qmmt_cycledown
{
    background-color: #ffeeee;
    color: #000000;
}
.qmmt_header_text
{
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-align: left;
    padding-left: 3px;
}
a.qmmt_header_text {
    color: #0000aa;
    text-decoration: none;
}
a:visited.qmmt_header_text {
    color: #0000aa;
    text-decoration: none;
}
a:hover.qmmt_header_text {
    color: #ff0000;
    text-decoration: none;
}
.qmmt_header_bar
{
    background-color: #dddddd;
    border: 0px solid #999999;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
}
.qmmt_sub_header_text
{
    font: 11px Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
.qmmt_sub_header_bar
{
    background-color: #dddddd;
    border: 0px solid #999999;
    padding-left: 3px;
    text-align: left;
}
.qmmt_input
{
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
}
a.qmmt {
    color: #0000aa;
    text-decoration: none;
}
a:visited.qmmt {
    color: #0000aa;
    text-decoration: none;
}
a:hover.qmmt {
    color: #ff0000;
    text-decoration: none;
}

.qmmt_options_in_money {
  background-color: #FFFFCC;
  font: 10px Tahoma, Arial, Helvetica, sans-serif;
  color: #000000;
}

/* CSS for Tools using Tree Menu/View */
.qmmt_tree {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	white-space: nowrap;
}
.qmmt_tree img {
	border: 0px;
	vertical-align: middle;
}
.qmmt_tree a {
	color: #000000;
	text-decoration: none;
}
.qmmt_tree a.node, .qmmt_tree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.qmmt_tree a.node:hover, .qmmt_tree a.nodeSel:hover {
	color: #0000aa;
	text-decoration: underline;
}
.qmmt_tree a.nodeSel {
	background-color: #dddddd;
}
.qmmt_tree .clip {
	overflow: hidden;
}

.qmmt_hovertext
{
	position:absolute;
	width:210px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#eeeeee;
	padding:3px;
	display:none;
	font:normal 10px Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
	z-index:100;
}

.qmmt_hoverword
{
	text-decoration:underline;
	cursor:pointer;
	z-index:101;
}


/* No Need to really edit this, for Market Depth / Level II row colors */
/* Level II Cycles */
.qmmt_L2_cycle1 {
   font: 10px Tahoma, Arial, Helvetica, sans-serif;
   background-color:           #FFFEEF;
   font-weight: normal;
   color:                      #000000; }
.qmmt_L2_cycle2 {
   font: 10px Tahoma, Arial, Helvetica, sans-serif;
   background-color:           #F0F7DE;
   font-weight: normal;
   color:                      #000000; }
.qmmt_L2_cycle3 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #F4F0E8;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle4 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #E0E0F7;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle5 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #F7F7F7;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle6 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #F5E8E8;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle7 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #F6EDDA;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle8 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #DCEAEE;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle9 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #E9E2F4;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle10 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #EEF2FA;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle11 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #E1E2FA;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle12 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #EEFAE1;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle13 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #EDFCFB;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle14 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #FBEBE8;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle15 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #EDEDED;
	font-weight: normal;
    color:                      #000000; }
.qmmt_L2_cycle16 {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
    background-color:           #F6EDDA;
	font-weight: normal;
    color:                      #000000; }

.qmmt_cycleup
{
    background-color: #eeffee;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: normal;
}
.qmmt_cycledown
{
    background-color: #ffeeee;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: normal;
}

.qmmt_cyclenochange
{
    background-color: #ffffff;
    font: 10px Tahoma, Arial, Helvetica, sans-serif;
    color: #000000;
	font-weight: normal;
}

/* ### Styles provided by CSS Menus : CSS Menus - Horizontal Menus ### */

#hmenu {
	float: left;
	z-index: 1000;
}
	
#hmenu a, #hmenu .root {
	display: block;
	white-space: nowrap;
	margin: 0;
}
	
#hmenu .root {
	text-transform: uppercase;
	white-space: nowrap;
}
	
#hmenu a {
	text-decoration: none;
}
	
#hmenu a, #hmenu a:visited {
}
	
#hmenu a:hover {
}
	
#hmenu a:active {
}
	
#hmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
	
#hmenu li {
	position: relative;

}
	
#hmenu ul ul {
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	width: 175px;
}
	
#hmenu ul ul ul {
	top: 0px;
	left: 100%;
}
	
/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */
	
div#hmenu .root:hover {
}
	
div#hmenu li:hover{
	cursor: pointer;
	z-index: 100;
}
	
div#hmenu li:hover ul ul,
div#hmenu li li:hover ul ul,
div#hmenu li li li:hover ul ul,
div#hmenu li li li li:hover ul ul
{display: none;}
	
div#hmenu li:hover ul,
div#hmenu li li:hover ul,
div#hmenu li li li:hover ul,
div#hmenu li li li li:hover ul
{display: block;}
	
/* End of non-anchor hover selectors */

/* Styling for Expand */
	
#hmenu a.x, #hmenu a.x:visited{ 
}
	
#hmenu a.x:hover {
}
	
#hmenu a.x:active {
}

/* ### Styles provided by CSS Menus : CSS Menus - Vertical Menus ### */

#vmenu {
	top: 0.5em;
	left: 0.5em;
	z-index: 1000;
	width: 100%;
}
	
#vmenu a, #vmenu .root {
	display: block;
}
	
#vmenu .root {
	text-transform:uppercase
}
	
#vmenu a {
	text-decoration:none;
}
	
#vmenu a, #vmenu a:visited {
}
	
#vmenu a:hover {
}
	
#vmenu a:active {
}
	
#vmenu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	width: 100%;
}
	
/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#vmenu li, div#vmenu li:hover {
	position: relative;
	cursor: pointer;
}

div#vmenu li ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

	
div#vmenu ul ul,
div#vmenu ul ul ul,
div#vmenu ul li:hover ul ul,
div#vmenu ul li:hover ul ul ul
{display: none;}

div#vmenu ul li:hover ul,
div#vmenu ul ul li:hover ul,
div#vmenu ul ul ul li:hover ul
{display: block;}

	
/* End of non-anchor hover selectors */

/* Styling for Expand */
	
#vmenu a.x, #vmenu a.x:visited {
}
	
#vmenu a.x:hover{
}
	
#vmenu a.x:active{
}

/* ### Styles provided by Financial Services Websites : Where did this come from? ### */



/* ### Styles provided by Phase V : Lincoln Phase V - Custom ### */

/* emailers */
.request-information {
	display: block;
}
.request-information .photo {
	border: 0;
}
.tell-a-friend {
	display: block;
}
.tell-a-friend .photo {
	border: 0;
}



/* stategate */

#stategate {
	width: 950px;
	margin: auto auto;
}
#flash {
	margin: 20px 0;
}
#states {
	margin: 20px auto;
	text-align: center;
}






/* ### Styles provided by Phase V - Three Column Opaque : Three Column Opaque - Custom ### */

html body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	margin: 0 0 24px 0;
}
#layoutwrapper {
	width: 960px;
	margin: 0 auto;
}



/* header */
#header {
}
#header #logo {
}
#header #logo #title {
	width: 954px;
	margin: 0 auto;
}


/* first column */
#c1 {
	float: left;
	width: 180px;
	max-width: 180px;
	margin: 0;
	padding: 0;
}
#c1 .title {
	margin: 5px;
	line-height: 1.5em;
}
#c1 .photo {
	margin: 0;
	width: 180px;
}
#c1 .text {
	margin: 5px;
}
#c1 .text p {
	margin: 3px 0 3px 0;
}




/* second column */
#c2 {
	overflow: auto;
	width: 620px;
	max-width: 620px;
	margin: 0 146px 0 186px;
}
#c2 .text {
	padding: 16px 10px;
}
#c2 .text p {
	margin: 3px 0 12px 0;
}








/* third column */
#c3 {
	float: right;
	width: 140px;
	max-width: 140px;
	margin: 0;
	padding: 0;
}
#c3 .title {
	margin: 5px;
	line-height: 1.5em;
}
#c3 .photo {
	margin: 0;
	text-align: center;
}
#c3 .text {
	margin: 5px;
}
#c3 .text p {
	margin: 3px 0 3px 0;
}




/* quick-take */
.quick-take .title {
	font-weight: bold;
	color: black;
}
.quick-take .text {
}




/* office */
.office {
	width: 140px;
	padding-bottom: 25px;
	text-align: left;
}
.office .title {
	font-weight: bold;
	color: black;
}
.office .photo {
	width: 140px;
}
.office .text {
}



/* emailers */
.request-information {
	display: block;
	padding: 10px 0;
}

.request-information .photo {
	width: 140px;
	height: 108px;
	border: 0;
}

.tell-a-friend {
	display: block;
	padding: 10px 0;
}

.tell-a-friend .photo {
	width: 140px;
	height: 108px;
	border: 0;
}



/* primary-menu */
#primary-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}



/* footer-menu */
#footer-menu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#footer-menu a:link {
	text-decoration: none;
}



/* footer */
#footer {
	text-align: center;
	padding: 12px;
	margin-top: -1px;
}
#legal {
	margin: 0 auto;
	width: 748px;
}



/* misc. styles */
.content {
	padding: 7px;
}
.slogan {
	padding: 10px 0;
}
.disclaimer {
	padding: 10px 0;
}
.license-numbers {
	padding: 10px 0;
}
.powered-by {
	border: 1px solid #666666;
}



/* ### Styles provided by Three Column Opaque - Beach #3 : LFA Beach #3 - Custom ### */

html body {
	background-color: #C8C7B5;
	color: #333333;
}
a:link {
	color: #51719A;
}
a:hover {
	color: #AD7F68;
}
a:visited {
	color: #AD7F68;
}
a:active {
	color: #AD7F68;
}
#pagewrapper {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(/common/styles/lfa-beach-3/images/pagewrapper-background.jpg);
}

/* paragraph */
.paragraph .title {
	font: 18px Trebuchet MS, Verdanna, Arial, sans-serif;
	font-weight: bold;
	color: #6a7d85;
	display: block;
	padding: 5px 0;
}
.paragraph .subtitle {
	font: 16px Trebuchet MS, Verdanna, Arial, sans-serif;
	font-weight: bold;
	color: #916353;
	display: block;
	padding: 5px 0;
}
.paragraph .text {
	padding: 5px 0;
}


/* header */
#header #logo #title {
	font: 36px Trebuchet MS, Verdanna, Arial, sans-serif;
	font-weight: bold;
	color: #0A4E75;
	display: block;
	padding: 45px;
	margin-left:350px;
}


/* first column */
#c1 {
	background-color: #FFFFFF;
	background-image: url(/common/styles/lfa-beach-3/images/c1-background.jpg);
	background-repeat: repeat-x;
	background-position: 0 180px;
	border: 1px solid #666666;
}
#c1 .photo {
	background-image: url(/common/styles/lfa-beach-3/images/c1.jpg);
	height: 191px;
}
#c1 .text {
	font-size: 10px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height:14px;
}

/* second column */
#c2 {
	border-left: 0px solid #AAAD91;
	border-right: 0px solid white;
	border-top: 0px solid white;
}
#c2 .text {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	color:#8F917B;
}
#c2 .title{
	color:#0A4E75;
}

/* third column */
#c3 {
	background-image: url(/common/styles/lfa-beach-3/images/c3-background.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}



/* footer */
#footer {
	border-top: 1px solid #666666;
	background-color: #C8C7B5;
	color: #ffffff;
}
#footer-menu {
}
#footer-menu a {
	border: 1px solid #666666;
	background-color: #0A4E75;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}
#footer-menu a:hover {
	background-color: #51719A;
}

/* misc. styles */
.slogan {
	color: #9DA084;
	font-weight: normal;
	font-size: 18px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom:20px;
}
.page-title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 34px;
}


/* ------ tables ------- */
table.list thead { 
	background-color: #0A4E75;
	color: white;
}
table.list tbody td.section {
	background-color: #C8C7B5;
	font-weight: bold;
}
table.list tfoot { 
	background-color: #0A4E75;
	color: white;
}	


table.embedded-list thead { 
	background-color: #0A4E75;
	color: white;
}
table.embedded-list tbody { 
	background-color: white;
}		
table.embedded-list tbody td { 
	background-color: white;
}		
table.embedded-list tfoot { 
	background-color: #0A4E75;
	color: white;
}	



table.form thead { 
	background-color: #0A4E75;
	color: white; 
}
table.form tfoot { 
	background-color: #0A4E75;
	color: white;
}	


table.embedded-form thead { 
	background-color: #0A4E75;
	color: white; 
}
table.embedded-form tbody { 
	background-color: white;
}		
table.embedded-form tbody td { 
	background-color: white;
}		
table.embedded-form tfoot { 
	background-color: #0A4E75;
}	




/* ### Styles provided by Three Column Opaque - Beach #3 : LFA Beach #3 - Vertical Menus ### */

#vmenu {
	font: bold 12px/20px arial,helvetica,sans-serif;
}

#vmenu a, #vmenu .root {
	white-space: nowrap;
	margin:0;
}
	
#vmenu a, #vmenu a:visited {
	color: #BCBFA0;
	background-color: #0A4E75;
	border: 1px solid #c2dac5;
	padding: 1px 5px;
}
	
#vmenu a:hover {
	color: white;
	background-color: #2DABC2;
}

#vmenu .root a {
	color: #fff;
	background: #0A4E75;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #c2dac5;
}

#vmenu .root a:hover {
	background-color: #2DABC2;
}

div#vmenu .root:hover {
	background: #2DABC2;
}

div#vmenu li, div#vmenu li:hover {
	background: #2DABC2;
}
	
#vmenu a.x, #vmenu a.x:visited {
	background:url(/common/images/menus/dark_east.gif) no-repeat right;
	color: #2DABC2;
	background-color: #0A4E75;
	border: 1px solid #c2dac5;
}
	
#vmenu a.x:hover{
	color: white;
	background-color: #0A4E75;
}

/* ### Styles provided by Jim Mohr : Custom Sytles - Mohr Group ### */

#c1 .photo {
	background-image: url(/sm_Mohr-Group_180_blue.jpg);
	height: 143px;
}
#c2 {
	width: 760px;
	max-width: 760px;
	margin: 0 0 0 186px;
}
#c3 {
	display: none;
	float: none;
	max-width: 0px;
	width: 0px;
}

/* tell a friend */
.tell-a-friend {
	display: none;
}
* request information */
.request-information {
	display: none;
}

a:link {
	color: #003366;
}
a:hover {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:active {
	color: #003366;
}


/* header */
#header #logo #title {
	font: 36px Arial, Verdanna, Times, sans-serif;
	font-weight: bold;
	color: #0A4E75;
	display: block;
	padding: 60px;
        margin-left:400px;
}
.page-title {
        font-family: Arial, "Times New Roman", Times, serif;
        font-size: 19px;
        font-weight: bold;
        color: #003366;
        text-transform: uppercase;
}

#c1 .text {
	font-size: 13px;
	text-align:left;
	font-family: Arial, "Times New Roman", Times, serif;
        font-style: normal;
	line-height:14px;
}
#c2 .text {
	font-size: 16px;
	font-family: Arial, "Times New Roman", Times, serif;
	line-height:22px;
	color:#000000;}

#c2 .title{
        font-size: 14px;
        font-family: Arial, Verdanna, sans-serif;
	color:#003366;
        text-transform: uppercase;
        font-weight: bold;
}

#c2 .subtitle{
        font-size: 16px;
        font-family: Arial, Verdanna, sans-serif;
	color:#003366;
        font-weight: bold;
}

/* paragraph */
.paragraph .title {
	font-size: 18px 
        font-family:  Arial, Verdanna, sans-serif;
	font-weight: bold;
	color: #003366;
	display: block;
	padding: 5px 0;
        
}
.paragraph .subtitle {
	font: 16px Arial, Trebuchet MS, Verdanna sans-serif;
	font-weight: bold;
        color: #003366;
	display: block;
	padding: 5px 0;
}

h3 {
	font: 16px Arial, Trebuchet MS, Verdanna sans-serif;
	font-weight: bold;
        color: #003366;
	display: block;
	padding: 5px 0;
        text-transform: uppercase;
}

html body {
	font-family: Arial, Verdanna, sans-serif;
	font-size: 14px;
	line-height: 1.166;
	margin: 0 0 24px 0;
}

#c3 .text {
	font-size: 13px;
	font-family: Arial, "Times New Roman", Times, serif;
	line-height:22px;
	color:#000000;}

/* misc. styles */
.slogan {
	padding: 0px 0;
}
.slogan {
	color: #0A4E75;
	font-weight: normal;
        text-align:right;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-bottom:45px;
}

/* ### Styles provided by Jim Mohr : Custom Menus Mohr Group ### */

#vmenu {
	font: bold 12px/20px arial,helvetica,sans-serif;
}

#vmenu a, #vmenu .root {
	white-space: nowrap;
	margin:0;
}
	
#vmenu a, #vmenu a:visited {
	color: #ffffff;
	background-color: #0A4E75;
	border: 1px solid #c2dac5;
	padding: 1px 5px;
}
	
#vmenu a:hover {
	color: white;
	background-color: #2DABC2;
}

#vmenu .root a {
	color: #fff;
	background: #0A4E75;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #c2dac5;
}

#vmenu .root a:hover {
	background-color: #2DABC2;
}

div#vmenu .root:hover {
	background: #2DABC2;
}

div#vmenu li, div#vmenu li:hover {
	background: #2DABC2;
}
	
#vmenu a.x, #vmenu a.x:visited {
	background:url(/common/images/menus/dark_east.gif) no-repeat right;
	color: #ffffff;
	background-color: #0A4E75;
	border: 1px solid #c2dac5;
}
	
#vmenu a.x:hover{
	color: white;
	background-color: #0A4E75;
}

