/************* GENERAL CSS ************/


/*this is commented out for the front page because it has a menu bar on the right */
/*
 body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



homepage {
	margin: 12px;
	padding: 12px;
    background: #666666 url(images/back-homepage.png) repeat-y center top; 
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
*/

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

img.pos_addybox {
	position:relative;
	left: -112px;
	top: -22px;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 383px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFBFD url(images/port_hardy_inn.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #3399FF;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#homepage {
	float: none;
	width: 670px;
	padding: 0px 0px 0px 40px;
}

#nonleftright {
float: none;
width: 750px;
padding: 0px 0px 0px 0px;
}



/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	z-index: 0;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	z-index: 2;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 2;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
	z-index: 1;
}

/*--- usage: <ul class="hoverbox"><li> <a href="#"><img src="assets/photo2.jpg" alt="description" /><img src="assets/photo2.jpg" 

alt="description" class="preview" /></a></li>  ----*/

/************* FOOTER ************/

#footer {
	clear: both;
	width: 201px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}