@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;	
}


/* ################ */
/* #### HEADER #### */
/* ################ */

#header {
	padding:0;
	margin:0;
	height:196px;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}


/* ##################### */
/* #### PRIMARY NAV #### */
/* ##################### */

#primary-nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-left:200px;
	position:absolute;
	top:168px;
	min-width:600px;
	width:800px;
}

#primary-nav ul {
	display:inline-block;
}

#primary-nav ul li {
	display:inline;
	padding:.5em 1em .5em 1em;
	background-color:#CCC;
	background-image:url(nav-bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
  	-moz-border-radius:0 0 10px 10px;
  	border-radius:0 0 10px 10px;
}

#primary-nav a:link {
	text-decoration:none;
	color:#666;
}

#primary-nav a:active {
	text-decoration:none;
	color:#666;
}

#primary-nav a:visited {
	text-decoration:none;
	color:#666;
}

#primary-nav a:hover {
	text-decoration:none;
	color:#333;
}


#primary-nav #current-page {
	background-color:#87796B;
	background-image:none;
	padding-top:.6em;
}

#primary-nav #current-page a:link {
	text-decoration:none;
	color:#DBD7D2;
}

#primary-nav #current-page a:active {
	text-decoration:none;
	color:#DBD7D2;
}

#primary-nav #current-page a:visited {
	text-decoration:none;
	color:#DBD7D2;
}

#primary-nav #current-page a:hover {
	text-decoration:none;
	color:#FFF;
}


/* ####################### */
/* #### SECONDARY NAV #### */
/* ####################### */

#secondary-nav {
	margin:50px 1em 1em 0;
	width:200px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333;
}

#secondary-nav h3 {
	background-color:#AB9A89;
	color:#FFF;
	margin:0;
	padding:.5em;
  	-moz-border-radius:0 0 10px 0;
}

#secondary-nav ul {
	list-style:none;
	margin:0;
	padding-left:2em;
}

#secondary-nav ul li {
	padding:1em 1em 1em .5em;
	border-bottom:3px solid #AB9A89;
}

#secondary-nav a:link {
	text-decoration:none;
	color:#666;
}

#secondary-nav a:active {
	text-decoration:none;
	color:#666;
}

#secondary-nav a:visited {
	text-decoration:none;
	color:#666;
}

#secondary-nav a:hover {
	text-decoration:underline;
	color:#000;
}


/* ################# */
/* #### CONTENT #### */
/* ################# */

#content {
	margin:50px 1em 1em 240px;
	width:600px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333;
	clear:right;
}

#content h3 {
	padding:1em 0 0 0;
}

#content h4 {
	padding:1em 0 0 0;
}

#content a:link {
	text-decoration:none;
	color:#003E7E;
}

#content a:active {
	text-decoration:none;
	color:#003E7E;
}

#content a:visited {
	text-decoration:none;
	color:#61749C;
}

#content a:hover {
	text-decoration:underline;
	color:#003E7E;
}

p.updated {
	color:#CCC;
	font-size:.8em;
}

/* ################ */
/* #### FOOTER #### */
/* ################ */

#footer {
	clear:both;
	margin:3em 0 0 0;
	height:100px;
	border-top:1px solid #CCC;
}

#footer p {
	padding:1em 1em 1em 1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#809FBF;
}

#footer a:link {
	text-decoration:underline;
	color:#809FBF;
}

#footer a:active {
	text-decoration:underline;
	color:#809FBF;
}

#footer a:visited {
	text-decoration:underline;
	color:#809FBF;
}

#footer a:hover {
	text-decoration:underline;
	color:#003E7E;
}

#learning-partners {
	text-align:left;
	margin-bottom:0;
	font-style:italic;
	float:left;
}

#learning-partners img {
	border:none;
}

#qg {
	float:right;
	margin:65px 0 0 0;
}

#qg img {
	border:none;
}