/*
************************
WHSQ STYLESHEET
************************

-------------------------
colour pallete
-------------------------
dark blue: #000099	(nav bar, column headings)
blue: #0033cc		(heading background bars, content headings, spotlight links)
grey: #666666		(general text)

*/

/* import common elements and styles that aren't supported in NN4  */
@import url(../../resources/css/common.css);

/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
/*@import url(../../resources/css/print-whsq.css);*/

/*
-------------------------
HEADER BANNER (WHSQ)
-------------------------
*/
#banner  { 
	background-image: url(../../resources/images/whsq-banner-bg.jpg);
}


#banner-top  {
	background-image: url(../../resources/images/whsq-banner-top.jpg);
}


#banner-bottom  {
	background-image: url(../../resources/images/whsq-banner-bottom.jpg);
}



/*
-------------------------
NAV 1
-------------------------
*/
#navigation {
	background-color: #c66633;
}
#navigation {
	background-repeat:no-repeat;
	background-position:right;
}
/*
-------------------------
LEFT COLUMN STYLES 
-------------------------
*/

/* division title box */
#titlebox {
    background-color: #EFEFEF;
}

#titlebox h1 {
	padding-top: 0.3em;
}

.titlebox_subhead {
	text-indent: 5px;
	font-size: 100%;
	float: left;
}
/* Headings with background */
#leftcolumn h3 {
	color: #c66633;
}

#leftcolumn h3 a {
	color: #c66633;
}



/*
-------------------------
RIGHT COLUMN STYLES 
-------------------------
*/


/*
-------------------------
HOMEPAGE CONTENT STYLES 
-------------------------
*/

.contentbox h2 {
	color: #c66633; /* blue */
}


/* dual box styles */
#dualbox h3 {
	height: 22px;
	line-height:1.5;
	font-weight: bold;
	color:white;
	background-color: #c66633; 
	background-image: url(../../resources/images/orange_round_edge.jpg);
	background-repeat: no-repeat; 
	background-position:right;
	text-indent: 5px;
	margin-bottom: 0.5em;
}

#dualbox h3 a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}

#language
{
	clear: both;
	text-align: center;
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin : 0px 0px 5px 0px;
}


