/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 0.7em;
	padding: 0px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

ul {
	}
li {
	padding-bottom: 6px;
	font-weight: bold;
}
p {}
h1 {}
h2 {}
h3 {}
h4 {}

.title {
	margin: 0px;
	padding: 0px;
}
.breadcrumb {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	color: #666666;
	margin: 0px;
}
a {
	text-decoration: none;
}
#container {
	width: 860px;
	margin: 0 auto;
	background-image: url(images/container_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 112px;
}

#topnav {
	text-align: right;
	top: 82px;
	right: 161px;
	position: absolute;
	font-size: 1.2em;
	color: #FFFFFF;
}

#topnav a {
	color: #FFFFFF;
}

.clear {
	font-size: 1px;
	clear: both;
}
#content {
	padding-top: 85px;
}
#caption {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightcol {
	float: right;
	width: 235px;
}
#leftcol {
	float: left;
	width: 600px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	padding: 10px;
	color: #666666;
	font-size: 0.9em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.box1 {
	float: left;
	width: 260px;
	padding: 10px;
	border-left-width: 3px;
	border-left-color: #F4971E;
	border-left-style: solid;
	height: 290px;
}

#navcontainer {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

ul#navlist
{
	white-space: nowrap;
	padding: 7px;
	margin: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #F4971E;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
