/* CSS Document */

/******* body and default styles *******/

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
    line-height: 1.166;	
    padding: 10px 0px 10px 0px;
}

h1{
 font: bold 16px Arial, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 15px Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
}

a:hover{
	color: #2A8469;
}


/******* page wrapper styles *******/

#pagewrapper {
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-align: left;
}

#pagewrapper {
	display: inline-block;
}

/*\*/
#pagewrapper {
	display: block;
}

* > #footer {
	position: relative;
	z-index: 1000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*** topheader - bee cave logo banner ***/
#topheader {
    position: relative;
	height: 95px;
	width: 800px;
	margin: 0 auto;
	background-image: url(images/banner9.gif);
}

/*** photobar - random photo banner ***/
#photobar {
    position: relative;
	height: 215px;
	width: 800px;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
}

/*** content - main content div ***/
#content{
    width: 910;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(images/background2.gif);
	overflow: hidden;
}

/************* navbar styles ****************/

#navbar {
    position: relative;
	width: 800px; 
	height: 35px; 
	background: url(images/menubg.gif) no-repeat;
	z-index: 1;
}

#pageheader{
    position: relative;
    background-color: #4a5931;
	clear: both;
	height: 30px;
	width: 794px;
	left: -2px;
	border-bottom: 2px solid #ffffff;
}

/************** footer styles ****************/

#footer{
	clear: both;
	font-size: 14px;
	color: #ffffff;
	margin-top: 0px;
	text-align: center;
	height: 36px;
	background-image: url(images/footerbg.gif);
}

#footer a{
	color: #ffffff;
}

/************** split page styles ****************/

#pageleft{
	float: left;
	width: 597px;
	padding: 5px;
	padding-top: 20px;
}

#pageleft a {
	text-decoration: underline;
}

#pageleft a:hover {
	text-decoration: none;
}

#pageleft-admin{
	float: left;
	width: 770px;
	padding: 10px;
}

#pageright{
    width: 167px;
    position: relative;
    left: 13px;
	padding-top: 20px;
	overflow: hidden;
}
#map {
	float: left;
	width: 500px;
	height: 400px;
	border: 2px solid #ffffff;
}

#maplinks {
    width: 190px;
    position: relative;
	overflow: hidden;
	list-style-image:url(images/arrow.gif);
}

#alertbox{
    position: relative;
	padding: 10px 0px 0px 10px;
    width: 250px;
	margin: 0;
	left: 250px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #F5f7f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/********************* end **********************/

.poweredtext {
    font-size: 6px;
    color: #FFFFFF;
	float: left;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding-bottom: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/************* utility styles *******************/

#utility {
    position: absolute;
	right: 7px;
	bottom: 5px;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}

#utility a {
    color: #ffffff;
}

.imgnoborder {
  border-width: 0px;
}

.imgborder {
  border: 1px solid #ffffff;
}

.floatleft {
  float: left;
  margin: 0 5px 0px 0px;
  border: 1px solid #ffffff;
  padding: 0px;
}

.floatright {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #ffffff;
  clear: right;
}

  img.border, 
  img.right, 
  img.left, 
  img.center,
  div.center img {
    padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid  #848484;
  }

        .titlew					{ COLOR: #FFFFFF; FONT: bold 8pt Arial, serif }


/************* fieldset styles *******************/


.fixed fieldset a {
	text-decoration: none;
}

.fixed fieldset a:hover {
	text-decoration: underline;
}

legend {
	color: #fff;
	background: #446666;
	border: 1px solid #ffffff;
	padding: 2px 6px;
	font-weight: bold;
}

.smallborder {
	border: 1px solid #000000;
}

fieldset {
	background-color: #f7eed4;
	border: 1px solid #ffffff;
	padding: .5em;
}

.menufieldset {
	width: 143px;
}

.contentfieldset {
	background-color: #cccccc;
}

.contentfieldset a {
	text-decoration: underline;
}

* html .fixed fieldset {
	position: relative;
	padding-top:.5em;
	margin-top:1em;
}

* html .fixed fieldset {
	margin-top:1em;
	padding-top:1em;
}

* html .fixed legend {
	font-weight: bold;
	position: absolute;
	top:-1em;
	left:.5em;
}

/* form elements */
form {
	padding: 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #cccccc;
	height:100px;
	display:block;
	color:#777;
}

#topbar {
    margin: 5px;
}
