@charset "utf-8";

/* CSS Document */

*{
	margin: 0px;
	padding: 0px;

}

#wrapper {
	background-color: #f7f7f7;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: thin solid #000;

}

#wrapper #logo {
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	text-decoration: none;
}

#wrapper #navigation {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	height: 20px;
	overflow: hidden;
	width: auto;
	color: #000;
	vertical-align: middle;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 1px;
}

#wrapper #navigation ul {
    list-style-type: none;

}

#wrapper #navigation ul li {
	display: inline;

}

#wrapper #navigation ul li a {
	color: #000;

}

#wrapper #navigation ul li a:visited {
	color: #000;

}

#wrapper #navigation ul li a:hover {
background-color: #666;
vertical-align: middle;
color: #FFF;
position: relative;
text-align: center;

}
#wrapper #navigation ul li a:active {
    color: #FC3;

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #bgImg #container {
	padding-right: 20px;
	float: none;
	text-decoration: none;
}

#wrapper #bgImg #container1 {
	height: 80%;
	float: left;
	width: 120px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 10px;
	padding: 10px;
	color: #999;

}

#wrapper #bgImg #container #box {
	height: auto;
	width: auto;
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-size: 13px;
	border: thin solid #000;
	font-weight: bold;
	display: none;
	filter: alpha(opacity=60);
	-moz-opacity: .5;
	text-align: center;
	position: relative;
	background-color: #CCC;
	padding: 15px;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-left: 90px;

}

#wrapper #bgImg #container #box #close {
	color: #000;
	padding: 2px;
	border: thin dotted #FFF;
	background-color: #999;

}

#wrapper #bgImg #container #container1 ul li a {
	color: #000;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	line-height: normal;
	font-size: 14px;
	font-family: Tahoma;
}

#wrapper #bgImg #container #container1 ul li a:hover {
	color: #000;

}

#wrapper #bgImg #container #container1 ul {
	color: #FC3;
	list-style-type: none;
	font-size: 12px;

}

#wrapper #bgImg #container #container1 ul li {
	text-decoration: none;
	color: #FC3;

}
#wrapper #bgImg {
	height: auto;
	background-repeat: repeat-y;
	width: 640px;
	text-align: center;
	overflow: hidden;
	background-color: #666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/roadsign2.jpg);
}

#wrapper #footer {
	background-color: #000;
	height: 15px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding-top: 2px;
	width: 700px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;

}
