/* CSS Document */
*{ outline: 0 none; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#0B93E9 /*#4f2f10*/;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form,p,img,h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
border:0;
}
p{
margin-bottom:10px;}
ul li{
list-style-image:url(../images/bullet.gif);
line-height:18px;
margin:0;
}
a:link {
	color: #878787;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0099FF;
}
 a:active, a:focus {outline: 0;}
h1 {
	font-size: 20px;
	color: #046595;
	font-weight:normal;
}
h2 {
	font-size: 18px;
	color: #ffffff;
	font-weight:normal;
}

h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	color:#046595;
	padding-left:5px;
}

#logo {
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
	position:absolute;
	width:342px;
	height:150px;
	z-index:100;
}
.logo{
}
.image{
padding:0px 10px 10px 0px;}
#wrapper{
width:990px;
height:auto;
padding: 0px 5px 0px 5px;
background-color:#cce3df;
margin:auto;
}

.more_txt, a.more_txt:link{
font-size:12px;
color:#878787;
background-image:url(../images/more_arrow.gif);
background-repeat: no-repeat;
background-position:right;
padding-right:13px;
}

a.more_txt:hover{
font-size:12px;
color: #0099FF;
background-image:url(../images/more_arrow.gif);
background-repeat: no-repeat;
background-position:right;
}

.left_menu,a.left_menu:link,a.left_menu:visited,a.left_menu:active{
width:175px;
font-weight:bold;
display:block;
height:24px;
line-height:24px;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
color:#404042;
margin-left:15px;
letter-spacing:-1px;
text-decoration:none;
}

a.left_menu:hover{
width:175px;
font-weight:bold;
display:block;
height:24px;
line-height:24px;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
color: #CCCCCC;
background-color:#046595;
margin-left:15px;
letter-spacing:-1px;
text-decoration:none;
}

.left_menu1,a.left_menu1:link{
width:175px;
font-weight:bold;
display:block;
height:24px;
line-height:24px;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
color:#ffffff;
background-color:#046595;
margin-left:15px;
letter-spacing:-1px;
text-decoration:none;
}
a.left_menu1:hover{
width:175px;
font-weight:bold;
display:block;
height:24px;
line-height:24px;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
color:#cccccc;
background-color:#046595;
margin-left:15px;
letter-spacing:-1px;
text-decoration:none;
}

.sub_menu{
width:160px;
height:115px;
margin:15px;
padding:10px;
}

.tabletext{
font-size:10px;
}
.footer_txt, a.footer_txt:link,a.footer_txt:visited{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}

a.footer_txt:hover{
font-size:11px;
color: #CCCCCC;
text-decoration:none;

}

.other, a.other:link,a.other:visited{
font-size:11px;
color: #0099FF;
text-decoration:none;
}

a.other:hover{
font-size:11px;
color: #CCCCCC;
text-decoration:none;

}
/***************************************************/
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:255px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
} 

.button { border:none; background-color:#046595; color:#FFFFFF; padding:7px;  }

.style1 {
	color: #016596;
	font-weight: normal;
}
