body
{	
	text-align:left;
	margin:0;
	font: 0.80em verdana, arial, helvetica, sans-serif;
	background: #000000;
	color:#ffffff;
	background: #000000 url(../images/bg_home.jpg) no-repeat;
}
h1
{
	font-size:14pt;
}
h2
{
	font-size:12pt;
}
h3,h4,h5
{
	font-size:10pt;
}
a
{
	color:#ffffff;
	text-decoration:none;
	font-size:10pt;
}
#container
{
	margin:0;
	padding:0;
	width:870px;
position:relative;
z-index:1;
}
#header_home
{
	display:none;
}
#container img
{
	border:none;
	margin:0;
	padding:0;
}
#top
{
	margin-top:664px;
	padding:0;
	width:870px;	
	background: url(../images/bg_copy.jpg) repeat-y;	
}
#copy
{
	margin-top:-180px;
	margin-left:180px;
	width:650px;
	height:200px;
	background:#ff0000;
}
#main
{
	margin:490px 0 0 170px;
	padding:0;
	width:670px;
	height:220px;
	overflow:auto;
}
#main ul
{
	list-style-image: url(../images/arrow.gif);
	margin-left:4px; padding:4px;
}
#main a
{
	text-decoration:none;
}
#main a:hover
{
	color:#3496c1;
}
#footer_top
{
	clear:both;
	width:870px;
	height:30px;
}
#footer_left
{
	float:left;
	width:167px;
	height:24px;
	background: url(../images/footer_mid_left.jpg) no-repeat;
}
#footer_email
{
	float:left;
	width:28px;
	height:24px;
}
#footer_tel
{
	float:left;
	width:27px;
	height:24px;
}
#footer_about
{
	float:left;
	width:28px;
	height:24px;
}
#footer_home
{
	float:left;
	width:26px;
	height:24px;
}
#footer_right
{
	float:left;
	text-align:right;
	width:594px;
	height:24px;
	background: url(../images/footer_mid_right.jpg) no-repeat;
}
#footer_bottom
{
	width:870px;
	height:31px;
	clear:both;
	background: url(../images/footer_bottom.jpg) no-repeat;
}
#fade_layer
{
	height:24px;
	margin-right:30px;
}
#main_menu
{
	position:absolute;
	top:100px;
	left:690px;
z-index:1000;
}
/* menu style below */

.mainDiv
{
  width:180px;
}
.topItem
{
  width:180px;
  height:22px;
  line-height:22px;
  cursor:pointer;
  text-decoration: none;
  color: white; 
  font-weight:regular;
  margin:5px 0 5px 0;
  padding-left:5px;
}
.topItem a
{
	color:#ffffff;
}
.topItem a:hover
{
	color:#3496c1;
}

.dropMenu
{
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #1479a9;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:regular;
   text-decoration:none;
   color:white;
}

.subItem a
{
   text-decoration:none;
   color:white;
}

.subItemOver
{
   cursor:pointer;
   color:#3496c1;
   text-decoration:none;
   font-weight:regular;
   padding-left:5px;
}

.subItemOver  a
{
   color:#3496c1;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}