/*
Knox Rail Salvage New Site CSS
http://www.knoxrailsalvage.com
Edited by Rob C. K.I.

Basic*/
*
{
	margin: 0em;
	padding: 0em;
}
H1, H2, H3, H4, H5, H6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
BODY
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	color: #6F5129;
	background-image: url(../images/woodBG.jpg);
}
A
{
	color: #667700;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
/*Outer*/
#outer
{
	width: 900px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
/*Header*/
#header
{
	text-align: center;
}
#header H1
{
	font-size: 3.1em;
}
#header H2
{
	font-size: 1.1em;
	color: #747474;
}
#header H1 A
{
	color: #FFF;
	text-decoration: none;
}
/*Menu*/
#menu
{
	height: 94px;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	background-image: url(../images/a1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu UL
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 70px;
	background-color: #5F4003;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: inset;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#menu LI
{
	padding: 0em 1.5em;
	display: inline;
}
#menu LI A
{
	color: #FBFBFB;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	letter-spacing: 0.1em;
}
#menu LI A:hover
{
	text-decoration: underline;
	background-color: #010101;
}
#content
{
	background-image: url(../images/a3.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 2px;
}
#content P
{
	margin-bottom: 2em;
	line-height: 1.3em;
}
#content H2, H3, H4, H5, H6
{
	position: relative;
	color: #3F2109;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DFBF99;
}
#content H2
{
	font-size: 1.5em;
}
#content H3
{
	font-size: 1.1em;
}
#content H4 {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
}
#content H5 {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: medium;
	border-bottom-style: ridge;
	font-style: italic;
}


#content UL
{
	margin-bottom: 2em;
	padding-left: 1em;
}
#content BLOCKQUOTE
{
	margin-bottom: 2em;
}
#content BLOCKQUOTE P
{
	border-left: 10px solid #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}
#content TABLE
{
	margin-bottom: 2em;
}
#content TABLE TH
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content TABLE TD
{
	padding: 0.5em;
}
#content TABLE TR.rowA
{
	background-color: #DFBD99;
	color: inherit;
}
#content TABLE TR.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}
/*Primary Content*/
#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -18em;
	width: 100%;
}
#primaryContent
{
	border-left: 1px solid #DFBF99;
	margin-top: 2em;
	margin-right: 3em;
	margin-bottom: 0em;
	margin-left: 19em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
}
/*Secondary Content*/
#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 16em;
	margin-top: 2em;
}
/*Footer*/
#footer
{
	width: 900px;
	height: 86px;
	padding-top: 30px;
	text-align: center;
	background-image: url(../images/a4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.clear
{
	clear: both;
}
#secondaryContent P BR
{
	text-align: center;
}
#menuBlocks
{
	top: 20px;
	position: relative;
	width: 700px;
	z-index: 500;
	margin-left: 31px;
}
.homeLink
{
	margin-top: 20px;
}
.primaryContentImage
{
	float: right;
	padding-left: 50px;
	z-index: 200;
}
.primaryContentImageLeft {
	float: left;
	z-index: 100;
	padding-right: 20px;
}
.photoRoll {
	list-style-type: none;
}
