a:focus, a:active {
outline: 0;
-moz-outline: none;
}
.logo_image { position: absolute; top: 4px; left: 10px }
body{
	background-color: #201C55;
	text-align: center;
	margin: 0 0 50px;
	padding: 0 0 0;
}
.news-photo{
	float: right;
	position: relative;
	left: -5px;
	top: -10px;
	padding-left: 10px;
	margin-left: 10px;
}
.news-pdf{
	float: left;
	background-image: url(news/templates/pdf.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	width: 211px;
	font-size: 1px;
	text-indent: -9999px;
}
.newsblock{
	margin-bottom: 0.5em;
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content_block .newsblock .showhidenews a{
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #6D81A0;
	color: #554428;
	background-color: #D3C1A3;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	float: right;
	position: relative;
	top: -25px;
	font-family: Arial, Helvetica, sans-serif;
}
#content_block .newsblock .showhidenews a:hover{
	background-color: #2B2877;
	color: #FFFFFF;
}
#big_block  {
	background-color: white;
	text-align: left;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
	z-index: 0;
	width: 797px;
	height: auto;
	border: 3px solid #DCCA94;
}
#header_block_home {
	background-image: url(images/Banners/home.jpg);
	background-repeat: no-repeat;
	height: 356px;
	width: 100%;
}

.header_block {
	background-repeat: no-repeat;
	height: 214px;
	width: 100%;
}

#HBanner_about{
	background-image: url(images/Banners/01.jpg);
}
#HBanner_services{
	background-image: url(images/Banners/03.jpg);
}
#HBanner_contactus{
	background-image: url(images/Banners/02.jpg);
}
#HBanner_employment{
	background-image: url(images/Banners/04.jpg);
}
#HBanner_portfolio{
	background-image: url(images/Banners/05.jpg);
}

#content_block{
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	min-height: 450px;
	overflow: hidden;
	clip: rect(auto auto auto auto);
	border-top: 2px solid #000;
	width: 100%;
}


#copy_block {
	float: left;
	width: 580px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	display: block;
}

#copy_block-home {
	float: left;
	width: 98%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	display: block;
}
 
.factoid {
	margin-bottom: 1.5em;
	padding-top: 40px !important;
	padding-bottom: 40px;
	position: relative;
	z-index: 100;
	width: 751px;
	min-height: 205px;
	clear: both;
	border: solid 1px #9cf;

}
.portrait {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 170px;
	height: 202px;
	clear: none;

}
.bio {
	background-color: transparent;
	margin-left: 175px;
	padding: 5px;
	position: relative;
	z-index: 100;
	width: auto;
	clear: none;

}

/* ------------------ */
/* Footer             */
/* ------------------ */
#footer{
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 35px;
	border-top: 2px solid #000;
	background-color: #2B2877;
	display: block;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#footer ul{
	display: inline;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#footer li{
	display: inline;
	list-style-type: none;
}
#footer a{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	margin-right: 25px;
}
#footer p{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a:hover{
	color: #FFFFFF; 
}

/* ------------------*/
.clear {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	clear: both;
}
 
/* ------------------*/
/*     Menu Prime    */
/* ------------------*/
#menu_prime {
	top: 100px;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 4px;
}

#menu_prime ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100px;
 
}
#menu_prime li {
	white-space: normal;
	display: inline;
	float: left;	 
}
#menu_prime a {
	width: 121px;
	height: 26px;
	display: block;
	background-color: #FFFFFF;
	margin: 5px;
	font-size: 1px;
	text-indent: -9999px;
}
#menu_prime a:hover {
	background-position: center center;
}

#current_section a{
	background-position: bottom;
}

.home{
	background-image: url(images/buttons/BTN_0005_Home.jpg);
}
.about{
	background-image: url(images/buttons/BTN_0004_About%20LRHA.jpg);
}
.services{
	background-image: url(images/buttons/BTN_0003_Services.jpg);
}
.contactus{
	background-image: url(images/buttons/BTN_0002_Contact%20Us.jpg);
}
.employment{
	background-image: url(images/buttons/BTN_0001_Employment.jpg);
}
.portfolio{
	background-image: url(images/buttons/BTN_0000_Portfolio.jpg);
}
/* End Prime Menu */


/* ------------------*/
/*      Menu Sub     */
/* ------------------*/

#menu_sub {
	padding: 0;
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	display: block;
	position: relative;
	left: 10px;
} 
#menu_sub h1 {
	color: black;
	font-size: 16px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
	width: 166px;
}

#menu_sub ul  {
	color: #000;
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu_sub li{
}
#content_block  #menu_sub a {
	font-weight: bold;
	text-align: center;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-color: #C1A67B;
	margin: 2px;
	font-size: 12px;
}
#content_block  #menu_sub ul li a:hover  {
	background-color: #FBFFFF;
	color: #2B2877;
}
#content_block #menu_sub #current_page{
	background-color: #2B2877;
	font-style: normal;
	color: #FFFFFF;
	cursor: default;
}
/* ------------------*/
/* End Menu Sub */

/* ------------------*/
/* Tables */
	.table { border-style: solid; border-width: 2px; border-color: #f7f7f5 #666 #000 #e4e4e2 }
	.table_header { color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #75c0e7; text-align: center; padding: 5px; border-bottom: 2px solid #005474 }
	.table_item { color: #000; font-size: 0.75em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #ffffb3; text-align: center; border-right: 3px solid #005474; border-bottom: 1px solid #005474 }
	.table_timesA { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; background-color: #fcffd7; text-align: center; padding: 5px; border-top: 1px solid #005474; border-right: 1px solid #005474; border-bottom: 1px solid #005474 }
	.table_timesB { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; background-color: #fff; text-align: center; padding: 5px; border-right: 1px solid #005474 }
 
h1 {
	color: #000;
	font-size: 17pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em;
}
h2 {
	color: #2B2877;
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em;
}
h3 {
	color: #464646;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.2em;
}
br { margin: 0; padding: 0; position: relative; width: 0; height: 1em; clear: both; overflow: hidden }
p { color: #464646; font-size: 0.85em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-top: 0.5em; margin-right: 0; margin-bottom: 8px; z-index: 0; width: inherit }
ul { color: #464646; font-size: 0.85em; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; list-style-type: square; margin: 0.5em 0 1em 40px }
address { color: #464646; font-size: 0.85em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; text-align: left; text-indent: 10px; margin: 0; padding: 0; width: inherit }


/* "q_and_a */
.question  {
	color: #2B2877;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: transparent;
	display: inline-table;
	margin: 0 3px 0 0;
	padding: 0;
	position: absolute;
	top: -13px;
	left: -41px;
}
.answer  {
	color: #C1A67B;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: transparent;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: absolute;
	top: -10px;
	left: -41px;
 
}
.qanda_block {
	background-color: #fbfdfd;
	background-image: url("images/area_location.jpg");
	background-repeat: no-repeat;
	text-indent: -43px;
	margin: 15px 0 0;
	padding: 20px 8px 8px 50px;
	position: relative;
	border: solid 1px #f2de78;
}
	div.qanda_block dl {
	color: #464646;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
}
	div.qanda_block dt {
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: 0;
	margin: 0;
	padding: 0;
	position: relative;
	height: 2em;
}
	div.qanda_block dd {
	background-color: transparent;
	text-indent: 0;
	margin: 0 0 10px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #008080;
}
 
.photo_A { visibility: visible; position: relative; z-index: 200; float: left }
.photo_B { visibility: visible; position: relative; z-index: 200; float: right }
 
/* "Employment Appliication" */
	label { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; list-style-type: square; margin: 0; padding: 0 10px 0 0 }
	input { margin: 0 3px 0 0; padding: 0 }
.personal {
	background-color: transparent;
	background-image: url("images/personal.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 500px;
	height: auto;
	border: solid 1px #114b23;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	overflow: visible;
}
.education {
	background-color: transparent;
	background-image: url("images/education.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 500px;
	height: auto;
	border: solid 1px #114b23;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	overflow: visible;
}
.memberships {
	background-color: transparent;
	background-image: url("images/memberships.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 500px;
	height: auto;
	border: solid 1px #114b23;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	overflow: visible;
}
	.table_headline { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center; padding-bottom: 10px; border-bottom: transparent; border-left: transparent }
	.table_cell { text-align: center; padding-bottom: 10px; padding-left: 5px; border-bottom: transparent; border-left: transparent }
	.table_row { padding-bottom: 10px; padding-left: 5px; border-top: 1px solid #dabbd6; border-right: 0 solid; border-bottom: 0 solid #000 }
/*</agl.folder>*/
/*  Location */
.block_location  {
	background-color: #fff;
	background-image: url("images/area_location.jpg");
	background-repeat: no-repeat;
	width: 210px;
	border: solid 1px #f2de78;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
}
 
/*<agl.folder "Our Work">*/
	.project { margin: 0 0 10px; padding: 10px; position: relative; width: auto; min-height: 105px; overflow: visible; border: solid 1px #ffdfaa }
	div.project img { margin: 0 0 0 10px; padding: 0; position: relative; float: right; border: solid 1px #e0dfe3 }
/*</agl.folder>*/
#content_block a { color: #26236A}
#content_block a:hover { color: #C1A67B}
address { text-indent: 0 }
/*<agl.folder "Locations Listing">*/
dl { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin: 0; padding-right: 175px; padding-left: 25px }
dt {
	color: #486A95;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
	dd { color: #777; font-size: 0.95em; text-indent: 0; margin: 0 0 15px; padding: 0 0 0 10px }
/*</agl.folder>*/
/*<agl.folder "copyright">*/
	.copyright_block { color: #c0c0c0; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center; margin-top: 25px; width: 100% }
	div.copyright_block a { color: #8dcee6; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-decoration: none; background-image: url("images/small_aqua_box.gif"); background-repeat: no-repeat; padding-left: 25px; vertical-align: middle }
	div.copyright_block a:hover { color: #fff }
/*</agl.folder>*/
 
 
 
 
#printer_banner { display: none }
