/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0px;
}

a:link {color: #004D99; text-decoration: none;}
a:visited {color: #004D99; text-decoration: none;}
a:active {color: #004D99; text-decoration: none;}
a:hover {color: #6FB7FF; text-decoration: none;}

h1, h2, h3, h4 {
	margin: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #64A7EB;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 8px;
	list-style-type: square;
}

.bottom_right {
	position: fixed;
	right: 0%;
	bottom: 0%;
	width: 227px;
	height: 136px;
	background-image: url(img/bottom_right.jpg);
	z-index: 1;
}

.pagecontainer {
	float: left;
	position: absolute;
	width: 820px;
	z-index: 25;
	padding-bottom: 30px;
}

.wrap {
	float: left;
	position: relative;
	width: 420px;
	height: 439px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
	

.top {
	float: left;
	position: relative;
	width: 820px;
	height: 439px;
	background-image: url(img/main.jpg);
}

.links {
	position: absolute;
	right: 2%;
	z-index: 100;
	top: 130px;
	font-weight: bold;
}

.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.links ul li {
	float: left;
	margin-left: 10px;
}

.links ul li.menu-first {
	margin-left: 0px;
}

.links ul li.menu-current a, .links ul li.menu-parent a {
	color: #6FB7FF;
}

.container {
	float: left;
	position: relative;
	width: 1000px;
	margin-left: 60px;
	display: inline;
}

.left_area {
	float: left;
	position: relative;
	width: 535px;
}

.left_content {
	float: left;
	position: relative;
	width: 294px;
	height: 357px;
	margin-top: -220px;
	margin-left: 80px;
	background-image: url(img/map.png);
}

.text_area {
	float: left;
	position: relative;
	width: 310px;
	margin-top: 20px;
	margin-left: 200px;
	display: inline;
}

.right_content {
	float: left;
	position: relative;
	width: 400px;
	height: 200px;
	margin-left: 15px;
	margin-top: 20px;
	display: inline;
}

.smallpic {
	float: left;
	position: relative;
	width: 120px;
	height: 81px;
	margin-right: 10px;
	margin-bottom: 7px;
	display: inline;
}