/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  background-color: #fff;
  margin: 0 5px 0 5px;
  text-align: left;
}

table
{

}

/**************************************************************************
All the goodness of links
**************************************************************************/
a:link
{
  color: #0060a4;
  text-decoration: none;
}

a:visited
{
  color: #666;
  text-decoration: none;
}

a:active
{
  color: #333;
  text-decoration: none;
}

a:hover
{
  color: #C33E00;
  text-decoration: none;
}

img 
{ 
  border: 0;
}

p
{
  margin: 10px;
}

.formButton {
  background-color: white;
  color: black;
  font-size: 10pt;
  font-family: verdana;
}

.formTextBox
{
  border-style: groove;
  font-family: verdana;
  text-align: left;
}

#container
{
  /*width: 96%;*/
  min-width: 925px;
  border: 0 solid #333;
  margin: 0 auto 0 auto;
  padding: 0 5px 0 5px;
}

#top
{
  padding-top: 10px;
}
/*
#header {
  padding-bottom: 0px;
  border: 0px #ccc solid;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: baseline;
}
*/

#bannerad
{
  text-align: right;
}
.seperatorwrap
{
  padding: 10px 0 10px 0;
}

.seperatorbar
{
  clear: both;
  text-align: right;
  vertical-align: middle;
  font-size: 11px;
  padding: 5px 0 5px 0;
  color: #0060a4;
  background-color: #9ed7ff;
  border: 1px #0060a4 solid;
}

.seperatorbar.a
{
  border: 0px #fff solid;
}

#sidebar
{
  border: 0 #000 solid;
  text-align: center;
  float: right;
  width: 250px;
}

#hyperlinkDisplay
{
  border: 0 #000 solid;
  color: red;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 10px;
  text-align: right;
}

#locationSearchForm
{
  color: #888;
  font-size: 10px;
  margin: 20px 0 0 0;
  text-align: left;
}

#locationSearchTextBox
{
  margin-top: 3px;
  font-size: 10pt;
  border-width: 2px;
  color: #222;
  width: 195px;
}

#locationSearchButton
{
  width: 44px;
  margin-left: 5px;
}

#searchInfo
{
  margin-top: 8px;
  color: #888;
  font-size: 10px;
  text-align: left;
  width: 195px;
}

#geoSuggestList
{
  margin-top: 3px;
  font-size: 11px;
  font-family: verdana;
  width: 250px;
  border-style: groove;
  border-width: 2px;
}

#clearRouteButton
{
  margin-top: 10px;
}

#paypalForm
{
  text-align: center; 
  margin-top: 20px;
}

#content
{
  border: 0px #000 solid;
  margin-right: 259px;
  min-width: 300px;
  background-color: #fff;
}

#map_canvas
{
  /*width: 100%; */
  height: 700px;
}

#sidebar.fieldset
{
  background-color: #f00;
}

#foot
{
  font-size: 80%;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
}

#bottom-adspace
{
  text-align: center;
  padding: 10px;
}

