@charset "utf-8";
/* CSS Document */
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #3b1b08;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	img, div { behavior: url(scripts/iepngfix.htc); } /* ie6 PNG images fix, transparency fix */
	#pagecontainer {
		margin: 1px auto;
	}
	#nav {
		background-image:url(../images/bg_topbar.jpg);
		height: 50px;
	}
	#nav ul {
		float: left;
		margin-top: 10px;
		padding: 0px;
		margin-left: 30%;
	}	
	#nav ul li {	
		font-family: georgia, tahoma, verdana, sans-serif;
		font-size: 1.0em;
		color: #fff;
		display: inline;
	}
	#nav ul li a, a:visited {
		padding: 15px;
		text-decoration: none;
		color: #fff;
	}
	#nav ul li a:hover {
		color: #fff200;
	}
	#navstripe {
		background-color: #000;
		line-height: 1px;
		height: 1px;
	}
	#contentarea {
		background-color: #d9f1f8;
	}
	#contentarea img {
		border: none;
		margin-top: 0%;
		margin-left: 50%;
	}
	#company {
		position: absolute;
		margin-top: 4%;
		margin-left: 8%;
		width: 38%;
		color: white;
		font-size: 1.2em;
	}
	#company p {
		display: inline;
		font-size: .7em;
	}
	#bottomstripe {
		background-color: #9c8365;	
		line-height: 3px; /* IE 6 compatibility */
		height: 3px;
	}
	#bottomarea {
		background-color: #52270e;
		width: 100%;
	}
	#btmleftcol, #btmcentercol, #btmrightcol {
		font-family: 'Lucida Grande','Lucida Sans Unicode', tahoma, verdana, sans-serif;
		font-size: 0.8em;
		color: #fff;
		padding: 10px;
	} 
	#btmleftcol {
		position: absolute;
		margin-left: 2%;
		width: 25%;
	}
	.boxtitle {
		font-family: Georgia, 'Lucida Grande', tahoma, verdana, sans-serif;
		font-size: 1.5em;
		border-bottom: 1px dotted #9c8365;
		margin-bottom: 5px;
	}
	#btmcentercol {
		position: relative;  /*change to absolute if using btmrightcol box*/
		left: 32%;			/* change to margin-left if using btmrightcol box*/
		width: 28%;
		padding-bottom: 1%;
	}
	#btmcentercol ul {
		margin: 10px 0px;
		padding: 0px;
		list-style-type: none;
	}
	#btmcentercol ul li {
		background:transparent url(../images/bullet.gif) no-repeat scroll 0 15%;
		margin-left: 5px;
		margin-bottom: 11px;
		padding-left: 20px;
	}
	#btmcentercol ul li a, a:link, a:visited {
		padding: 0px;
		text-decoration: none;
		color: #9c8365;
	}
	#btmcentercol ul li a:hover {
		color: #fad538;
	}
	#btmrightcol {					/*position relative the last column, then the next div follows under it*/
		position: relative;			
		left: 62%;					/*IE requires use of 'left' css attribute instead of margin-left for relative positioning*/
		width: 25%;	
	}
	btmrightcol ul {
		margin: 10px 0px;
	}
	#btmrightcol ul li {
		background: transparent url(../images/bullet.gif) no-repeat scroll 0px 50%;
		margin-left: 0px;
		margin-bottom: 10px;
		padding-left: 20px;
		list-style-type: none;
	}
	#footer {
		margin: 0 auto;
		color: #9c8365;
		line-height: .5em;	
		text-transform: uppercase;
		border-top: 1px solid #9c8365;
	}
	#footer p {
		text-align: center;
		font-size: 10px;
		padding-bottom: 1%;
	}
	#footer a, a:link, a:visited {
		padding: 0px;
		text-decoration: none;
		color: #9c8365;
	}
	#footer a:hover {
		color: #fff;
	}