/* CSS Document */

body {
	background-color: #fe7101;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #fe7101;
}
a:visited {
	color: #FE7101;
}
a:hover {
	color: #999999;
}

a.grey:link {
	color: #666666;
}
a.grey:visited {
	color: #666666;
}
a.grey:hover {
	color: #999999;
}

#wrap {
	width:957px;
	margin-left:auto;
	margin-right:auto;}
	
#top{
	width:957px;
	height:30px;
	background-image:url(images/top_round.jpg);

}
#logo{
width:957px;
height:154px;
background-image:url(images/logo_bg.jpg);
background-repeat:no-repeat;}

#flash{
width:957px;
height:350px;
background-image:url(images/flash_bg.jpg);
background-repeat:no-repeat;}

#f_hold{
width:550px;
float:right;}

#content_left{
	width:740px;
	float:left;
	margin-top:100px;
	}
	
#content_right{
	width:200px;
	float:left;
	margin:0px;}
	
#content_right{
	width:200px;
	float:left;
	margin:0px;}

#bot{
	width:957px;
	height:33px;
	background-image:url(images/bot_round.jpg);
	clear:both;
}

#mid{
	background-image:url(images/mid_bg.jpg);
	background-repeat:repeat-y;
	width:957px;}
#search{
	float:right;
	width:260px;}
	
.small{
	
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#8b8989;
	float:right;
	margin-top:10px;
	margin-right:20px;}
	
.bot_text{	
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#666666;
	text-align:center;
	margin-top:10px;}
	
.s_text{
	
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#8b8989;}
	
#header {
	width:955px;
	font-size:13px;
	line-height:normal;
	z-index: 10;
	background-color: #DAE0D2;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
	margin-left:1px;
  }
#header ul {
  margin:0;
  padding:5px 5px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 5px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("images/left_on.gif");
  }
#header #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
 
  
  
  
  
  
  
  
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;}
	
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	margin-left:30px;}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;}
	
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align:justify;
}







a.tt{
    position:relative;
    z-index:0;
    color:#fe7101;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:0; color: #666666; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    text-align: justify;
	margin-right:10px;
	margin-left:10px;
	font-size:11.5px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #000000;
    background: url(images/bubble.gif) no-repeat bottom;
}


.image {border:1px; border-thickness: 1px; border-color: #999999; border-style: solid; margin-left:10px;}

#links{
	width:700px;
	margin-left:20px;
	border: 1px solid #fe7101;	

}

.contact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:70px;
	margin-right:20px;}
	
	
	
	
#menu{
	width:955px;
	background-color: #DAE0D2;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	margin-left:1px;}
	
.marg{
	margin-top:2px;
	margin-right:2px;}
