/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {line-height: 1;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

h1, h2, h3 ,h4, h5 {
	color: #614d2e;
	margin: 0 0 .5em 0;
}

/* General */
body {
	word-wrap: break-word;
	color: #614d2e;
	line-height: 1.5;
	background: #84501E url(../images/background.jpg) top center repeat-y;
	font-family: georgia, sans-serif;
}
.Container {
	margin: 0 auto;
	width: 917px;
}
.Branches1 {
	background: url(../images/branches1.gif) top center no-repeat;
}
a {
	color: #3b612e;
}
a:hover {
}
.Header {
	background: url(../images/headerbg.jpg) top no-repeat;
	height: 161px;
}
.TopMenu {
	padding-top: 7px;
	background: url(../images/menubg.jpg) top no-repeat;
	height: 51px;
}
.Banner {
	font-size: 200%;
	color: white;
	line-height: 150px;
	background: url(../images/bannerbg.png) top no-repeat;
	height: 173px;
	padding-left: 70px;
}
.Content {
	min-height: 300px;
	height: 1%; /* Has Layout IE */
	padding: 0 25px 25px 25px;
	background: url(../images/contentbg.png) repeat-y;
}
.Content .Left {
	float: left;
	padding: 0 10px;
	width: 200px;
}
.Content .Right {
	padding: 0 10px 0 30px;
	width: 607px;
	float: left;
}
#Full .Content .Right {
	width: 827px;
}
.Footer {
  font-size: 80%;
  text-align: center;
  color: #522E0F;
	background: url(../images/footerbg.png) top no-repeat;
	height: 131px;
  padding-top: 20px;
}
.Footer a {
  color: #522E0F;
}
.Footer a:hover {
  color: black;
}


/* Cancel out base */
ul.directory li {
    overflow: hidden;
    font-size: 70%;
}

/* Fixes */
	/* Goullitine http://www.positioniseverything.net/explorer/guillotine.html */
	.Clear:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility:hidden;
	}

	/*  \*/
	* html .Clear{
		height: 1%;
	}
	/*  */

