/*
**************************************************************
*   Winnipeg Fleet MAnagement Agency Website CSS Document 	 *
*	Last Modified:	 March 23, 2009						 	 *
*	File Name: styles.css									 * 
*   Used by:	default.stm, agency info.stm, services.stm,  *
*  				safety.stm, environmental_initiatives.stm,	 *
*				lccm.stm, reports_and_publications.css, 	 *
*				contacts.css								 *
**************************************************************
*/


/* main div where all content go */
.main_div
{
  	position: relative; 
  	width: 530px; 
  	padding: 16px; 
 	background-color:#edecfa;
	border:1px solid #999999;
	
}

/* welcome header COO welcome message */
#welcome_header 
{
	font-weight: bold;
	color: #000000;
	font-size:75%;
}

/* site general font format */
.wfma_font
{
	font: Arial, Helvetica, sans-serif; 
	font-size:75%; 
	padding:05px; 
	text-align:justify; 	
}

/* APWA Image */
.apwa_image
{
	float:left; 
	margin:04px;	
}

/* COO title */
.coo_title
{
	color: #3333FF;
	font-weight: bold;
	font-size:60%;
	padding:05px;
}

/* what's new table cell */
#whats_new_cell
{
	vertical-align:top;
	padding:01px;
	
}

/* what's new div*/
#whats_new_div
{
	position: relative; 
	width: 550px; 
	padding: 01px;
}

/* what's new font*/
#whats_new_font
{
	font: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	position:relative; 
	top: -13px; 
	text-align:justify;
	font-size:75%;
}

/* What's new header font */
#whats_new_header
{
	color: #000000;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:75%;
	font:bolder;
}

/* Bio Diesel image in home page*/
#bio_diesel_img
{
	float:left; 
	margin:07px;
}

#BMPF-BioD.swf
{
    float:left; 
	margin:07px;

}




/* Page title */
.page_title {
	font-size: 14px;
	color: #996600;
	font-weight: bold;
	font-size:75%;
}

/* pages main div except the home page*/
.pages_main_div
{
  position: relative; 
 /* if a right box is needed use 550px width */
 /* width: 550px; */
  padding: 00px;
}

/* pages main div that has right box*/
.rbox_pages_main_div
{
  position: relative; 
 /* if a right box is needed use 550px width */
  width: 550px; 
  padding: 00px;
}

/* Information table hader*/
.information_table_header
{
	font:bold;
	text-decoration:underline;
	font-size:75%;
	
}

/* contact table */
.contact_table
{
	border:1px solid #000000;
	padding:03px;
	font-size:75%;
	
}
 
/* flash movie ID*/
#flash_movie
{
	text-align:center;
}

/*  Safety picture at WFMA */
#safety_pic_wfma
{
	float:right; 
	margin:04px; 
	border: solid 1px #CCCCCC;
}

/* Hybrid left logo*/
#hybrid_logo
{
	float:left; 
	margin:04px;  
	border:solid 2px #CCCCCC;
}

/* Hybrid right car*/
#hybrid_car
{
	float:right; 
	margin:04px; 
	border:solid 2px #CCCCCC;
}

/* no_idling picture*/
#no_idling
{
	float:right; 
	margin:04px;
}

/* BioDiesel image in the environment page */
#bio_d
{
	float:left; 
	margin:04px;
}

/* Recycling logo*/
#recycling
{
	float:right; 
	margin:04px;
	width:75PX;
	height:70PX;
}

/* Environmental Headers*/
.env_headers
{
font-size:75%;

}


