
/* ### 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 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 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 - Two Column Masthead - Navigation Top : Two Column Masthead - Navigation Top - Custom ### */

html body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.166;
}
#layoutwrapper {
	width: 954px;
	margin: 0 auto;
	position: relative;
}



/* header */
#header {
}
#header #logo {
}
#header #logo #title {
}



/* row one */
#r1 {
}



/* row two */
#r2 {
}



/* first column */
#c1 {
	width: 764px;
	max-width: 764px;
	margin-right: 180px;
}
#c1 .text {
	padding: 16px 10px;
}
#c1 .text p {
	margin: 3px 0 12px 0;
}



/* second column */
#c2 {
	float: right;
	width: 180px;
	max-width: 180px;
}
#c2 .title {
	margin: 5px;
	line-height: 1.5em;
}
#c2 .photo {
	margin: 0;
}
#c2 .text {
	margin: 5px;
}
#c2 .text p {
	margin: 3px 0 3px 0;
}



/* office */
.office {
	margin: 5px;
	padding-bottom: 20px;
}
.office .title {
	font-weight: bold;
}
.office .photo {
	width: 170px;
}
.office .text {
}



/* emailers */
.request-information {
	margin: 5px;
	padding: 10px 0;
}

.request-information .photo {
	width: 170px;
}

.tell-a-friend {
	margin: 5px;
	padding: 10px 0;
}

.tell-a-friend .photo {
	width: 170px;
}



/* footer */
#footer {
	margin: 0 auto;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#legal {
	margin: 0 auto;
	padding: 0 25px;
}


/* footer-menu */
#footer-menu {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#footer-menu a:link {
	text-decoration: none;
}




/* misc. styles */
.content {
	padding: 7px;
}
.slogan {
	padding: 5px;
}
.disclaimer {
	padding: 10px 0;
}
.license-numbers {
	padding: 10px 0;
}
.powered-by {
	border: 1px solid #666666;
}




/* ### Styles provided by Two Column Masthead - Navigation Top - Style W : Two Column Masthead - Style W - Horizontal Menus ### */

#hmenu a, #hmenu .root {
	font:bold 11px/16px arial,helvetica,sans-serif;
}
	
#hmenu .root {
	color: black;
}

#hmenu .root a {
	color: white;
	border: none;
}
	
#hmenu a {
	padding: 1px 7px;
	border: 1px solid;
	border-color: #ccc #888 #888 #bbb;
}
	
#hmenu a, #hmenu a:visited{
	color: white;
}
	
#hmenu a:hover{
	color: white;
	background: #520201;
}
	
#hmenu a:active{
	color: #989779;
}
	
#hmenu ul{
}
	
#hmenu li{
}
	
#hmenu ul ul{
	background-color: #989779;
}
	
#hmenu ul ul ul{
}
	
/* 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{
	background: black url(/common/images/menus/dark_east.gif) no-repeat -999px -9999px;
	color: white;
	background-color: #520201;
}
	
div#hmenu li:hover{
}
	
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
{}
	
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
{}
	
/* End of non-anchor hover selectors */

/* Styling for Expand */
	
#hmenu a.x, #hmenu a.x:visited{
	font-weight:bold;
	color: black;
	background: #989779 url(/common/images/menus/dark_east.gif) no-repeat 100% 50%;
}
	
#hmenu a.x:hover{
	color: white;
	background-color: #520201;
}
	
#hmenu a.x:active{
	color: #989779;
}



/* ### Styles provided by Two Column Masthead - Navigation Top - Style W : Two Column Masthead - Style W - Custom ### */

html body {
 	color: #353421;
	background-color: #660000;
 	font-family: Times New Roman, Verdanna, Arial, sans-serif;

}

a:link {
	color: #4a0207;
}
a:hover {
	color: #4a0207;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}

#layoutwrapper {
	width: 754px;
}

/* header */
#header {
	width: 754px;
	height: 78px;
	margin: 0 auto;
	margin-top: 20px;
}

#header #logo {
	color: white;
	font-family: Times New Roman, Verdanna, Arial, sans-serif;
}
#header #logo #title {
	font-size: 24px;
	text-transform: uppercase;
}
#header #logo #date {
	font-size: 16px;
	font-style: italic;
	text-transform: none;
}


/* row one */
#r1 {
	background-image: url(/common/styles/two-column-w/images/r1-background-lfa.jpg);
	height: 172px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-bottom:30px;
}
#primary-menu {
	padding: 0px;
	font-size: 16px;
	background-color: black;
	margin-left: 4px;
	margin-right: 4px;
	color: white;
	text-transform: uppercase;
	font-family: Times New Roman, Verdanna, Arial, sans-serif;
	position: absolute;
	top: 170px;
	left: 0px;
	width: 746px;
}


/* row two */
#r2 {
	background-color: white;
}



/* column one */
#c1 {
	width: 564px;
}


/* column two */
#c2 {
	background-image: url(/common/styles/two-column-w/images/c2-background.jpg);
	background-repeat:repeat-x;
	margin-left: 4px;
	margin-right: 4px;
	width: 172px;
	float: right;
}
#c2 .photo {
	width: 164px;
}


/* office */
.office {
	margin: 4px;
	border: 0px solid white;
	background-color: transparent;
}
.office .title {
	color: black;
	font-size: 14px;
	font-family: Verdanna, Arial, sans-serif;
}
.office .text {
	color: black;
	font-size: 12px;
	font-family: Verdanna, Arial, sans-serif;
}

/* paragraph */
.paragraph {
}
.paragraph .title {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}
.paragraph .subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}
.paragraph .text {
	color: #464646;
	font-family: Times New Roman, Verdanna, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-left: 20px;
}


/* footer */
#footer {
	background-color: #989779;
	color: white;
	font-size: 12px;
}
#footer-menu {
}
#footer-menu a {
	border: 1px solid #666666;
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 3px;
}
#footer-menu a:hover {
	background-color: #660000;
	color: white;
}



/* misc styles */
.page-title {
	color: #989779;
	line-height: 22px;
	border-bottom: 1px dotted #989779;
	font-size: 18px;
	font-family: Times New Roman, Verdanna, Arial, sans-serif;
	text-transform: uppercase;
}
.content {
	padding: 15px;
}


/* ------ tables ------- */
table.list thead { 
	background-color: #989779;
	color: white;
}
table.list tbody td { 
	background-color: white;	border-bottom: 1px #dedcb8 dotted;
}
table.list tbody td.section {
	background-color: #989779;
	color: white;
	font-weight: bold;
}
table.list tfoot { 
	background-color: #989779;
	color: white;
}	


table.embedded-list thead { 
	background-color: #989779;
	color: white;
}
table.embedded-list tbody { 
	background-color: white;
}		
table.embedded-list tbody td { 
	background-color: white;
	border-bottom: 1px #dedcb8 dotted;
}		
table.embedded-list tfoot { 
	background-color: #5b5d47;
	color: white;
}	



table.form thead { 
	background-color: #989779;
	color: white; 
}
table.form tbody { 
	background-color: #f5f5f5;
}
table.form tfoot { 
	background-color: #989779;
	color: white;
}	


table.embedded-form thead { 
	background-color: #989779;
	color: white; 
}
table.embedded-form tbody { 
	background-color: white;
}		
table.embedded-form tbody td { 
	background-color: white;
}		
table.embedded-form tfoot { 
	background-color: #989779;
}	


/* ### Styles provided by R. Tracy Page : Custom Styles for Tracy Page ### */

/* column two */
#c2

.office .title {
	color: black;
	font-size: 15px;
	font-family: Verdanna, Arial, sans-serif;
}
.office .text {
	color: black;
	font-size: 14px;
	font-family: Verdanna, Arial, sans-serif;
}
