body {
	font-family: arial, tahoma, helvetica, sans-serif; 
	font-size: 10pt;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center; /*centre for ie5 */
	background: #eee;
}

body#popup {
    background: #fff;
    text-align: left;
} 

body#print {
    background: #fff;
    text-align: left;
} 

h1 {
	font-family: arial, tahoma, helvetica, sans-serif; 
	color: #0096B4;
	font-size: 13pt; 
}

h2 {
	color: #333;
	font-size: 12pt; 
}

h3 {
	color: #333;
	font-size: 11pt; 
}

h4 {
	color: #333;
	font-size: 10pt; 
}

a:link {
	text-decoration: underline; 
	color: #333;
}

a:visited { 
	text-decoration: underline; 
	color: #333;
}

a:active { 
	text-decoration: underline; 
	color: #333;
}

a:hover { 
	text-decoration: none; 
}

.clear {
	clear: both;
}

.im {
	margin: 8px;
}

/* template objects */

#background {
	text-align: left; /* centre for compliant browsers*/
	background: #f0f0f0 url(/images/bg.gif) top center repeat-y;
}

#masthead {
	margin: 0 auto; 
	width: 780px; 
	height: 131px;
	background: #fff url(/images/masthead.gif) top left no-repeat;
}

#masthead h1 {
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 694px;
	height: 98px;
}

#masthead span {
	display: none;
}

/* menubar */

#menubarbox {
	text-align: center;
	margin: auto;
	width: 780px; 
	padding-top: 1px;
}

#popup #menubarbox {
	width: 100%; 
}

#menubarbox #skip {
	display: none;
}

#menu {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #036;
	clear: both;
}

#menu ul {
	padding: 0;
	margin: 0;
	display: inline;
} 

#menu ul li {
	list-style: none;
	display: inline;
	padding: 0;	
	margin: 0;
}
			
#menu ul li.active {
	display: inline;
}

#menu a {
	background: #eee; 
	height: 12px;
	padding: 1px 20px;
	margin: 0;
	margin-bottom: 0;
	text-decoration: none;
	color: #333;
	border: 1px solid #666;
	width: 100px;
}

#menu li.active a {
	background: #fff; 
	border: 1px solid #036;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#menu li a:hover {
	background: #ffe;
	color: #666;
}

#menu li.active a:hover {
	background: #fff;
	color: #666;
}

#menu a span {
}

#menu ul li.active a {
	color: #000;
}

#submenu {
	margin: 0 auto 0 auto;
	padding: 4px 0;
	text-align: center; 
	border-bottom: 1px solid #666;
}

#submenu a {
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu a.selected {
}

/* sidemenu */

.sidemenu {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: normal;
	border: 1px solid #dfdfdf;
	-moz-border-radius: 5px; 
	background: #f6f6f6;
	padding: 4px;
}

.sidemenu h2 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
	margin: 0 4px 8px 4px;
}	

.sidemenu h2 a:link {
	color: #333;
}	

.sidemenu ul {
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
	list-style-type: none;
} 

.sidemenu li {
	margin: 0;
	padding: 0;
}

.sidemenu li a {
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-right: 2px;
}


.sidemenu li a:visited {
	text-decoration: none;
}

.sidemenu li a:hover {
	background: #fff;
}

.sidemenu li a.static:hover {
	background: #eee;
	color: #333;
}

.sidemenu li a.static#active {
	background: #fff;
}

#container {
	margin: auto; 
	width: 780px; 
}

#content {
	padding: 8px 0;
	margin: auto 8px auto 8px;
	border-bottom: 1px solid #fff; /* moz clear float bug */
	min-height: 300px;
}

#home {
	padding: 8px 0;
}

#home #feature {
	float: left;
	width: 480px;
	margin-left: 16px;
	margin-bottom: 16px;
}

#home #feature h1 {
	margin-top: 0;
}

#home #news {
	float: right;
	width: 230px;
	margin-right: 16px;
}

#home #left {
	margin-left: 30px;
	width: 450px;
	float: left;
	height: 372px;
}	

#home #right {
	width: 250px;
	float: right;
}

#home #right #links {
	text-align: right;
	margin-right: 76px;
}

#home #right ul {
	padding: 0;
	margin: 0;
	margin-top: 16px;
	margin-bottom: 32px;
	list-style-type: none;
} 

#home #right li {
	margin: 0;
	padding: 0;
}

#home #right li a {
	line-height: 36px;
	text-decoration: none;
	font-size: 18pt; 
	font-weight: bold; 
	color: #0096B4; 
	text-decoration: none;
}

#home #right li a:visited {
	color: #0096B4; 	
	text-decoration: none;
}

#home #right li a:hover {
	color: #064A6D;
}


#index {
	margin: 0 4px;
}

#page {
	margin: 0 16px;
}

#left {
	margin: 0;
	width: 200px;
	float: left;
}	

#left h2 {
	margin-bottom: 0px;
}	

#left h2 a {
	color: #000;
}	

#left ul li .active {
	font-weight: bold;
}

#right {
	padding-bottom: 8px;
	width: 526px;
	float: right;
}

#right h1 {
}

#right h1 a {
	color: #666;
}

/* gallery */

#gallery {
}

#gallery .item {
	width: 200px;
	float: left;
	text-align: center;
}

#gallery .item .im {
	border: 0;
	width: 180px;
	height: 190px;
	margin: auto;
}

#gallery .item .i {
	border: 1px solid #000;
}

#gallery p {
	text-align: left;
}

#gallery #thumbs {
	width: 220px;
	float: left;
}

#gallery #thumbs .im {
	width: 80px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
	float: left;
}

#gallery #thumbs .i {
	border: 1px solid #000;
	margin: auto;
}


#gallery #zoom {
	margin: 4px;
	width: 480px;
	float: left;
	text-align: left;
}

#gallery #zoom .im {
	text-align: center;
}

#gallery #zoom .i {
	border: 1px solid #000;
}

#gallery #zoom h3 {
	text-align: left;
}

#gallery #zoom p {
	text-align: left;
}

/* footer */
#footer {
	clear: both;
	height: 24px;
	padding: 0px;
	border-top: 1px solid #6B9DCE;
	background: #09C url() bottom no-repeat;
	text-align: center;
	color: #fff;
}

#footer a{
	font-size: 85%; 
	font-weight: bold;
	color: #fff;
}
	
#footer table{
	width: 736px; 
	height: 16px; 
	margin-top: 2px;
}

/* Core Styles */
 
#controller {
	margin: 0 auto 4px auto;
	background: #fff url(/images/nav/controller.gif) center repeat-x;
	color: #000;
	border: 1px solid #dde;
}

#controller table {
	margin: auto;
	width: 748px;
}

#controller td {
	vertical-align: top;
}

#controller h1 {
	color: #000;
	margin: 0;
	font-size: 11pt;
}

#controller a {
	color: #000;
}

a.buttonitem {
	float: right;
	display: block;
	text-align: center;
	padding: 0;
	width: 110px;
	height: 22px; 
	background: url(/images/nav/button0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.buttonitem {
	background: url(/images/nav/button1.gif) right no-repeat;
}

a.additem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/additem0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additem {
	background: url(/images/nav/additem1.gif) right no-repeat;
}

a.additemsm {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 0 0 0;
	width: 20px;
	height: 21px; 
	background: url(/images/nav/additemsm0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.additemsm {
	background: url(/images/nav/additemsm1.gif) right no-repeat;
}

a.printitem {
	float: right;
	display: block;
	text-align: center;
	padding: 1px 8px 0 0;
	width: 102px;
	height: 21px; 
	background: url(/images/nav/print0.gif) right no-repeat;
	margin-left: 8px;
}

a:hover.printitem {
	background: url(/images/nav/print1.gif) right no-repeat;
}

#controller #print span {
	display: none;
}

#controller select {
}

#selector {
	border: 1px solid #ddd;
	background: #f6f6f6;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}

#selector table {
	border-collapse: collapse;
	width: 100%;
}

#selector table td {
	padding: 0;
}


#selector td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#selector td.action input.close {
	font-size: 8pt;
	width: 60px;      
	font-weight: bold;
}

#navleft {
	margin: 0;
	width: 200px;
	float: left;
}	

#navleft h2 {
	margin-bottom: 0px;
}	

#navleft h2 a {
	color: #000;
}	

#navleft ul li .active {
	font-weight: bold;
}

#contentright {
	width: 526px;
	float: right;
}

#contentright h1 {
}

#contentright h1 a {
	color: #666;
}

table#title {
	width: 100%;
	background: #eee;
	-moz-border-radius: 5px;
	margin: 0 auto;
}

table#title td {
	vertical-align: middle;
}

#title td.action {
	width: 60px;
	text-align: right;
	vertical-align: middle;
}

#title td.action input.close {
	font-size: 8pt;
	width: 60px;
	font-weight: bold;
}

table#title td form {
	margin-top: 3px;
}

table#title td h1 {
	font-size: 11pt;
	background: none;
	color: #000;
	margin: 0 0 0 4px;
}

table#title td h1 a {
	color: #000;
}

.summary {
	margin-top: 4px;
	border: 1px solid #ddc; 
	background: #ffe;
	padding: 4px;
}	

.summary table {
	width: 100%;
}

.summary table td {
	vertical-align: top;
}

#heirachy {
	margin-top: 4px;
	margin-bottom: 4px;
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc; 
	background: #ffe;
	padding: 2px;
	font-size: 9pt;
}	

#toc {
	background: #F9F9F9;
	padding: 2px;
}	

#toc ul {
	margin-top: 0;
	margin-bottom: 0;
}	

.tip {
	color: #69f;
	font-size: 8pt;
	border: 1px dotted #69f;
	margin: 8px;
	padding: 8px;
}

.tip h1, .tip h2, .tip h3 {
	margin-top: 0;
	color: #69f;
}

.tip a {
	color: #69f;
}

ul.outline {
	list-style-image: none;
	list-style: none;
	color: #666;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 8px;
}

ul.outline li {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
}	

.outline ul li .active {
	font-weight: bold;
}

ul.outline li.root {
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.folder {
	margin-left: 4px;
	background: url(/images/nav/folder.gif) no-repeat 0 3px;
}	

ul.outline li.file {
	margin-left: 4px;
	background: url(/images/icon/generic.gif) no-repeat 0 3px;
}	

ul.outline ul {
	padding: 0;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	list-style: none;
} 

.outline li {
	margin: 0;
	padding: 0;
}

.outline li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px;
	-moz-border-radius: 5px;
	margin-right: 4px;
}

.outline li a:visited {
	text-decoration: none;
}

.outline li a:hover {
	background: #fff;
}

.outline li a.static:hover {
	background: #eee;
	color: #333;
}

.outline li a.static#active {
	background: #fff;
}

.posts {
	margin-top: 4px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #eee;
}

.posts #audit {
	float: right;
}

.posts p {
	margin-top: 2px;
	margin-bottom: 4px;
}

/* name of user posting comment */
.posts .user {
	color: #666;
}

.posts table {
	width: 100%;
}

.posts table td {
	vertical-align: top;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

.controller thead, .controller tfoot {
	clear: both;
	background: #eee;	
}

#content .localtools {
	background: #eee;	
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
}

#content .localtools ul {
	margin: 0;
}

#content .localtools ul li {
	margin-left: 8px;
	display: inline;
}

#content .printlink {
	float: right; 
	margin: 8px;
}

code {
  font-family: courier, monospace;
  background: #ccc;
}

/* calendar */

.calendar { 
}

#calendar ul.events {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 4px;	
}

table.calendar { 
	width: 100%;
}

.calendar .day {
	margin: 0;
}

.calendar td.day {
	border: 1px solid #ddc;
	background: #ffe;
	height: 80px;
	padding: 2px; 
}

.calendar .today {
	background-color: #ddc; 
	padding: 2px; 
	margin: -2px;
}

.calendar .today a {
}

.calendar td {
	padding: 0;
	width: 14%; 
	vertical-align: top;
}

#calendar div.month {
	border: 1px solid #dde;
	vertical-align: top;
}

#calendar div.month table {
	width: 100%;
}

#calendar div.month table td {
	text-align: center;
}

.tool {
	float: right; 
}

.calendar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table.calendar td.dayname {
	font-weight: bold;
	text-align: center;
}

.calendarsmall { 
	border: 1px solid #dde;
}

table.calendarsmallcontrol {
	width: 100%;
	background: #ffe;
	border: 1px solid #ddc; 
	border-bottom: 0; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.calendarsmall h3 { 
	text-align: center;
}

.calendarsmall .dayname { 
	font-weight: bold;
}

.calendarsmall .today {
	background-color: #ffe; 
	border: 1px solid #dde;
}

.calendarsmall td {
	text-align: center;
	width: 14%; 
}

#calendaryear {
}

#calendaryear table {
	width: 100%;
}

#calendaryear td.month {
	border: 1px solid #dde;
	vertical-align: top;
}

#calendaryear td h3 {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px;	
}

/* dataset */

.dataset {
	margin-top: 4px;
}

.dataset table {
	border-top: 1px solid #ddc; 
	border-bottom: 1px solid #ddc;
	width: 100%;
	border-collapse: collapse;
}

.dataset table td {
	vertical-align: top;
	padding: 2px;
}

.dataset thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.thead {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
}

.dataset td.odd {
	background: #fff;
}

.dataset td.even {
	background: #f6f6f6;
}

.dataset tfoot td {
	border-top: 1px solid #ddc; 
	background: #ffe;
}

.dataset tfoot td {
	padding: 2px;
}

/* forms */

.formbox {
	margin-top: 4px;
	border: 1px solid #ddc; 
	-moz-border-radius: 5px; 
	background: #f6f6f6;
	padding: 4px;
}

.formbox h2 {
	background: #ffe;
	border-bottom: 1px solid #ddc; 
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	margin-top: 4px;
}	

.formbox h3 {
	margin-top: 4px;
}	

.formbox table {
	border-collapse: collapse;
	width: 100%;
}

.formbox td {
	vertical-align: top;
	padding: 4px;
}

.formbox thead {
	background: #ffe;
}

.formbox thead td {
	background: #ffe;
}

.formbox thead td {
	border-bottom: 1px solid #ddc; 
}

.formbox tfoot {
	background: #ffe;
}

.formbox tfoot td {
	background: #ffe;
}

.formbox tfoot td {
	border-top: 1px solid #ddc; 
}

form {
	margin: 0;
	padding: 0;
}

.formbox textarea {
	font-size: 10pt;
}

.formtable {
	background: #f6f6f6;
	border: 1px solid #369;
}

.formkey {
	padding-top: 4px;
}

.formerror {
	color: #c00;
	padding-top: 4px;
}

.formvalue {
	margin-top: 4px;
	color: #036;
}

.htmlformerror {
	width: 200px;
}

.alert {
	color: #c00; 
}

.extra {
	line-height: 120%;
	padding: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#trail {
	text-align: center;	
	margin: 8px;
}

#userbar {
	background: #fff;
	border-bottom: 1px solid black;
	color: #000;
	text-align: right;
	padding: 4px;
}

#editbar {
	background: #fff;
	border-bottom: 1px solid black;
	color: #000;
	font: 10pt/1.4 sans-serif;	
	text-align: left;
	height: 30px;
}

#editbar input, #editbar select {
}

#editbar div {
}

#editbar div input, #editbar div select {
	font-size: 10pt;
}

#editbar #links {
	margin: 5px;
	float: right;
}

#editbar a {
	color: #339;
}

.editform {
	color: #000;
	border: 1px solid #ccc;
	clear: both;
	margin-top: 4px;
	padding: 4px;
}

.editform .button {
	width: 100px;
	float: left;
}

#pagenav {
	font-size: 9pt;
	padding-bottom: 8px;
}

.shop {
	margin: 0 auto;
}

.shop h1 {
	color: #0096B4;
}

.shop table {
	width: 720px;
	margin: 0 auto;
}

.shop td {
	height: 132px;
	vertical-align: top;
}

.shop .heading {
	border-bottom: 1px solid #01567B;
}

.shop .heading a {
	text-decoration: none;
	font-size: 12pt; 
	font-weight: bold; 
	color: #0096B4;
}

.shop img {
	border: 1px solid #666666;
	margin: 8px;
}

.shop .divide {
	padding-right: 12px;
	border-right: 1px solid #666;
}
.shop .psummary {
	font-size: 10pt; 
	line-height: 120%;
}

.shop .thumbnail {
	text-align: center;
	vertical-align: bottom;	
}

.shop .thumbnail a{
	font-size: 8pt;
}

.shop .title {
	text-decoration: none; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: center;
}

.shoplist table{
	width: 306px;
}

.shopdetail table{
	width: 720px;
	background: #ccc;
}

.pagesummary {
	font-size: 11pt;
	font-weight: normal;
	line-height: 16pt;
}

.pagebody {
	font-size: 11pt;
	line-height: 16pt;
}

p {
	font-size: 11pt;
}