body {
	background:#ccc;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:1em; 
	font-family:verdana, arial, sans-serif
}
* {margin:0; padding:0;}
div#mainwrapper {width:990px;} /* add margin auto stuff if you want the layout centered */

/* HEADER STYLES */
div#header {
	width:991px; 
	height:110px; 
	background-image:url('../CP_pres/background_top.gif');
	bakground-repeat:repeat-y;
}
div#header img {margin:10px 0 0 30px; border:0;} /* postion the top banner in the header div */
div#motif {
	width:959px;
	padding:8px 0 8px 30px;
	float:left;
	background-image:url('../CP_pres/background_banner.gif');
	background-repeat:repeat-y;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
}

/* MENU STYLES */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-bottom:1px solid #069;	 /* draws line on bottom edge of div */
	border-right:1px solid black;	/* draws line on right edge of div */
	font-size:11px;	/* SET FONT-SIZE HERE */
	background-color:#BC0021; /* colours the div */
	}
	
.clsCMOn {
	color: white;
	font-size : 11px;
	text-decoration : none;
	font-weight:bold;
	padding: 2px 4px;
     
}

.clsCMOver {
	color: #000;
	font-size : 11px;
	text-decoration : none;
	font-weight:bold;
	padding: 2px 4px;
 
}	
/* the horizontal menu ends here */
	
/* THE HACK ZONE - */
/* hack for IE (all flavours) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #fff; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* * html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link  TURNED OFF AT THE MOMENT.  TURNING ON WILL CAUSE OTHER LINKS TO BE PLACED ON A NEW LINK*/
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* CONTENT STYLES */
div#columnswrapper {float:left; width:990px; background-color:#fff;}
div#content {
	float:left; 
	width:990px; 
	margin-left:0px; 
	border-right:1px solid black;
	display:inline; /* display inline is hack fix for IE */
} 

/* INNER CONTENT STYLES */
div#contentinner {margin: 10px 5px 10px 30px; width:955px;}
div#contentinner h1{font-size:2em; margin-top:20px; font-family:times, georgia, serif; color:#BC0021;}
div#contentinner h2 {font-size:1em; font-family:font-family:times, georgia, serif; color:#BC0021; margin-top:20px; }
div#contentinner h3 {text-decoration:underline; font-size:.7em; font-family:font-family:times, georgia, serif; font-weight:bold; color:#000; margin:30px 0 5px 0;}
div#contentinner h4 {font-size:.7em; font-family:verdana, sans-serif; font-weight:bold; color:#C60}
div#contentinner p {font-size:.7em; font-family:verdana, sans-serif; font-weight:normal; margin-bottom:5px; margin-right:0;}

/* LEFT ADS COLUMN STYLES */
div#left_ads {width:150px; float:left;}
div#left_ads img {margin-bottom:10px;} /* set a space below each rectangle ad in the right column */
div#left_ads object {margin-bottom:10px;} /* set a space below each rectangle ad in the right column */
div#left_ads embed {margin-bottom:10px;} /* set a space below each rectangle ad in the right column */

/* NEWS COLUMN STYLES */
div#news {width:570px; float:left;}
div#news a {text-decoration:none;}
div#news a:hover {color:red;}
div#news div#banner {margin-left:20px;}

/* LOGOS DIV STYLES */
div#logos {margin:50px 0 10px 0;}
div#logos img {border:none}
div#logos img.used_equip {float:right;}

/* COVER_IMAGE COLUMN STYLES */
div#cover_image {width:230px; float:right;}
div#cover_image img {margin-bottom:10px; border:2px solid #BC0021;}
div#cover_image img.top {margin:10px 20px; border:none;}
div#cover_image a {font-size:.7em; text-align:center; text-decoration:underline; margin:0;}
div#cover_image a:hover {color:red}

/* RIGHT ADS COLUMN STYLES */
/*div#right_ads {width:220px; padding:0;}*/
div#right_ads img {margin:0 0 10px 70px;} /* set a space below each rectangle ad in the right column */

/* MAIN DIV SYTLES - THIS IS THE DIV ON OTHER THAN THE HOME PAGE FOR THE BULK OF THE CONTENT */
div#main {width: 750px; margin:0 0 0 170px;}
div#main p {margin-bottom:10px;}
div#main  ul {list-style-type:none; font-size:.7em; font-family:verdana, sans-serif; font-weight:normal; margin:0; padding:0;}
div#main  ul li {color:#1B7811; margin:0; padding:0;}
div#main a {text-decoration:underline; color:#C60;}
div#main a:hover {color: #960; text-decoration:none;}
div#main .red {color:red;}

/* FORM STYLES */
div#formcontainer {width:450px;	margin:0 0 30px 170px;}
div#formcontainer form  {border-top: 2px solid #CCC; border-bottom: 3px solid #CCC;} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div {border-top: 1px solid #CCC; padding:10px 0; margin-bottom: 30px; vertical-align:top; font-size:1em;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:150px; float:left;font-size:.75em; color: #003366; margin:0 10px;} /* this is the text label on the left of each input */
/*some extra styles for the checkbox and radio button sets*/	
div#formcontainer div.buttongroup {float:left; border:0px; padding:0px;} /* a container for a groups of buttons - suppresses the clearfix div top border on the divs around the radio buttons/checkboxes */
div#formcontainer div.buttongroup div {margin-bottom:5px; font-size:.75em;} /* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */
div#formcontainer div.buttongroup input {margin-right:5px;} /* set the distance between button and its label text */
/* postions the submit button by selecting a div with attribute type SUBMIT - DOES NOT WORK IN IE */
div#formcontainer input[type="submit"] {display:block; margin-left:auto;}
/*div#formcontainer.last {margin-top:70px;}*/



.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* END OF THE FORMS CSS*/

.banner {border:0;margin-left:-20px;} /*ensure that the cover_image remains on the same line & that the banner does not have a border */


/* "no-extra-markup" clearing method  */
/* simply add the clearfix class to any containter that must enclose floated elements */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;           /* inline elements don't respond to the clear property */ 
	height: 0;               /* ensure the period is not visible */
	clear: both;            /* make the container clear the period */
	visibility: hidden;	   /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* FOOTER STYLES */
div#footer {
	width:986px;
	height:50px;
	background:#AB142E;
	padding:2px;
	font-size:.8em;  /* sets the font size of all links */
	text-align:center;  /* centers the elements in the div */
	border-top:1px solid #000; 
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	
}
div#footer p.fineprint  {color:#C60; padding:10px 0} /* colour for copyright on last row */
