/* commented backslash hack to hide from ie5 mac \*/ 
 Paste this code into the CSS section of your HTML document  

ul#menu {
  width: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:775px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#626263;
	background-color:#8A1E01;
	background-image:url(bodybg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 775px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

* html .container {height:100%;} /* for ie to resize */

.header {
	width:100%;
	height:150px;
	background-image:url(bg.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #ccc;
	border-top:1px solid #eee;
}

.menu {
	height:30px;
	background:#DA9F2D;
	font-size:1em;
	color:#fff;
	text-align:center;
	float: left;
	}

.menu a {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#721602;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#47494c;
	color:#C1840E;
	text-decoration:none;
}

a.biglink {
	display:block;
	width:90%;
	padding:5px;
	border:1px solid #313438;
	margin-top:10px;
	color:#811900;
	text-decoration:none;
	background:#DA9F2D;
	
}
p.navblock {
	display:block;
	width:90%;
	padding:5px;
	border:1px solid #313438;
	margin-top:10px;
	color:#811900;
	text-decoration:none;
	background:#DA9F2D;
	
}
a.biglink:hover {
	border:1px solid #000;
	background:#C1840E;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 775px;
	clear:both;
	height:30px;
	color: #333333;
	background:#DA9F2D;
	border-top:1px solid #000;
}

.clearfooter{
	clear:both;
	height:30px;
}

.rightcol {
	float:right;
	width:31%;
	margin-top:20px;
	clear:both;
	margin-left: 0px;
	}

p {
	padding:10px;
	margin-bottom:-10px;
}

.rightcol p {
	padding:10px;
	margin-bottom:15px;
	}

h1 {
	font-size:1.4em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:normal;
	font-style:italic;
	color:#D39C33;
}

h2 {
	font-size:1.2em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:bold;
	font-style:italic;
	color:#ababab;
	background:#eee;
	padding:3px;
}

.logo {
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	color:#CC9900;
	padding-left:10px;
	padding-top:30px;
}

a {
	color:#811900;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
	}

a.footer {
	color:#fff;
}

a.footer:hover {
	color:#fff;
	text-decoration:underline;
	}

form {
	padding:0px;
	margin:0px;
	margin-top:25px;
	margin-right:10px;
	text-align:right;
	}

input {
	margin-top:3px;
	border:1px solid #ccc;
	padding:3px;
	color: #DA9F2D;
}

.searchbox {
	width:90%;
	}

.searchbutton {
	background:#eee;
	border:1px solid #ccc;
	cursor:pointer;
	}

.img1 {
	float:left;
	margin:10px;
	border:2px solid #ccc;
}
