@charset "utf-8";
/* CSS Document */

/* General
====================================================================== */

html, body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	min-width: 960px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #898989;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#header {
	width: 730px;
	height: 200px;
	padding: 0;
	margin: 10px 0 0 10px;
	float: left;
	}

#logo {
	width: 700px;
	height: 143px;
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	background: url(../images/logo.jpg) no-repeat;
}

#content {
	width: 960px;
	padding: 0 15px;
	margin-left: auto;
	margin-right:auto;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
}

#content ul li a { color: #0054a6; text-decoration: none; }
#content ul li a:hover { color:#000000; }


/* Menu CSS */ 

#cssmenu {
	width: 700px;
	float: left;
	clear: both;
 	margin: 0;
	padding: 0;
}


#cssmenu, #cssmenu > ul{
	
	background: url(images/highlight-bg.png) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif;
	font-weight: bold;
	font-size: 16px;
	
	
}

#cssmenu, #cssmenu > ul a{
	
	text-decoration: none;
	color: #898989;
}

#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}

#cssmenu > ul{
	
	background: url(./menu/menu-bg.png) repeat;
	margin: 0;
	padding: 0;
	position: relative;

	
}

#cssmenu > ul li{
	
	padding: 8px 10px;
	list-style: none;
}

#cssmenu > ul > li{

	float: left;
	position: relative;
	
}

#cssmenu > ul > li > a{

	display: block;
	color: white;
	font-size: 16px;
	text-decoration: none;
	line-height: 18px;
	
}


#cssmenu > ul > li:hover > a{

	background: url(./menu/hover.png) repeat;
	
}

#cssmenu > ul > li.active > a, #cssmenu > ul > li > a:active{
	
	background: url(./menu/highlight-bg.png) repeat;
	
}

#cssmenu > ul > li.has-sub {
 padding-right: 25px;
 background-image: url(./menu/nav-arrow-down.png);
 background-position: 95% 50%;
 background-repeat: no-repeat;
}

/* Childs */

#cssmenu > ul ul{

	opacity: 0;
	display: none;
	position: absolute;
	top: 50px;
	background: url(./menu/hover.png) repeat;
	margin: 0;
	padding: 0;
	z-index: -1;
	-webkit-transition: all .35s .2s ease-in-out;
	-moz-transition: all .35s .2s ease-in-out;
	-ms-transition: all .35s .2s ease-in-out;
	transition: all .35s .2s ease-in-out;
	
}

#cssmenu > ul li:hover ul{
	opacity: 1;
	display: block;
	margin: 0;
	color: #000;
	z-index: 2;
	top:40px;
	left: 0;
	
}

#cssmenu > ul ul:before{

	content: '';
	position: absolute;
	top: -10px;
	width: 100%;
	height: 20px;
	background: transparent;
	
}


#cssmenu > ul ul li{

	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	
}

#cssmenu > ul ul li a{

	padding: 10px 26px;
	display: block;
	color: #898989;
	font-size: 14px;
	text-decoration: none;
	width: 100px;
	border-left: 4px solid transparent;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;

}

#cssmenu > ul ul li a:hover{

	border-left: 4px solid #0054a6;
	background: url(./menu/highlight-bg.png) repeat;
	color: #0054a6;

}

#cssmenu > ul ul li a:active{

	background: url(./menu/menu-bg.png) repeat;
	color: #000000;

}

/* SLIDER */

.mb-wrapper {
	border: 0px;
	margin: 0 auto 20px;
	position: relative;
	left: 0;
	top: 0;
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;

	/***(>'-')> Control Panel Font size here <('-'<)***/
	font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
	border: 0;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
	margin: 0;
	padding: 0px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
	cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
	padding: 0px;
	border: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}

.mb-inside * {
	max-width: 800px;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	background: transparent url(./slider/arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
}
a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -45px;
}
a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -45px;
}
a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}
a.mb-scrollButtons.disabled {
	display: none;
}

/*** Controls added below the panels ***/
.mb-controls {
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF;
	position: relative;
	z-index: 100;
}
.mb-controls a {
	color: #898989;
	font: 18px/2.2 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}
.mb-controls a:hover {
	color: #898989;
}
.mb-controls a.current {
	color: #000000;
}
.mb-active-slider .mb-controls {
	background: #FFFFFF;
}

/* Moving Boxes title image wrapper */
#title { 
  text-align: center; 
}
#title img { 
  border: 0; 
}

/* Panel links */
.mb-inside a { color: #0054a6; text-decoration: none; }
.mb-inside a:hover { color:#000000; }


/* Add/remove panels buttons */
.buttons { padding: 5px 10px; text-align: center; }

/* Direct link styling */
.dlinks { 
  text-align: center;
  margin: 0 0 20px 0;
}
.dlinks * {
  vertical-align: middle;
}

<!-- FOOTERRRRRRRRRRRRRRRRRRRRRRRRRRRR -->

#footer{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	clear: both;
}