/* mbhuju [@] gmail.com */
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700|Noto+Sans:400,400italic,700italic,700);
body{ margin:0; padding:0; font-family: 'Noto Sans', sans-serif; background:#74092e; font-size:15px; color:#6e6e6e; font-weight: normal; line-height: 24px;}

#frame{ width:1081px; height:auto; margin:0 auto; padding:0;}


img{ max-width:100%;}

/*********
HEADER
******/
header{ background:url(../images/topbg.jpg) repeat-x #FFF; width:100%; }
#logo{ width:57.16929%; float:left;}
#header-right{width:31.45236%; float:right; padding-top:2%;}
	#header-contact{ background:#74092e; color:#FFF; padding:2% 1%; font-family: 'Libre Baskerville', serif; font-size:17px; font-weight:bold; text-align:center;}


#banner{ background:#faf9ec; padding-top:20px; text-align:center; margin:0 auto;}


/* NAV */
#navframe{ background:#005390; height:50px; text-align:center; width:100%; border-bottom:#187fca solid 5px;}
nav { margin:0 auto; padding:0px; position: relative; z-index: 10; }

nav ul ul { display: none;}
/*nav li+li { border-left: 1px solid #a63019; }  DIV LINE */
nav ul li:hover > ul { display: block;}
nav ul { padding: 0px;	list-style: none; position: relative; display: inline-table; margin:0px;}
nav ul:after { content: ""; clear: both; display: block;}
nav ul li { float: left;}
nav ul li a:link, nav ul li a:active, nav ul li a:visited { display: block; padding: 15px 35px; font-size:15px; color: #FFFFFF; text-transform:uppercase; font-family: 'Libre Baskerville', serif; font-weight:bold; text-decoration: none; }
nav ul li:hover { color:#FFF;} /* MAIN MENU BG HOVER COLOR */
nav ul li:hover a { color:#85cbfe; }

nav ul ul { background: #FFF; padding: 0; position: absolute; top: 100%;  }/* DROP DOWN BG COLOR */
nav ul ul li { float: none; position: relative;}
nav ul ul li a { padding: 10px 10px; background: #FFF; text-align:left;}	
nav ul ul li a:hover { background: #2f6b95; color:#FFF; }/* DROP DOWN BG HOVER COLOR */
nav ul ul ul { position: absolute; left: 100%; top:0;}

/*******
CONTENT
*********/
#content{ width:100%; background:#faf9ec; height:auto; }
#content-inner{ background:#FFF; width:1001px; margin:0 auto; padding:40px; border-top:#dcd9c3 solid 5px;}

#frame50{ width:50%; float:left;}


/*******
FOOTER
*********/
footer{ padding:15px 0; }
#footer-contact{ width:50%; float:left; color:#FFF;}
#footer-copyright{ width:50%; float:left; text-align:right;}

/*******
FONTS
*********/
h1{ font-family: 'Libre Baskerville', serif; text-transform:uppercase; font-size:24px; font-weight:bold; color:#005390; line-height:30px;	}


.style1{ font-size:22px; font-weight:bold; color:#74092e; }
/*********
LINKS
******/
a:link, a:active, a:visited{ color:#316F9E; text-decoration:underline;}
a:hover{color:#000; text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited {font-size:10px; color:#a74b6b; font-weight: bold; line-height:20px; text-decoration:none;}
a.footermenu:hover{color: #fff;}

/************************************************************************************
FORM
*************************************************************************************/
#booknow{ width:80%; margin:0 auto;}

input, textarea {  background-color:#FFFFFF;  border:1px solid #CCC;  border-bottom-left-radius:5px;  border-bottom-right-radius:5px;  border-top-left-radius:5px;  border-top-right-radius:5px;  font-size:16px;  padding:4px 6px;   margin-bottom:10px; font-family: 'Montserrat', Arial, Helvetica, sans-serif;}

.form-submit-button{ background-color:#316f9e;  border:none;  color:#FFFFFF;  border-bottom-left-radius:5px;  border-bottom-right-radius:5px;  border-top-left-radius:5px;  border-top-right-radius:5px;  font-size:16px;  padding:6px;  width:200px;  font-weight:bold; cursor: pointer; }
.form-submit-button:hover{background-color:#1b7095;  color:#FFFFFF; }

.formsize{ width:100%}
.formsize2{ width:48%}
/* Honey Pot */
.form_field_hp{
	display:none;
}

/*******
MISC
*********/
.img{border:1px solid #D7D7D5; padding:5px;}
.clear{clear:both;}
.imgright{ float:right; margin-left:30px;}