body {
	margin: 0;
	padding: 0;
	background: #4e646c url('/images/bg-body.gif') repeat-y 50% 4px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#background {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}
#navbar {
	float: left;
	width: 100%;
	background-color: #addcde;
	color: #ffffff;
	border-bottom: 1px solid #000000;
}
#navbar .container {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 154px;
	height: 154px;
	border: 0;
}
#navtop {
	float: right;
	margin: 0;
	padding: 4px 0;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3em;
	list-style: none;
}
#navtop li {
	float: left;
	padding: 0 8px;
}
#navtop li a {
	background-color: #addcde;
	color: #546a71;
	text-decoration: none;
}
#navtop li a:hover,
#navtop li a:focus,
#navtop li a:active {
	background-color: #addcde;
	color: #ffffff;
}
#imgident {
	clear: left;
	float: left;
	width: 100%;
	height: 350px;
	background: #4e646c url('/images/defaults/background.jpg') no-repeat 50% 0;
	color: #546a71;
}
#skiplink {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 6px;
	font-size: 70%;
	line-height: 1.3em;
}
#skiplink:focus,
#skiplink:active {
	left: 0;
	background-color: #02c3ca;
	color: #ffffff;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	z-index: 2;
}
#outer {
	clear: left;
	float: left;
	width: 100%;
}
#maincontent {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
}

#navcol {
	float: left;
	width: 276px;
	background-color: #546a71;
	color: #ffffff;
}
#navmain {
	float: left;
	width: 180px;
	margin: 16px 48px 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 120%;
	line-height: 1.3em;
	text-align: right;
	list-style: none;
}
#navmain li {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 0.2em;
}
#navmain li a {
	background-color: #546a71;
	color: #ffffff;
	text-decoration: none;
}
#navmain li a:hover,
#navmain li a:focus,
#navmain li a:active {
	background-color: #546a71;
	color: #c8bcbc;
}
#navmain li a.selected,
#navmain li.selected a {
	background-color: #546a71;
	color: #addcde;
}
#navmain ul {
	display: none;
	float: left;
	width: 162px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	list-style: none;
}
#navmain ul.selected {
	display: block;
}
#navmain ul li {
	margin: 0;
}
div.maxcontent {
	position: relative;
	position: absolute;
	top: -312px;
	left: 278px;
}
#content {
	float: right;
	width: 486px;
	padding: 16px 18px;
	background-color: #546a71;
	color: #ffffff;
}
#content a {
	background-color: #546a71;
	color: #addcde;
}
#content a:hover,
#content a:focus,
#content a:active {
	background-color: #546a71;
	color: #99b3b7;
}
#content h1 {
	margin: 0 0 1.2em;
	font-family: 'Times New Roman', Times, serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.3em;
}
#content h2 {
	margin: 0 0 1.2em;
	background-color: #546a71;
	color: #dde1e3;
	font-family: 'Times New Roman', Times, serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.3em;
}
#content h6 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 85%;
	line-height: 1.3em;
}
#content p {
	margin: 0 0 1.2em;
	font-size: 85%;
	line-height: 1.3em;
}
#content .container {
	clear: left;
	float: left;
	width: 100%;
}
#content .container ul,
#content .container ol {
	margin-bottom: 1.2em;
	font-size: 85%;
	line-height: 1.3em;
}
#content .container li {
	margin: 0 0 0.2em;
}
#content .container ul ul,
#content .container ul ol,
#content .container ol ul,
#content .container ol ol {
	font-size: 100%;
}
/*#content .container ul.files {
	margin: 0 0 1.2em;
	padding: 0;
	list-style: none;
}
#content .container ul.files li {
	min-height: 16px;
	padding: 0 0 0 20px;
}
#content .container ul.files li {
	background: #546a71 url('/images/downloads/bulletFile.gif') no-repeat 0;
}
#content .container ul.files li.doc {
	background-image: url('/images/downloads/bulletDOC.gif');
}
#content .container ul.files li.dwg {
	background-image: url('/images/downloads/bulletDWG.gif');
}
#content .container ul.files li.dxf {
	background-image: url('/images/downloads/bulletDXF.gif');
}
#content .container ul.files li.gif {
	background-image: url('/images/downloads/bulletGIF.gif');
}
#content .container ul.files li.jpg {
	background-image: url('/images/downloads/bulletJPG.gif');
}
#content .container ul.files li.pdf {
	background-image: url('/images/downloads/bulletPDF.gif');
}
#content .container ul.files li.pps {
	background-image: url('/images/downloads/bulletPPS.gif');
}
#content .container ul.files li.swf {
	background-image: url('/images/downloads/bulletSWF.gif');
}
#content .container ul.files li.xls {
	background-image: url('/images/downloads/bulletXLS.gif');
}*/
#content .container img {
	border: 0;
}
#content .container img.right {
	float: right;
	margin: 0 0 12px 12px;
}
#content .container img.left {
	float: left;
	margin: 0 12px 12px 0;
}
#content .container img.centre,
#content .container img.block {
	display: block;
}
#content .container img.centre {
	margin: 0 auto 12px;
}
#content .container img.block {
	margin: 0 0 12px;
}
#content .container table.webwiz_table {
	margin: 0 0 1.2em;
	font-size: 85%;
	line-height: 1.3em;
}
#content .container table.webwiz_table p {
	font-size: 100%;
}
#content .container table.webwiz_table th,
#content .container table.webwiz_table td {
	padding: 3px;
}
#content .container table.webwiz_table th {
	text-align: left;
}

#slideshow {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
	height: 300px;
}
#slideshow .item {
	display: none;
}
#slideshow .item img {
	display: block;
	width: 486px;
	height: 300px;
}
#cyclenav {
	clear: left;
	float: left;
	width: 100%;
	padding: 1px 0 1.2em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.2em;
}
#cyclenav a {
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 6px;
	background-color: #4b5f65;
	color: #addcde;
	text-decoration: none;
	outline: 0;
}
#cyclenav a:hover,
#cyclenav a:focus,
#cyclenav a:active {
	background-color: #4b5f65;
	color: #ffffff;
}
#cyclenav a.activeSlide {
	background-color: #4b5f65;
	color: #ffffff;
}

#videos {
	clear: left;
	float: left;
	width: 100%;
}
#videos .item {
	padding: 0 0 1.2em;
}
#videos object {
	display: block;
	margin: 0 auto;
}
#videos .caption {
	padding: 6px 0 0;
	font-size: 80%;
	font-style: italic;
	line-height: 1.3em;
	text-align: center;
}

#content form.standard {
	clear: left;
	float: left;
	width: 100%;
	font-size: 85%;
	line-height: 1.3em;
}
#content form.standard .floatleft {
	float: left;
	padding: 0 0 0 4px;
}
#content form.standard fieldset {
	margin: 0 0 1.2em;
	border: 1px solid #7c9da1;
}
#content form.standard fieldset fieldset {
	border-color: #465a61;
}
#content form.standard fieldset .instructionnote {
	margin: 0 0 1.2em;
}
#content form.standard fieldset ol {
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
	list-style: none;
}
#content form.standard fieldset ol li {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 0.4em;
}
#content form.standard fieldset label,
#content form.standard fieldset .label {
	float: left;
	width: 208px;
}
#content form.standard fieldset label.large {
	width: 398px;
}
#content form.standard fieldset#fsinitialinfo label.large {
	width: 300px;
}
#content form.standard fieldset ol li.large label,
#content form.standard fieldset ol li.large .label {
	float: none;
}
#content form.standard fieldset input,
#content form.standard fieldset select,
#content form.standard fieldset textarea {
	float: right;
	margin: 0 8px 0 0;
}
#content form.standard fieldset ol li.large input {
	float: none;
}
#content form.standard fieldset input.small {
	width: 80px;
}
#content form.standard fieldset input.smallest {
	width: 40px;
}
#content form.standard fieldset .group {
	float: right;
	margin: 0 8px 0 0;
}
#content form.standard fieldset .group input,
#content form.standard fieldset .group select,
#content form.standard fieldset .group textarea {
	float: left;
	margin: 0 0 0 4px;
}
#content form.standard legend {
	font-family: 'Times New Roman', Times, serif;
	font-size: 120%;
	font-weight: bold;
}
#content form.standard th,
#content form.standard td {
	padding: 3px;
}
#content form.standard th {
	text-align: left;
}
#content form.standard input,
#content form.standard textarea {
	border: 1px solid #addcde;
}
#content form.standard input.submit {
	background-color: #63ced4;
	color: #ffffff;
	border-color: #63ced4;
	font-weight: bold;
	cursor: pointer;
}
#content form.standard .buttons {
	clear: left;
	float: left;
	width: 100%;
}
#content form.standard .buttons input.submit {
	float: right;
}
#content li.required {
	background: #546a71 url('/images/bg-fieldset-li-required.gif') no-repeat right 4px;
	color: #ffffff;
}
#content span.required {
	background-color: #546a71;
	color: #63ced4;
}
#content .msg {
	clear: left;
	float: left;
	width: 474px;
	margin: 0 0 1.2em;
	padding: 6px;
	background-color: #65797f;
	color: #ffffff;
	font-size: 85%;
	line-height: 1.3em;
}

#content .list {
	clear: left;
	float: left;
	width: 100%;
}
#content .list .row {
	clear: left;
	float: left;
	width: 100%;
}
#content .list .item {
	float: left;
	width: 162px;
	background-color: #cdebed;
	color: #546a71;
}
#content .list .item a {
	background-color: #cdebed;
	color: #546a71;
}
#content .list .item a:hover,
#content .list .item a:focus,
#content .list .item a:active {
	background-color: #cdebed;
	color: #2e3f44;
}
#content .list .alt {
	background-color: #aedbde;
	color: #546a71;
}
#content .list .alt a {
	background-color: #aedbde;
	color: #546a71;
}
#content .list .alt a:hover,
#content .list .alt a:focus,
#content .list .alt a:active {
	background-color: #aedbde;
	color: #2e3f44;
}
#content .list .item p {
	font-size: 75%;
}
#content .list .item img,
#content .list .item a.noimg {
	display: block;
	border: 0;
}
#content .list .item img {
	width: 162px;
	height: 122px;
}
#content .list .item a.noimg {
	min-height: 20px;
	padding: 51px 6px;
	background-color: #e1f3f4;
	color: #546a71;
	font-size: 75%;
	line-height: 1.3em;
	text-align: center;
}
#content .list .item a.noimg:hover,
#content .list .item a.noimg:focus,
#content .list .item a.noimg:active {
	background-color: #e1f3f4;
	color: #2e3f44;
}
#content .list .alt a.noimg {
	background-color: #cee9eb;
	color: #546a71;
}
#content .list .alt a.noimg:hover,
#content .list .alt a.noimg:focus,
#content .list .alt a.noimg:active {
	background-color: #cee9eb;
	color: #2e3f44;
}
#content .list .item .txt {
	padding: 8px;
}

#sectionnav {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1.2em;
}
#sectionnav .imgs {
	float: left;
}
#sectionnav .imgs img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 8px 0 0;
	padding: 0 0 6px;
	border: 0;
}
#sectionnav .imgs a.selected {
	outline: 0;
}
#sectionnav .imgs a.selected img {
	background: #546a71 url('/images/bg-sectionnav-selected-img.gif') no-repeat 50% bottom;
	color: #ffffff;
}
#sectionnav .txt {
	float: right;
	background-color: #546a71;
	color: #addcde;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
