/*	Reset
----------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* Novellus.com styles
-------------------------------------------*/

#container
{ 
	margin:0px; 
	padding:0px; 
	width:752px;
}


#header
{ 
	margin:0px; 
	padding:0px; 
	height:86px; 
	background-color:#4a6d62; 
	width:752px;
}

#othersites
{
	border:0px; float:right
}
.othersites{border:0px; float:right}
#searchbox
{ 
	background:url(_images/searchbk.jpg) repeat; 
	height:48px; 
	width:198px; 
	border-top:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	display:block;
}

#searchform
{
 	margin-top:16px;
	margin-left:12px;

}
#nav
{
	background:url(_images/searchbk.jpg) repeat;
	width:752px;
	height:57px;
	
}

#content
{ 
	min-height:400px; 
	float:left;
	line-height:160%;
}

#content ul {  
	list-style-type:disc;
	margin-left:25px;

}


#leftnav
{ 
	width:160px; 
	float:left;
	padding:0px;
	margin:0px;
}

#main{ 
	float:left; 
	width:570px;
	padding-left:10px;
}


/* for one column layout
-------------------------------------------------------------------------*/
#onecolumn {
	width:752px;
}

#onecolumn h1{
	width:752px;
}

#onecolumn p,
#onecolumn h1,
#onecolumn h2,
#onecolumn h3,
#onecolumn h4{
	margin-left:10px;
}

/* homepage
-------------------------------------------------------------------------*/
#home {
	float:left;
	width:552px;
	
}
/* right column on the homepage
-------------------------------------------------------------------------*/
/*
	IE6 hack no min-height/min-width
	selector {
	  min-height:500px;
	  height:auto !important;
	  height:500px;
	}
*/
#rightcolumn
{
	width:199px;
	background-image:url("_images/searchbk.jpg");
	background-repeat:repeat;
	min-height:450px;
	height:auto !important;
	float:right;
	margin-top:0; /* clear the white line between right and navigation*/
	margin-bottom:0px;
	border-left:#FFFFFF solid 1px;
}

/* sidebar inside #rightcolumn
-------------------------------------------------------------------------*/

#sidebar{
	padding:10px;
	padding-top:0px;
}

.box{
	background-image:url(_images/bg_right_nav.gif);
	width:178px;
	border-top:#bbc1a0 solid 1px;
	border-bottom:#bbc1a0 solid 1px;
	margin-top:10px;
	min-height:87px;
}

.box2{
	margin-top:20px; 
}

.boxheader{
		text-transform:uppercase;
		font-family:arial,verdana,helvetica,sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#fff;
		background-color:#e58000;
		border-left:#c66f02 solid 3px;
		width:165px;
		display:block;
		margin-top:10px;
		padding-left:10px;
}
.boxcontent{
		padding:5px;
}
/* Footer
-------------------------------------------------------------------------*/
#footer{width:752px;clear:both;}

#footerfirst{
	background:url(_images/footer.jpg) repeat;
	width:752px;
	height:20px;
	padding-top:5px;
}
#footerlinks{
	margin-top:5px;
	margin-left:10px;
	color:#fff;
	font-size:90%;
}
#footerlinks li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	border-right:solid 1px #fff;
	margin-left:5px;
}
#footerlinks li a 
{
	color:#FFFFFF;
	text-decoration:none
}

#footerlinks li a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
#footercopyright{ 
	margin-top:5px;
}
/* support styles
-------------------------------------------------------------------------*/

.left{ 
	float:left
}
.right { 
	float:right
}

 .clearfix:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0;
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */

#topnavwrapper{
    	background:url(_images/searchbk.jpg) repeat;
	width:752px;
	height:65px;
        margin:0px;

}
