/*******************************

Ministry Of Tourism
Created January 2007
76design

/*******************************


***************************************************
	GENERIC STYLES
	*/


HTML{
	background:#081a27 url(../images/toronto/html-bkg.gif) left top repeat-x;
	}
	
BODY {
	color: #000;
}	
	
A{
	color:#f3c716;		
	}
	
A:hover{
	color:#ffffff;	
	}

H1 {
	color:#316c1f;
}

H2 {
	color:#f3c716;
}
/***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/toronto/wrapper_bkg.jpg') no-repeat;
}

/***************************************************
	HEADER
	*/
	
#header A.ontarioLink {
	background:url(../images/toronto/button_bg.gif);
	}
	
#header H1 {color:#f3c716;}
#header H2 {color:#f9ffc8;}


/***************************************************
	MAIN MENU
	*/


#featureRow LI A ,
#featureRow LI H3{
		padding:0 10px;
color:#f3c716;
}


#featureRow LI H3 {
	color:#FFF;
}

#content IMG {
border:solid 4px #1F4B4A;
}

/***************************************************
	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:#0f2932;
	border-left:solid 5px #15373c;
}

#sidebar H2{
	border-bottom:solid 1px #f8fec6;

	padding-bottom:5px;
	margin-bottom:0;
}

#sidebar H3{
	color:#a7d8b7;
}	

#sidebar A.contactBox {
	padding:10px;
	margin:5px 0;
	line-height:120%;
	background:#406d6d;
	display:block;
	color:#FFF;
		font-size:90%;
	font-weight:bold;
	border:solid 2px #1f4b4b;
}
#sidebar A.contactBox:hover {
	background:#649f9f;
	color:#FFF;
}

#sidebar A .contactLink {
	font-size:80%;
}
/***************************************************
	SIDEBAR > FORMS
 	*/


FORM .text {
	color:#222;
	border:solid 1px #c1c1c1;
}

FORM .submit {
	background:#406d6d;
	border:solid 1px #1f4b4b;
	color:#FFF;
	
}

	
/***************************************************
	CONTENT
 	*/
#content {
	color:#ebf2f7;
	}
	
#content H2{
	border-bottom:solid 1px #f1e5bd;
}

#content .left, 
#content .right {
	color:#b1c1ad;
	}
	
#content #utility {
	background:url(../images/toronto/icon_arrow.gif) right no-repeat;
}

#content #utility LI {
	background:url(../images/toronto/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/toronto/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:solid 1px #F1E5BD;
    }
.error {
    font-size:80%;
    padding:4px;
    color:#FFF;
    border:dotted 1px #c00;
    }
