/*css document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 160%;
	margin: 0px;
	background-image: url(../images/background.gif);
	background-position: top center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	/*font-weight: normal;*/
	/*letter-spacing: -1px;*/
	color: #FF9900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #FF9900;
	text-align:center;	
}

.clear {
	clear: both;
	line-height: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: underline;	
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: none;	
}

#header {
	width: 300px;
	height: 100px;
	float: left;
}
.tagtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
}
.signoff {
	font-size: 80%;
	color: #333333;
	/*text-align:center;	*/
}

 #navcontainer
{
	width: 500px;
	height: 90px;
	float: right;
	padding-top: 10px;
	text-align:center;	
}
#navlist li
{
	font-size: 90%;
	display: inline;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;	
}

#navlist a:link {
	color: #666666;
	text-decoration: none;	
}
#navlist a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#navlist a#current {
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
}
#navlist a:visited {
	color: #666666;
	text-decoration: none;	
}

#navlist1 li
{
	font-size: 90%;
	display: inline;
	list-style-type: none;
	padding-left: 25px;
	padding-right: 25px;	
}

#navlist1 a:link {
	color: #666666;
	text-decoration: none;
}
#navlist1 a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#navlist1 a#current {
	color: #FF9900;
	text-decoration: none;
	font-weight:bold;
}
#navlist1 a:visited {
	color: #666666;
	text-decoration: none;	
}
#tagline {
	width: 800px;
	height: 40px;
	background-color: #999999;
	padding-top: 20px;
}
#content {
	width: 520px;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 22px;
}
#contentpics {
	width: 200px;
	float: right;
	padding-right: 15px;
	padding-top: 15px;
}
#footer {
	width: 760px;
	margin: 0 auto;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
.orange {
	color: #FF9900;
}
.fact {
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;	
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/*form layout css */
 label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
	margin-left: 8em;
	width: 7em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #FF9900;
width: 25em;
}

.enquiry
{
color: #781351;
background: #fee3ad;
border: 1px solid #FF9900;
width: 25em;
}

.submit input
{
color: #000;
background: #FF9900;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #FF9900;
width: 38em
}

/*form layout end */
