﻿/*VERSION 2.02 CUE CUE_qg.css*/
/* =================== */
/* = CUE Style Sheet = */
/* =================== */

/* import styles that aren't supported in NN4  */
@import url('mem_qglayout.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('mem_print.css');

body{
	/*line-height: 1.5;*/
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
}

/* font size */
#footer
{
	font-size: 80%;
}

#feature
{
	font-size: 80%;
}

#content
{
	font-size: 80%;
}

.menuLayer
{
	font-size: 80%;
}

#nav2
{
	font-size: 80%;
}

#nav1
{
	font-size: 80%;
}

#tools
{
	font-size: 80%;
}

.home
{
	font-size: 80%;
}

/* correct IE 5.5 font size in tables */
table {
	font-size: 1em;
}

/* ============== */
/* = Typography = */
/* ============== */

/* content headings - remember to multiply by any inherited font size to determine real size. eg the content div is styled at 80% font size so our h1 will be approx 104% (80 * 130%) */
#content h1 {
	font-family: Verdana;
	font-size: 12pt;
	color: #78100f;
	padding-bottom: 5px;
	font-weight: bold;
	text-align:center;
}

#content h2 {
	font-size: 115%;
	color: #78100f;
}

#content h3 {
	font-size: 100%;
	color: #78100f;	
}

/*link colours site wide links */

	a:link
	{
		color: #9c4721;
		text-decoration:none;
	}

	a:visited
	{
		color: #9c4721;
		text-decoration:none;
	}

	a:active
	{
		color:#9c4721;
		text-decoration:none;
	}

	a:hover
	{
		color:#9c4721;
		text-decoration: underline;
	}

/*link colours primary nav links */

.Det a:link
	{
		color: #cfbc9e;
		text-decoration:none;
	}

.Det a:visited
	{
		color: #cfbc9e;
		text-decoration:none;
	}

.Det a:active
	{
		color:#cfbc9e;
		text-decoration:none;
	}

.Det a:hover
	{
		color:#cfbc9e;
		text-decoration: none;
	}


 
#menudiv a:link
	{
		color: #ffffff;
	}

#menudiv a:visited
	{
		color: #ffffff;
	}

#menudiv a:active
	{
		color: #ffffff;
	}

#menudiv a:hover
	{
		color: orange;
	}


p {
	font-size: 1em;
}
	#footer p
	{
		margin: 0px;
		padding: 2px;
	}

/* hide accessibility links from visual browsers */
#access {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* ========== */
/* = Banner = */
/* ========== */

#qglogo a img{
	border-width:0px;
}

#agency a img{
	border-width:0px;
}

#footer img{
	border-width:0px;
}
/* search form 
#search{
	display: inline;
}
	#search label {
		display: none;
	}
img.image_right {
	float: right;
	margin-left: 1em;
} */


.nav2
{
	font-size: 80%;	
	font-family: Verdana;
	color: #cfbc9e;
	text-decoration:none;
	padding-top: 10px;
	padding-bottom: 10px;
}




