/**/
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) repeat;
	font-size: 8px;
	line-height: 18px;
}
/* Manage Site Area*/
.ContentArea
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
    border-color : none;
	BORDER-COLLAPSE: collapse; 
	BORDER-WIDTH: 0px;
	height: auto;
	width :930px;
	background:none;
	
}

.ContentArea1
{
	
	color: black;
	font-family:georgia, serif;
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
    border-color : none;
	BORDER-COLLAPSE: collapse; 
	BORDER-WIDTH: 0px;
	height: auto;
	width:930px;
	
}
.test{
    background:url(../images/content-container-bg.png) 0 0 repeat-y;
	width:970px;
	margin: -12px 0 0 0;
	padding: 30px 0 0 0;
}
.linksnav{
padding:0;
font-family:georgia, serif;

}
.linksnav a{
color:#3f6733;
}
.linksnav a:hover{
color:#3f6733;
}
/* Manage Banner (on top of every page)*/
.BannerArea
{
/*	background-image : url(../Assets/innHamptonLogo.jpg);*/
	background-repeat :no-repeat;
	background-position: center;
	text-align : center;
	border-width : 0;
	width :955px;
	height : 0px;
}
/*	Manage Search Area*/
.SearchArea
{
	BORDER-RIGHT : none; 
	BORDER-TOP : none; 
	BORDER-LEFT : none; 
	BORDER-BOTTOM : none; 
	BORDER-COLLAPSE : collapse; 
	border-color : darkgray;
	background-color :#d5e6b9;
	width : 95%;
	font-size: 8pt;
	color : Gray;
}
/* Manage Reservation succeed Message Area*/
.MessageArea
{
	BORDER-RIGHT : #0084FF 1px solid; 
	BORDER-TOP : #0084FF 1px solid; 
	BORDER-LEFT : #0084FF 1px solid; 
	BORDER-BOTTOM : #0084FF 1px solid; 
	BORDER-COLLAPSE : collapse; 
	border-color : #0084FF;
	background-color : whitesmoke;
	width : 95%;
	font-size: 8pt;
	color : Blue;
}
/* Class for Rservation Status Message and Confirmation Number(ReservationTwo.aspx page)*/
.StatusMessage
{
	color : #D66B6B;
	font-size : 20px;
	font-family:Arial;
}
/* Manage tabs color styles and color */
.SelectedTab
{
	border-top: solid 1px darkgray;	
	border-left: solid 1px darkgray;	
	border-right: solid 1px darkgray;	
	border-bottom: none;	
	width: 10%;
	height:25px;
	background-color:white;
	text-align:center;
	vertical-align :middle;
	font-size:8pt;
	color : green;
	
}
.SelectedTab a
{
color:#6c6c6c; 
}
.SelectedTab a:hover
{
color:#3f6733; 
}
.SelectedTabHighlighted
{
	border-top: solid 1px darkgray;	
	border-left: solid 1px darkgray;	
	border-right: solid 1px darkgray;	
	border-bottom: none;	
	width: 10%;
	height:25px;
	background-color:whitesmoke;
	text-align:center;
	vertical-align :middle;
	font-size:8pt;
	color : green;
}
.SelectedTabHighlighted a
{
color:#3f6733;
}
.SelectedTabHighlighted a:hover
{
color:#3f6733;
}
.UnSelectedTab
{
	border-top: solid 1px darkgray;	
	border-left: solid 1px darkgray;	
	border-right: solid 1px darkgray;	
	border-bottom: solid 1px darkgray;	
	width: 10%;
	height:25px;
	background-color:whitesmoke;
	text-align:center;
	vertical-align :middle;
	font-size: 8pt;
	color : green;
}
.UnSelectedTab a
{
color:#3f6733;
}
.UnSelectedTab a:hover
{
color:#3f6733;
}
.UnSelectedTabHighlighted
{
	border-top: solid 1px darkgray;	
	border-left: solid 1px darkgray;	
	border-right: solid 1px darkgray;	
	border-bottom: solid 1px darkgray;	
	width: 10%;
	height:25px;
	background-color:WHITE;
	text-align:center;
	vertical-align :middle;
	font-size: 8pt;
	color : green;
}
.UnSelectedTabHighlighted a
{
color:#3f6733;
}
.UnSelectedTabHighlighted a:hover
{
color:#3f6733;
}
.AreaBody
{
	border-top: none;	
	border-left: solid 1px darkgray;	
	border-right: solid 1px darkgray;	
	border-bottom: solid 1px darkgray;	
}
/* Class for Heading Text*/
.ContentTitleText
{
	border-bottom: solid 1px #d0d88c;
	font-size: 14pt;
	line-height: 24pt;
	color: #3f6733;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* Default text on whole site*/
.TextDefault
{
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;	
}
/* Class for Default Anchor Element on whole site*/
A
{
	color: blue;
	text-decoration: none;
	vertical-align:middle;
}
A:hover
{
	border-bottom: none;
}
/* Class for Privacy Policies for bold Text*/
.TextTitle
{
	font-weight: bold;
	color: #064937;
}
/* Class for Heading on each page */
.ContentTitleHeading
{
	font-size: 14pt;
	line-height: 24pt;
	color: #064937;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* class for required labels*/
.ContentLabelsRequired
{
	font-weight: bold;
	color: #cc6666;
}
.ContentLabelsRecommended
{
	font-weight: bold;
	color: #666699;
}
/* class for Error Messages*/
.errMessage
{
	font-family : Verdana;
	font-size: 10pt;
	color: Red;
}
/* Class for Paging*/
.pagingStyle
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Grid Text*/
.dgText
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-size: 10pt;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Class for Grid Items*/
.dgItem
{
	border-width: 0;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Alternating Items in a grid*/
.dgItemAlt
{
	border-width: 0;
	background-color: whitesmoke;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Header in a grid*/
.dgHeader
{
 	background-color: lightgrey;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}





select, input, textarea {
	font:99% verdana, geneva, sans-serif;
        verticle-align:middle;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
fieldset, img {
	border:0;
}

select, .inputStyle {
	border:1px solid #7F9DB9;
	background:#FFF;
	padding:.1em;
	margin:.1em 0 .1em .2em;
}

/*===================== Common to All Pages Header part CSS Start==============*/


#menu {
	float: left;
	width: 955px;
	height: 83px;
	background-color:#9f917f;
	background: url(../images/menu_bg.jpg) no-repeat;
    display: block;
	!margin:-5px 0 0 0;
	
}

#menu ul{
    padding:0px;
	margin:0 0 0 40px;
	width: 915px;
	list-style:none;
	height:64px;
}
#menu ul .test{
    padding:0px;
	margin:0 0 0 40px;
	width: 915px;
	list-style:none;
	height:64px;
}
#menu ul li{
    padding:0px 0px 9px;
	margin:13px 0 0 0;
	display:inline;
	float:left;
	height:20px;
}
#menu ul li a{
    margin: 0px;
	padding: 0px;
	text-indent:-999px;
	overflow:hidden;
	height:20px;
	margin:10px 7px;
	display: block;
	line-height:2.0em;
	
}
#menu ul li.item104 a {
	background:url(../images/about_us.gif) no-repeat 0px 0px;
	width:94px;
	
	
}
#menu ul li.item104 a:hover {
	background:url(../images/about_us.gif) no-repeat 0px -22px;
	border-bottom:none;
	
}
#menu ul li.item105 a {
	background: url(../images/packages.gif) no-repeat 0px 0px;
	
	width:124px;
}
#menu ul li.item105 a:hover {
	background: url(../images/packages.gif) no-repeat 0px -22px;
	
	border-bottom:none;
}
#menu ul li.item106 a {
	background: url(../images/reservation.gif) no-repeat 0px 0px;
	width:159px;
}
#menu ul li.item106 a:hover {
	background: url(../images/reservation.gif) no-repeat 0px -22px;
	border-bottom:none;
}
#menu ul li.item107 a {
	background: url(../images/services.gif) no-repeat 0px 0px;
	width:120px;
}
#menu ul li.item107 a:hover {
	background: url(../images/services.gif) no-repeat 0px -22px;
	border-bottom:none;
}
#menu ul li.item108 a {
	background: url(../images/location.gif) no-repeat 0px 0px;
	width:130px;
}
#menu ul li.item108 a:hover {
	background: url(../images/location.gif) no-repeat 0px -22px;
	border-bottom:none;
}
#menu ul li.item109 a {
	background: url(../images/contact_us.gif) no-repeat 0px 0px;
	width:147px;
}
#menu ul li.item109 a:hover {
	background: url(../images/contact_us.gif) no-repeat 0px -22px;
	border-bottom:none;
}
.visited {
	color:#454e64;
	text-decoration:none;
}
.cleaner {
	clear: both;
}
/*===================== End MENU ============*/
/*===================== Booking Engine  CSS ============*/

/*===================== Common to All Pages Booking Engine CSS End ==============*/

/*===================== Index CSS Start ==============*/
#container {
	width : 955px;
	margin : auto;
	
}
.cont{
	width : 955px;
	margin : auto;
	
}
.header {
	height: 130px;
	width: 955px;
	border:none;
	
	
}
.content_main {
	width:955px;
	height: auto;
	float:left;
	background: url(img/main_bg.jpg);
}

/*===================== Index CSS END ==============*/

/*===================== Our Locations CSS Start ==============*/

/*===================== Our Locations CSS END ==============*/

/*===================== FOOTER ==============*/
.SearchArea1
{
	
	background-color : #d5e6b9;
	width : 100%;
	font-size: 8pt;
	color : Gray;
}
.SearchHead
{
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : Gray;
}
.Bolds
{
	font-weight: bold;
        verticle-align:middle;
}
