* {
	margin: 0;
	padding: 0;
}
body, input {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
}
body {
	background-color: #EFEFEF;
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 979px;
	text-align: left;
}
#masterhead {
	background-color: #FFF;
	padding: 20px;
	height: 30px;
}
#masterhead h1 {
	float: left;
}
#masterhead h2 {
	float: right;
	padding-top: 4px;
}
#navigation {
	font-size: 1.3em;
	clear: both;
	background-color:#FFF;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	padding: 0 10px;
}
#navigation ul {
	width: 599px;
	float: left;
}
#navigation li {
	list-style: none;
	float: left;
	padding-right: 10px;
}
#navigation li a {
	display: block;
	padding: 10px;
}
#navigation #searchfrm {
	padding: 4px 0 2px;
	width: 360px;
	float: right;
	text-align: right;
}
#navigation #searchfrm form,  #navigation #searchfrm fieldset {
	display: inline;
}
#navigation #searchfrm table {
	border-collapse: collapse;
	line-height: 2em;
	margin-right: 10px;
}
#navigation #searchfrm td {
	vertical-align: middle;
}
#navigation #searchfrm fieldset {
	border: 0;
}
#navigation input {
	font-size: 1em;
	padding: 2px;
	margin-left: 5px;
}
#navigation #navClearer {
	clear: both;
}
#subnav {
	font-size: 1.3em;
	clear: both;
	border-bottom: 1px solid #B8B8B8;
	background-color: #F7F7F7;
}
#subnav ul {
	margin: 0 0 0 10px;
}
#subnav li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
	margin-right: 1em;
}
#subnav a {
	display: block;
	padding: 10px;
}
#bodycontent {
	background-color: #FFFFFF; 
	padding: 20px;
}
#breadcrumbs {
	color: #B8B8B8;
	margin: -10px 0 10px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #B8B8B8;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #666666;
}
#banner {
	height: 300px;
}
#maincol {
	float: left;
	width: 608px;
}
#maincolthin {
	float: left;
	width: 598px;
}
#sidecol {
	float: right;
	width: 322px;
}
.boxoutcolour {
	background: #EEE;
	padding: 10px;
}
.boxoutcolour img {
	margin-bottom: 10px;
}
.boxoutcolour ul {
	list-style: inside;
	font-size: 1.2em;
}
.boxoutcolour li {
	line-height: 180%;
}
.boxoutcolour dl {
	font-size: 1.2em;
	line-height: 180%;
}
.boxoutcolour dt {
	margin-top: 0.5em;
	font-weight: normal;
}
.boxoutcolour dd {
	margin-left: 1em;
}
.boxoutpdf {
	background: #EEE url(nav/pdf_icon.gif) no-repeat 10px 10px;
	padding: 10px;
	margin-top: 10px;
}
.boxoutpdf p {
	margin: 0 0 0 26px;
}
.boxoutpdf a {
	display: block;	
}
.address {
	float: left;
	height: 25em;
	width: 33%;
}
#footer {
	padding: 20px;
	font-size: 1em;
	text-align: center;
	clear: both;
}
#bottomlinks {
	clear: both;
	text-align: center;
}
#bottomlinks li {
	list-style:url(none) none;
	display: inline;
}
.clearer {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
img {
	border: 0;
}
h1, h2 {
	font-size: 1px;
}
h3 {
	font-size: 2.5em;
	color: #444;
	font-weight: normal;
	margin-bottom: 8px;
}
h4 {
	font-size: 1.6em;
	color: #999;
	font-weight: normal;
	margin-bottom: 8px;
}
p, ol, dl {
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom: 8px;
}
acronym {
	border-bottom: none;
}
ol {
	list-style-position: outside;
	margin-left: 3em;
}
dt {
	margin-top: 0.75em;
	font-weight: bold;
}
a:link, a:visited {
	color: #494949;
}
a:hover, a:active {
	color: #000;
}

/*
#navigation a:link, #navigation a:visited, #subnav a:link, #subnav a:visited {
	color: #000000;
}
#navigation a:hover, #navigation a:active, #subnav a:hover, #subnav a:active {
	color:#006B6F;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
}
*/
.imRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #999999;
}
.imLeft {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #999999;
}
.rangetable {
	border-collapse: collapse;
	margin-bottom: 30px;
}
.rangetable td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}
.rangetable .rangebox {
	padding: 10px;
	width: 122px;
	text-align: center;
	background: #EEE;
}
.rangetable td .rangebox img {
	margin: 0 0 5px 0;
}
.rangebox p {
	margin-bottom: 0;
	line-height: 130%;
}
.rangeboxdesc {
	display: block;
	margin-top: 5px;
}
.centerrange {
	width: 912px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto; 
}
.centerrange h4 {
	padding-left: 5px;
}
.centerrange .rangetable td {
	padding: 5px;
}
.datatable {
/*	border: 1px solid #405e7c;*/
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background: #EEE;
	margin: 0 20px 10px 0;
}
.datatablenowidth {
	width: auto;
}
.datatable th {
	text-align: left;
	background-color: #999;
	padding: 5px;
	color: #FFFFFF;
}
.datatable td {
	padding: 5px;
	border-bottom: 1px solid #DDD;
}
.datatable td p {
	font-size: 1em;
}
.datatable dl {
	margin-top: 10px;
}
.datatable dl.horz {
	margin: 10px 0 0 0;
	float: left;
	width: 33%;
}
.datatable dd {
	margin-left: 15px;
	overflow: hidden;
}
.datatable .optionrow {
	background: #E5E5E5;
}
.datatable .optionrow ul li {
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
	margin-right: 20px;
}
.datatable input, .datatable textarea, .datatable select {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.2em;
}
.datatable textarea {
	height: 4em;
	width: 45em;
}
.datatable textarea:focus {
	height: 16em;
}
.datatable .required {
	border: #C00 thin solid;
}
.datatable .readonly {
	background-color: #EBEBEB;
}
.datatable .dimPartNumber {
	color: #666666;
}
.datatable img {
	vertical-align: text-bottom;
}
.requirednote {
	display: block;
	color: #C00;
	padding-bottom: 1em;
}
.formtable td {
	width: 50%;
	padding-right: 10px;
}
.formtable textarea {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 2px;
}
.centersubrange {
	width: 608px;
	margin-left: auto;
	margin-right: auto; 
}
#termslist {
	line-height: 1.4em;
	margin-top: 1em;
}
#termslist > ol {
	font-size: 1.2em;
	font-weight: bold;
	list-style: decimal;
}
#termslist > ol > li {
	margin: 0 0 1em 0;
}
#termslist ol p {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.4em;
}
#termslist ol ol {
	font-size: 0.9em;
	font-weight: normal;
	list-style: lower-alpha;
}
#termslist > ol > li > ol > li, #termslist > ol > li > ol > p {
	margin: 0.5em 0 0.5em 0;
}
#termslist ol ol ol {
	list-style: lower-roman;
	font-size: inherit;
}
#termslist .nostyle {
	list-style: none;
}
#editTable {
	width: 100%;
}

#editTable .thinCol {
	width: 1%;
}
#editTable .indent {
	padding: 0 0 0 1em;
}
#editTable .optionRow {
	padding: 0 0 0 1em;
}
#editTable .dimPartNumber {
	color: #666666;
}
#editTable .dimDeletedPartNumber, #editTable .dimDeletedPartNumber .dimPartNumber {
	color: #999999;
}
#editTable .sro {
	display: none;
}
#editTable .rowpadding {
	height: 2px; 
}
#editTable .boldrow td {
	font-weight: bold;
}
#help ol {
	list-style: decimal;
}
#googlemap {
	width: 939px;
	height: 350px;
	border: none;
}
/* Not yet sorted */
.phone {
	font-size: 12px;
	color: #000000;
}
.formelm {
	font-size: 10px;
	color: #000000;
}
.formelmyel {
	font-size: 10px;
	color: #000000;
}
.prange {
	font-size: 11px;
	color: #000000;
}

.formtable {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
