@charset "UTF-8";
/* CSS Document */

<style type="text/css" >
		
		/*
			Vertical Accordions
		*/
	.img {
		padding: 0px;}
			.accordion_toggle {
			display: block;
			height: 30px;
			width: 200px;
			background: url(http://www.tradepress.com/graphics/accordion_toggle.jpg) no-repeat top left #fff;
			padding: 0 10px 0 10px;
			line-height: 30px;
			
			text-decoration: none;
			outline: none;
			font-size: 10px;
			color:#333333;
			border-bottom: 1px solid #ccc;
			cursor: pointer;
			margin: 0 0 0 0;
			text-transform:capitalize;
		}
		.accordion_content p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin: -1px;
		padding-left: 5px;
			
			}
			.accordion_content a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin: -1px;
		padding-left: 5px;
		color:#333333;
			
			}
			.accordion_content a:hover {
		text-decoration: none;
		color:#666666;
			
			}
		
		.accordion_toggle_active {
			background: url(http://www.tradepress.com/graphics/accordion_toggle_active.jpg) no-repeat top left ;
			color:#333333;
			border-bottom: 1px solid #ccc;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #000;
			}
			
			
			.accordion_content .searchsection {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			
			}
			
		.vertical_accordion_toggle {
		display: block;
			height: 30px;
			width: 200px;
			background: url(http://www.tradepress.com/graphics/accordion_toggle.jpg) no-repeat top left #fff;
			padding: 0 10px 0 10px;
			line-height: 30px;
			
			text-decoration: none;
			outline: none;
			font-size: 10px;
			color:#333333;
			border-bottom: 1px solid #ccc;
			cursor: pointer;
			margin: 0 0 0 0;
			text-transform:capitalize;
		}

		.vertical_accordion_toggle_active {
			background: url(http://www.tradepress.com/graphics/accordion_toggle_active.jpg) no-repeat top left #fff;
			color:#333333;
			text-decoration:underline;
			font-size: 10px;
			border-bottom: 1px solid #ccc;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
		.searchsection {
				font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin: 3px;
		padding: 5px;
		padding-left: 5px;
		}
			.vertical_accordion_content p {
				font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin: -1px;
		padding-left: 5px;
		}
		.vertical_accordion_content a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		margin: -1px;
		padding-left: 5px;
		color:#333333;
			
			}
			.vertical_accordion_content a:hover {
		text-decoration: none;
		color:#333;
			
			}
		
					
					
    /* Container styling*/
   #horizontal_container {
	float: left;
      width: 0px;   
      height: 0px; 
	  padding: 0px;
	  background-color:#000000; 
	  margin:0;
    }
    
    #vertical_nested_container {
	padding: 0px;
      margin: 20px auto 20px 0;
      width: 200 px;
    }
	h1 { font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bolder;
	color:#fff;
	}
	#container2 .description  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 2px;
	}
	.twoColFixRtHdr #sidebar1 #container2 {
	padding: 0px;
	margin: 0px;
	width: 221px;

	}
		.twoColFixRtHdr #sidebar1 {
	padding: 0px;
	margin: 0px;
	width: 221px;

	}
	.twoColFixRtHdr #sidebar1 #container2 img {
	padding: 0px;
	margin: 0px;
	}
	
	/*   ------- end product section styles ----------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(http://www.tradepress.com/graphics/bgbluesteel.jpg);
	background-color:#CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;

} 
.twoColFixRtHdr #header { 
	background: #000; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #nav {
	margin: 0px;
	padding: 0px;
	width: 802px;
	display: block;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0px;
	border:0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 560px;
	float: left;
	

} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.homeslide {
	margin: 0px;
	padding: 0px;
	background:url(http://www.tradepress.com/accordion%20folder/accordion/images/homeslide.jpg);
	height: 221px;
	width: 695px;
	}
	.printslide {
	margin: 0px;
	padding: 0px;
	background:url(http://www.tradepress.com/accordion%20folder/accordion/images/printBG.jpg);
	height: 221px;
	width: 695 px;
	}
	.inpersonslide {
	margin: 0px;
	padding: 0px;
	background:url(http://www.tradepress.com/accordion%20folder/accordion/images/inpersonBG.jpg);
	height: 221px;
	width: 695 px;
	}
	.onlineslide {
	margin: 0px;
	padding: 0px;
	background:url(http://www.tradepress.com/accordion%20folder/accordion/images/onlineBG.jpg);
	height: 221px;
	width: 695 px;
	}
	.headerRight {
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 5px;
	}
	#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color:#333333;
				padding-left: 10px;}
	
	h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	line-height: 20px;
	padding-bottom: 0px;
	margin: 0px;
	letter-spacing: 10px;
	padding-left: 10px;
	}
	h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}
	.twoColFixRtHdr #sidebar1 #container2 {
	
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0px;
}
.MidDivHome  {
padding-left: 5px;
float: left;
line-height: 1.25em;
width: 400px;
margin: 0px;
}

.img {
padding: 0px;
margin: 0px;
border: 0px;
}
div#leftcolumn { 
float: left; width: 130px; height:100%; margin: 0; padding: 0; background-color:#fff; } 

#leftcolumn ul { 
list-style: none; padding: 20px 0px 0px 10px; margin:0; font-size: 10px verdana, helvetica, arial, sans-serif; }

#leftcolumn li { 
list-style: none; padding: 5px 0px 5px 0px; margin:0; font-size: 10px verdana, helvetica, arial, sans-serif;
 }

#leftcolumn li a {
padding: 0px;
margin:0;
color:#333333; text-decoration: none;}

#leftcolumn li a:hover{ 
color:#999999;
text-decoration: underline;}

.subheader {
font-size: 12px;
font-weight: bold;
color:#006699;
}


/* ------- new stuff ---------------*/
#mainNavContainer {
	position: absolute;
	display: inline;
	padding: 0;
	margin: 0 0 0 0;
	width: 802px;
	height: 30px;
	
	list-style: none;
	z-index: 100;
 }

#mainNav, #mainNav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font: normal 10px verdana,arial,sans-serif;
	z-index: 100px;
	background: url(http://www.tradepress.com/graphics/navbar_05.gif) repeat-x;
	border: 0px;
}

#mainNav a {
	display: block;
	text-decoration: none;
}

#mainNav a:link {
	display: block;
	color: #333;
	text-decoration: none;
}

#mainNav a:visited {
	display: block;
	color: #333;
	text-decoration: none;
}

#mainNav a:hover {display: block;}
#mainNav a:active {display: block;}


#mainNav li {
border: 0px;
  float: left;
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#mainNav li ul { /* second-level lists */
	position: absolute;
	margin-left: 15px;
	color: #fff;
	background: #000;
	width: 170px;
	padding: .5em;
	line-height: .5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10000;
}

/* lists nested items under hovered list items */
#mainNav li:hover ul ul, #mainNav li:hover ul ul ul, #mainNav li.sfhover ul ul, #mainNav li.sfhover ul ul ul {
	left: -999em;
}

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul, #mainNav li li li.sfhover ul {
	left: auto;
}

/* Needed for IE7 on PC */
#mainNav li:hover, #mainNav li.hover {
    position: static;
}

/* dropdown styles */
#mainNav .drop_nav li a {
	font: normal 12px verdana,arial,sans-serif;
	width: 170px;
	padding: 0px 0px 2px 1px; /* this gives adds an indent to the dropdown link text */
	text-align: left;
	background: #000;
	color: #FFFFFF;
  
}

#mainNav .drop_nav a:visited {
	display: block;
	width: 170px;
	color: #fff;
	text-decoration: none;
}

#mainNav .drop_nav a:hover {
	display: block;
	width: 170px;
	color:#FF6600;
	background-color: #000;
	text-decoration: underline;
}

#mainNav .drop_nav a:active {
	display: block;
	width: 170px;
	color: #fff;
	background-color: #000;
}

img a {
border: 0px;
}
.normList li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color:#333333;
}
/* --------- search stuff-----------*/
#nav_search {
   position: relative;
  
   width: 275px;
   height: 35px;
}
DIV#nav_search_ad {
   position: absolute;
  
}
INPUT.nav_search_textbox {
   display: block;
   position: absolute;
   left: 0;
  background: #ffffff;
   border-top: 1px solid #c8c8c8;
   border-bottom: 1px solid #c8c8c8;
   border-left: 1px solid #c8c8c8;
   border-right: 1px solid #c8c8c8;
   width: 180px;
   height: 24px;
   font-size: 13px;
   color: #000;
   padding: 0 4px;
}
INPUT.nav_search_textbox:hover {
	background-color: #f8f8f8;
}
#nav_search_submit {
   position: absolute;
   right: 0;
   top: 0;
   width: 76px;
   height: 25px;
   cursor: pointer;
   
}
DIV#nav_search_subnav {
	position: absolute;
	right: 5px;
	top: 20px;
}

#searchimg {
width: 76px;
   height: 25px;
}
#resume {
padding-left: 10px;
border: 1px #999999;
}




</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 216px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->