/* 
RESET TAGS USED AND CSS FOR MAIN HTML ELEMENTS BODY, H TAGS, AND LINKS
*/
html, body, div, span, p, a, address, blockquote, table, em, font, img, small, strike, strong, center, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: white;
}
/* COLOURS USED THROUGHOUT

	#79c0cb (blue) for separating lines, headings and link hovers.
	#777 (light grey) for main paragraph text and visited links
	#444 (mid grey) normal links
	#333 (dark grey) active links
	#f60 (orange) highlight colour
*/
body {
	line-height: 1.4;	
	font-family: Verdana , sans-serif;
	background-color: white;
	font-size: 12px;
	text-align: center; /*IE workaround to center container DIV on page */
}
h1,h2,h3,h4 { background-color: white; color: #79c0cb; font-weight: normal; margin: 5px 20px 5px 20px; } 
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
/******* link order=link visited hover active *****/
a:link { color: #444; text-decoration: underline; }
a:visited { color: #777; text-decoration: underline; }
a:hover { color: #79c0cb; text-decoration: none; }
a:active {color: #333; text-decoration: none;}
blockquote  { display: block; padding: 0; margin: 10px; font-style: italic; color: #777; text-align: left;}
blockquote  { quotes: "\201C" "\201D"; }
blockquote:before { content: open-quote; font-weight: bold; font-size: larger; }
blockquote:after { content: close-quote; font-weight: bold; font-size: larger; }
/*
SET UP LAYOUT - CONTAINER/LEFT COL/CENTER CONTENT/RIGHT COL/FOOTER 
*/
#container {
	padding: 0; 
	margin: 0 auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header { /* logo and rotating banner containing logo and slideshow divs*/
 	width: 900px;
 	float: left;
 	padding: 0;
 	margin: 0;
 	background-color: #79c0cb;
 	height: 120px;
}
#navigation { /* horizontal menu area */
	float: left;
 	width: 100%;
 	height: 40px;
 	padding: 0;
 	margin-bottom: 20px;
 	border-bottom: 1px solid #79c0cb;
 	color: #777;
}
/* HORIZONTAL NAVIGATION */
ul#menu { 
	width: 100%; 
	height: 40px;
	margin: 0; 
	padding: 0;  
	list-style-type: none; 
}
ul#menu li { 
	float: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 15px 0 15px;
	border-left: 1px solid #79c0cb;
	background: white; 
	font-size: 12px; 
	font-weight: bold;
}
ul#menu li.first { border-left: 0; }
ul#menu li a { 
	float: left;
	display: block; 
	height: 20px;
	padding-top: 5px; 
	margin: 0;
	color: #777;
	text-decoration: none;
}
ul#menu li a:hover { color: #444; }
ul#menu li a.current { color: #79c0cb; }
ul#menu li.visited {color: #333; }

#leftColumn { /* left side menu */
  	width: 200px;
 	float: left;
 	margin: 0;
 	padding: 0;
}
/* LEFT COLUMN MENU */
#leftColumn ul {
	font-size: 90%;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	text-align: left;
	background: white;
	padding: 0;
	margin: 0;
}
#leftColumn ul li {
	line-height: 1.75;
	list-style-position: outside;
}
#leftColumn ul li ul { padding-left: 25px; }

#leftColumn ul li ul li {
	text-align: left;
	list-style: none;
	list-style-position: outside;
}
#leftColumn ul li a {
	display: block;
	color: #444;
	text-decoration: none;
}
#leftColumn ul li a:hover {	
	display: block;
	background: #79c0cb;
	color: white;	
}
#leftColumn p {padding: 10px 20px 10px 20px; color: #777; text-align: justify;}
#content { /* main page content (middle panel) */
 	float: left;
 	width: 480px;
 	padding: 0px;
 	margin-bottom: 20px;
 	display: inline;
	border-left: 1px solid #79c0cb;
	border-right: 1px solid #79c0cb;
}
#content ul { 
	padding: 10px 20px 10px 20px; 
	margin: 0; 
	text-align: left; 
	list-style-image: none; 
	list-style-position: inside; 
	list-style-type: none;
	color: #777;
}
#content ul li a:link { color: #444; text-decoration: underline; }
#content ul li a:visited { color: #777; text-decoration: underline; } 
#content ul li a:hover { color: #79c0cb; text-decoration: none; }
#content ul li a:active {color: #333; text-decoration: none;}
#content ol { 
	padding: 0px 20px 0px 20px; 
	margin: 10px 20px 10px 20px; 
	text-align: left; 
	list-style-position: outside;
	color: #777;
}
#content ol li a:link { color: #444; text-decoration: underline; }
#content ol li a:visited { color: #777; text-decoration: underline; } 
#content ol li a:hover { color: #79c0cb; text-decoration: none; }
#content ol li a:active {color: #333; text-decoration: none;}
#rightColumn { /* right side panel */
 	width: 200px;
 	float: right;
 	margin: 0;
 	padding: 0;
}
#footer {
 	width: 900px;
 	clear: both;
 	margin: 0;
 	padding: 0;
	border-top: 1px solid #79c0cb;
	border-bottom: 1px solid #79c0cb;
}
/* LOGO/IMAGE BANNER contained within header div */
.logo {
	float: left;
	width: 594px;
	height: 120px;
	border: 0;
	margin: 0;
	padding: 0;
	background: url("images/QSP_logo.png");
}
.slideshow {
	float: right;
	width: 306px;
	height: 120px;
	background: url("images/slide1.jpg");
}
/* TOP CONTACT INFO */
#topContact {
	width: 100%;
	min-height: 50px;
	padding: 0;
	margin: 0;
	background: white;
	color: #79c0cb;	
}
#topContact p.left {
	float: left;
	width: 450px;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topContact p.right {
	float: right;
	width: 400px;
	padding: 0;
	margin: 0;
	text-align: right;
}
.address {
	margin: 0;
	padding: 0;
	color: #70c0cb;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

/* CONTENT */
#content p { padding: 10px 20px 10px 20px; color: #777; text-align: justify; }
#content table { margin: auto; width: 90%; border:0;}

/* RIGHT COLUMN */
#rightColumn p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	color: #777;
}

/* FOOTER */
#footer td { border: 0; vertical-align: center; }
#footer table { border: 0;	font-size: 12px; }
#footer a {	color: #777; text-decoration: none; }
#footer a:hover { color: #79c0cb; text-decoration: none; }
/* OTHER */
#copyright {
	width: 200px;
	font-size: 14px;
	font-family: sans-serif;
	color: white;
	background-color: #79c0cb;
	padding: 10px 5px 10px 5px;
	line-height: 1.5;
}
#copyright a {	background: #79c0cb; text-decoration: underline; color: white; }
#copyright a:hover { background: #79c0cb; text-decoration: none; color: white; }
#sitemap {
	padding: 15px;
	font-size: 100%;
	list-style: none;
	text-align: left;
	color: #f60;
	background: white
}
#sitemap li {
	padding: 0;
	text-align: left;
	line-height: 1.75;
	list-style-image: url(images/3arrow.gif);
	list-style-position: inside;
}
#sitemap li ul li {
	padding-left: 0px;
	text-align: left;
	list-style-image: url(images/2arrow.gif);
	list-style-position: inside;
}
#sitemap li ul li ul li {
	padding-left: 0px;
	text-align: left;
	list-style-image: url(images/1arrow.gif);
	list-style-position: inside;
}
img.floatLeft { float: left; margin: 0px 10px 10px 0px; }
img.floatRight { float: right; margin: 0px 0px 10px 10px; }
.highlight { color: #f60; background-color: white; }
