/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b6b6b6;
	color: #333333;
	height: 100%;
	margin: 0px;
}
a:link {
	color: #841619;
	font-weight: bold;
}
a:visited {
	color: #841619;
	font-weight: bold;
}
h1 {
	color: #841619;
	font-size: 18px;
}

/***********************************************/
/* DIV IDs                                     */
/***********************************************/
#topbar {
	height: 22px;
	background-image: url(images/nsl-bg-top.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	color: #d2d2d2;
	font-size: 11px;
	position: relative;
	padding-top: 3px;
}
#midsection {
	background-image: url(images/nsl-bg-mid.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}
#content {
	text-align: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	margin-top: 10px;
}
#email {
	text-align: center;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	vertical-align: top;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.smalltext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	Margin-top:8px;
}
.nights {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.availability{
	height: 106px;
	background-image: url(images/nsl-home-form.jpg);
	background-repeat: no-repeat;
}
.availabilitySub{
	height: 106px;
	background-image: url(images/nsl-sub-form.jpg);
	background-repeat: no-repeat;
}
.footer {
	text-align: right;
	background-image: url(images/nsl-foot3-space.jpg);
}


.topnav{

}
.topnav A:link {
	text-decoration: none;
	color: #d2d2d2;
	font-weight: normal;
}
.topnav A:visited {
	text-decoration: none;
	color: #d2d2d2;
	font-weight: normal;
}
.topnav A:hover {
	text-decoration: underline;
	color: #d2d2d2;
	font-weight: normal;
}
.bold {font-weight: bold;}
.medium {font-size: 8pt;}
#dropone {padding-top: 0px;
}
