html {
	padding: 0;
	margin: 0;
}

body {
	background: url('body-bg.jpg');
	padding: 0;
	margin: 0;
}

a {
	color: #f89931;
}

a:hover {
	color: #e08726;
}

.row {
	width: 1024px;
}

h1 {
	font-family: "Arial", sans-serif;
	font-size: 21px;	
	text-transform: uppercase;
	color: #8d8d8d;
}
h2 {
	font-family: "Arial", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	color: #8d8d8d;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	line-height: normal;
	letter-spacing: 1px;
}

h3 {
	font-family: "Arial", sans-serif ;
	font-size: 15px;
	color: #8d8d8d;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

table {
	background: none !important;
	border: none !important;
	margin: 0px;
}

table tr {
	background: none !important;
}

table tbody tr td {
	padding: inherit;
}

img {
	display: block;
	max-width: inherit;
}

select {
	width: auto;
	margin-bottom: 12px;
}

/*table.descriptiontable {
	margin: 0px 0px 0px !important;
}*/

table#searchTable tbody tr td hr {
	margin-bottom: -10px !important;
}

table.descriptiontable tbody tr td {
	padding: 0px 0px !important;
}

table#searchTable tbody tr td select {
	margin-bottom: -10px !important;
	margin-top: 20px !important;
}

/*table#searchTable {
	width: 100% !important;
}*/

#wj--banner {
	display: none;
}

.backtotop {
	text-align:  center;
	}


/* begin WJ header */
#wj-header {
	margin-bottom: 0px !important;
}


/*** Header ***/
.header {
	background:none repeat scroll 0% 0% rgba(90, 90, 90, 0.7);
	width: 100%;
	margin-bottom: 35px;
	padding: 20px 0px;
	z-index: 400;
}

.napelogo {
	float: left;
	width: 144px;
	height: 54px;
	margin-left: -15px;
}

.header-banner {
	padding: 0px;
}

.header-banner div {
	margin: 0px;
	padding: 0px;
}

.header-banner img {
	width: 100%;
}


/*** Navigation ***/



.nav ul {
	padding: 0;
	margin: 0;
	text-align: right;
}

.nav ul li {
	margin: 0 0 0 20px;
	display: inline-block;
	text-align: right;
}

.nav ul li a {
	line-height: 54px;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
}

.nav ul li a:hover {
	color: #e08726;
}

.click-nav {
	margin:0px auto;
	width:100%;
	position: relative;
	z-index: 500;
}

.click-nav ul {
	position:relative;
	font-weight:900;
	text-align: right;
	z-index: 9999;
	margin: 0;
}

.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
}

.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
}

.click-nav ul .clicker {
	position:relative;
	/**background:none repeat scroll 0% 0% rgba(121, 37, 131, 0.7);**/
	background: none;
	color:#FFF;
	line-height: 50px;
	z-index: 500;
}

.click-nav ul .clicker:hover,.click-nav ul .active {
	background:none;
}

.click-nav ul a:hover {
	color: #652b7e;
}

.click-nav img {
	position:absolute;
	top:9px;
	left:12px;
}

.click-nav ul li a {
	transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-moz-transition:background-color 0.2s ease-in-out;
	display:block;
	padding:8px 50px 8px 40px;
	background:none repeat scroll 0% 0% rgba(90, 90, 90, 0.98);
	color:#fff;
	text-decoration:none;
}

.click-nav ul li a:hover {
	background: #fff;
}

/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}

@media only screen and (max-width: 1024px) {
	.nav {
		display: none;
	}
	.napelogo {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1024px) {
	.click-nav {
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	.conflogo {
		display: none;
	}
}

@media print{
	.hide-on-print {
		display: none;
	}
	a[href]:after {
		content: none;
	}
}


/*** Main Content ***/

.conflogo {
	margin: 50px 0;
	width: 100%;
}

.main {
	background: #fff;
	padding: 35px 20px;
}

a.landingButton {
	display: block;
	background: #f89931;
	padding: 20px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
}
a.landingButton:hover {
	background: #e08726;
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    background: none repeat scroll 0 0 #f89931;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px 0;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
	border-radius: 3px;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	color:#ffffff;
	background-color:#e08726;
}

#map {
	border: 1px solid #5A5A5A !important;
	height: 500px;
}

.gmnoprint img {
    max-width: none; 
}

#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}

table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}

.amenity {
	background: #f89931 !important;
	color: #ffffff;
	font-weight: normal;
	border-collapse: collapse;
	padding: 5px;
}
a.amenity:hover {
	color: #ffffff;
}

td.amenity {
	vertical-align: middle !important;
	text-align: center !important;
}


.amenitysmall {
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

td.amenitysmall.amenityhotel {
	vertical-align: middle !important;
	text-align: left !important;
}
.amenitymaplink {
	text-align: right;
}

div#blockrequest-content {
	width: 100%;
}

div#blockrequest-content ol li {
	margin-top: 5px;
}

table.formcols, table.formcols td.left, table.formcols td.right, table.requestedSuites td, table#blockPattern tr.blockPatternDates td, tr.blockPatternInputs input, table.formcols input, table.formcols textarea, table.formcols select, table#blockPattern th {
	font-size: 14px;
}

table.requestedSuites tbody tr td {
	padding: 0px !important;
}

table.formcols fieldset {
	width: 460px !important;
	padding: 15px;
}

legend {
	font-family: "Arial", sans-serif ;
	font-size: 15px;
	color: #8d8d8d;
	background: none !important;
}

.wj--sectionContent {
	background: none !important;
}

table#blockPattern {
	border: 1px solid #888 !important;
	width: 100%;
}
table#blockPattern tbody tr td {
	text-align: center;
}
tr.blockPatternInputs input {
	width: 100%;
}

table.formcols input.password, table.formcols input.phone {
	width: 250px !important;
}

table.formcols input.date {
	display: inline-block !important;
}

table.formcols fieldset#orgFields select {
	margin-top: 0px;
	margin-bottom: 25px;
}

table.formcols label {
	margin-bottom: 0px;
}

form#recapform fieldset#contactFields label {
	width: 150px !important;
}

form#recapform fieldset#orgFields label {
	width: 150px !important;
}

form#recapform fieldset#detailFields label {
	width: 150px !important;
}

form#recapform fieldset#rooms label {
	width: 175px !important;
}
div.wj_confRes_buttons {
	text-align: center;
}
form#cancelReservation, form#manageModifications div {
	line-height: 2em;
}
input[name="authorizedBy"] {
	width: auto;
}

#wj_hotel_info {
	border: 1px solid #ddd !important;
	/*background: #fff !important;*/
}

#wj_profile_container {
	border: 1px solid #ddd !important;
	/*background: #fff !important;*/
	width: 100%;
}

table#wj_profile_container table, table#wj_hotel_info {
	width: 100%;
}

table#wj_payment_info {
	/*background-color: #fff !important;*/
	border: 1px solid #ddd !important;
	width: 100% !important;
}

form#registerParticipant select {
	width: auto;
}
form#registerParticipant input[type="text"] {
	display: inline-block;
}
form#registerParticipant input#firstName {
	width: 175px;
}
form#registerParticipant input[name="middleName"] {
	width: 40px;
}
form#registerParticipant input[name="lastName"] {
	width: 200px;
}

div#ui-datepicker-div {
	width: 230px !important;
	font-size: 5px !important;
	padding-top: 40px !important;
}

.ui-datepicker td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

/*** Footer ***/
.footer {
	background: #D6D6D6;
	margin-top: 50px;
	padding: 20px 0 5px;
	color: #5A5A5A;
	font-family: "MyriadPro", sans-serif;
}

.footer ul {
	list-style-type: none;
}

.footer ul li a {
	color: #5A5A5A;
}

.social {
	list-style-type: none;
}

.social li {
	display: inline-block;
}

.landingSection {
	padding-top: 15px;
}
.smaller {
	font-size: 15px;
}
#arrCalContainer, #depCalContainer {
	width: 20.5em;
}

#wj_main_errormsgs {
	text-align: center;
	color: red;
}
#wj_main_errormsgs ul {
	list-style-type: none;
}

#login table {
	margin: 0 auto;
}

.t10VerticalUnorderedListwithBullets, .t10aVerticalUnorderedListofAllotments {
	list-style-position: inside;
	width: 200px;
}

.t10aVerticalUnorderedListofAllotments {
	margin-left: 15px;
}

.t10VerticalUnorderedListwithBullets a {
	color: #825e87;
}

#wj_topnav_links td {
	text-align: center;
}

#wj_topnav_links a {
	color: #825e87;
	font-weight: 600;
}

.columns > img {
	width: 100%;
}

td span {
	font-size: 14px;
	font-weight: 600;
}

.ui-datepicker-trigger {
	display: inline-block !important;
}