@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

body {
	background-color:#E6E6E6;
}

#container1 {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	padding: 5px;
}

#background {
	background-color:white;
	float:left;
}

#banner {
	float:left;
	height: 128px;
	width: 1000px;
	background:white;
}

#navbar {
	width: 1000px;
	height: 22px;
	background:white;
	float:left;
	padding-bottom: 25px;
	padding-top: 5px;
}

#content1 {
	background:white;
	height:400px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 40px;
	font-weight:bold;
	background-image:url(../images/mapbg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
}
#content2
{
	width: 715px;
	padding-left: 10px;
	text-align:justify;
 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#uselinks
{
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#bottombar {
	width:1000px;
	background:white;
	text-align:center;
 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
}

#copyright {
	width: 1000px;
	background-color:white;
	text-align:center;
	margin-top: 5px;
	float:left;
	color:red;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
#bottombar a:link
{
	
	text-decoration:none;
	color:#1900D4;
}

#bottombar a:visited
{
	text-decoration:none;
	color:#1500D4 ;
}

#bottombar a:active
{
	text-decoration:none;
	color:#1500D4;
}

#bottombar a:hover
{
	color:#0046D9;
}

#bottombar
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottombar li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
/*  Form CSS*/

.formlabel {
  text-align:right;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.red {
  color:#C00000;
}

.requiredtxt {
  font-size:14px;
  font-weight:normal;
  font-style:italic;
  color:red;
}

input.input {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
  width:250px;
  background-color:white;
  border:1px solid;
  border-color: #C00000;
}

textarea.messagebox {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
  width:250px;
  height:150px;
  background-color:white;
  border:1px solid;
  border-color: #C00000; 
}

input.send {
  font: bold 84% "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#C00000;
  border:1px solid;
  border-color: #C00000;
  color:white;
}

input.sendhov {
  color:white;
  border-color:#C00000;
  background-color:red;
}

select.tourSelect {  
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;   
  background-color:#fed;   
  width:200px;
  border:1px solid;
  border-color: #C00000;   
}