.row {
	width: 1024px;
}

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

table tr {
	background: none !important;
}

table td {
	background: none !important;
}

ul, ol, li {
	list-style-position: inside;
}

.no-padding {
	padding: 0px;
}

#content {
	padding: 0px 40px 20px 40px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content a {
	color: #26469D;
	text-decoration: none;
}

#content a:hover {
	color: #516bb1;
	text-decoration: underline;
}

h1 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
	border-left: 0px solid;
	color: #26469D;
	font-family: helvetica, arial, sans-serif;
	line-height: 30px;
	border-left: 0px solid;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	color: #26469D;
	border-bottom: 1.5px solid #26469D;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #26469D;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #26469D;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

.row.landingSection {
	margin-top: 20px;
}
#content a.landingButton {
	display: block;
	background: #4f7cbe;
	margin: 20px 0;
	padding: 20px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.25em;
	border-radius: 0px;
	-moz-border-radius: 0px;
}
#content a.landingButton:hover {
	background: #7296cb;
	text-decoration: none;
}
.landingButton p.smaller {
	font-size:14px;
	margin-top:.5em;
	margin-bottom:0;
	color: #ffffff;
	line-height: 1.25em;
}
.landingButton:hover p.smaller {
	color: #ffffff;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff;
	background: #4f7cbe;
	box-shadow: 0 3px 0 #3f6398;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #7296cb;
	box-shadow: 0 3px 0 #4b76b5;
	text-decoration: none;
	cursor: pointer;
}

/* NAV overrides */
.nav-item {
	width: 25%;
}
.nav-item a {
	background: #26469D;
	font-size: 16px;
	border-radius: 0;
	font-weight: 600;
	font-family: "MyriadPro", helvetica, arial, sans-serif;
	letter-spacing: .5px;
}
.nav-item > a:hover {
	background: #516bb1;
	color: #ffffff;
}
.nav-mobile {
	background-color: #26469D;
}
.nav-click:hover {
	background-color: #516bb1;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #26469D;
	}
}


/* MCI Styles */
.amenitymaplink {
	text-align: right;
}
.amenity {
	color: #ffffff;
	font-size: 15px;
}
div#content.amenityContent {
	padding-left: 0px;
	padding-right: 0px;
}
/*.amenityContent > div.columns {
	padding-left: 0px;
	padding-right: 0px;
}*/
#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;
}
#content td.amenity {
	background-color: #4f7cbe !important;
	color: #ffffff;
	text-align: center;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
}
#content a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 15px;
	text-align: center;
}
.amenityhotel {
	text-align: left !important;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}
#searchTable td {
	text-align: center;
}
#map {
	width:750px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px 1px 1px 1px !important;
}
.mapkey {
	width: 750px;
	text-align: left;
}
.wj--required {
	color: red;
}
#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}
#wj_main_errormsgs ul li {
	color: red;
}

@media only screen and (max-width: 320px) {
	div#content {
	    padding: 20px 0 20px 0;
	}
}