@charset "UTF-8";
body {
	background-color: #F2F1F0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #82786F;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #82786F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #82786F;
}
a:hover {
	text-decoration: none;
	color: #E37222;
}
a:active {
	text-decoration: none;
	color: #E37222;
}
#container {
	background-image: url(../images/hash.gif);
	background-repeat: repeat-y;
	width: 980px;
	margin-left: -490px;
	position: absolute;
	height: 100%;
	left: 50%;
	min-height: 675px;
}
#window {
	background-color: #F2F1F0;
	position: relative;
	width: 980px;
	height: 440px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: 0px -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 88px;
}
#nav {
	height: 440px;
	width: 188px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
#main {
	height: 440px;
	width: 782px;
	float: right;
}
#footer {
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F2F1F0;
	float: right;
	margin-top: 88px;
	margin-bottom: 20px;
}
#footer p {
	margin: 0px;
	font-size: 10px;
}
.colon {
	font-weight: bold;
	color: #E37222;
	font-size: 12px;
}
#addthis {
	background-color: #F2F1F0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-top: 88px;
	margin-bottom: 20px;
}
ul#menu1, ul#menu1 ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 188px;
}

ul#menu1 a {
	display: block;
	text-decoration: none;
	text-align: right;
}

ul#menu1 li {
	margin-top: 2px;
}

ul#menu1 li a {
	color: #FFFFFF;
	background-color: #b4aea9;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

ul#menu1 li a:hover {
	background-color: #82786F;
}

ul#menu1 li ul li a {
	color: #82786F;
	background-color: #FFFFFF;
	background-image: url(../images/dotted_rule.gif);
	background-repeat: repeat-x;
}

ul#menu1 li ul li a:hover {
	background-color: #e0dddb;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #82786F;
	padding-right: 20px;
}
ul#menu1 li a.selected {
	background-color: #E37222;
}
ul#menu1 li a:hover.selected {
	background-color: #82786F;
}
ul#menu1 li ul li.down {
	margin-top: 2px;
	display: block;
	text-decoration: none;
	text-align: right;
	background-color: #ea9559;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 20px;
	color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E37222;
}

