@charset "utf-8";
/* CSS Document */




/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
#corner_badge {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration:none;
}

.spaced { line-height: 1.4em; }
.spaced SUB, .spaced SUP { line-height: 0; } 

.smallertxt { font-size:.7em;}

a:link {color: #EF8A1E;	text-decoration: none;}
a:visited { color: #EF8A1E;	text-decoration: none;}
a:hover { color:#BE6A0E; text-decoration: none; }
a:active { color:#EF8A1E; text-decoration: none; }

.holtcat{ font-size:11px; font-weight:bold; color:#FFCD15; vertical-align:middle;}
.HoltcatReport .Header {color: #FFCD15;	text-decoration: none;}
a.holtcat:visited { color: #FFCD15;	text-decoration: none;}
a.holtcat:hover { color:#C19600; text-decoration: none; }
a.holtcat:active { color:#FFCD15; text-decoration: none; }


.float_left
{float:left;}

.float_right
{float:right;}

.clear
{clear:both;}

.col2_left
{float:left;width:45%;}

.col2_right
{float:right;width:45%;}

p { line-height: 1.8em;}

h1 { color:#FFCD15; font-size:22px; font-weight:100; letter-spacing: .1em; padding-bottom:15px;}
h2 { color: #C5161B; font-size:16px}


.rt30px { margin-right:30px;}
.lt30px { margin-left:30px;}
.rt15px { margin-right:15px;}
.lft15px { margin-left:15px;}
.top20px { margin-top:20px;}
.top10px { margin-top:10px;}

.boldYellow {color:#FFCD15; font-weight:bold; } 
.grayBold { color:#4F4F51; font-weight:bold; }
.grayBoldBig { font-size:1.2em; color: #B9B6B3 ; font-weight:bolder; }
.footerTXT { color:#696969; font-size:10px;}

}

/* -----------------------------------*/
/* -- STRUCTURE <<<----------*/
/* -----------------------------------*/


#ContentContainer {
	width:570px;
	height:260px;
	background-image:url(../images/txtBack.gif);
	background-repeat:repeat-y;
}

#theContent {
 	width:530px;
	margin: 20px;
}






ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #FFFFFF;
background-color:#c5161d;

}

/* -----------------------------------*/
/* ---- FORMS  <<<-----------*/
/* -----------------------------------*/
#LocBtn { }
a.cssLoc {
	display: block;
	height: 75px;
	width: 280px;
	background: url("../images/button_Loc.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-indent:-9999px
}

a:hover.cssLoc {
	background-position:-280px 0px;
}

#ProdBtn { }
a.cssProd {
	display: block;
	height: 75px;
	width: 280px;
	background: url("../images/button_Prod.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-indent:-9999px
}

a:hover.cssProd {
	background-position: -280px 0px;
}

#FinBtn { }
a.cssFin {
	display: block;
	height: 75px;
	width: 280px;
	background: url("../images/button_Fin.jpg") 0 0 no-repeat;
	text-decoration: none;
	text-indent:-9999px
}

a:hover.cssFin {
	background-position: -280px 0px;
}
/* -----------------------------------*/
/* --- COMMENTS <<<----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---- EXTRAS <<<-----------*/
/* -----------------------------------*/
#TXmap {
	position:relative;
	top:0;
	left:0; 
	z-index:1;
	width:320px;
	}

