/* 
RESET TAGS USED AND CSS FOR MAIN HTML ELEMENTS BODY, H TAGS, AND LINKS
*/
/*taking out div and a from reset to allow lightbox to work properly 29/07/2009 */
html, body, span, p, 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
	
	top right bottom left 
*/
body {
	line-height: 1.4;	
	font-family: Verdana , sans-serif;
	background-color: #f0f0f0;
	font-size: 12px;
	text-align: center; /*IE workaround to center container DIV on page */
}
pre {
	color : #777;
	text-align : left;
	padding : 10px 30px;
	margin : 0;
	font-size: 14px;
	font-family: Verdana , sans-serif;
}
table {margin-left : 20px;}
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 {
	padding: 0; 
	margin: 0 auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#header { /* logo area*/
 	width: 900px; /* header image is 900x117px */
 	float: left;
 	padding: 0;
 	margin-top: 3px;
 	background-color: white;
 	height: 120px;
 	text-align: left;
 	border-bottom: 1px solid #79c0cb;
 	color: #777;
}
#navigation {
	float: left;
 	width: 100%;
 	height: 40px;
 	padding: 0;
 	margin-bottom: 20px;
 	border-bottom: 1px solid #79c0cb;
 	color: #777;
 	font-size: 10px;
}
/* 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 20px 0 20px;
	border-left: 1px solid #79c0cb;
	background: white; 
	font-size: 12px; 
	font-weight: normal;
}
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;}
/* MAIN CONTENT AREA */
#content {
 	float: left;
 	width: 100%;
 	padding: 0;
 	margin-bottom: 20px;
 	display: inline;
}
#content ul { 
	padding: 10px 20px; 
	margin: 0; 
	text-align: left; 
	list-style-image: none; 
	list-style-position: inside; 
	list-style-type: none;
	color: #777;
}

#content a:link { color: #444; text-decoration: underline; }
#content a:visited { color: #777; text-decoration: underline; }
#content a:hover { color: #79c0cb; text-decoration: none; }
#content a:active {color: #333; text-decoration: none;}

#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; 
	margin: 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;}
#footer {
 	width: 100%;
 	clear: both;
 	margin: 0;
 	padding: 0;
	border-top: 1px dotted #79c0cb;
	border-bottom: 1px dotted #79c0cb;
}
/* CONTENT */
#content p { padding: 10px 20px 10px 20px; color: #777; text-align: justify; }
#content table { margin: auto; width: 90%; border:0;}
/* OTHER */
#copyright {
	width: 80%;
	font-size: 10px;
	font-family: sans-serif;
	color: #777;
	background-color: white;
	margin-left: 10%;
	margin-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
}
.leftBox {
	float: left;
	width: 220px;
	margin: 0px 20px 10px 20px;
	border: 1px solid #79c0cb;
	background: #79c0cb;
	color: white;
}
.rightBox {
	float: right;
	width: 220px;
	margin: 0px 30px 10px 10px;
	border: 1px solid #79c0cb;
	background: #79c0cb;
	color: white;
}
.boxContent { /* images in this need to be 180px width to center correctly */
	width: 100%;
	background: white;
	color: #777;
}
.boxHeading {background: #79c0cb; color: white;}
img.floatLeft { float: left; margin: 0px 10px 10px 0px; }
img.floatRight { float: right; margin: 0px 0px 10px 10px; }
.highlight { color: #f60; background-color: white; }

/* used for internal page links i.e links to different sections of page using <a name=""> references */
#noFollowLink a:link, a:visited, a:hover, a:active { color: #444; text-decoration: none; }

.clear{clear: both;}
.smallFont {font-size : 10px;}

#listingTable {	float: left; width: 60%; color: #777;}

.banner {border: 8px solid #f0f0f0;  }
.leftFloat {float: left; margin-left: 4px;}
.rightFloat {float: right; margin-right: 4px;}

.description {
	color: #777;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px 20px;
}
