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

body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #2d2d2d;
	background-color: #d0d0d0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	line-height: 18px;
}

#home {
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	width: 700px;
}
a {
	color: #e67100;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.iconlist {
	list-style-type: none;
}
.iconlist img {
	height: 16px;
	width: 16px;
	padding-right: 5px;
}

.block {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 700px;
	text-align: center;
	position: relative;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.navtb {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	width: 700px;
	height: 80px;
}
.nav_main {
	position: relative;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(home-selected.png);
	background-repeat: no-repeat;
	display: block;
	height: 300px;
	width: 700px;
	background-position: left top;
}

.nav_main a{
display:block;
width: 700px;
height: 50px;
margin: 0px;
padding: 0px;
}

.nav_main img {
	height: 50px;
	width: 700px;
}
.content {
	position: relative;
	text-align: left;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.nav_main a:hover img {
	visibility: hidden;
}
.image_right {
	background-color: #ffcf00;
	float: right;
	padding: 2px;
	text-align: center;
}

.navbar {
	position: relative;
	margin-top: 5px;
	height: 50px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	left: -200px;
	padding: 0px;
	background-image: url(navbar-selected.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 500px;
	background-position: left top;
}

.navbar a{
display:inline-table;
/*width: 140px; */
height: 50px;
margin: 0px;
padding: 0px;
}

.navbar img {
	height: 50px;
/*	width: 140px; */
}
.navbar a:hover img {
	visibility: hidden;
}

.nav a{
display:inline;
width: 60px;
height: 50px;
margin: 0px;
padding: 0px;
}

.nav img {
	height: 50px;
	width: 60px;
}
.nav a:hover img {
	visibility: hidden;
}
.heading {
    position: relative;
	text-align: center;
	margin-top: 10px;
    height: 200px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#home-link {
    display: block;
    width: 188px;
    height: 35px;
    text-decoration: none;
}

#home-link2 {
    display: block;
    width: 291px;
    height: 49px;
    text-decoration: none;
}

.home-link-block {
    display: block;
    position: absolute;
    top: 0px;
    left: 512px;
    width: 188px;
    height: 35px;
}

.home-link2-block {
    display: block;
    position: absolute;
    top: 133px;
    left: 360px;
    width: 291px;
    height: 49px;
}