body{font-size:18px;}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 18px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #A0A0A0;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background:#D8D8D8 ;// #cde686;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* site styles */

body { 	background-color: #000000; }

.opacityit img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);-moz-opacity: 0.7;}
.opacityit:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;}

a:link {color: #fff; text-decoration:none; }
a:visited { color: #fff; text-decoration:none;}
a:hover { color:#fff; text-decoration:none; }

/*
.pag a:link {color: #FFFFFF; text-decoration:none; }
.pag a:visited { color: #FFFFFF; text-decoration:none;}
.pag a:hover { color:#FFFFFF; text-decoration:none; }
.pag a:focus { color: #FFFFFF; text-decoration:none; }
.pag a:active { color: #FFFFFF; text-decoration:none; }
*/
.logo_transparent img{  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);  -moz-opacity: 0.5;}

.style1 {font-size: 14px;font-weight: bold;}
.headerfont {font-size:16px; color: #F8720F; font-weight:200;}
.style2 {font-size: 18px;font-weight: bold;color: #FFFFFF;}
.style4 {color: #FFFFFF;font-size:16px;}
.style5 {color: #FFFFFF;font-weight: bold;font-size:18px;}
.style6 {color: #FFFFFF}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
/*contact*/
.mailform{text-shadow:#999999; color:#000000; font-size:14px; font-weight:bold;}

.trans_box {
   border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Images/semi_bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box[class] {
  background-image:url(Images/semi_bg.png);
}

div.pagingleft
{
 width:200px;
 height:33px;
 background:url(Images/2leftarrow.png) no-repeat top left;
 padding-left:33px;
 font-size:30px;
 }
div.pagingright
{width:200px;
 height:33px;
 background:url(Images/2rightarrow.png) no-repeat top right;
 padding-right:33px;
 font-size:30px;
 }
