@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

a {
	text-decoration:none;
	outline:none;
}

:focus
{
  -moz-outline-style: none;
}


body {
	font-family:Georgia, "Times New Roman", serif;
	background: #51505E url(../images/bg_stretch.gif) repeat-y center top ;
}


div#page-container {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:auto;
}


div#page-header {
	background: url(../images/header.gif) no-repeat center top;
	text-indent:-9999px;
	height:83px;
}


div#page-nav {
	width:678px;
	height:25px;
	background-color:#FFF;
	border-top: #333 2px solid;
	border-bottom: #333 2px solid;
	}

div#page-nav ul li {
	float:left;
	text-transform:uppercase;
	font-size:14px;
	line-height:25px;

	}

div#page-nav ul li a{
	display:block;
	height:25px;
	width:135px;
	text-align:center;
	text-decoration:none;
	color:#000;
}


div#main-content {
	width:680px;
	text-align:center;
	padding-top:15px;
}

div#main-content img{
	border: #000 3px solid;
}

div#main-content h2{
	color:#000;
	font-weight:normal;
}

div#main-content p{
	width:478px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-left:5px;
	font-size:14px;
	text-align:left;
	text-indent:10px;
	
}


div#buttons ul li a{
	display:block;
	width:138px;
	height:48px;
	margin-top:15px;
	margin-bottom:15px;
	text-indent:-9999px;
	float:left;
}


div#buttons ul li a.request {
	background: url(../images/request.gif);
	margin-left:66px;
	margin-right:66px;
	
}

div#buttons ul li a.book {
	background: url(../images/book.gif);
	margin-right:66px;

}

div#buttons ul li a.login {
	background: url(../images/login.gif);
	margin-right:66px;
}

table#forms{
}

form {
	border:#51505E 2px solid;
	width:175px;
	display:none;
	margin-bottom:10px;
}
form label{
	font-size:14px;
}

form p a{
	color:#000;
	font-size:11px;
	text-align:center;
} 

form p.cancel{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:5px;	
}

	
div#page-footer {
	clear:both;
	border-top: #333 1px solid;
	padding-top: 5px;
}

div#page-footer h6 {
	color:#000;
	font-weight:normal;
	font-size:12px;
	padding-bottom:5px;
	padding-left:10px;
}

div#page-footer img{
	border:none;

}


ul.sprite {
          list-style: none;
          list-style-type: none;
          background: none;
          overflow: hidden;
          margin: 0;
          padding: 0;
      }
	  
ul.sprite li {
          display: block;
          float: left;
          width: 42px;
          margin: 0;
          padding: 0;
          background: none;
      }
      
ul.sprite li a {
          display: block;
          height: 32px;
          width: 32px;
          padding: 0 5px;
          margin: 0;
      }
	  
ul.sprite li a span {
          display: block;
          text-indent: -9999px;
          height: 32px;
          width: 32px;
          background-image: url('../images/sprite.png');
          background-attachment: scroll;
          background-repeat: no-repeat;
          margin: 0;
          padding: 0;
      }
      
ul.sprite li a.rss span {
          background-position: 0 0;
      }

ul.sprite li a.twitter span {
          background-position: -32px 0;
      }
      
ul.sprite li a.facebook span {
          background-position: -64px 0;
      }
      