@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
}
html {
	height:100%;
}

body {
	background-attachment: scroll;
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
	text-align: center;
}
#main_container {
	min-height:100%;
	height: auto;
	height: auto;
	width: 1000px;
	position: absolute;
	margin-top: auto;
	margin-right: auto;
	margin-left: -500px;
	margin-bottom: auto;
	left: 50%;
}

#footer {
	height: 125px;
	width: 1000px;
	position: relative;
	text-align: center;
}
#inset_container {
	background-attachment: scroll;
	background-image: url(images/bgglow.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#push{
	height:125px;
}
#top {
	height: 150px;
	width: 1000px;
	position: relative;
	text-align: center;
}
p {
	margin: 0px;
	text-indent: 1.5em;
}
.right_subbox {
	float: right;
	height: auto;
	width: 175px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	background-color: #BFB087;
	border: 2px solid #FFFFFF;
	padding: 2px;
	text-align: center;
}
.right_subbox_large {
	float: right;
	height: auto;
	width: 315px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
	background-color: #BFB087;
	border: 2px solid #FFFFFF;
	padding: 2px;
	text-align: left;
}

#linkbar {
	height: 30px;
	width: 1000px;
	position: relative;
	text-align: center;
}
#content_container {
	height: auto;
	width: 860px;
	padding-top: 25px;
	position: relative;
	padding-right: 70px;
	padding-left: 70px;
	background-attachment: scroll;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	background-position: 50px top;
	text-align: left;
	padding-bottom: 25px;
}
.left-img-shadow {
	float:left;
	background: url(images/shadow.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 15px;
	position: relative;
  }

.left-img-shadow img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }#col_left {
	float: left;
	height: auto;
	width: 225px;
	position: relative;
	text-align: center;
}
#col_right {
	float: right;
	height: auto;
	width: 615px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}
#col_full {
	float: left;
	height: auto;
	width: 800px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}
.clearer {
	clear: both;
	height: auto;
	width: 100%;
	position: relative;
}
#title_container {
	height: auto;
	width: 450px;
	position: relative;
	text-align: left;
}
#col_right a:link {
	color: #803520;
	text-decoration: underline;
}
#col_right a:visited {
	color: #803520;
	text-decoration: underline;
}
#col_right a:hover {
	color: #766D65;
	text-decoration: underline;
}
#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid #000000;
padding: 0px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}