/* CSS Document */


body {
	background: #a39271 url(images/bg_home_header.jpg) 50% 100px no-repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

/* ************************************----------- CONTENT AREA (Four Columns) -----------*********************************** */
* html #HomeContent { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 1px;
}
table#HomeContent {
	width: 47.4em;
	padding:0;
	margin-top: 263px;
	border-right: solid 1px #6a5529;
	border-top: solid 1px #6a5529;
	border-left: solid 1px #6a5529;
		
}

/* \*/
	table#HomeContent { /* HACK: all browswer but IE5 Mac read this second style - IE5 Mac will read the previous style*/
		width: 47.5em;
			}
/* */

html>body table#HomeContent { /* HACK: Only Netscape browsers use this code - IE ignores it and uses previous style */
	width: 45.5em;
	min-width: 760px;
}
td.HomeColLightTop {
	background-color: #e4e4e4;
	padding: 15px 10px 5px 5px;
}
td.HomeColDarkTop {
	background-color: #cdcdcd;
	padding: 15px 10px 5px 5px;	
}
td.HomeColLightBottom {
	background-color: #e4e4e4;
	padding: 5px 10px 5px 10px;
}
td.HomeColDarkBottom {
	background-color: #cdcdcd;
	padding: 5px 10px 5px 10px;	

}

a {
	color: #6a5529;
	font-size: 1.15em;
	font-weight: 200;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
div.ColContent  {
	font-size: 0.8em;
}
div.ColContent a {
	color: #6a5529;
	text-decoration: none;
}
div.ColContent a:hover {
	color: #000000;
}
table#ScheduleA {
	font-size: 0.75em;
	margin-right: -35px;
}
tr#JourneymanRow {
	background-color:#b8b8b8;
}
tr.Years {
	background-color:#cdcdcd;
}
/* ************************************----------- CONTENT AREA (regular) -----------************************************ */
* html #HomeRegContent { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 1px;
}
table#HomeRegContent {
	width: 47.4em;
	margin-top: 0;
	border-right: solid 1px #6a5529;
	border-bottom: solid 1px #6a5529;
	border-left: solid 1px #6a5529;	
	background-color: #e4e4e4;
}

/* \*/
	table#HomeRegContent { /* HACK: all browswer but IE5 Mac read this second style - IE5 Mac will read the previous style*/
		width: 47.5em;
			}
/* */

html>body table#HomeRegContent { /* HACK: Only Netscape browsers use this code - IE ignores it and uses previous style */
	width: 45.5em;
	min-width: 760px;
}

div#Content {
	padding: 40px;
	border-top: solid 5px #bab9b9;

}

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;
	margin: 0 30px;
}

td#MainColumn p.Indent {
	margin-left: 25px;
}


div#Content ul, div#Content ol, div#Content p {
	font-size: 0.75em;
}
div#Content li li {
	list-style: square;
}
div#Content a, div#Content a:visited, div#Content a:active {
	color:#6a5529;
	text-decoration: underline;
}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}

/* ************************************----------- COPYRIGHT -----------************************************ */
table#copyright {
	width: 47.5em;
	font-size: 0.65em;
	color:#FFFFFF;
}
html>body table#copyright {
	width: 45.5em;
	min-width: 760px;
}



/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display: none;
}