/*******************************

Ministry Of Tourism
Created January 2007
76design

/*******************************


***************************************************
	GENERIC STYLES
	*/


HTML{
	background:#FFF url('../images/niagara/html_bg.jpg') repeat-x;
	}
	
BODY {
	color: #000;
}	
	
A{
	color:#316c1f;		
	}
	
A:hover{
	color:#83a479;	
	}

H1 {
	color:#316c1f;
}

H2 {
	color:#83a479;
}
/***tables ***/

td {
	border-bottom:solid 1px #CCC;
}
th{
	background:#96b091;
	border-bottom:solid 1px #CCC;
	color:#FFF;
}

tr.shaded {
	background:#eaf2e9;
	}

/***************************************************
	WRAPPER
	 */
#wrapper {
	background:url(../images/niagara/wrapper_bkg.jpg) no-repeat;
	}

/***************************************************
	HEADER
	*/	

#header A.ontarioLink {
	background:url(../images/niagara/button_bg.gif);
}

#header H2 {
	color:#83a479;
}

/***************************************************
	MAIN MENU
	*/



#featureRow LI  {
	background:url(../images/niagara/box.png) -15px -15px no-repeat;
}

#featureRow LI A {
	background:url(../images/niagara/bullet.gif) 6px 4px no-repeat;
		padding:0 0 0 20px;
}


#featureRow LI A IMG{
	border:none;
}


/***************************************************
	SIDEMENU
	*/


#sidebar .sidemenu A {
	color:#999897;
}

/* do the overstate 2 ways to accomodate ie6 */
#sidebar .sidemenu LI:hover A,
#sidebar .sidemenu LI A:hover {
	color:#fff;
}

#sidebar .sidemenu LI:hover,
#sidebar .sidemenu LI A:hover {
	background:url('../images/niagara/nav_over.jpg') no-repeat;	
}

#sidebar H2{
	border-bottom:solid 1px #f1e5bd;
	background:url(../images/niagara/icon_arrow.gif) 170px 10px no-repeat;
	padding-bottom:10px;

}

#sidebar H3{
	border-top:solid 1px #f1e5bd;
	color:#5d9752;
}	
/***************************************************
	SIDEBAR > FORMS
 	*/


FORM .text {
	color:#222;
	border:solid 1px #c1c1c1;
}

FORM .submit {
	background:url(../images/niagara/button_submit_arrow.gif) bottom right no-repeat;
	border:solid 1px #CCC;
	color:#83a479;
}


#sidebar A.contactBox {
	padding:10px;
	margin:5px 0;
	line-height:120%;
	background:#DBE7D9;
	display:block;
	color:#666;
	font-size:90%;
	font-weight:bold;
	border:solid 4px #5E9752;
	text-decoration:none;
}
#sidebar A.contactBox:hover {
	background:#5E9752;
	color:#FFF;
}

#sidebar A .contactLink {
	font-size:80%;
}
	
/***************************************************
	CONTENT
 	*/
#content {
	color:#4b5748;

}
	
#content H2{
	border-bottom:solid 1px #f1e5bd;
}

#content .left, 
#content .right {
	color:#b1c1ad;
	}
	

#content #utility {
	background:url(../images/niagara/icon_arrow.gif) right no-repeat;
}

#content #utility LI {
	background:url(../images/niagara/utility_bg.gif) no-repeat;
}


#content .qaStrong{
	color:#28571a;
}

#content.custom-search{
	border-bottom:solid 1px #CCCCCC;
	}

#moduleid-articles H3 A{
	background:url(../images/niagara/bullet.gif) 6px 6px no-repeat;
	}
	
#moduleid-articles H4{
	color:#1f6c0f;
	}
	
/***************************************************
	FOOTER
	 */
#footer { 
	color: #CCC;
	}

#footer A{
	color:#CCC;
	}

#footer A:hover{
	color:#83a479;
	}

.disclaimer {
    border-top:1px solid #F1E5BD;
    }
