/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background: #a39271 url(images/bg_body.jpg) 50% 100px no-repeat;
	margin:0px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* ************************************----------- MENUBAR -----------************************************ */
table#Menu {
	width: 47.5em;
	min-width: 760px;
	margin-top: 16px;


}
html>body table#Menu { /* HACK: Only Netscape browsers use this code - IE ignores it and uses previous style */
	width: 47.5em;
	min-width: 760px;
}
table#Menu td.MenuLinks {
	background: #6a5529 url(images/menu_lines.gif) 99% 50% no-repeat;
}
table#Menu td.MenuLinksEnd {
	background: #6a5529;
}
/*----------- 	NAVIGATION LINKS -----------*/
table#Menu a, table#Menu a:active, table#Menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
table#Menu a:hover {
	color: #000000;
}

/* ************************************----------- CONTENT AREA (CONTAINER) -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 1px;
}
table#Container {
	width: 47.4em;
	margin-top: 147px;
	border: solid 1px #6a5529;	
	background-color: #e4e4e4;

}
/* \*/
	table#Container { /* This hack allows all browswer but IE5 Mac from reading the second style - IE5 Mac will read the previous style*/
		margin-top: 153px;
		width: 47.5em;
			}
/* */
html>body table#Container {
	width: 47.5em;
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	
}

/*----------- 	Content -----------*/


div#Content {
	margin: 40px;

}

h1 {
	color: #6a5529;
	font-size: 1.5em;
	font-style:italic;
	margin-left: -10px;
	
}
h2 {
	color: #907a4b;
	font-size: 1.15em;
	margin-left: -5px;
	font-weight: bold
}
h3 {
	color: #000000;
	font-size: 1em;
	font-weight: bold

}
p.quote {
	
}
p.Address {
	
}
p.SmallText {
	font-size: 0.65em;
	color: #666666;
	margin: 0 10px;
}

td#MainColumn p, td#MainColumn ul, td#MainColumn ol {
	font-size: 0.75em;
	line-height: 1.25em;
}
td#MainColumn p.Indent {
	margin-left: 25px;
}


div#Content ul, div#Content ol, div#Content p {
	font-size: 0.9em;
}
div#Content li li {
	list-style: square;
}
div#Content a, div#Content a:visited, div#Content a:active {
	color:#6a5529;
	font-size: 0.8em;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}




/* ************************************----------- COPYRIGHT -----------************************************ */
table#Footer {
	width: 47.5em;
	font-size: 0.65em;
	color:#FFFFFF;
}
html>body table#Footer {
	width: 45.5em;
	min-width: 760px;
}





/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: none;
}