/*	
div#header, div {border:1px solid red;}
div#navs {border:1px solid green;}
div#main {border:1px solid blue;}
div#footer {border:1px solid brown;}
*/
/*==================================*/
body {
  margin: 0;
  padding: 0;
  font: 85% verdana, arial, sans-serif;
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: medium;
} 
	
#header, #footer {
  margin: 0;
}
#header {
  height: 90px;
  padding: 0;
}
#footer {
  padding: 1em 0 0;
}
#centerColumn {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  margin-right: 170px;
	z-index:10;
}
#leftColumn, #rightColumn {
  position: absolute;
  top: 90px;
  width: 0px;
  margin: 0;
  padding: 0;
}
#rightColumn {
  width: 170px;
}
#leftColumn {
  left: 0px;
}
#rightColumn {
  right: 0;
	right: 15px;
	margin-right: -15px;
}
#leftColumnContent, #centerColumnContent, #rightColumnContent {
  margin: 0;
  padding: 0;
}
/*==================================*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #999966;
	background-image:  url(images/pgbkg.gif);
}
p {
	padding: 0px;
	line-height:1.2em;
	margin: 0 1em .5em 1em ;
}
/*
#content .table p+p, #content .table p {border:1px solid green;
}
#content p + p {border:1px solid blue;
}
*/


#header {
	background-color:#000000;
	color:#FFFFFF;
	background-image:  url(images/mastbkgrgh.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#mast a, #mast a:link, #mast a:visited, #mast a:hover, #mast a:active {color:#FFFFFF; text-decoration:none;}
#mast #logo {
	float:left;
	margin: 5px;
	border: 0 none;
}
#mast h1, #mast h2, #mast h3{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	margin:5px;
	padding-bottom:0;
	white-space: nowrap;
	display:block;
	text-align:left;
}
#mast #name {
	font-size: 22px;
	line-height:22px;
	left:120px;
	letter-spacing: 0.2em;
}
#mast #slogan {
	font-style: italic;
	font-size: 14px;
	line-height:14px;
	margin:2.5em auto 5px auto;
	left: 140px;
}
#mast #contact {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	cursor: help;
	position: absolute;
	top:2.2em;
	text-transform:none;
	text-align:right;
	width: 400px;
	right: 15px;
	margin-right: -15px;
	padding-right:.5em;
}
#mast #contact, #mast #contact a {color: #CC9900;}

.searchbox {
	position:absolute;
	top: 5px;
	right: 20px;
	margin-right: -15px; /*anti IE mac scroll bar*/
	float:right;
	text-align: right;
}
.searchbox input {
	color:#000;
	background-color:#fff;
	font-size:10px;
	border:0 none;}
.searchbox p {display:inline; margin:0 1px;}

/*right==========================*/


#navs {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 5px solid #000000;
	border-left: 5px solid #000000;
	background-color:#FFFFFF;
	color:#804000;
	z-index: 5;
	margin:0;
	margin-top:.5em;
	position:relative;
}
#navs ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
#navs ul li {
	margin:0;
	padding:2px 3px 5px 3px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-size: 12px;
	line-height: 15px;
}
#navs ul li  a {color:#804000; text-decoration:none;}
#navs ul li  a:hover {
	background-color: #FFFFFF;
}
#navs ul li ul li {
	margin:0;
	padding:2px 3px 5px 3px;
	font-weight: bold;
	border-bottom: 0px none;
	font-size: 12px;
	line-height: 15px;
}
.menulevel1{font-weight:bold;font-size:1em;color:#000000;}
.menulevel1 a{font-weight:bold;color:#663300;}
.menulevel1 a:link,.menulevel1 a:visited{color:#804000;}
.menulevel1 a:active,.menulevel1 a:hover{color:#804000;}
.menulevel2{font-weight:bold;font-size:.95em;color:#000000;}
.menulevel2 a{font-weight:normal;color:#804000;}
.menulevel2 a:link,.menulevel2 a:visited{color:#804000;}
.menulevel2 a:active,.menulevel2 a:hover{color:#804000;}
.menulevel3{
	font-weight:bold;
	font-size:0.95em;
	color:#000000;
	font-style: italic;
}
.menulevel3 a{font-weight:normal;color:#804000;}
.menulevel3 a:link,.menulevel3 a:visited{color:#804000;}
.menulevel3 a:active,.menulevel3 a:hover{color:#804000;}


#randomPhoto {
	border:5px solid black;
	width:100px;
	height:100px;	
	margin:1em 0;
	margin-right: 25px;
	float:right;
	padding:0;
	z-index: 1;
	top:1em;
	background-color: #CC9900;
	position:relative;
}
/*centre==========================*/
#main {
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
	border-top: 0px none;
	background-color:#CCCCCC;
	color:#333333;
	background-image:  url(images/contbkg.gif);
	margin:0 1em .5em 1em;
	padding:.5em;
	z-index: 8;
	position:relative;
	}
#content {
	margin:0;
	padding:0;
	z-index: 8;	
}
#content a { 
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

#content h1, #content h2, #content h3 {
	margin:.3em 0 1em 0;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #cc9900;
	letter-spacing: 0.5em;
	padding: .2em 1em;
	background-color:#000000;
	color:#FFFFFF;
	background-image:  url(images/mastbkgrgh.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size:medium;
}

h4 {margin-left:1em; color:#CC9900; font-size:small;}
h5 {margin-left:1em; color:#000000; font-size:small;}
h6 {margin-left:1em; color:#999999; font-size:small;}


div.row {
	position:relative;
	clear:both;
	height: 1.5em;
}
div.row span.left {
  float: left;
  text-align: left;
  width: 69%;
  }
div.row span.right {
  float: right;
  text-align: right;
  width: 29%;
  }
	
#main div.row span, #main div.row .print span {
	margin:0em;
	color:#000000;
	font-size: .9em;
	font-weight:bold;
}
#main div.row span a {
	color:#000000;
}
#main div.row .print span a {
	color:#663300;
	font-weight:normal;
}


#specs .head { background-color:#CC9900; color:#FFFFFF;}
#specs .head th {border-bottom:1px solid #000;}

img#map{ border: 3px solid #ccc;}

/*footer*/

#footer {
	color: #666666;
	padding: 0 .2em;
	margin:1em 0;
	font-size: smaller;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	background-color:#FFFFFF;
}
#footer p {
	font-family:"Courier New", Courier, mono;
	padding: 0em 0em;
	margin:.2em;
	display:inline;
}
#footer p a{
	color: #666666;
	text-decoration:none;
	white-space:nowrap;
}
#footer p a:hover{
	color: #333333;
	text-decoration:underline;
}
#footer a.login {color:#FFFFFF; background-color:#FFFFFF; }

#login p {display:inline;}

#login {
	display: block!important;
}

