/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
.blue{
	color: #00659c; }
.black{
	color: #000000;
}

.greybody {
	color: #0A2C49;
	font-size: 80%;
}

h1 {
	font-weight: bold;
	color: #3D7BA5;
	font-size: 110%;
	padding: 0 0 0 0;
}
h2 {
	font-weight: normal;
	color: #3D7BA5;
	font-size: 95%;
	padding-bottom: 5px;
}

h3 {
	font-size: 160%;
	font-weight: 900;
	height: 23px;
	background-image: url(../images/logoLocUsa5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px 0 0 0;
}
h3 span {display:none}

h4 {
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
}

h5 {
	color: #999999;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 100%;
	font-weight: 900;
	color: #0A2C49;
}
li {
	line-height: 1.1em;
	padding-left: 5px;
	font-size: 100%;
}

ul {
	list-style-type: none;
}
p {
  margin: .75em 0;
}
br {
  margin: 0;
  padding: 0;
}
a:link, a:visited, a:hover { 
	color: #0A2C49; 
	text-decoration: none 
}
a.ink:link, a.ink:visited{ 
	color: #0A2C49; 
	text-decoration: none 
}
a.un:hover {
	color: #0A2C49;   
	text-decoration: underline;
	background-color: #ffffff; 
}
a.black1:link, a.black1:visited { 
	color: black; 
	text-decoration: none
}
a.black1:hover {
	color: black;   
	text-decoration: underline 
}
a.more:link, a.more:visited  {
	color: #0A2C49;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;	
	font-size: 90%;	 
}
a.more:hover {
	color: #0A2C49;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
	background-color: #FCF8A7;
	font-size: 90%;
}
a.blueHeadline1:link, a.blueHeadline1:visited  {
	color: #336699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;	 
}
a.blueHeadline1:hover {
	color: #336699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.3em;
	background-color: #FCF8A7;
}
a.blueHeadline2:link, a.blueHeadline2:visited {
	color: #0A2C49;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 1.2em;	
}
a.blueHeadline2:hover {
	color: #0A2C49;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	line-height: 1.2em;
	background-color: #FCF8A7;	
}
a.blueHeadline3:link, a.blueHeadline3:visited {
	color: #0A2C49;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 1.2em;	
}
a.blueHeadline3:hover {
	color: #0A2C49;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	line-height: 1.2em;
	background-color: #FCF8A7;	
}
select {	
	font-size: 12px;
	width: 130px;
	height: 20px;
}
img {
	padding: 0;
	border: 0;
}
/* The Framework
================================= =================================*/

#wrapper {
	width: 845px;
	text-align: justify;
	background-color: #fff;
	margin: 0 auto;
}
#advertiseTop {
	width: 841px;
	height: 16px;
	margin: 2px 2px 0 2px;

}
#advertiseTopRight {
	font-size: 11px;
	text-align: right;
	float: right;
	width: 545px;
	text-transform: uppercase;
	color: #666666;
	padding: 0 0 0 0;
}

#advertiseTopLeft {
	float: left;
	width: 270px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;	
}
#advertiseTop a:link {
	color: #336699;
	text-decoration: none;
}
#advertiseTop a:visited {
	color: #336699;
	text-decoration: none;
}
#advertiseTop a:hover {
	color: #336699;
	text-decoration: none;
}
#header {
	width: 845px;
	height: 94px;
		padding: 10px 0 5px 0;
	border-top: 10px solid #0A2C49;	
}
#headerLeft {
	width: 150px;
	float: left;
	display: inline;
	padding: 0 0 0 0;
}
#wrapperHeaderRight {
	width: 610px;
	text-align: left;
	float: right;
}
#headerMiddle {
	width: 375px;
	height: 50px;
	text-align: justify;
	float: left;
	padding: 0 0 0 0;
	font-size:11px;
	color:#999999;
	line-height: 10px;
}
#headerRight  {
	width: 180px;
	text-align: left;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	padding: 0 0 0 0;
}
/* Top Content
================================= =================================*/

#topContent {
	width: 843px;
	text-align: left;
	overflow: hidden; /* :HACK: Equalizes Column Heights */
	margin: 2px 0 2px 0;
	border: 1px solid #ececec;	
}
#topContentLeft {
	list-style: none;
	text-align: left;
	line-height: 1em;
	width: 130px;
	float: left;
	display: inline;
	font-size: 95%;
	padding: 3px 2px 2000px 0; /* :HACK: Equalizes Column Heights */
	margin: 2px 0 -1995px 2px;	
	}

#topContentMiddle {
	width: 520px;
	text-align: left;
	float: left;
	list-style-type: none;
	padding: 5px 0 2000px 5px; /* :HACK: Equalizes Column Heights */
	margin: 0 0 -1955px 0
}
/* New Format +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#topContentMiddleWrapper {
	width: 520px;
}
.featureCon h1{
	padding: 0 0 5px 20px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topContentMiddleWrapperL {
	width: 252px;
	float: left;	
	padding: 0 0 0 0;
}
#topContentMiddleWrapperR {
	width: 252px;
	float: right;
}
#topContentMiddleWrapper h5 a:link {
	color: #999999;
}
#topContentMiddleWrapper h5 a:visited {
	color: #999999;
}
#topContentMiddleWrapper h5 a:hover {
	color: #999999;
	text-decoration: underline;
}
.articleConMiddle{ 	
	text-align: left;
	padding: 0 7px 25px 0;
	clear: both;
	width: 255px;	
}
#stateBannerSub {
	text-align: left;
	font-size: 10px;
	color: #cccccc;
	padding: 0 0 1px 3px;
}
.profilearticleCon{ 	
	padding: 0 0 15px 0;
	clear: both;	
}
#profileCon {
	font-size: 12px;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #DCE0E2;
	border-right: 1px solid #DCE0E2;
	border-left: 1px solid #DCE0E2;	
	clear: both;	
}
.titleConL {
	color: #970F00;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 2px 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #EBECED;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 252px;
	clear: both;
	line-height: 1.1em;
	font-size: 11px;
}
.titleConL h2{
	color: #970F00;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 252px;
	clear: both;
	line-height: 1.1em;
	font-size: 11px;
}
.titleConL1 {
	color: #970F00;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 10px 0 2px 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #EBECED;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 295px;
	clear: both;
	line-height: 1.1em;
	font-size: 11px;
}
.titleConL1 h2{
	color: #970F00;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 252px;
	clear: both;
	line-height: 1.1em;
	font-size: 11px;
}
.featureCon {
	padding: 4px 0 0 0;
}
.featureCon h2{
	padding: 0;
}
.featureCon1 {
	padding: 10px 0 0 0;
}
.titleContainer2b {
	color: #ffffff;
	font-weight: bold;	
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	background: #0A2C49;
	letter-spacing: 1px;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	font-size: 11px;	
}
.titleContainer2b h2 {
	color: #ffffff;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	background: #0A2C49;
	letter-spacing: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 11px;	
}
#contactListCon {	
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	clear: both;	
}

#resourceCenter h1{
	padding: 0 0 5px 17px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1em;
}
#resourceCenter h1 a:link, a:visited{
	color: #0A2C49;
}
#resourceCenter h1 a:hover{
	background-color: #FCF8A7;
}
#resourceCenter a:link, a:visited{
	color: #0A2C49;
}
#resourceCenter a:hover{
	background-color: #FCF8A7;
	color: #0A2C49;

}
#propertySearch {
	font-size: 110%;
	padding: 0 0 10px 0;
}
#stateCon {
	font-size: 90%;
	*font-size: 80%;	
	line-height: 1.2em;
	width: 200px;
		
}
.stateConColor {
	background-color: #F6F7E7;

}
.stateConColorT {
	background-color: #F6F7E7;
	padding: 0 0 0 7px;

}
.stateConColorT1 {
	padding: 0 0 0 7px;

}
#stateCon a:link, a:visited{
	color: #0A2C49;
}
#stateCon a:hover{
	color: #0A2C49;
	background-color: #FCF8A7;
}

iframe {
overflow-x: hidden;
overflow-y: scroll;
}
#contact {
	padding: 0 0 10px 0;
	width: 250px;
}
#contactR {
	float: right;
	width: 130px;
	padding: 0 5px 0 0;
}
#contactL {
	float: left;
	width: 145px;
}
#contactL h4{
	padding: 0;
}

/* end New Format======================================================================*/

#coverWrapper {
	width: 521px;
	height: 249px;	
	margin: 0 0 25px 0;	
}
#coverContainer {
	padding: 0 0 10px 0;	
	height: 249px;
	width: 320px;
	float: left;
}
#coverContainerRight {
	padding: 0 5px 10px 10px;
	font-size: 100%;
	width: 186px;
	float: right;	
}
#coverContainerRight a:visited{
	color: #0A2C49;	
}
#coverContainerRight h1 {
	font-size: 190%;
	font-weight: bold;
	line-height: 1.1em;
	font-family: "Times New Roman", Times, serif;
	padding: 0 0 5px 0;	
}

#coverContainer h4{
	color: #FFFFFF;
	font-size: 100%;
}
#coverContainer h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;	
}
#coverContainer a:link, #coverContainer a:visited{
	color: #ffffff; 
	text-decoration: none 
}

#coverContainer a:hover {	
	color: #ffffff;   
	text-decoration: underline 
}

#topContentRightBorder  {
	border-right: 1px solid #ececec;
	float: left;
	padding: 0 0 2000px 4px; /* :HACK: Equalizes Column Heights */
	margin: 5px 0 -1995px 0;
}
#topContentRight  {
	width: 300px;
	text-align: left;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	list-style-type: none;
	padding: 5px 4px 2000px 3px; /* :HACK: Equalizes Column Heights */
	margin: 0 0 -1955px 0;	
}
#stateMenu {	
	
	padding: 5px 0 5px 45px;
	*padding: 5px 0 5px 55px;
	margin: 5px 0 0 0;
	width: 225px;
	

}
#stateMenuL {	
	float: left;
	width: 110px;
	
}
#stateMenuR {	
	float: right;
	width: 130px;
	padding: 0 0 0 0;
	
}
#adContainer {
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	clear: both;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;	
}
.ciRight {
	float: right;
	width: 30px;
	text-align: right;
	padding: 0 0 0 0;
}
.ciLeft {
	float: left;
	width: 170px;
	text-align: left;
	padding: 0 0 0 0;
}
.ciMore {
	padding: 0 0 5px 20px;
	font-weight: bold;
	font-size: 12px;	
}

.logo  {
	width: 55px;
	text-align: left;
	float: left;
}
.photoFloat {/* */
	float: left;
	list-style-type: none;
	vertical-align: top;
	margin: 0 8px 0 0;
	padding: 3px 0 0 0;
}

#footer {
	clear: both;
	width: 845px;
	text-align: center;
	border-top: 10px solid #0A2C49;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 80%;
	color: #3D7BA5;
	background-color: #F5F6F7 ;
}
 #footer h5 {
 	padding: 0 0 5px 0;
	color: #3D7BA5;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
}
#footer a:link, #footer a:visited{
	color: #00000;
	text-decoration: none; 
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

/*================================== */
#sponsorCon {
	padding: 10px 7px 10px 10px;
	width: 828px;
	clear: both;
	border-top: 1px solid #000033;
	background-color: #F5F6F7;
	font-size: 90%;
	line-height: 1.1em;	
}

.sponsorConL {
	width: 128px;
	float: left;
	padding: 10px 4px 0 4px;
	text-align: left;
}
.sponsorCn {
	padding: 0 0 15px 0;
}
#sponsorCon h1{
	color: #970F00;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
/*======== */
#resourceCenter {
	font-size: 12px;
	text-align: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}

#stateResourceCon {
	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;	
}
#contactListCon {	
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	clear: both;	
}
#stateMenu1 {	
	text-align: left;
	padding: 3px 0 0 0;
}
.con5pad {
	padding: 0 0 0 0;
}
.con5pad h4{
	padding: 0 0 0 0;
}
/*======================================*/

.clear {
	clear: both;
}
/*============================== Two Tier nav */
.basictab ul{
margin: 0 0 2px 0;
padding: 7px 0 7px 0px;
font: normal 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #0A2C49;
}
.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 3px;
background-color: #0A2C49;
color: #ffffff;
font-weight: bold;
line-height: 1px;
}
.basictab li a:visited{
color: #ffffff;
font-weight: bold;
line-height: 1px;
}
.basictab li a:hover, .basictab li a.current{
color: #ffffff;
padding: 7px 10px 7px 10px;
*padding: 5px 10px 6px 10px; /*IE fix*/
font-weight: bold;
line-height: 1px;
background-color: #006699;
}
.basictab li a:active{
color: #ffffff;
font-weight: bold;
line-height: 1px;
}
.tabcontainer{
	color: #0A2C49;
	padding: 3px 0 3px 15px;
	line-height: 1.1em;
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:25px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
		
}
.tabcontainer a:link, .tabcontainer a:visited{
color: #0A2C49;

}

.tabcontainer a:hover{
color: #0A2C49;
text-decoration: underline;
}
.tabcontent{
display:none;
}
#nav {
	border-bottom: 1px solid #0A2C49;	
}
/*============================*/

#currentInterest1 {
	font-size: 12px;
	text-align: left;
	padding: 5px;
		clear: both;}
#currentInterest1 h1{
	padding: 0 0 5px 20px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
	font-size: 12px;}
#currentInterest1 h2{
	font-size: 11px;
	color: #0A2C49;}
#foreignCon2 {
	padding: 5px;
	margin: 0 0 10px 0;
	border: 1px solid #DCE0E2;
	background-color: #eeeeee;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: bold;}		
#letter {
	background-color: #f7f7e7;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
	line-height: 1.2em;
	margin: 10px 0 10px 0;
}