
html
{
    background-color: #F2F1F6;
}

body
{
    font-family: "Trebuchet MS" , Helvetica, sans-serif;
    font-size: 12px;
    color: #D7AF5E;
}

*
{
    padding: 0px;
    margin: 0px;
}


/* master page layout */
.main
{
    width: 978px;
    margin: 0px auto;
    background-image: url(images/framework/content-bg.jpg);
    background-repeat: repeat-y;
}

.navigation
{
    border: solid 0px black;
    padding-left: 8px;
    width: 960px;
}

.navTop
{
    background-image: url(images/framework/website-top.gif);
    width: 960px;
    height: 45px;
}

.navBg
{
    background-image: url(images/framework/banner-bg.jpg);
    background-repeat: repeat-y;
    border-bottom: 1px solid #cbcbd8;
    width: 960px;
}

.logo
{
    text-align: left;
}

.navImage
{
    padding-left: 5px;
}


.maincontainer
{
    padding: 20px 24px 0px 22px;
}

.leftarea
{
    float: left;
    width: 300px;
    padding-left: 10px;
    font-size: 12px;
}

.mainarea
{
    float: right;
    width: 565px;
    padding-left: 30px;
    text-align: left;
    color: #666666;
}

.mainarea h1
{
    font-size: 18px;
    font-weight: bold;
    font-family: "Times New Roman" , Times, serif; /*padding-bottom: 10px;*/
    color: #D7AF5E;
    padding-bottom: 10px;
}

.mainarea h2
{
    font-size: 15px;
    font-family: "Times New Roman" , Times, serif;
    margin-bottom: 5px;
    color: #D7AF5E;
}

.mainarea a, .mainarea a:active, .mainarea a:visited
{
    color: #D7AF5E;
    text-decoration: underline;
}

.mainarea a:hover
{
    color: #333333;
    text-decoration: underline;
}

p
{
    margin: 12px 0px 12px 0px;
}

.footer_outer
{
    margin-left: 10px;
}

.footer_inner
{
    background-color: #F7F7F7;
    border-top: 1px solid #cbcbd8;
    position: relative;
    left: -2px;
    width: 959px;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-top: 18px; /*	 	text-transform:uppercase;  	font-size:10px;  	line-height:20px; 	text-align: center; */
}


/* navigation */
.TopMenu
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: #D9B364;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.TopMenu .MenuDiv
{
    float: left;
    padding-right: 12px;
}

.TopMenu .MenuEndDiv
{
    clear: both;
}

.TopMenu a, a:visited, a:active
{
    color: #CC9933;
    text-decoration: none;
}

.TopMenu a:hover
{
    color: #D9B364;
}

.TopMenu .MenuSeparatorDiv
{
    padding: 0px 12px 0px 0px;
    float: left;
}


/* */
.BottomMenu
{
    font-size: 10px;
    color: #D9B364;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0px 0px 5px 0px;
}

.BottomMenu .MenuDiv
{
    float: left;
    padding-right: 12px;
}

.BottomMenu .MenuEndDiv
{
    clear: both;
}

.BottomMenu a, a:visited, a:active
{
    color: #CC9933;
    text-decoration: none;
}

.BottomMenu a:hover
{
    color: #D9B364;
}

.BottomMenu .MenuSeparatorDiv
{
    padding: 4px 12px 0px 0px;
    float: left;
}


/* */
.leftarea h1
{
    font-size: 18px;
    font-weight: bold;
    font-family: "Times New Roman" , Times, serif;
    color: #D7AF5E;
    padding-bottom: 10px;
}

.apartmentType
{
    border-top: 1px solid #cbcbd8;
    padding-top: 5px;
    margin-bottom: 3px;
}


/* input */
.field
{
    padding-bottom: 10px;
}

label
{
    float: left;
    padding-top: 3px;
    margin-right: 10px;
    width: 80px;
    text-align: right;
}

select, input, textarea
{
    border: 1px solid #D7AF5E;
}

.txtBox
{
    /*border: 1px solid #D7AF5E;*/
    color: #D7AF5E;
}

.small
{
    width: 80px;
}

.medium
{
    width: 150px;
}

.large
{
    width: 200px;
}

.xlarge
{
    width: 220px;
}

.smallDD
{
    width: 76px;
}

.mediumDD
{
    width: 146px;
}

.monthYearDD
{
    width: 150px;
}

.largeDD
{
    width: 196px;
}

.xlargeDD
{
    width: 226px;
}

.col50
{
    float: left;
    width: 49%;
}
.col75
{
    float: left;
    width: 74%;
}
.col25
{
    float: left;
    width: 25%;
}

.full
{
    width: 100%;
}

.ARight
{
    float: right;
}

.divider
{
    margin-left: 10px;
}

.button
{
    padding-bottom: 10px;
    text-align: right;
}

.clear
{
    clear: both;
}


/* */
ul
{
    list-style-image: url(images/general/bullet.jpg);
    list-style-position: outside;
    list-style-type: none;
    padding-left: 20px;
    margin: 10px 0px 0px 0px;
}


/* rates */
TABLE.Rates TD
{
    border-top: 1px solid white;
    border-right: 1px solid white;
    padding: 5px;
}
TR.Header
{
    background-color: #ECECFB;
    font-weight: bold;
    color: #666666;
}

TR.Odd
{
    background-color: #f3f3f3;
}

TR.Even
{
    background-color: #EEEEEE;
}

.Seperator
{
    margin-bottom: 10px;
}


/* booking request page */
.bookingRequest
{
    color:#000000;
}

.bookingRequest H1
{
    font-size: 20px;
    padding-top: 10px;
    font-family: "Times New Roman" , Times, serif;
    color: #D7AF5E;
    padding-bottom: 10px;
}

.bookingRequest H2
{
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
    color: #D7AF5E;
}

.bookingRequest H3
{
    font-size: 14px;
    font-family: "Times New Roman" , Times, serif;
    color: #D7AF5E;
    margin:14px 0px 14px 0px;
}

.bookingRequest p
{
    clear: both;
    margin-bottom: 5px;
}

.bookingRequest label
{
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 15px;
}

.bookingRequest .label
{
    float: left;
    margin-right: 10px;
    width: 80px;
    text-align: right;
    padding-right: 15px;
}

.thxtitle
{
    font-size: 16px;
    font-family: "Times New Roman" , Times, serif;
}

.hrBG
{
    background-image: url(images/hrBG.jpg);
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}

.bookingDetails
{
    width: 100%;
    padding-bottom: 20px;
}
.bookingDetailsSection
{
    width: 49%;
    float: left;
}

.Contact
{
    width: 100%;
    padding-bottom: 20px;
}


.ContactSection
{
    width: 49%;
    float: left;
}

.RoomDetails
{
    width: 100%;
    padding-bottom: 20px;
}

.RoomDetailsSection
{
    width: 49%;
    float: left;
    vertical-align: top;
}

.ArrivalInfo
{
    width: 100%;
    padding-bottom: 20px;
}

.ArrivalInfoSection
{
    width: 49%;
    float: left;
}

.btnBG
{
    background-color:#f7f7f7;
    padding:10px;
    border: solid 1px #cdcdcd;
}


/* */
.thankyoupage
{
    color:#000000;
}



/*

OLD STUFF

body, HTML {
	background-color: #F2F1F6;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin:0;
}

.Content {
	width: 976px;
	background-image:url(images/framework/content-bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	border:solid 0px red;
	padding-left:10px;	
}


.menu {text-align: center;padding-top: 5px;padding-bottom: 5px;}

.menu h2 {display: inline;padding: 0px;line-height: -5px;}

.menu IMG {	position: relative;	top: 4px;}

.menu h2 A:link, .menu h2 a:active, .menu h2 a:visited {
	display:inline;
	color: #CC9933;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform:uppercase;
	margin:0px;
	text-decoration:none;
	margin-top: 100px;
}
.menu h2 a:hover {color: #D9B364;}

.navBorder {border-bottom: 1px solid #cbcbd8;}

.footerInset{margin-left:10px;}

.heroImage {padding-bottom:5px;}


.Footer {background-color:#F7F7F7;	border-top:1px solid #cbcbd8;	position:relative;
	left: -2px;	width: 959px; margin-top:30px; padding-bottom:15px; padding-top:18px; 
	text-transform:uppercase; font-size:10px; line-height:20px; text-align: center;}







.checkAvailability 
{
    float:left; 
    width: 300px; 
    padding-left: 10px;
    font-size:12px;
}

.mainContent 
{
    float: right;
    width: 565px; 
    padding-left: 30px;
    text-align: left; 
    color: #666666;
}

.innerMainContent {}

h2 { margin:0px; }

.innerMainContent h2 {font-family: "Times New Roman", Times, serif; font-size: 15px;	margin-bottom: 5px;}

.attraction {border: 1px solid #999999; margin-left:20px;}



.Footer a, .Footer a:active, .Footer a:visited {
	color: #CC9933;
	margin:6px;
	padding-bottom: 10px;
}
.Footer a:hover {color: #D9B364;}

.fieldAT {padding-bottom:10px; clear:both;}

.fieldAT label {float:left; text-align:left; padding-top:3px;  clear:both;}

.fieldAT2 label {float:right; text-align:right; padding-top:3px;  clear:both; margin:0px;}

.FormTextField {}

.DaySelect {width:40px;	height: 23px;}

.MonthSelect {width:100%;margin-left:2px;height: 23px;}






hr{width:910px; color:#cbcbd8; height:1px; float:left;}                     


SELECT, INPUT {border: 1px solid #D7AF5E;}
*/

