/*	Name: main.css
	Site: http://www.townofbernalillo.org/
	Author: Jon Guenther
	Last Mod: 8-Dec-06			
*/

/* HTML element selectors */
body {
  background-color: #cbceaa;
  font: normal smaller "Verdana", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/* ID selectors */
#wrapper {
 /* background-color: #cbceaa; --- background-color: #c5c5c5; Old setting */
  background-image: url(../img/Coronado.jpg); /* background to all pages */
  background-repeat: repeat-y;
/*  background-image: url(../img/bg_page.jpg);
  background-repeat: repeat; */
  margin: 0;
  padding: 0;
  width: 800px;
}
#title {
  background-image: url(../img/Buttons.jpg);
  /* (../img/Coronado-Title.jpg) */
  /* background: url(../img/banner1.jpg) no-repeat; */
  height: 236px;   /* 106px;  Old setting */
  padding: 0;
}
#content {
/*  background-color: #fff; */
  font-size: 100%;
  margin-top: -24px;
  margin-left: 160px;
  padding: 10px;
}
#content a:link, #content a:hover, #content a:visited {
  color: #000066;
  font-weight: bolder;
  text-decoration: underline;
}
#content h1 {
  color: #000066;
  font-size: 110%;
  text-align: center;
}
#content h2 {
	color: #000066;
	font-size: 95%;
	text-align: left;
}
#content img {
  text-align: center;
}
#rightCol {
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
  text-align: center;
}
#rightCol img {
  border: none;
  padding: 0;
  margin: 0;
}
#rightCol h2 {
  color: #000066;
  font-size: 90%;
}
#rioGrande {
  margin: 0 180px 0 0;
  text-align: center;
}
#navigate {
  font-size: 90%;
  font-weight: bold;
  float: left;
  margin: 0;
  padding: 10px 0 0 5px;  /* padding: 10px 0 0 10px; */
  position: absolute;
  top: 230px; /* top: 110px;  Old setting */
  width: 166px; /* width: 100px;  Old setting */
}
ul#mainLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#mainLinks li {
  padding-top: 0.6em;
  padding-bottom: 0.2em;
}
ul#mainLinks li a:link {
  text-decoration: none;
  color: #000066;
}
ul#mainLinks li a:hover, ul#mainLinks li a:visited {
  color: #000066;
  font-weight: bolder;
  text-decoration: none;
}
#footer {
  background-color: #000;
  color: #fff;
  font-size: 75%;
  padding: 2px 20px 2px 0;
  text-align: right;
}

/* Class selectors */
.imgAlign {
	text-align: center;
}
/*.deptMenu {
  color: #000066;
  margin: 110px 0 0 0;
  padding: 0 100px 0 20px;
  text-align: right;
}*/
p.address {
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.goodbye {
  font-weight: bolder;
  font-style: italic;
  margin: 0;
  padding-bottom: 20px;
}
.rgCaption {
  font-weight: bolder;
  padding: 0;
  margin: 0;
}
.rgNote {
  font-size: 75%;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.alignRight {
	float: right;
	margin: 10px 0 10px 10px;
}
.alignLeft {
	float: left;
	margin: 10px 10px 10px 0;
}