/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: "Trebuchet MS", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #000;
}
h2 a{
	color: #666;
	text-decoration: none;
}
h2.colour1{
	color: #458dd1;
}
h2.colour1 a{
	color: #458dd1;
}
h2.colour2{
	color: #458dd1;
}
h2.colour2 a{
	color: #458dd1;
}
h3 {
	font: 1.75em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #000;
}
h4{
	font: 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #458dd1;
}
p{
	font: 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #000;
}
.quote strong{
	color: #458dd1;
}
ul{
	margin: 0.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #000;
	margin-bottom: 8px;
}
ol li{
	list-style:decimal;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #000
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	display: inline;
	float: right;
	margin: 0px 00px 10px 10px;
}
.logo{
	margin-bottom: 10px;
}
.contentsection{
	padding: 0px 0px;
	border-bottom: 1px dashed #000;
	clear: both;
}
.contentsection:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contentsection {display: inline-block;}
/* Hides from IE-mac \*/
* html .contentsection {height: 1%;}
.contentsection {display: block;}
/* End hide from IE-mac */
/* -------------- end general glasses -------------------------------------------- */

/* -------------- Category Headers ----------------------------------------------- */

#categoryheader1 a{
	display: block;
	margin: -20px 0px 0px -20px;
	background: url(../graphics/category1.png) no-repeat;
	height: 186px;
	width: 166px;
	float: left;
}
#categoryheader2 a{
	display: block;
	margin: -20px 0px 0px -20px;
	background: url(../graphics/category2.png) no-repeat;
	height: 186px;
	width: 166px;
	float: left;
}
#categoryheader3 a{
	display: block;
	margin: -20px 0px 0px -20px;
	background: url(../graphics/category3.png) no-repeat;
	height: 186px;
	width: 166px;
	float: left;
}


/* --------------- Form Styles - Using CMX Form ---------------------------------- */

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: 1px solid #000; padding: 10px;}
form.cmxform fieldset legend{ 
	padding: 3px 10px; font-size: 1.2em; background: #91CB23;
	color: #fff;
	font-style: italic;
	margin-left: 10px;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#F30;
	font-size: 1em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	position: relative;
	z-index: 100;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.tinytextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 30px;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #91CB23;
	border: 1px solid #91CB23;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */
#links p{
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
	margin: 1.5em 0px 1.2em 0px;
}
#links h4{
	font-size: 1.7em;
	color: #91cb23;
}
.submenu{
	padding-left: 10px;
	clear: both;
}
.submenu li{
	font: 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #458dd1;
	list-style-type: none;
}
.submenu a{
	text-decoration: none;
	color: #458dd1;
}
.submenu img{ margin-top: 5px; }
.morelinks{ text-align: right; margin-bottom: 10px;}

table{
	border-collapse:collapse;
}
th{
	font-weight: bold;	
	font-size: 1.2em;
	background: #91CB23;
	color: #fff;
	padding: 3px;
	text-align: center;
	border: 1px solid #91CB23; 
}
td{ padding: 3px; border: 1px solid #666; }
tr{ }
		