/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #C99915;
}
a {
	color:#C6991F;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	font-size: 16px;
	color: #216697;
}
h2 {
	color: #0090C8;
	font-size: 14px;
	margin-bottom: -10px;
	margin-top: 35px;
}
h3 {
	font-size: 12px;
	color: #09F;
	margin-bottom: -10px;	
	margin-top: 25px;
}
.hidden {
	visibility: hidden;
	display: none;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
.box {
	border: 1px dotted #C90;
	padding: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color: #F8F1DD;
	float:right;
}
.box h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.boarder {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #666;
}
.boarder img {
	border: 1px solid #CCC;	
}
.story {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #C6991F;
	border-bottom-color: #C6991F;
}
.error {
	font-weight:bold;
	color:#F00;
}
.confirm {
	font-weight:bold;
	color:#CC9900;
}
.button {
	padding:6px;
	border: 1px outset #C90;
	background-color: #F8F1DD;
}

/* Layout */
#headerbg {
	height: 220px;
	width: 100%;
	background-color: #CC9900;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#header {
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	width: 861px;
}


/* Navbar */
#navbg {
	background-color: #006699;
	width: 100%;
	height: 30px;
	background-image: url(../images/banner-text.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
}
.navitem {
	text-decoration: none;
	color: #C6991F;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#nav {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
	z-index: 100;
	margin-top: -75px;
	position: relative;
}
#space {
	width: 275px;
	display: block;
	position: relative;
	height: 70px;
}
.navitem img {
	margin-bottom: 8px;	
}

a {
	outline:none;	
}


/* Content */
#logo a {
	width: 96px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/hgb-logo.png);
	height: 47px;
	background-repeat: no-repeat;
	display: block;
	text-decoration:none;
	outline:none;
}
#contentarea {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
#contentbg {
	background-color: #C99915;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: -18px;
}
#gallery {
	background-image: url(../images/photo-gallery.jpg);
	height: 20px;
	width: 147px;
	text-decoration:none;
	display:block;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: bottom;
	color: #C99915;
	font-weight: bold;
	padding-top: 195px;
}
#content {
	width: 550px;	
}

/* Sidebar*/
#sidebar {
	float: right;
	width: 175px;
}

/* Footer*/
#footerbg {
	background-color: #176698;
	color: #FFF;
	width: 100%;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#footer {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	font-size: 10px;
}
