/*******************************

Ministry Of Tourism
Created January 2007
76design

/*******************************


***************************************************
	GENERIC STYLES
	*/


HTML{
	background:#003e58 url(../images/northernontario/html_bg.jpg) left top repeat-x;
	}
	
BODY {
	color: #FFF;
}	
	
A{
	color:#FFF;		
	}
	
A:hover{
	color:#80857b;	
	}

H1 {
	color:#ecefe9;
}

H2 {
	color:#ecefe9;
}
/***tables ***/

td {
	border-bottom:solid 1px #CCC;
}
thead th{
	background:#2f4250;
	border-bottom:solid 1px #CCC;
	color:#FFF;
}
tbody th {
	background:#435664;
}

tr.shaded {
	background:#eaf2e9;
	
}

/***************************************************
	WRAPPER
	 */
#wrapper {
	background:url('../images/northernontario/wrapper_bkg.jpg') no-repeat;
}

/***************************************************
	HEADER
	*/
	
#header A.ontarioLink {
	background:url(../images/northernontario/button_bg.gif);
	}
	
#header H1 {color:#FFF; top:84px}
#header H2 {color:#c2cacd; top:130px;}


/***************************************************
	MAIN MENU
	
	*/

#featureRow {
	margin:0;
	padding:0;
	}
#featureRow LI {
	margin:0 8px 20px 0;
	padding:0;
	}

#featureRow LI A ,
#featureRow LI H3{
color:#FFF;
    
}


#featureRow LI H3 {
	color:#FFF;
}


/***************************************************
	SIDEMENU
	*/

	#sidebar A {
	text-decoration:none;
	margin:2px 0;
	display:inline-block;
	}
	
#sidebar .sidemenu A {
	color:#FFF;
	font-weight:bold;
	padding:5px 23px 5px 5px;
	}


#sidebar .sidemenu LI:hover,
#sidebar .sidemenu LI A:hover {
	background:#4FA6B7;
	}

#sidebar H2{
	border-bottom:solid 1px #ecefe9;

}

#sidebar H3{
	color:#ecefe9;
}	

#sidebar A.contactBox {
	padding:10px;
	margin:15px 0 5px 0;
	line-height:120%;
	background:#406d6d;
	display:block;
	color:#178092;
		font-size:90%;
	font-weight:bold;
	border:solid 2px #178092;
	background:url(../images/northernontario/contact-bkg.jpg) repeat-x;
}
#sidebar A.contactBox:hover {
	border:solid 2px #99dfeb;
}

#sidebar A .contactLink {
	font-size:80%;
	color:#FFF;
}
/***************************************************
	SIDEBAR > FORMS
 	*/


FORM .text {
	color:#222;
	border:solid 1px #c1c1c1;
}

FORM .submit {
	background:#4FA6B7;
	border:solid 1px #4FA6B7;
	color:#FFF;
	
}

	
/***************************************************
	CONTENT
 	*/
#content {
	color:#FFF;
	}
	
#content H2{
	border-bottom:solid 1px #FFF;
}

#content .left, 
#content .right {
	color:#b1c1ad;
	}
	
#content #utility {
	background:url(../images/northernontario/icon_arrow.gif) right no-repeat;
}

#content #utility LI {
	background:url(../images/northernontario/utility_bg.gif) no-repeat;
	}
	
#content .qaStrong{
	color:#649F9F;
}

#content BLOCKQUOTE {
	font-size:1.1em;
	font-style:italic;
	color:#FFF;
	padding:10px;
	background:#406d6d;
	margin:10px 0px;
	border:solid 3px #1f4b4b;
	}

#content.custom-search{
	border-bottom:solid 1px #CCCCCC;
}
#moduleid-articles UL {
	margin:0;
	padding:0 0 10px 40px;
}
#moduleid-articles LI {
	background:none;

	margin:0 0 10px 0;

	list-style:disc;
}

#moduleid-articles UL.fastFacts LI {
	border:none;
	margin:20px 0;
	padding:0 0 0 40px;
	background:url(../images/northernontario/bullet.gif) 20px 5px no-repeat;
}

#moduleid-articles H3 A{
	padding:0;
}

#moduleid-articles H4{
color:#7e9eb5;
font-size:100%;

}
/***************************************************
	FOOTER
	 */
#footer {
	color: #CCC;

}

#footer A{
	color:#CCC;
}

#footer A:hover{
	color:#83a479;
}

.disclaimer {
    border-top:dotted 1px #FFF;
    }
