/* CSS Document */

.left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: 000000;
	border-right-color: 000000;
	border-bottom-color: 000000;
	border-left-color: 000000;
}



.square {
	border: 1px solid #CCCCCC;
}
.right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.lr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
}
.n {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.10h {
	height: 9px;
	padding: 5px;
	float: left;
	clear: left;
}
.tittles {
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ctext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}




.ddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tittles2 {
	color: #0099CC;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 5px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer2 A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #D2E2FF;
margin: 0;
padding: 2px 5px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.li2 {
	background-color: #22CCFF;
}



.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.content3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
}






#info {height:17em; padding-bottom:2em;}

.menu {
  display:table;           /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;      /* keep text on one line */
  border:1px solid #06a;   /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  
.menu li {
  display:table-cell;      /* ignored by IE */
  }
* html .menu li {
  display:inline;          /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;           /* for all browsers except IE */
  padding:4px 12px;
  color:#000; 
  background:#d4d4d4; 
  border:1px solid #333333;   /* add a 1px white border around each list item */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
.menu a:hover {
  color:#000000; 
  background:#ffff99;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}

.Ess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #B9CAE3;
}

#infor {border:0.5em solid #08c; border-width:0.5em 0;}

#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 5px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:5px 0;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FF9900; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block;  background:#dddddd; border:0 solid #08c; border-width:0 1px;}


			/* NAVIGATION BUTTONS */
			.menu3 {
						height: 40px;
						width: 585px;
						margin-left: 7px;
			}
			.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/Search_Units_Button_on.jpg) no-repeat;
	width: 190px;
	height: 40px;
	overflow:hidden;/* for ie to hide extra height*/
	background-image: url(../images/Search_Units_Button_on.gif);
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 10px;
						font-weight:bold;
						width: 190px;
						height: 40px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #F98D20;
			}
			

			.cssnav img {width: 190px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	left: 11px;top:9px;
	text-align: center;
	width: 174px;
	cursor: pointer;
	height: 29px;
    
			}
			/* END OF NAVIGATION */
			
            #ajax-banner {
                background: #444444;
                border: 0px solid black;
                width: 131px;
                height: 160px;
                text-align: center;
				top:0px;
				left:0px
            }
			
/* LINK EXCHANGE */
.linkgenSection {

	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
}
	
.linkgenTitle { font-size: 12px; color: #F7901E;	font-size: 11px; font-weight: bold; }
a.linkgenTitle:link    {
  text-decoration:  underline;
  } 
a.linkgenTitle:visited {
  text-decoration:  underline;
  } 
a.linkgenTitle:hover   {
  text-decoration:  underline;
  color: #FFFF00;
  } 
a.linkgenTitle:active  {
  text-decoration:  underline;
  } 
  
.linkngenDescription {
    color: #FFFFFF; font-size: 11px; text-decoration: none;
	
}

.content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* END LINK EXCHANGE */
