/* ------------GENERAL-------------- */


body {
  padding: 0; 
	margin: 0; 
	font: 0.8em/1.5em verdana, helvetica, sans-serif;	
	color: #000;	
	background: #FFF url(images/bgr_edge.gif) repeat-y center;
}

h1 {
  font: bold 1.2em verdana, helvetica, sans-serif;
	color: #2d72a2;
	padding-top: 25px;
}

a {
	color: #125787;
	text-decoration: none;
	border-bottom: 1px dotted #2d72a2;
}

a:hover {
  background-color: #e4f1fa;
	text-decoration: underline;
	border: none;
}

#container {
  width: 960px;
  margin: auto;
}

/* ------------TOP AND BOTTOM-------------- */

#top {
  height: 214px;
	width: 960px;
	background: #FFF url(images/topbanner.jpg) no-repeat;
}

#bottom {
  height: 214px;
	width: 960px;
	background: #FFF url(images/bottom.gif) no-repeat;
}


/* ------------NAVIGATION TABS-------------- */


#tabs {
  
	width: 901px;
	height: 34px;
	background:#BBD9EE;
  line-height:normal;
}

#tabs ul {
        margin: 0;
        padding: 10px 0 0 25px;
        list-style: none;
      }
#tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs a {
      float:left;
      background:url(images/tableft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
			border: none;
			font: bold 10px/1.5em Verdana;
      }
#tabs a span {
      float:left;
      display:block;
      background:url(images/tabright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
      color:#FF9834;
      }
#tabs a:hover {
      background-position:0% -42px;
      }
#tabs a:hover span {
      background-position:100% -42px;
      }

#tabs #current a {
      background-position:0% -42px;
        }
#tabs #current a span {
       background-position:100% -42px;
        }

/* ------------MAIN CONTENT-------------- */

#main {
  clear: both;
  width: 900px;
	margin: auto;
}

#left {
  clear: both;
  float:left;
	width: 150px;
}

#right {
  float: right;
	width: 690px;
	padding: 0 40px 0 20px;
}

#picads {
  width: 690px;
	margin-top: 20px;

}	
	
#content1 {
	width: 690px;
}	

#content1 img {
  margin-left: 120px;
	}

#content2 {
	clear: both;
	width: 690px;
}	
		

#icon {
  width: 136px;
  height: 136px;
	margin: 10px 0 0 5px;
} 

#google1 {
  width: 120px;
  height: 600px;
	margin: 15px 0 0 15px;
	} 

#image {
  float: left;
	padding-bottom: 20px;
}

#google2 {
  float: right;
	margin-top: 30px;
}

/* ------------IMAGES-------------- */

div.pic {
	margin-left: 10px;
	float: left;

}

div.pic img {
  margin-left: 10px;
  padding-top: 20px;
}

div.pic p {
  font: 0.7em/1.5em verdana, helvetica, sans-serif;
 	text-align: center;
	padding: 0 0 20px 0;

	}	

/* ------------FOOTER-------------- */

#footer {
	clear: both;
	width: 901px;
	height: 35px;
	text-align: center;
	color: #000;
	background-color: #bbd9ee;
	font-size: 0.8em;
}

#footer ul {
	list-style: none;
	padding: 8px 0;
	margin: 0;
}


#footer ul li {
	display: inline;
}	

/* ------------LINKS-------------- */


#links ul {
  list-style-type: none;
	font: bold 1em/1.6em verdana, helvetica, sans-serif;	
}

#links li a {
 text-decoration: underline;
 border: none;
 }

#links2 {
  clear: both;
	padding: 10px;
}

#links2 ul {
  list-style-type: disk;
	font: 1em/1.6em verdana, helvetica, sans-serif;	
}

#links2 ul li {
  padding-bottom: 12px;
}

#links2 ul a {
	color: black;
	text-decoration: underline;
	border: none;
}		 

/* -------------TABLE--------------- */

table {
  margin: 35px 0 25px 30px;
}

table td {
  width: 160px;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #000;
	background-color: #e4f1fa;
  font: bold 1.1em verdana, helvetica, sans-serif;	
}

/* -------------GALLERY--------------- */

.menu2 {
font-family: verdana, arial, sans-serif; 
width:625px;
margin:0 auto; 
position:relative;
z-index:1;
}

.menu2 ul {
list-style-type: none;
border:0;
}

.menu2 ul li a {
border: none;
}

.menu2 ul li a:hover {
border-bottom: 2px solid #2d72a2; 
}

.menu2 img {
border: none;
}