/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/******* HTML and Body tag styles *******/

html, body{
	height: 100%;
	padding: 0;
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#333333; 
	color: #999999;
}

#wrap, #innerwrap, #header, #subhead, #nav, #rightcol, #leftcol, #content, #main, #footer{
	margin:0 auto;
}

#wrap{
	width: 714px;
	background:#ffffff;
	position:relative;
	min-height:100%;
}


#inner-wrap{
	
}

#inner-wrap:after{
	content:" ";
	display:block;
	clear:both;

}

#cse-search-results{
width: 400px;
}

/************** NAVIGATION tag styles **************/


/************** Header tag styles **************/
#header{
	position: relative;
	width: 714px;
	height: 63px;
	background:#ffffff;
	background: url(images/qualitymachine_header.jpg) no-repeat;
	border-bottom: 7px solid #333333; 
}


#subhead{
	width: 714px;
	height: 161px;
	background: #ffffff;
	border-bottom: 7px solid #6699cc;
	padding-bottom: 5px; 
}

#nav{
	width: 714px;
	height: 43px;
	background:#ffffff;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc00;
	padding-top: 5px;
}

#nav2{
	width: 714px;
	height: 31px;
	background:#ffffff;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffcc00;
}




/************** Left Column tag styles **************/
#leftcol{
	float: left;
	background:rgb(242, 242, 242);
	width:227px;
	text-align:left;
padding: 5px;
}


#leftcol2{
	float: left;
	background:rgb(190, 208, 227);
	width:175px;
	height: 600px;
	text-align:left;
	padding: 5px;
}


#main{
	position: relative;
	margin-left:237px;
}



/************** Right Column tag styles - MAIN CONTENT **************/
#rightcol{
	float: right;
	width:228px;
	text-align:left;
	background:rgb(190, 208, 227);
padding: 5px;
color: #333333;
}

#content{
	padding: 5px;
	margin-right:237px;
	text-align:left;
}

#content2{
	padding: 10px;
	margin-left:200px;
	text-align:left;
}

/********** Footer tag styles **************/

#footer{
	background:#333333;
	clear:both;
	width: 714px;
	height: 65px;
	position: relative;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}



/********** Class tag styles **************/

.bodybold-blue {
	color: #6699CC;
	font-weight: bold;
}


.body-blue {
	font-size: 10px;
color: #6699CC;
	
}

.bodybold-gray {
	font-weight: bold;
}

.header-blue24 {
	color: #6699CC;
	font-size: 24px;
}

.header-blue18 {
	color: #6699CC;
	font-size: 18px;
}


.form{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
}

.formbold{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: bold;
}

/********** FLOAT CLEARINGS **************/

    /* float clearing for IE6 */
    * html .clearfix{
      height: 1%;
    }

    /* float clearing for IE7 */
    *+html .clearfix{
      min-height: 1%;
    }

    /* float clearing for everyone else */
    .clearfix:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
    }


/********** Links tag styles **************/
.button {
text-align: left;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}

.button a{
display: block;
text-decoration: none;
color: white;
border-top: 4px solid rgb(190, 208, 227);
padding: 7px;
background: #333333;
}

.button a:hover{
background: #6699CC;
}

.button a:active{
background: #6699CC;
}




.main a:link{
color:#999999
}

.main a:visited{
color:#999999
}

.main a:hover{
color:#999999
}

.main a:active{
color:#999999
}




.body-blue a:link{
color:#6699CC
}

.body-blue  a:visited{
color:#6699CC
}

.body-blue  a:hover{
color:#6699CC
}

.body-blue  a:active{
color:#6699CC
}




a{
color:#FFFFFF
}

a:link{
color:#FFFFFF
}

a:visited{
color:#FFFFFF
}

a:hover{
color:#FFFFFF
}

a:active{
color:#FFFFFF
}
