/*
	Style sheet for CFM
	Last updated: 19/12/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 102%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #272727;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 768px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 30px;
	background:#fff;
	}


#sidenavigation {
	width:178px;
	padding: 0 11px 0 11px;
	height: 100%;
	vertical-align:top;
	
	}

#maincontent {
	padding: 20px 20px 0 0;
	vertical-align:top;
	width: 548px;

	}
	
#banner	{
	padding: 0 0 0 0;
	vertical-align:top;
	width: 568px;
	text-align:left;
	}


#footer {
	clear: both;
	width: 768px;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 85%;
	background-color: #666666;
	border-top: 10px solid #fff;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

h2 {
	margin: 0 0 20px 0;
	color: #f4ba01;
	font-size: 110%; 
	}


li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px 0 0 0;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #666;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #666;
	background-color: none;
    }

	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	color: #000;
	background-color: #fff;
	}

a.sitecredit {
	font-size: 90%;
	text-decoration: none; 
	color: #fff ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #fff;
	color: #000; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  
	}
	
img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #99cccc;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}
	
.hiddenclear2 {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 10px 0 10px 0;
    border-bottom: 1px dotted #cccccc; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}


.floatright {
	float:right;
	margin-left: 5px;
	}


.center {  
    text-align: center;
    }
	
#whattable {
	background-color: #f4ba01;
	color: #000;
	width: 544px;
	}
	
.whatheader {  
	padding: 0 0 5px 10px;
	background-color: #f4ba01;
	width: 534px;
	font-size: 100%;
	font-weight: bold;
    }
	
.whatdetail {  
    background-color: #fbc701;
	padding: 10px 0 0 0;
	color: #000;
	font-size: 85%;
    }
	
.whatdetail li {  
	color: #000;
    }
	
.whatdetail strong {  
	color: #000;
    }


.displayblock {
	display: block;
	}
	
a.skip {
	position: absolute; left: -1000em; width: 20em;
	}
	
.machineexamplestext {
	background-color: #fef4d5; 
	border: 1px solid #f4ba01; 
	padding: 10px;
	margin: 10px 0 3px 0;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Form Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

input {
	border: 1px solid #333;
	}
	
textarea {
	border: 1px solid #333;
	}
	
select {
	border: 1px solid #333;
	}
	
fieldset {
	border: 0px;
	}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

#sidenav{
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	width: 178px;
	}

#sidenav li {
	list-style: none;
	margin: 2px 2px 0 0;
	color: #000000;
	border-bottom: dotted #cccccc 1px;
	}

#sidenav li a {
	display: block;
	padding-left: 4px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	}

#sidenav li a:link {
	color: #000; 
}

#sidenav li a:visited {
	color: #000; 
	}

#sidenav li a:hover{
	color: #999;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */