/*outerbox*/

div {
	margin: 0;
	border: 0;
	padding: 0;
	top: 0px;
}
#outer {

 /* width:expression(document.body.clientWidth < 770? "770px" : document.body.clientWidth > 960? "960px" : "auto");
	max-width: 960px; 
	min-width: 770px; ******leaving this in in case you ever want to go back to go back to min-max width ******/
	width: 960px; 
	margin: 0 auto; /* Center the block */
}

#outerouter2 {
	background: url("../images/pagebgflipped.jpg") bottom repeat-x;
}
#nw {

  background: url("../images/shadow_nw.png") top left no-repeat;
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#ne {
  background: url("../images/shadow_ne.png") top right no-repeat;
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#se {
  background: url("../images/shadow_se.png") bottom right no-repeat;
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#sw {
  background: url("../images/shadow_sw.png") bottom left no-repeat;
  padding-left: 10px; /* border thickness */
  padding-right: 10px; /* border thickness */
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}

#n {
  background: url("../images/shadow_n.png") top repeat-x;
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#s {
  background: url("../images/shadow_s.png") bottom repeat-x;
  padding-top: 0px; /* border thickness */
  padding-bottom: 10px; /* border thickness */
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#w {
  background: url("../images/shadow_w.png") left repeat-y;
  margin-left: -10px; /* border thickness */
  margin-right: -10px; /* border thickness */
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#e {
  background: url("../images/shadow_e.png") right repeat-y;
  behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
}
#mainouter {
  margin-right: 10px; /* border thickness */
  margin-left: 10px; /* border thickness */
  margin-top:0px;
  background-color:#FFFFFF;
}

* { margin: 0; padding: 0; outline: 0; }

body {
	background: #ad6e2c url("../images/pagebg.jpg") top right repeat-x;
	font: 12px Georgia, "Times New Roman", Times, serif; 
	color: #5b5b4e;
	text-align: center;
	margin: 0;
	height: 100%;
}

/* links */

a, a:visited {
	display:inline;
	text-decoration: underline;
	background: none;
	color: #1e8475; 
}
a:hover {
	text-decoration: none;
	background: none;
	color: #063c75;
}

/* images */

#img_brdr {
	background: #fff;
   	border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { float:left; margin: 5px 10px 10px 0px; }

#img_container_holder {
	display:block;
	width:218px;
	position:relative;
	float:right;
	margin: 0 10px 0 0;
}
#img_container_outer {
	background: url("../images/img_bg.jpg") top no-repeat;
	width:218px;
	margin: 0 0 0px 12px;
	padding: 0 0 0px 0px;
}
#img_container {
	width:194px;
	margin: 0 0 0 0;
	padding: 12px 12px 0px 12px;

}
#img_container h1.img_heading {
	font: bold 12px Arial, Helvetica, Sans-serif;
	margin: 4px 10px 2px 0;
	padding: 0 0 0 0;
	letter-spacing:normal;
}
#img_container p.img_caption{
	font: normal 10px Arial, Helvetica, Sans-serif;
	color:#4d380a;
	line-height:normal;
	margin: 0 10px 15px 0;
	padding: 0 0 0 0;
}
#img_container h3 {
	color: #666666;
}

/* other */

h1, h2, h3, p {
	margin: 0 0px;
	padding: 0;
}
ul, ol {
	margin: 5px 15px;
	padding: 0 25px;
}

blockquote {
	margin: 10px 15px;
	padding: 15px 15px 5px 45px;  
	border: 1px solid #e4e2cf;
	background: #f9f8f2 url("../images/quote.jpg") no-repeat 8px 6px;
}

/* table */

table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	background: #0e5f4b url("../images/button-bg.jpg") repeat-x 0 0; 
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border: 1px solid #0e5f4b;
	border-bottom-width: 2px;
}
tr {
	height: 32px;
	background: #fff;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #e6e3cc; 
}

/* form elements */

form {
	margin:10px 15px; 
	padding: 10px 0;
	border: 1px solid #dedbc3; 
	background: #f9f8f2;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0 0 10px;
}
input {
	padding:3px 0 3px 10px;
	margin:0 0 0 10px;
	border: 1px solid #dedbc3; 
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#777;	
}
textarea {
	width:400px;
	padding:3px 0 0 10px;
	margin:0 0 0 10px;
	font: normal 12px Arial, Arial, Helvetica, sans-serif;
	border: 1px solid #dedbc3; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold  12px Arial, Arial, Helvetica, sans-serif;
	height: 24px;
	margin:0 0 0 10px;
	padding: 2px 3px; 
	color: #fff;
	background: #018a80 url("../images/button-bg.jpg") repeat-x 0 0; 
	border: 1px solid #015d57;
}

/* search box */

.searchbox {
	background-color: transparent;
	border: none;	
	margin: 0; 
	padding: 5px 0 5px 0;	
	width: 220px;	
}
.searchbox p { margin: 0; padding: 0; }
.searchbox input.textbox { 
	width: 110px;
	color: #777; 
	height: 16px;
	padding: 2px 2px 2px 4px;	
	font: normal 11px Arial, Arial, Helvetica, sans-serif;
	border: 1px solid #dedbc3; 
	vertical-align: top;
}
.searchbox input.button { 
	width: 52px;
	height: 22px;
	margin: 0px 0 0 0;
	padding: 0px 2px 0 2px;
	font: bold 11px Arial, Arial, Helvetica, sans-serif;
	background: #018a80 url("../images/button-bg.jpg") repeat-x 0 0;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	width: 100%;
	background: #ffffff;
	margin: 0;
	text-align: left;
}
#content-wrap_home {
	clear: both;
	width: 100%;
}
#subgradbg {
	background: url("../images/subgradtop.jpg") top no-repeat;
}
#content-wrap_sub {
	position:relative;
	clear: both;
	width: 100%;
}
#content-wrap h1, h2, h3, p {
	margin: 0px 0px;
	padding: 0 0 0px 0;
}
#header {
	position: relative;
	height: 190px;
	background: #f9f9f4 url("../images/headerbg1.jpg") no-repeat center top;
	padding: 0;	
	color: #fff;	
}
#header img{
	padding:0;
	border:none;
	background-color:none;
}
#logo {
	float:left;
	display:block;
	position: relative;
	margin: 0 0 0 0;
	padding: 48px 0 0 55px;
	font: bolder 55px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -3px;

	width: 189px;
	height: 114px;
}

/* two colum area with flash banner and left text */

#banner_outer {
	position: relative;
	margin: 0 0 0 0;
	background: url("../images/bouterbg.jpg");
	background-position:top;
	background-repeat: repeat-x;
	height: 242px;
	width: 100%;	
}
#banner_area {
	float:right;
	margin: 0; padding: 0;
	background: url("../images/goldbg1.jpg")  no-repeat;	
	height: 242px;
	width: 100%;	
}
#bannerflash {
	text-align:right;
	position:absolute;
	float:right;
	margin: 0;  padding: 0;
	right:0px;
	width:559px;
	height: 242px;
}
#bannerlefttext_container {
	position:relative;
	float: left;
	width:28%;
}	
#bannerlefttext {
	position:absolute
	float: left;
	padding: 0; margin: 40px 30px 0 55px;	
	width:100%;
}	
#bannerlefttext h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	margin:0 0 0 0px;
	color:#ffef82;
}
#bannerlefttext p {
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#4d380a;
	line-height: 18px;
}
#bannerlefttext a {
	color:#063c75;
	font-weight:bold;
	text-decoration:underline;
}
#bannerlefttext a:hover {
	color:#063c75;
	font-weight:bold;
	text-decoration:none;
}

/* main menu - bg only, content is flash*/

#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #3f6b97 url("../images/menubg.jpg") repeat-x;	
	height: 49px;
	width: 100%;	
}

/* Main Content area */

#MainFloat-left  { position:relative;float: left; width:54%; padding-left:55px;margin:10px 0 0 0;} /* homepage main content */
#MainFloat-right  {position:relative;float: right; width:70%; margin:50px 0 0 0px;padding:0 0 0 0px;} /* subpage main content */
#main {
	position:relative;
	float: left; 
	margin: 0px 27px 25px 0px; padding: 0 0 0 0; 
}
#main h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0; 	
	margin-bottom: 0;		
	color: #815e28;
	letter-spacing: -.04em;
}
#main h2 {
	display:block;
	background: url("../images/h2bg.jpg") bottom left no-repeat;	
	float:none;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0; 
	color: #c38000;
	text-decoration: none;	
}

#main h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0; 	
	margin-bottom: 0;		
	color: #815e28;
	letter-spacing: -.04em;
}
#main h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0; 	
	margin-bottom: 0;		
	color: #7c7f68;
	letter-spacing: -.04em;
}
#main p, #main h1, #main h2, #main h3, #main ol, #main ul,
#main blockquote, #main table, #main form {
	margin: 0 5px 10px 0;
	line-height: 20px;
}
#main ul li {
	list-style-image: url("../images/bullet1.jpg"); 
}

/* Capabilities menu container */

#capa {
	top:500px;
	float:right;
	background: url("../images/capbg.jpg") no-repeat left top;
	width: 267px;
	height: 190px;
	text-align: left;	
	padding: 35px 0px 10px 30px;
}
#capa h1 {
	display:inline;
	margin:0px 0 0 0px;
	font: bold 20px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 0; 	
	margin-bottom: 0;		
	color: #278777;
}
#capa_floatright {
	float:right;
	margin:-35px 0px 0 0;
	padding: 0 57px 0 0;
}

/* Capabilities menu */

#capamenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
	}
#capamenu {
	position:relative;
	float:left;
	width: 170px;
	margin: 5px 15px 15px 0px;
	padding:0 0 0 0;
	}
#capamenu li.first {
	float:left;
	margin: 0 0 0 0px;
	padding:0 0 0 0;
	}
#capamenu li a {
	height: 32px;
  	height: 20px;
	font-weight:bold;
	text-decoration: none;
	color:#7d5d3b;
	border-style: none none solid none;
	border-color: #e1b64f;
	border-size: 1px;
	border-width: 1px;
	background:  url("../images/bulletarrow.gif") left no-repeat;
	}	
#capamenu li a:link, #capamenu li a:visited {
	color: #7d5d3b;
	display: block;
	padding: 8px 0 0 18px;
	}
#capamenu li a:hover {
	background-color:#f4ca64;
	padding: 8px 0 0 18px;
	}

/* Subpage Menu */	

#menu1 {
	width: 100%;
	float:left;
	margin: 5px 15px 15px 0px;
}
#menu1 ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu1 li
{
	display: inline;
}
#menu1 a
{
	color: #7d5d3b;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 160px;
	border-bottom: 1px solid #c59e3f;
	background:  url("../images/bulletarrow2.gif") top left no-repeat;
	padding: 8px 0 8px 80px;
	margin: 0px 0 0 -20px;

}



#menu1 a:link, #menu1 a:visited
{
	color: #7d5d3b;
	text-decoration: none;
}
#menu1 a:hover
{
	background-color: #f4c963;
	color: #664c30;
}

/* pams entry - please do not remove yet
#menu1 li a.active {
	color:#664c30;
	border-bottom: 2px solid #369d8c;
	background:#efba4e url("../images/selectedbg.jpg") bottom repeat-x;
}
*/


#menu1 li a#current
{
	color:#664c30;
	border-bottom: 2px solid #369d8c;
	background:#efba4e url("../images/selectedbg.jpg") bottom repeat-x;
}




/* Highlights area */

#highlight_top {
	background:url("../images/highlights_top.png") top no-repeat;
	behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
	width: 207px;
	float:right;
	padding:0 0px 0 0px;
	margin: 0px 33px 0px 13px;
}
#highlight {
	float:left;
	background:url("../images/highlights_bg.gif") right repeat-y;
	width: 207px;
	margin: 15px 0px 0px 0px;
	padding:0 0 10px -15px;
}
#highlight_bottom {
	float:left;
	background:url("../images/highlights_bot.png") bottom no-repeat;
	behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
	width: 207px;
	margin:0px 0 0px 0px;
	padding:0px 0 18px 0px;
}
#highlight h1.hlite {
	display:block;
	background:url("../images/star.jpg") left no-repeat;
	font: bold 15px Arial, Helvetica, Sans-serif;
	margin: 4px 15px 2px 7px;
	padding: 0 0 0 23px;
	letter-spacing:normal;
}
#highlight p.hlite{
	font: normal 11px Arial, Helvetica, Sans-serif;
	color:#4d380a;
	line-height:normal;
	margin: 0 15px 5px 30px;
	padding: 0 0 0 0;
}
	
/* Subpage menu container */

#subnav {
	position:absolute;
	background: url("../images/subnavbg.jpg") no-repeat left top;
	width: 253px;
	height: 434px;
	text-align: left;	
	padding: 35px 0px 10px 20px;
	top:400;
}
#subnav h1 {
	display:inline;
	margin:0px 0 0 0px;
	font: bold 21px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 40px; 	
	margin-bottom: 0;		
	color: #278777;
}
#subnav a {
	text-decoration:none;
}

/* top icon menu */

#topmenu_container {
	display:block;
	float:right;
	background: url("../images/whitebgtop.png") no-repeat left top;
	behavior: url("http://www.tyonekmanufacturing.com/images/iepngfix.htc");
	width: 253px;
	height: 45px;
	margin:70px 22px 0 0px;
}
#search_container {
	position: relative;
	float:right;
	text-align:right;
	top: 130px;
	right: -243px;
}
#topmenu {
	margin: 7px 7px 6px 9px;
	padding: 1px 0 0 0;
	width:231px;
	height:23px;
	display: block;
	white-space:nowrap;
} 
#topmenu ul li {
	float:right;
	margin:0 0 2px  0;
	padding:0 0 2px  0;
	white-space:nowrap;
	list-style: none;
	display: inline;
	text-align:left;
	}
#topmenu li.home {
	float:left;
	white-space:nowrap;
	margin: 0px 45px 5px -37px;
	padding:3px 10px 5px 25px;
	background:  url("../images/icon_home.gif") left no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#5b5b4e;
	border-left: none;
	list-style: none;
	display: inline;
	}
#topmenu li.sitemap {
	float:left;
	white-space:nowrap;
	margin: 0px 35px 5px -40px;
	padding:3px 2px 5px 25px;
	background:  url("../images/icon_sitemap.gif") left no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#5b5b4e;
	border-left: none;
	list-style: none;
	display: inline;
	}
#topmenu li.contact {
	float:right;
	white-space:nowrap;
	margin: 0px -25px 5px -35px;
	padding:3px 2px 5px 25px;
	background:  url("../images/icon_contact.gif") left no-repeat;
	font: bold 10px Arial, Helvetica, sans-serif;
	color:#5b5b4e;
	border-left: none;
	list-style: none;
	display: inline;
}
#topmenu li a{
	float:left;
	white-space:nowrap;
	text-decoration: none;
	color: #5b5b4e;
}
#topmenu li a:hover {
	text-decoration:underline;
	color: #2d9383;
}

/* Footer */	

img.footer_floatleft {
	float:left;
	margin:0px 0px 0 -55px;
	padding: 0 5px 0 0;
}
img.footer_floatleft a {
	cursor: pointer;
}
img.footer_floatleft2 {
	float:left;
	margin:10px 0px 0 -80px;
	padding: 0 1px 0 0;
}
img.footer_floatleft2 a {
	cursor: pointer;
}
#footer {
	color: #9e7243;
	height:150px;
	background: #281601 url("../images/footerbg1.jpg") no-repeat center top;
	clear: both;
	width: 100%;
	text-align: center;	
	padding: 50px 0 0 0;
}
#footercol1 {
	display:block;
	float:left;
	width: 60%;
	padding:0 0 0 25px;
}
#footercol2 {
	float:right;
	width: 32%;
}
#footercol2_content { 
	padding: 0px 20px 35px 80px;
	font: 11px Arial, Helvetica, Sans-serif;
	color:#cf883c;
	text-align: left;	
}
#footercol2_content p { 
	padding: 0px 0px 5px 25px;
}
#footercol1_row2 {
	float:left;
	width: 60%;
	padding: 15px 0px 5px 50px;
}
#footercol1_row2 a, a:visited {
	background-image:none;
}
#footercol1_row2 a:hover {	
	text-decoration: none;	
	color: #9e7243;
}
#footercol1_row2_content { 
	padding: 0px 0px 0px 0px;
}
#footercol1_row2_sb { 
	left:10px;
	float:left;
	width:130px;
	height:65px;
	padding: 0px 55px 5px 60px;
	font: 11px Arial, Helvetica, Sans-serif;
	text-align:left;
	color:#9e7243;
}
#footercol1_row2_eagle { 
	float:left;
	width:auto;
	height:89px;
	padding: 0px 0px 5px 42px;
	font: 11px Arial, Helvetica, Sans-serif;
	text-align:left;
	color:#9e7243;
}
#footer_copyright { 
	width:100%;
	height:15px;
	padding: 0px 0px 5px 4px;
	font: 11px Arial, Helvetica, Sans-serif;
	text-align:center;
	font: 12px Arial, Helvetica, Sans-serif;
	color:#cf883c;
}

/* Footer nav */

#footernav ul
{
	float:left;
	white-space:nowrap;
	list-style-type:none;
	height:30px;
	color: #cf883c;
	font: bold 12px Arial, Helvetica, Sans-serif;
	text-align: left;
	background-image: url("../images/footermenuhorline.jpg");
	background-position:bottom;
	background-repeat: repeat-x;
	margin:0 0 0 0px;
}
#footernav li { 
	display: inline;	
	float:left; 
	background-image: url("../images/sep1.gif");
	background-position:right;
	background-repeat: no-repeat;
	padding: 5px 8px 5px 5px;
}
#footernav li.last 	{ border:none;
	background-image:none;
}
#footernav li a{
	text-decoration: none;
	background-image: none;
	color: #cf883c;
}
#footernav li a:hover {
	text-decoration:none;
	color: #fff17a;
}

/* breadcrumbs */

#breadcrumbs {
	display: block;	
	padding: 5px; margin: 0px 0px 15px 0px;
	background: url("../images/breadcrumbbg.jpg") bottom left no-repeat;
	font: 10px Arial, Helvetica, sans-serif;
}
#breadcrumbs .youarein { 
	color:#c18805;
	display: inline;	
	float:left; 
	margin:0 5px 0 0;
}

/* sublink footer */

#sublink-footer {
	display:block;
	float:none;
	font: 12px Arial, Helvetica, Sans-serif;
	padding: 8px; margin: 0px 0px 15px 0px;
	background:url("../images/sublinkbg2.jpg") top left repeat-y;
}


/* alignment classes */

#float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */

.clear { clear: both; }

/* we are primed for dropdowns, even though we don't actually use them */
#dropdowns { padding: 0px 0px 0px 15px; margin: 0; text-align: left; }
#nav, #nav ul {  float: left; list-style: none; line-height: 1; background: none; font-weight: normal; padding: 0; margin: 0px; }
#nav a {  border-right: 1px solid #3E6996; border-left: 1px solid #3E6996; font: normal 14px/14px Arial, Verdana, Sans Serif; text-decoration: none; display: block; color: #FFE985;  padding: 19px 15px 16px 15px; }
#nav a.child { font: bold 11px Verdana, Tahoma, Arial; text-decoration: none;  background: none; color: #1846A2; padding: 7px 2px 7px 9px; border-right: 0px solid #FFDC90; }
#nav li {  float: left; padding: 0; }
#nav li ul { position: absolute; left: -999em; height: auto; width: 10.9em; w\idth: 11.4em; font-weight: normal; background: #FFF5EE url(images/menu_background.jpg) no-repeat; background-position: top left; margin: 0; padding-bottom: 6px; padding: 0px; margin: 0px; border-top: 1px #22679D solid; border-bottom: 1px #22679D solid;  }
#nav li li {  padding-right: 0em; width: 11.4em } 
#nav li ul a {  width: 15.5em; w\idth: 15.5em; }
#nav li ul ul {  margin: -1.2em 0 0 11.3em; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { color: #ffffff; left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { color: #105890; left: auto; }
#nav li:hover, #nav li.sfhover { color: #ffffff; background: #2D88CE url(http://www.tyonekmanufacturing.com/images/hover_background.gif) top center no-repeat; }
#nav a:hover, #nav a.sfhover { color: #ffffff; text-decoration: none; background: #2D88CE url(http://www.tyonekmanufacturing.com/images/hover_background.gif) top center no-repeat; }


