@charset "utf-8";
/* hart-ireson */

body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}
body {
	background:#797979 url(../images/bck_stripe.png) repeat-x fixed;
	margin:0;
}

.error {
color: #F00;
padding-left: 10px
}

a{
	color:#014376;
}
a:hover{color:#EE3940;}

p{
	line-height:1.6em;
}

h1{
	color:#EE3940;
	font-size:1.3em;
}

h2{
	color:#EE3940;
	font-size:1.2em;
}

h3{
	color:#EE3940;
	font-size:1.1em;
}

#container {
	margin:0 auto;
	width:1000px;
	background:#fff;
}
#container2 {
	margin:0 auto;
	width:1000px;
	background:#fff;
	height:660px;
}

#container3 {
	margin:0 auto;
	width:1000px;
	background:#fff;
	height:980px;
}
#header {
	background:#fff url(../images/bck_header.jpg) top no-repeat;
	padding:20px;
	height:246px;
}

#footer{
	background:#797979 url(../images/bck_footer.png) repeat-x;
	height:92px;
	color:#FFF;
	font-size:0.8em;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	width:1000px;
}

#footer a{color:#FFF;}

#menu {
	margin:0;
	padding: 20px 0 20px 0;
	float:left;
	width:200px;
	background:#015596 url(../images/bck_menu.png) no-repeat bottom;
/*	display:none;  */
	text-align:left;
}

#menu ul{
	color:#FFF;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
#menu li{
	width:200px;	
}

#menu li a{
	color:#fff;
	text-decoration:none;
	display:block; 
	height:25px;
	background:url(../images/mnu_up.png) repeat-x;
	padding: 3px 0 0 30px;
}

#menu li a:hover{
	background:url(../images/mnu_hover.png) repeat-x;
}
#menu li a:active{
/*	background:url(../images/mnu_active.png) repeat-x; */
}

#menu .down{
	background:url(../images/mnu_down.png) no-repeat;
	color:#003;
}
#menu .down:hover{
	background:url(../images/mnu_down.png) repeat-x;
}

#content {
	width:400px;
	margin: 20px 0 0 220px;
	padding-bottom:20px;
}

#contentContact {
	width:360px;
	margin: 20px 0 0 220px;
	padding-bottom:20px;
}

.images{border:1px #015596 solid;}

#slideshow {
	position:relative;
	width:296px;
    height:222px;
	margin-top:20px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0; 
    z-index:8;
    opacity:0.0;
	border:1px #015596 solid;
}

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

#slideshow IMG.last-active {
    z-index:9;
}