BODY {
text-align: justify;
}
a:link {
  text-decoration: none;
  color: #990000;
}
a:visited {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}





#marqueecontainer{
position: relative;
width: 143px; /*marquee width */
height: 140px; /*marquee height */
background-color: ;
overflow: hidden;
border: 1px solid #785a3c;
padding: 2px;
padding-left: 2px;
}
input {
 background-color: #c9c8c6;
 color: #660000;
 border: 1px solid #660000;
}
button {
 color: #ffffff;
}
select {
 background-color: #c9c8c6;
 color: #660000;
 border: 1px solid #660000;
}
textarea {
 background-color: #c9c8c6;
 color: #660000;
 border: 1px solid #660000;
}








#mainnav, #mainnav ul
{
    padding: 0 3px;
    margin-left: 0;
    list-style-type: none;
    background: ;
    border: ;
    width: 140px;
}

#mainnav li
{
    border-bottom: 1px solid #ccc;
}

#mainnav a
{
    text-decoration: none;
    color: #785a3c;
    font-size: 11px;
    font-family: verdana, sans-serif;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus
{
    color: #ffffff;
}

#mainnav ul
{
    margin-left: ;
    border: 1px solid #000;
    border-left: 1px dotted #ffffff;
    font-size: 11px;
}






a.tip1 {
	position: relative;
}

a.tip1 span {
	display: none;
	position: absolute;
	top: 20px;
	left: +160px;
	width: ;
	padding: ;
	z-index: 100;
	background: #ffffff;
	color: #ffffff;
	
}

a:hover.tip1 {
	font-size: ; /* this is just for IE */
}

a:hover.tip1 span {
	display: block;
}
		

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333333;
        font-height:bold;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #ff0000;}
#TB_window a:visited {color: #ff0000;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #ff0000;}
#TB_window a:focus{color: #ff0000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	opacity: 0.25;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:;
    color:;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:;
    border:;
    background-color:#d6d9d8; color:;
    text-align: center}










#navcontainer
{
margin: 0px 0 0 10px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}

#navcontainer ul li a
{
background: #a19b9b;
width: 90px;
height: 36px;
border-top: 1px dashed #f50704;
border-left: 1px dashed #f50704;
border-bottom: 1px dashed #f50704;
border-right: 1px dashed #f50704;
padding: 0;
margin: 0 0 5px 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: bold 10px/10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #000000;
background: #d9d8d6;
}

#navcontainer a:active
{
background: #c19b9b;
color: #fff;
}

#navcontainer li#active a
{
background: #d9d8d6;
border: 1px dashed #a19b9b;
color: #c60909;
}



#navcontainer2
{
margin: 0px 0 0 10px;
padding: 0;
height: 20px;
}

#navcontainer2 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer2 ul li
{
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}

#navcontainer2 ul li a
{
background: #a19b9b;
width: 90px;
height: 36px;
border-top: 1px dashed #f50704;
border-left: 1px dashed #f50704;
border-bottom: 1px dashed #f50704;
border-right: 1px dashed #f50704;
padding: 0;
margin: 0 0 5px 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: bold 10px/10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer2 ul li a:hover
{
color: #000000;
background: #d9d8d6;
}

#navcontainer2 a:active
{
background: #c19b9b;
color: #fff;
}

#navcontainer2 li#active a
{
background: #d9d8d6;
border: 1px dashed #a19b9b;
color: #c60909;
}
















#navcontainer_phones
{
margin: 0px 0 0 10px;
padding: 0;
height: 20px;
}

#navcontainer_phones ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer_phones ul li
{
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}

#navcontainer_phones ul li a
{
background: #a19b9b;
width: 70px;
height: 33px;
border-top: 1px dashed #f50704;
border-left: 1px dashed #f50704;
border-bottom: 1px dashed #f50704;
border-right: 1px dashed #f50704;
padding: 0;
margin: 0 0 5px 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: bold 10px/10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer_phones ul li a:hover
{
color: #000000;
background: #d9d8d6;
}

#navcontainer_phones a:active
{
background: #c19b9b;
color: #fff;
}

#navcontainer_phones li#active a
{
background: #d9d8d6;
border: 1px dashed #a19b9b;
color: #c60909;
}




#navcontainer_phones2
{
margin: 0px 0 0 10px;
padding: 0;
height: 20px;
}

#navcontainer_phones2 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer_phones2 ul li
{
display: block;
float: left;
text-align: center;
padding: 3px;
margin: 0;
}

#navcontainer_phones2 ul li a
{
background: #a19b9b;
width: 100px;
height: 33px;
border-top: 1px dashed #f50704;
border-left: 1px dashed #f50704;
border-bottom: 1px dashed #f50704;
border-right: 1px dashed #f50704;
padding: 0;
margin: 0 0 5px 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: bold 10px/10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer_phones2 ul li a:hover
{
color: #000000;
background: #d9d8d6;
}

#navcontainer_phones2 a:active
{
background: #c19b9b;
color: #fff;
}

#navcontainer_phones2 li#active a
{
background: #d9d8d6;
border: 1px dashed #a19b9b;
color: #c60909;
}















.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap span.vert {background-image: url(vert1.gif);}
.sitemap span.last {background-image: url(last1.gif);}
.sitemap span.midd {background-image: url(midd1.gif);}

.sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.save{
   behavior:url(#default#savehistory);}
a.dsphead{
   text-decoration:none;
   margin-left:200px;}
a.dsphead:hover{
   text-decoration:underline;}
a.dsphead span.dspchar{
   font-family:monospace;
   font-weight:normal;}
.dspcont{
   display:none;
   margin-left:1.5em;}

