/*---:[ global layout ]:---*/

body { 	background: #fffff; 
		font: 75.5% Arial, Helvetica, sans-serif; 
		text-align: left; 
		color: #696969;
		line-height: 200%}
		
html, body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	margin:0px auto;
	padding:0;
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}

div#wrapper {
	width: 100%;
	clear: both;
	background:#5A3D1B;
	position: relative;
	top: -300px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}

html, body {
	height: auto;
}
/* end hack */

/* ]]> */

img { 	border: none; }

iframe { }


/*---:[ global links ]:---*/
a { 		color: #223F09; text-decoration: none; }
a:visited {	color: #223F09; text-decoration: none; }
a:hover { 	color: #FFFFFF; background: #9C9C9C; text-decoration: none; }
a img { 	border: none; }


/*---:[ typeface styles ]:---*/
.title { 	font: 165% Arial, Helvetica, sans-serif; 
			text-align: left; 
			color: #B5B5B5;
			font-weight: bold; }

.quicknav { 	font: 85% Arial, Helvetica, sans-serif; 
				text-transform: uppercase; 
				color: #778899; 
				line-height: 150%;}
.quicknav a {			color: #696969; 
						text-decoration: none; }
.quicknav a:visited {	color: #696969; 
						text-decoration: none; }
.quicknav a:hover { 	color: #000000; 
						text-decoration: none; 
						background: #DCDCDC; }

.detail { 	font: 85% Arial, Helvetica, sans-serif; 
			text-transform: uppercase; 
			color: #778899; 
			line-height: 150%;}
.detail p { margin: 0 0 1.5em 0; }

.detailtitle { 		font: 85% Arial, Helvetica, sans-serif; 
					text-transform: uppercase; 
					color: #2F4F4F; 
					line-height: 100%;}
.detailtitle p { 	margin: 0 0 1.5em 0; }

.menu { font: 95% Arial, Helvetica, sans-serif; 
		text-align: left; 
		color: #696969;
		text-transform: uppercase; 
		line-height: 100%;}	
.menu a {			color: #696969; 
					text-decoration: none; }
.menu a:visited {	color: #696969; 
					text-decoration: none; }
.menu a:hover { 	color: #000000; 
					text-decoration: none; 
					background: #FFFFFF; }
.homemenu { font: 95% Arial, Helvetica, sans-serif; 
		text-align: left; 
		color: #696969;
		text-transform: uppercase; 
		line-height: 100%;}	
.homemenu a {		color: #696969; 
					text-decoration: none; }
.homemenu a:visited {color: #696969; 
					text-decoration: none; }
.homemenu a:hover { color: #000000; 
					text-decoration: none; 
					background: #DCDCDC; }

p.center { 		text-align: center !important; }
p.bottom { 		margin: 0 !important; }
p.unstyled { 	font-size: 1.4em; }
