/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
margin: 0;
padding: 5px;
border: 0;
}

body{
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
color:#e2e2ca;
font-size: 100%;
text-align:center;

}
.pcenter{
	text-align: center;
	/*margin: 0px 50px;*/
	border: 1px solid #FF0000;
}
#wrapper {
	background: #000000;
	margin: 10px auto;
	width: 980px;
	border: 0px solid #ffffff;
	text-align:left;
}

.admin{
  margin: 0px 5px 5px 922px;
}

.admin a{
  text-decoration: none;
  color:#e2e2ca;
  padding: 0px 3px; 
  border-bottom: 2px solid #e2e2ca;
}
.admin a:hover{
  border-bottom: 2px solid #b4b476;
}

#banner {
	height: 74px;
	background-image: url(../images/lv.jpg);
	background-repeat: no-repeat;
}

#nav {
	border: 0px solid #ffffff;
	z-index: 2;
}

#nav img{
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

#nav ul{
padding: 0;
margin: 0;
background-color: #000000;
}

#nav ul li{
display:inline;
padding: 0;
margin: 0;
background-color:#000000;
}

#nav ul li a{
margin: 0;
color: #e2e2ca;
background-color: #000000;
text-decoration: none;
padding: 0 0px 0 0px;
border-right: 0px solid #000000;
text-align: center;
/*width: 9em;*/
}

/*#nav ul li a:hover, #nav ul li a:focus{
background-color: #990000;
}*/

* html #content{
  height: 400px;
}

#content{
  min-height: 400px;
  height: auto;
}

#content p{
font-size: 80%;
margin: 20px 0px 0px 20px;
/*border: 1px solid #00ff00;*/
}

#content table{
border-collapse: collapse;
font-size: 80%;
margin-left: 20px;
}

.rental{
border:1px solid #e2e2ca;  
}

.rental th{
background-color: #e2e2ca;
color: #000000;
text-align: center;
padding: 5px;
}

.rental td{
padding: 5px;
border:1px solid #e2e2ca;
}

.txtcenter{
  text-align: center;  
}

#content table a{
color: #e2e2ca;
border-bottom: 1px solid #e2e2ca;
text-decoration: none;
}

#content table a:hover{
color: #b4b476;
text-decoration: none;
border-bottom: 1px solid #b4b476;
}

#content a{
color: #e2e2ca;
border-bottom: 1px solid #e2e2ca;
text-decoration: none;
}

#content a:hover{
color: #b4b476;
text-decoration: none;
border-bottom: 1px solid #b4b476;
}
.link img{
color: #e2e2ca;
border: 1px solid #e2e2ca;
text-decoration: none;	
}
/*.link img:hover{
color: #b4b476;
text-decoration: none;
border: 1px solid #b4b476;
}*/
#content .indent{
margin-left: 45px;
}

.faqindent{
  font-size: 80%;
  margin: 0px 0px 0px 45px;
  /*border: 1px solid #ff0000;*/
}

#content h1{
font-size: 130%;
color: #b4b476;
padding: 0;
margin: 20px;
}

#content h2{
font-size: 90%;
color: #b4b476;
padding: 0;
margin-left: 20px;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
border: 1px solid #000000;
}

.rightimage{
float:right;
margin: 0 0 20px 15px;
width: 150px;
}
.clearit {
	display: block;
	clear: both;
}
#footer {
	color: #000000;
	background: #e2e2ca;
	border-top: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}

#footer p{
font-size: 70%;
padding: 3px;
}

form{
	margin: 0px;
	padding: 0px;
}
.input{
	width: 180px;
	font-size: 12px;
	font-family:  Arial, Helvetica, sans-serif;
	border: 0px solid #e2e2ca;
}
.inputSearch{
	width: 280px;
	font-size: 12px;
	background-color: #e2e2ca;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	/*border: 0px solid #e2e2ca;*/
}

.inputSearchRadio{
	font-size: 12px;
	background-color: #000000;
	color: #000000;
	font-family:  Arial, Helvetica, sans-serif;
	/*border: 0px solid #e2e2ca;*/
}

.inputbutton{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e2e2ca;
	background: transparent;
	width: 60px;
	font-size:12px;
	border: 1px solid #e2e2ca;
	cursor: pointer;
}

.inputComment{
	font-family:  Arial, Helvetica, sans-serif;
	width: 180px;
	font-size: 12px;
	height: 50px;
	border: 0px solid #e2e2ca;
}

#dropmenudiv{
position:absolute;
border-top:1px solid black;
border-bottom-width: 0;
font:italic 10px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-align: left;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #B4B476;
}
