/* remove margin and padding from all elements */
* { margin:0; padding:0;}

html { height: 100%; }

body {
	/*color/image that shows on left/right sides of main content */
	background-color: #dddbcd;
	font-family: Arial,Verdana,Helvetica,San-Serif;
	height: 621px;
}

/*remove image border for all images */
img {	border-width: 0; }

/* remove text decoration from all links */
a {
	text-decoration: none;
}
h1 {
	padding-left: 1em;
	color: #751212;
	font-size: 1.4em;
	letter-spacing: .06ex;

}
h3 {
	padding-left: .5em;
	color: #ffffff;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: .05em;
}
h5 {
	font-size: 1.1em;
	color: #666666;
	letter-spacing: .1ex;
}
h6 {
   font-size: .9em;
   color: #999;
}

#header {
	background-image: url("../images/header_bg.jpg");
	width:817px;
	margin: 0 auto;
	height: 4em;
	text-align: left;
}
#header img {
	margin:1.25em 1.5em 0 4em;
}
#container, #container_home_page {
	position: relative;
	width:817px;
	/* center on page */
	margin: 0 auto;
	min-height: 97%;
	background-image: url("../images/hp_container_bg.jpg");
}
#container_home_page {
	background-image: url("../images/hp_container_bg2.jpg");
}
* html #container {
	height: 97%;
}
* html #container_home_page {
	height: 97%;
}
body #index #page {
	background-repeat: repeat-y;
	background-position: top right;
}
#page {
	width:817px;
	margin:0 auto 0 2em;
	padding-top: 1px;  /* prevent collapsing margins escaping */
	padding-bottom: 3em; /* identical to height of #footer; */
}
#footer {
	width:817px;
	background-image: url("../images/footer_bg.jpg");
	height:3em;
	text-align: right;
	color: #cecece;
	font-size: 0.6em;
	margin-top: -3px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	position: relative;
	background-position: -13px 0px;
	background-repeat: no-repeat;
}
#footer_adjust{
	padding-top:0.5em;
	margin-right: 4em;
}
#footer a:link, #footer a:visited {
	color: #cecece;
}
#footer a:hover {
	color: #ffffff;
}


iframe {
	z-index:0;
	overflow:visible;
	width:750px;
	height:800px;
	margin-left: 2em;
	padding:0;
	
}
.stock iframe {
	width: 305px;
	height: 405px;
	float: right;
	margin: 20px -7px 15px 30px;
	
}

.press_releases iframe {
	height: 2350px;
}

.map iframe {
	width: 690px;
		
}

.careers iframe {
	height: 3000px;
	width: 700px;
}
#homepic {
	position: absolute;
	z-index:1;
	top: 50px;
	left: 2em;
	width: 560px;
	height: 520px;
	/*height: 13em;*/
}

#knowBox {
	position: relative;
	font-size: 0.75em;
	margin-left: 0px;
	margin-top: -176px;
	
}
.knowBoxreg {
	color: #333333;
	padding: 5px;
}

#knowBox a:link, #knowBox a:visited {
	color:#3D3D3D;
	text-decoration: none;
}

#knowBox ul li { 
	padding:10px;
}

#knowBox a:hover {
	color:#fff;
}

#knowBox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CECECE;
	border-top: 0.1em solid #751212;
	border-right: 0.1em solid #751212;
	border-bottom: 0.1em #751212;
	border-left: 0.1em #751212;
}


#knowBox {
	position: relative;
	top: 2.3em;
	height: 12em;
	width: 250px;
}


#knowBox ul {
	list-style-type: none;
	padding:0 0 0 1em;
	margin: .7em 0 0 1.5em;
}




#knowBox h3 {
	position: relative;
	padding-top:0.2em;
	padding-bottom:0.5px;
	letter-spacing: 0.2em;
/*	line-height: 2.5em;*/
}

#knowBox h3 {
	background-color: #751212;
	margin-bottom:10px;
	font-family: Arial;
	font-weight:normal;
}
#center_table table {
	margin-left: -1.2em;
	}
#center_table td {
	width: 12em;
	background: #f1f1f1;
	padding: 0 0 0 .6em;
}	

#center_table th {
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	}
