@charset "utf-8";
/* CSS Document */
/* HGC Construction - Mercantile Library */
/* Produced by Tallboy at www.tallboy.com for Parkey Design */

html {
	margin-top: 10px;
	margin-bottom: 10px;
}

body {
	text-align: center;/* for IE */
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #c6c6a5;
}

h1 {
	color: #c98313;
	font-size: 18px;
}

h2 {
	color: #c98313;
	font-size: 14px;
}

.smbold {
	font-size: 11px;
	font-weight: bold;
}

#wrapper {
	width: 730px;
	height: auto;
	margin: 0 auto;/* for the rest */
	text-align: left;
}

#header {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-color: #d48e39;
	width: 730px;
	height: 151px;
	margin: 0;
	vertical-align: top;	
}

#logo {
	margin: 79px 0 0 611px;
	width: 100px;
	height: 40px;
	float: left;
}

#nav {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	width: 730px;
	height: 24px;
	margin: 0;
	clear: both;
	float: left;
}

#nav p {
	color: #666633;
	margin: 0;
	padding: 5px 0 0 14px;
}

#nav p a:link, a:active, a:visited {
	color: #666633;
	text-decoration: none;
}

#nav p a:hover {
	color: #c98313;
	text-decoration: underline;
}

/* column container */
.colmask {
	position:relative;/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;/* width of whole page */
	overflow:hidden;/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;/* right column background colour */
}
.leftmenu .colleft {
	right:65%;/* right column width */
	background:#fff;/* left column background colour */
}
.leftmenu .col1 {
	width:61%;/* right column content width */
	left:102%;/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:31%;/* left column content width (column width minus left and right padding) */
	left:6%;/* (right column left and right padding) plus (left column left padding) */
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul li {
	padding-left: 9px;
	background: url(images/bullet.png) no-repeat;	
}

#ssp {
	width: 444px;
	height: 400px;
	margin-top: 18px;
}
	
#footer {
	clear: both;
	float: left;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 730px;
	height: 30px;
	text-align: center;
}

#footer p {
	padding:9px;
	margin:0;
	color: #666633;
}

#footer p a:link, a:active, a:visited {
	color: #666633;
	text-decoration: none;
}

#footer p a:hover {
	color: #c98313;
	text-decoration: underline;
}