@charset "UTF-8";
html, body {
	margin:0;
	padding:0;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	height:100%;
	background: url(../images/bkg.jpg) repeat-x;
}
h1, h2, h3 {
	color: #1e0f0f;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 140%;
	font-weight: normal;
}
h2 {
	font-size: 140%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	color: #626262;
	font-weight: bold;
}

#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height:60%;
	}
#header {
	width: 1200px;
}
#headerNav {
	float: left;
	width: 300px;
}
#headerNavLeft {
	float: left;
	width: 156px;
}
#addressBlock {
	float: left;
	width: 150px;
	padding-top: 60px;
	font-size: 11px;
	text-align: right;
	padding-right: 6px;
	padding-bottom: 3em;/* sticky footer - set on btm div */
}

.addressImage{
	padding-bottom: 6px;
}
.greyBold{
	color: #626262;
	font-weight: bold;
}
.companyBold{
	font-size: 110%;
	color: #626262;
	font-weight: bold;
}
.company{
	font-size: 110%;
	line-height: 1.2em;
	color: #626262;
}

/* ********************* */
/* Keep below Holds Vert line on nav *** */
/* ********************* */
#headerNavCenter {
	padding-bottom: 40px;
}
#mainContainer {
	font-size: 80%;
	line-height: 1.2em;
	float: left;
	width: 900px;
	color: #626262;
	padding-bottom: 3em; /* sticky footer - set on btm div */
}
#mainContainerCenter {
	font-size: 80%;
	line-height: 1.2em;
	float: left;
	width: 900px;
	color: #626262;
	text-align: center;
}
#wrapper_mainContainer {
	float: left;
	width: 852px;
}
.imgLogo {
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link     {
	color: #1e0f0f;
	text-decoration: none;
	outline: none;
}
a:visited  {
	color: #1e0f0f;
	text-decoration: none;
}
a:hover    {
	color: #4f3d3d;
	text-decoration: underline;;
}
a:focus { 
	outline: none; /*Firefox dotted outline fix */
}
div.hr {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
}
div.hr hr {
	display: none;
}

