/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #D4C692;
	font-family:verdana,arial,helvetica,swiss,sans-serif;
	font-size:9pt;
}

a {
    color:#74583F;
    text-decoration:none;
    font-weight: bolder;
}


#frame {
	width: 750px;
	margin:0 auto;
	text-align:center;
	*word-wrap: break-word;
	background-color:#D4C692;
}
/*************************************/
/* Header styles */
/*************************************/
#header
{
    background-image: url( ../images/header_stayinprinceville1.jpg);
    background-repeat:no-repeat;
    width:750px;
    height: 251px;
    margin: 0 auto;
    padding-top:16px;
    text-align: center; 
}

/*************************************/
/* Top Nav Bar styles */
/*************************************/

/*
.navbar {
	background-image: url(../images/navbar_bg.jpg);
	height: 37px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}
*/

.nav {
	float:left; 
	padding-top:10px;padding-bottom:20px; width:750px;
	background-image: url(../images/css/navbar_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/*************************************/
/* Body styles */
/*************************************/

form
{
    margin:0;
    padding:0;    
}

#wrap {
	margin:0 auto;
	text-align:left;
	padding:30px;
	border-left: solid 2px #74583F;
	border-right: solid 2px #74583F;
	border-bottom: solid 2px #74583F;
	vertical-align: top;
}

.tx-small
{
	color: #000000;
	font-size: 7.5pt;
}


#footer 
{
	padding-top:20px;
}


#foot_nav {
	margin:0 auto;
	width:auto;
}

#details 
{
    text-align:center;
    margin:0 auto;
    padding:10px 0px 10px 0px;
}


.image-border {
	border-width: 2px;
	border-style: solid;
	border-color: #F3ECCE;
}


#wrap ul {
	list-style-type:disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	line-height: 11pt;
	padding-left:2px;
}

.spacer 
{
	padding-top:10px;
	padding-bottom: 10px;
	clear:both;
}

#copyright {
	padding-top:20px;
	font-size: 9px;
	color:#000000;
	clear:both;
	text-align:center;
	margin:0 auto;
}

#copyright a{
	font-size: 9px;
	color:#000000;
	text-decoration:none;
	border-bottom:solid 2px #74583F;
}

#copyright a:hover, a:focus{
	color:#74583F;
	text-decoration:none;
	border:0;
}
/* 	jc 1/1/01 removed from a.focus font-size: 9px;

#copyright a:visited{
	font-size: 9px;
	color:#000000;
	text-decoration:none;
	border-bottom:solid 2px #74583F;
}
