/*
 -------------------------------------------------------------------------------------------------------
 STANDARD.CSS > this file holds master styles commonly used
 -------------------------------------------------------------------------------------------------------
 ********************************************************************************************************
 *RESOLUTION INTERACTIVE MEDIA INC.																		*
 *560 Wellington Street, London, Ontario, Canada														*
 *Jonathan Kochis (jonathan@resolutionim.com)															*
 *Brendan Farr-Gaynor (brendan@resolutionim.com)														*
 *Owain Johnson (owain@resolutionim.com)																*
 *																										*

 *Version: 1.00 Brendan Farr-Gaynor - 26/05/2006: broke specific stuff out into this file				*
 *																										*
 ********************************************************************************************************
 *Date Last Modified: 02/12/07																			*
 *Last Modified By: brendan@resolutionim.com												 			*
 *																										*
 ********************************************************************************************************/

/*
 -------------------------------------------------------------------------------------------------------
This is the main and only file called so we must include others needed
*/

@import url(/css/layout.css);
@import url(/css/boxes.css);
@import url(/css/specific.css);


fieldset { border:1px solid #AB9D7C; }

legend {
	
	font-size:12px;
	color:#666666;
	margin:0px;
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal; 

 }
input {
font-size:11px;
padding:0px;
margin:0px;


}

form {
	padding:0px;
	margin:0px;
}

textarea {
  font: normal 12px Helvetica, Verdana, Arial, Georgia, sans-serif; 

}

select {
  font: normal 12px Helvetica, Verdana, Arial, Georgia, sans-serif; 
}

td {
vertical-align:top;

}

label {   

	font-size:12px;
	color:#93602F;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal; 

}

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}




	


body {

  font: normal 12px Helvetica, Verdana, Arial, Georgia, sans-serif; 
  color:#333333;  
  padding:0;
  margin:0;
  text-align: center;
  background:url(/images/backPlate.png) repeat-x top left #5D5238;
 

  
}

p { text-align:justify; font-size:12px; }

ul li { font-size:12px; }

h1 {
font-size:16px;
color:#5E5237;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:18px; 
}

a h1 {
text-decoration:underline;

}

h2 {
font-size:14px;
color:#93602F;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
}



/*a { color:#408898; text-decoration:none; }
a:hover { color:#66B8C9; }*/
a { color:#003DA4; text-decoration:none; }
a:hover { color:#A6C6EB; }

