/* STYLESHEET FOR THE TRAVELLING OBSERVATORY WEB SITE 09/07/07 */
/* border: 1px solid #ff0000; */


/*** GENERAL PAGE STYLES ***/
body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #666666;
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}
#container {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 700px;
	text-align: left;
}
#mnPanel {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #888;
}
#hdPanel {
	position: relative;
	height: 200px;
	margin: 0px 9px 9px 9px;
	background: #EFC505 url('../images/headers/header_01.jpg') no-repeat;
	border-left: 1px solid #EFC505;
	border-right: 1px solid #EFC505;
	border-bottom: 1px solid #EFC505;
}
#bdPanel {
	position: relative;
	margin: 0px 9px 0px 9px;
	background-color: #333;
	border-left: 1px solid #EFC505;
	border-right: 1px solid #EFC505;
	
}
.accessibility {
	position: absolute;
	left: -1000px;
}
.clearFloat {
	clear: both;
}
img {
	border: 0px;
}


/*** TEXT STYLES ***/
span.txtBld {
	font-weight: bold;
}
span.txtBldIt {
	font-weight: bold;
	font-style: italic;
}
span.yelTxt {
	color: #EFC505;
}
p {
	color: #fff;
	font-size: 70%;
}
p.para01 {
	color: #EFC505;
	font-weight: bold;
	font-size: 80%;
}
p.para02 {
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	padding: 0px 100px;
}
#bdContent p a.whLnk {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#bdContent p a.whLnk:active, #bdContent p a.whLnk:hover {
	text-decoration: underline;
}
#bdContent p a.yeLnk {
	color: #EFC505;
	font-weight: bold;
	text-decoration: none;
}
#bdContent p a.yeLnk:active, #bdContent p a.yeLnk:hover {
	text-decoration: underline;
}


/*** HEAD PANEL STYLES ***/
#hdNav {
	position: relative;
	top: 6px;
	right: 16px;
	text-align: right;
}
#hdNav ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}
#hdNav ul li {
	margin: 0px;
	padding: 0px;
	color: #7A6402;
	font-size: 70%;
	font-weight: bold;
	display: inline;
	list-style-type: none;
}
#hdNav ul li a {
	color: #7A6402;
	text-decoration: none;
}
#hdNav ul li a:active, #hdNav ul li a:hover {
	color: #000;
}


/*** BODY TITLE PANEL STYLES ***/
#bdTitle {
	position: relative;
	margin: 0px;
	height: 50px;
	background-color: #EFC505;
}
#bdTitle span {
	position: relative;
	top: 28px;
	left: 16px;
}

/*** BODY CONTENT PANEL STYLES ***/
#bdContent {
	position: relative;
	margin: 0px;
	padding: 16px 16px;
	background-color: #333;
}
#bdContent img.hmPic {
	 float:right;
	 margin: 22px 12px 20px 20px;
}
#bdContent .gTxt {
	position: relative;
	margin-bottom: 8px;
	padding: 15px 10px;
	background-color: #999;
	color: #333; 
	font-size: 70%;
}
#bdContent .formBox {
	position: relative;
	padding: 0px 10px;
}
#bdContent .imgs {
	position: relative;
	margin: 0px;
	padding: 15px 10px 0px 10px;
	background-color: #999;
}
#bdContent .imgs img {
	margin: 0px 10px;
}
#bdContent .contact {
	margin: 8px 16px 30px 0px;
	font-size: 70%;
	color: #fff;
}
#bdContent .contact div.item {
	margin: 0px 0px 4px 0px;
}
#bdContent .contact div.item img {
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
}
#bdContent .contact div.item a {
	color: #fff;
	text-decoration: none;
}
#bdContent .contact div.item a:active, #bdContent .contact div.item a:hover {
	text-decoration: underline;
}
#bdContent .contact div.item div.address {
	width: 350px;
	margin-top: 8px;
}
#bdContent ul {
	position: relative;
	margin-left: 20px;
	padding: 0px;
}
#bdContent ul li {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 70%;
	list-style-type: none;
	list-style-image: url('../images/misc/bullet.gif');
}
#bdContent ul li a {
	color: #fff;
	text-decoration: none;
}
#bdContent ul li a:active, #bdContent ul li a:hover {
	color: #EFC505;
}


/*** BODY FOOT PANEL STYLES ***/
#bdFoot {
	position: relative;
	margin: 0px;
	padding: 5px 16px;
	background-color: #333;
	border-top: 1px solid #EFC505;
}
#bdFoot .dLeft {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#bdFoot .dLeft ul {
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
#bdFoot .dLeft ul li {
	margin: 0px;
	padding: 0px;
	color: #EFC505;
	font-size: 70%;
	font-weight: bold;
	display: inline;
	list-style-type: none;
}
#bdFoot .dLeft ul li a {
	color: #EFC505;
	text-decoration: none;
}
#bdFoot .dRight {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	width: 300px;
}
#bdFoot .dRight span {
	color: #EFC505;
	font-size: 70%;
	font-weight: bold;
}


/*** CONTACT FORM STYLES ***/
form.contact fieldset {
	margin: 0px;
	width: 80%;
	color: #fff;
	border: 1px solid #EFC505;
}
form.contact legend {
color: #fff;
	font-weight: bold;
	padding: 10px 8px 10px 8px;
}
form.contact li {
	list-style-type: none;
	margin: 2px 0px 2px 0px;
}
form.contact label.size01 {
	display: -moz-inline-box;
	display: inline-block;
	width: 20%;
	text-align: right;
	margin: 0px 10px 0px 0px;
}
form.contact label.size02 {
	display: -moz-inline-box;
	display: inline-block;
	width: 20%;
	text-align: right;
	margin: 0px 6px 0px 0px;
}
form.contact input {
	font-size: 100%;
	background-color: #bbb;
	border: 1px solid #666666;
}
form.contact select {
	font-size: 100%;
	background-color: #bbb;
	border: 1px solid #666666;
	margin: 2px 0px 2px 0px;
}
form.contact li.check span {
	display: block;
}
form.contact li.check span input {
	background-color: #333;
	border: 0px;
	margin-right: 6px;
}
form.contact textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #bbb;
	border: 1px solid #666666;
	margin: 6px 0px 0px 0px;
}
form.contact fieldset.bttns {
	margin-top: 12px;
	padding: 0px;
	text-align: right;
	border: 0px;
}
form.contact fieldset.bttns .frmBttn {
	font-weight: bold;
	margin: 0px;
	padding: 4px 12px 2px 12px;
	border: 0px;
	background-color: #EFC505;
}























