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

body {
	margin:0;
	padding:0;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	}

a:link {
	color: #255b9e;
	text-decoration: underline;

}
a:visited {
	color: #255b9e;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #255b9e;
	text-decoration: underline;
}

#container {
	width:854px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #d3dcf0;
	background-image:url(../images/bg-main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:25px;
	margin-bottom:25px;
}

#header {
	width:854px;
	height:107px;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
line-height: 2em;
float: left;
width: 8.2em;
display: block;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
} 

#mmenu {
	width:810px;
	height:38px;
	background-image:url(../images/bg_mmenu.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:22px;
	margin-right:22px;
	padding-top:5px;
	font: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	}

#mmenu a:link {
	color: #ffffff;
	text-decoration: none;

}
#mmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#mmenu a:hover {
	color: #ffca65;
	text-decoration: none;
}
#mmenu a:active {
	color: #ffffff;
	text-decoration: none;
}

#hotspot {
	width:810px;
	height:259px;
	margin-left:22px;
	margin-right:22px;
	margin-top:6px;
	margin-bottom:6px;
}

.hotspot-right-style {
	background-image:url(../images/bg-rightside.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#body-content {
	width:810px;
	margin-left:22px;
	margin-right:22px;
	margin-top:6px;
	margin-bottom:15px;
}

#bodyright-style {
	background-image:url(../images/bg-bodyright-side.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:10px;
}

#footer {
	width:854px;
	height:100px;
	background-image:url(../images/bg-footer.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
	margin-top:25px;
	
}