/*
CSS for Bubble Under site
*/
body {

  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
/*  background-color: #e2edff;*/
  background-color: white;
  background:url(../images/background.gif) repeat-x;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

#root {

	width:780px;
   margin-right: auto;
   margin-left: auto;
   margin-top: 10px;
   padding: 0px;
        text-align: left;


}


#footer {
   font-size: small;
   text-align: center;
 /* border-top: 3px solid #7da5d8;*/

}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.headerp {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color: navy;
  font-size: 110%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  /*list-style-type: circle;*/
}

p {
  font-size: small;
  color: navy;
  text-align:justify;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  padding:0px;
  float: left;
  /*background-color: #7da5d8;*/
  background:url(../images/nav_fill.gif) repeat-y;
}
#sidebar {

  background:url(../images/nav_fill.gif) repeat-y;
}

h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;

}

img.feature {
  float: right;
  margin: 10px;
}

img.socialbookmarksimage {
   vertical-align: middle;
   border: 0;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

/*#navigation, #bodycontent, #header {
  position: absolute;

}*/

#navigation, #bodycontent {
  top: 6.54em;
}



/*#footer {

   float: bottom;

} */


#bodycontent {
   width: 580px;
   padding: 10px;
   float: right;
}

#footer {
   clear:both;
   width: 780px;
   background-color:white;
  border-top: 3px solid #7da5d8;
}

#header {
  width: 780px;
}

.socialbookmarks { 
  font-size: 11px;
  cursor:pointer;
  text-decoration: underline;
}

.map {
   text-align: center;
}

form.contact fieldset {
   border:2px solid navy;
   padding:10px;
}

form.contact legend {
   font-weight:bold;
   font-size:small;
   color:navy;
   padding:5px;
}

form.contact label {
   font-weight:bold;
   font-size:small;
   color:blue;
   line-height:150%
}

form.contact label.fixedwidth {
   display: block;
   width: 170px;
   float: left;
}

form.contact .buttonarea input {
   background:navy;
   color:white;
   font-weight:bold;
   padding:5px;
   border:1px solid white;
   cursor:pointer;
}

.freerequest {
   text-align:center;
}

ul.contentul {

   color:navy;
}

