@charset "UTF-8";
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #661F25;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
h2 {
	font-size: 18px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#page {
	background-image: url(../images/bkg-page.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 20px auto 0px;
	padding: 0px;
	width: 774px;
}
#container {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#header {
	height: 100px;
	width: 760px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bkg-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header #logo {
	padding: 10px;
	float: left;
	height: 80px;
	width: 331px;
	margin-left: 15px;
}
#header #info-box {
	padding: 10px;
	float: right;
	height: 40px;
	width: 200px;
	color: #AA3A44;
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
}
#header #info-box2 {
	margin: 20px 0px 0px;
	padding: 0px;
	float: right;
}
#info-box h4 {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #661F25;
	font-size: 12px;
}
#info-box p {
	padding: 0px;
	margin-top: 0px;
	font-size: 12px;
}
#navcontainer {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 760px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../images/bkg-navcontainer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
ul#nav-menu {
	margin: 0px;
	padding: 0px;
}
ul#nav-menu li {
	list-style-type: none;
	display: inline;
}
ul#nav-menu ul li {
}
ul#nav-menu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	height: 25px;
	width: 80px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
ul#nav-menu li a:hover {
	background-image: url(../images/bkg-navhover.png);
	background-repeat: repeat-x;
	background-position: center 5px;
	color: #DF8981;
}
#banner-lg {
	background-image: url(../images/bkg-banner-lg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 234px;
	width: 760px;
	position: relative;
	background-color: #000000;
}
#banner-sm {
	background-image: url(../images/bkg-banner-sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 190px;
	width: 760px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	position: relative;
	background-color: #000000;
}
#banner-sm .blurb {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 10px;
	float: right;
	height: 145px;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.blurb h2 {
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: 20px;
}
.blurb p {
	padding: 0px;
	margin: 4px 0px 0px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#banner-ft {
	background-color: #000000;
	background-image: url(../images/bkg-banner-ft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 760px;
}
#hero  {
	margin: 0px;
	padding: 4px 0px 0px;
	text-align: center;
}
#hero  img  {
	padding: 0px;
	border: 1px solid #666666;
	margin: 1px;
}
#title  {
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	margin-top: 15px;
}
#title h1  {
	margin: 0px;
	padding: 0px 0px 4px;
	color: #EFAE73;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#page-info {
	font-size: 16px;
	line-height: 21px;
	color: #9C2D37;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#page-info p {
	margin: 0px;
	padding: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
#columnwrapper {
	margin: 0px;
	padding: 0px;
	width: 760px;
	min-height: 300px;
	position: relative;
	clear: both;
}
#content-box {
	min-height: 110px;
	width: 450px;
	position: relative;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar-box  {
	padding: 0px 0px 10px;
	float: left;
	width: 279px;
	margin: 10px 10px 15px;
	background-color: #FBEDE0;
	background-image: url(../images/bkg-sidebar-btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidebar-box #sidebar  {
	padding: 10px;	
}
#sidebar p {
}
#sidebar h3 {
	color: #EFAE73;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 11px;
}
#sidebar img {
	padding: 0px;
	border: 1px solid #666666;
	margin: 3px;
}
#content-box #content {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#content p.intro:first-line {
	font-variant: small-caps;
	font-size: 14px;
}
#banner-sub {
	background-color: #000000;
	background-image: url(../images/bkg-banner-sub.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 198px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #333333;
}
#banner-sub #menu-box {
	height: 150px;
	width: 350px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu-box:hover {
	
}

#menu-box h2 {
	font-size: 18px;
	padding: 0px 0px 4px;
	margin: 0px;
}
#menu-box p {
	padding: 0px;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
}
#menu-box img {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-right: 15px;
}
#banner-sub #bug-box {
	padding: 0px;
	width: 310px;
	margin-top: 10px;
	margin-right: 20px;
	color: #FFFFFF;
	float: right;
	height: 185px;
	overflow: hidden;
}
#bug-box h3 {
	margin: 0px;
	padding: 0px 0px 1px;
	font-size: 14px;
	color: #E88C94;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#bug-box h3  a {
	color: #E88C94;
	text-decoration: none;
}
#bug-box h3 a:hover {
	color: #FFFFFF;
}
#bug-box p {
	padding: 0px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 16px;
}
#bug-box img {
	padding: 0px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	float: left;
}
#bug-box .bug {
	clear: both;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 75px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#bug-box .bug:hover {
	/* background-color: #333333; */
}
#footer {
	text-align: center;
	padding: 5px 10px 10px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #CB6C70;
	position: relative;
	font-size: 11px;
}
#footer a {
	color: #E99BA3;
	text-decoration: none;
}
#footer a:hover {
	color: #EEC8C5;
	text-decoration: underline;
}
p.more {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
p.more a {
	text-decoration: none;
	color: #FFFFFF;
}
p.more a:hover {
	text-decoration: underline;
}
#map-box {
	border: 1px solid #FFFFFF;
	background-color: #F9E9E3;
	padding: 1px;
}
