/*
 -------------------------------------------------------------------------------------------------------
 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)
 *Jon Rundle (jon@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												 			*
 *																										*
 ********************************************************************************************************/




/*
 -------------------------------------------------------------------------------------------------------
 IMPORTS
 This is the main and only file called so we must include others needed in the area of the web site
 -------------------------------------------------------------------------------------------------------
*/


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

@import url(/css/jquery.slimbox2.css);
@import url(/css/slider.css);
/*@import url(/css/lightbox.css);*/


/*
 -------------------------------------------------------------------------------------------------------
 TAG/ELEMENT REDEFINITIONS
 Re-define specific styles against browser defaults
 -------------------------------------------------------------------------------------------------------
*/

body { 

	font: normal 12px Georgia, Times, Times New Roman, serif;
	padding:0;
	margin:0;
	text-align: center;
	color:#D2D7D3;
	background:url(/images/layout/background.jpg) no-repeat top center #702E11;
	line-height:20px;
}

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


h1 {
	font-weight:bold;
	font-size:18px;
}

h2 { 
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
	margin:15px 25px 0px 25px;
}

h3 { 
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	margin:15px 25px 5px;
}

p {
	/*line-height:18px;*/
	margin:10px 0px 10px 0px;
}

li { margin-left:25px; }




a { color:#FFFFFF; text-decoration:none; border-bottom:1px dotted #D2D7D3; }
a:hover { color:#D2D7D3; text-decoration:none; border-bottom:1px dotted #D2D7D3; }

a img { border:none; }


input {
	font-size:11px;
	padding:2px;
	margin:0px;
	font-family:Helvetica, Verdana, Arial, Georgia, sans-serif;
}

input.formStyle, textarea.formStyle {
	background:url(/images/layout/formStyleBack.png) repeat-x top #FFFFFF;
	border:1px solid #CCCCCC;
	color:#888888;
	padding:6px;
	font-size:12px;
	font-family:Georgia, Times, Times New Roman, serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

input.text { width:90%; }

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

textarea {
	font-family:Helvetica, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;
	padding:2px;
}

select {
	font-family:Helvetica, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;
	padding:2px;
}

fieldset {
	border:1px solid #333333;
	margin:0px 5px 5px 5px;
	padding:10px;

}
* html fieldset { padding:10px; }
*:first-child+html fieldset { border:none; }

legend {
	font-weight:bold;
	font-size:14px;
	color:#0073AC;

}

span.formTip { font-size:10px; margin-left:10px; }
dt.requiredLabel { font-weight:bold; background:#001528; color:#C2F2FF; padding:3px; }
dt.notRequiredLabel { font-weight:bold; background:#C2F2FF; color:#001528; padding:3px; }

.inputImage {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}



td {
vertical-align:top;

}

label { font-size:11px; font-weight:bold;  }

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

dl dt { padding:10px 0px 0px 0px; margin:0px; }
dl dd { padding:5px 0px 0px 5px; margin:0px; }