body {
   margin: 0 auto;
   background-color:#515357;
   background-image:url('images/page_bg.png');
   font-family:arial, sans-serif,Helvetica; 
   font-size:11pt; 
   -webkit-text-size-adjust: none;
}

td  {
  font-family:arial, sans-serif,Helvetica; 
  font-size:12pt; 
}

tr.wf td  {
  font-family:arial, sans-serif,Helvetica; 
  font-size:11pt; 
  color: #ffffff;
  font-weight:bold;
}


tr.frow0 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	background-color: #D0C0B0;
}

tr.frow1 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	background-color: #E5E1D6;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

tr.frow2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	background-color: #C0CAD6;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}

img {
   vertical-align:text-top;
   border:0px;
}

.error {
	color: #000000;
	background-color: #f0d0d0;
}


#container {
   width: 902px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 0px;
}

#content_home {
   position: relative;
   padding: 0px;
} 

#home_welcome {
   position: relative;
   top: +15px;
   color: #F1F2F3;
   padding: 2px;
	font-size: 13pt;
}

#home_left {
   position: relative;
   top: +30px; 
   float: left;
   width: 400px;
}

#home_right {
   position: relative;
   top: +27px;
   float: right;
   width: 480px;
/* removed background, 06-25
   background: #FFF; 
*/
}

#fadeshow1 {
   width: 400px;
   height: 244px;
   padding: 0px;
}

.home_text1 {
   padding: 3px;
   border: 4px hidden;
   color: #FFFAFA;
   vertical-align: text-top;
}

.home_text1 h2 {
	font-size: 16pt;
   margin: 10px 0px 5px 0px; 
   padding: 0px;
}

.home_text1 p {
   font-size: 12pt;
   margin: 4px 0px 6px 0px;
   padding: 0px;
   text-align:justify;
   text-justify:inter-word;
}

#home_text3 {
/* removed background, 06-25
   background-color: #F4F0E8;
   background-image:url('images/parchment_450.jpg');
   border: 1px solid #2C2728;
 */
   color: #FFFAFA;

   padding: 0px 0px 0px 4px;
   vertical-align: text-top;
}

#home_text3 h2 {
	font-size: 14pt; 
   margin: 0px 0px 1px 0px; 
   padding: 0px;
}

#home_text3 p {
   margin: 0px 0px 2px 0px; 
   padding: 0px;
	font-size: 10pt; 
}

#home_text3 li {
   margin: 0px 2px 2px 0px; 
   padding: 1px;
	font-size: 10pt;
   text-align:justify;
}

#home_text3 ol {
   margin: 4px 0px 4px 0px; 
   padding: 0px 2px 4px 22px;
}

#home_fill {
   clear: both;
   position: relative;
   top: 0px;
   height: 35px;
}

#content_other {
   position: relative;
   left: 0px;
   top: +10px;
   width: 872px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
   background-color: #FDFDFE;
} 

#content_services {
   position: relative;
   left: 0px;
   top: +10px;
   width: 872px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
   color: #FFFAFA;
   border: 1px solid #2C2728;
} 


.menu { 
  width: 902px;
  height: 32px;
  position: relative;
  z-index: 100;
  font-family: Verdana, Arial, Tahoma;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:901px; w\idth:902px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
   width:902px;
   background:#334545;
}

.menu ul ul {
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:150px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:141px;
	height:30px; 
 	border:1px solid #256372; 
	border-width:1px 0 1px 1px;
	background:#334545 url(/images/mnu-bk1.jpg);
	padding-left:10px; 
	line-height:29px; 
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px; 
	w\idth:150px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#1D7FBC no-repeat 150px center;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#000; 
	background:#B9CDD4 url(images/mnu-bk2.jpg);
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000; 
	background:#B9CDD4 url(/images/mnu-bk2.jpg);
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#6BC4F1;
}
.menu ul ul :hover > a.drop {
	background:#6BC4F1;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden; 
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:149px;
	border-top:1px solid #000;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#e5e1d6; 
	color: #000; 
	height: auto; 
	line-height:1em; 
	padding: 5px 10px; 
	width: 129px;
	border-width:0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:150px;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.footer {
   clear:both;
   position:relative;
   width: 902px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.footer1 {
   position:relative;
   left: -1px;
   width: 904px;
   height: 14px;
   padding: 0px 0px 0px 0px;
   font-size: 7.5pt;

   color: white;
   background: #505857 url('images/bot_bk.gif');
   text-align: center;
}

.footer2 {
   position:relative;
   left: -1px;
   width: 904px;
   height: 1px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border: 0px;
   font-size: 0pt;  /* stupid IE ignores height value */
   line-height: 0px;
   text-align: center;
}
