@charset "utf-8";
/*formatting styles
-----------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #FFFFFF;
	background: url(images/bk1.jpg);
	font: 75%/1.6 sans-serif;
}
hr {
	display: none;
}
/*link styles
-----------------------------*/

a img {
	border-style: none;
	margin: 10px;
	padding: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FFCCCC;
	text-decoration: none;
	left: 1px;
	top: 1px;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout
-----------------------------*/
#wrapper {
	background: #643233;
	width: 800px;
	border-right: 5px outset #CCCCCC;
	border-left: 5px outset #CCCCCC;
	margin: 0px auto;
	height: auto;
	border-bottom: 5px outset #CCCCCC;
}
#main {
	float: left;
	width: 600px;
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	height: auto;
	position: relative;
	background: #000000 right top;
	overflow: auto;
	vertical-align:top
}
#saidebar {
	width: 198px;
	float: left;
	margin-bottom: auto;
	position: relative;
	height: auto;
	margin-top: 0px;
	border-style: none;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	background: url(images/bk.jpg) repeat-y;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	overflow: visible;
	clear: left;
}
#saidebar #map {
	position: absolute;
	height: auto;
	width: auto;
	top: 600px;
	right: 17px;
	visibility: visible;
}

#footer {
	clear: both;
	padding: 15px;
	background: #666666;
	text-align: center;
	width: auto;
}

/*header styles
-----------------------------*/
#header {
	background: url(images/hed.jpg) top;
	height: 59px;
	border-top: none #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	overflow: visible;
	
}


/*sideber styles
-----------------------------*/
#saidebar h1 {
	background: url(images/side1.jpg) left top;
	height: 299px;
	width: 200px;
	padding: 0px;
	float: none;
	margin: 0px;
	position: relative;
	top: auto;
}
#saidebar ul {
	width: 180px;
	position: relative;
	left: 9px;
	padding: 0px;
	height: auto;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	clear: none;
}
#saidebar ul li {
	list-style: none;
	clip: rect(auto,auto,auto,auto);
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
}
#saidebar ul li a {
	height: 45px;
	width: auto;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border-top: none #CCCCCC;
	border-bottom: none #999999;
	border-left: none #FFFFFF;
	padding: 0px;
	bottom: 0px;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	left: 0px;
	top: 0px;
	right: 0px;
	background: center;
	line-height: 3em;
	margin: 0px;
}
#saidebar ul li a:hover {
	color: #993300;
	border: 1pt none #FFFFFF;
	padding: 0px;
	background: url(images/menu.jpg);
	top: 5px;
	left: 5px;
	bottom: 0px;
	right: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
}


#saidebar ul li#nHome {
	background: url(images/menu.jpg) no-repeat;
	margin: 0px;
	height: 45px;
	border: thin none #669966;
	padding: 0px 0px 5px;
}
#saidebar ul li#nMenu {
	background: url(images/menu.jpg) no-repeat;
	margin: 0px;
	height: 45px;
	padding: 0px 0px 5px;
}
#saidebar ul li#nAsk {
	background: url(images/menu.jpg) no-repeat;
	margin: 0px;
	height: 45px;
	top: 0px;
}

/*main styles
-----------------------------*/


#main h2 {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 20px;
	background: url(images/image_06.jpg) no-repeat 5px center;
	margin: 15px 10px 0px 15px;
	text-align: left;
	letter-spacing: normal;
	display: block;
	font-size: medium;
	height: 36px;
	line-height: 2.5em;
}
#main p {
	line-height: 1.8;
	padding-left: 25px;
	clear: none;
	float: none;
}
#main #top {
	background: url(images/main.jpg) top;
	height: 299px;
	width: auto;
	top: 0px;
	border-width: thin;
	border-style: none;
	position: relative;
	padding: 0px;
	height: 299px;
	overflow: hidden;
}


#main #top #hello {
	font-weight: bold;
	text-transform: none;
	color: #3366FF;
	font-size: large;
	background: 0px;
	text-align: center;
	margin: 20px;
	padding: 0px;
	top: 40px;
	position: relative;
	text-decoration: underline;
}
#main #top #hello-under {
	text-align: center;
	font-size: large;
	top: 30px;
	position: relative;
	color: #3366FF;
	font-style: normal;
	text-decoration: underline;
}
#footer ul li {
	list-style: none;
	display: inline;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	height: auto;
	width: auto;
	margin: 20px;
	overflow: hidden;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer  ul  li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	text-align: right;
}
#main table {
	position: relative;
	left: 0;
	visibility: visible;
	top: 0;
}
