* {
	margin:		0;
	padding:	0;
	border:		0;
}

body {
	background:		#C76B18 url("images/siteBkg.jpg") repeat-x;
	font:			11px Arial, Helvetica, sans-serif;
	color:			#3d3d3d;
	line-height:	22px;
	behavior:		url("/csshover.htc");
}

img {
	display:	block;
	border:		none;
}

h1, h2 {
	font:			bold 15px Arial, Helvetica, sans-serif;
	padding:		10px 0;
	color:			#c86b16;
}

h2 {
	background:		#fff url("images/contentHeaderBkg.jpg") no-repeat 0 2px;
	color:			#fff;
	font-size:		11px;
	font-weight:	bold;
	padding-left:	10px;
}


input {
	background:		#fff url("images/submitButton.jpg") no-repeat;
	width:			69px;
	height:			26px;
}


div.value input {
	border-bottom:	1px solid #8C929E;
	border-left:1px solid #bbc1ce;
	background:		#fff;
	width:			auto;
	height:			auto;
}



div.sitemason_article h2 {
	background:		#fff;
}

p {
	margin-top:		10px;
}
a {
	font-weight:		bold;
	color:				#915417;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

a.secnav {
	display:			block;
	margin-top:			5px;
	border-top:			1px solid #d9d9d9;
}
div#wrapper {
	width:		907px;
}

div#header {
	height:		118px;
}

/***** MAIN NAV *******************/
div#mainNav {
	height:		29px;
}
	div#mainNav div {
		display:	block;
		position:	relative;
		float:		left;
	}
	
	div#mainNav div a {
		display:	none;
		position:	absolute;
	}
	
	div#mainNav div:hover a {
		display:	block;

	}

div.clearBoth {
	clear:		both;
	width:		100%;
	height:		0px;
}
div#content {
	background:	url("images/contentBkg.jpg") repeat-y;
	position:	relative;
}

table#contentTable {
	position:	relative;
	left:		80px;
}
div#innerContent {
	width:		660px;
}

div#sidebarContent {
	width:		140px;
}

div#bottomNav {
		clear:			both;
	height:				159px;
	position:			relative;
}
	div#bottomNav div {
		position:		absolute;
		top:			128px;
		left:			66px;
	}

	div#bottomNav a {
		display:		block;
		float:			left;
		margin-right:	25px;
		font:			10px bold Arial, Helvetica, sans-serif;
		color:			#fff;
	}
	
	div#bottomNav a:hover {
		text-decoration:none;
		color:			#fdaf61;
	}

div#footer {
	background: url("images/footer.jpg") no-repeat;
	height:		89px;
}
	div#footer span {
		color:			#fff;
		font-size:		10px;
		position:		relative;
		left:			190px;
		top:			30px;
		
	}
	
	div#footer a {
		color:			#d0d0d3;
	}
			
				
			