* {
	margin:0 0 0 0;
	padding:0;
}

body {
	background: #a9bcc0 url(bg.jpg) repeat-x top left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:8.5pt; 
	color: #333;
}

#wireframe{
	width:950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;

}

ol li {
	list-style:none;
}


/************ TOP START ************/

#top { 
	background-image:url(logo.png);
	min-height:100px;
}

/************ TOP SLUT // MENU START ************/

#menu { 
	height: 30px; 
list-style: none;

}


#menu a
{
	float: left;
	margin-right: 5px;
	background:#284b65;
	line-height:30px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	text-decoration: none;
	display: block;
list-style: none;
color:#fff;

} 

ul  li{
	line-height: 20px;
	list-style:square;
}


#menu a#active
{
	background:#254963;
	font-weight:bold;
} 

#menu a:hover
{
	background:#30546d;
} 

#menu a.sub {
	display: none;
}


#submenu {
	background:#254963;
	height:30px;
}

#submenu a {
	float: left;
	margin-left: 30px;
	line-height:30px;
	text-align:center;
display: none;
}
#submenu a.sub {
	display: block;color:#fff;	text-decoration:none;
}
#submenu a.sub:hover {
	text-decoration:underline;
}

} 

/************ MENU SLUT // HEADER START************/

#header {
	background:#f5f5f5;
	border-bottom:1px solid #CCC;
	border-top:1px solid #fff;
}

#header #img {
	width:910px; 
	height:160px;
	background:#FFF;
}

/************ HEADER SLUT // MENU SLUT ************/

h1 {
	font-size: 28px;
	color: #444;
	margin: 0px 0 15px 0;
	font-weight: lighter;
	height: 35px;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #f5f5f5;
}



#content {
	background:#FFF;
	padding:20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	line-height:20px;
}

#content a {
	color:#516891;
}

#content a:hover {
	text-decoration:none;
}

#box {
	background: #f5f5f5 url(box.jpg) no-repeat bottom right;
min-height:250px;
	padding: 15px 15px 25px 15px;
}

#bottom {
	background:#fff;
	padding-bottom:20px;
	padding-left:20px;
}

#bottom img {
	margin-left:20px;
}


#box2 h2, #box2 a {
	font-size: 14px;
	color: #444;
	height: 16px;
	line-height:16px;
	border-bottom:1px solid #f5f5f5;
	margin-bottom:5px;
	text-decoration:none;
}


/***************************/

#slideshow {
    position:relative;
    height:180px;
    width:950px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
