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


body  {
	margin-top: 10px;
	background: #fff;
	padding: 0;
	text-align: left;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 848px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 131px;
	width: 848px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header-home {
	height: 131px;
	width: 848px;
	background: url(images/head_home.jpg) no-repeat top;
}


#header-about {
	height: 131px;
	width: 848px;
	background: url(images/head_about.jpg) no-repeat top;
}

#header-contact {
	height: 131px;
	width: 848px;
	background: url(images/head_contact.jpg) no-repeat top;
}

#header-online {
	height: 131px;
	width: 848px;
	background: url(images/head_online.jpg) no-repeat top;
}




#menu_top {
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	padding-top: 100px;
	text-align: center;
}

#menu_top a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-decoration: none;
}

#menu_top a:hover {
	color: #99FF33;
	text-decoration: none;
	font-weight: bold;
}


#menu {
	width: 180px;
	float: left;
	padding: 10px 10px 15px;
	margin: 0;
	color: #000099;
	font: normal 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;

}

#menu a:hover {
	color: #99FF33;
	text-decoration: none;
}

#menu a:visited {
	color: #000099;
}

#content {
	margin: 0 0 0 205px;
	padding: 5px 10px 0 0px;
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
	list-style: url(images/about/bullet.gif) none outside;
}

#content a {
	text-decoration: none;
	color: #000099;
}

#content a:hover {
	text-decoration: none;
	font-weight: bold;
}



#content-about {
	margin: 0 0 0 205px;
	padding: 5px 10px 0 0px;
	color: #333333;
	font-size: 11px;
	line-height: 1.4em;
	background: url(images/about/about_bac.jpg) no-repeat right 100px;
	list-style: url(images/about/bullet.gif) none outside;
}

#content-about a {
	text-decoration: none;
	color: #000099;
}

#content-about a:hover {
	text-decoration: none;
	font-weight: bold;
}


#map {
	height: 400px;
	width: 400px;
}

.caption {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 4px;}

.caption a {
	text-decoration: none;
	color: #000099;}

.caption a:hover {
	text-decoration: none;
	color:#99FF33;
	font-weight: normal;}
	
.name {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #333333;
	margin: 0px;
	padding: 0px 10px 0px 0px;}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
