.row {
	width:1024px;
}
body, p, td, span, div, li, table tbody tr td, table tr td {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}
ul, ol, li {
	list-style-position: inside;
}
label, div.alert-box {
	font-size: 14px;
}
table {
	background: none;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 0;
}
div#content.not-emc table tr {
	background: none !important;
}
div#content.not-emc table td {
	background: none;
}

h1 {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
	border-left: 0px solid;
	color: #00793F;
	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: #00793F;
	border-bottom: 1.5px solid #00793F;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #00793F;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #00793F;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

#top-banner {
    max-width: 1024px;
}

.no-padding {
	padding:0px;
}

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

#content a {
	color: #00793F;
}
#content a:hover {
	color: #339465;
	text-decoration: underline;
}
#content a.whitelink {
	color: #ffffff;
	text-decoration: underline;
}

.error {
	color: #ff0000;
}

.row.landingSection {
	margin-top: 20px;
}
#content a.landingButton {
	display: block;
	background: #ed117f;
	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: #c30d68;
	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;
}

.green {
	background: #92c83e !important;
}

.green:hover {
	background: #70a322 !important;
}

label a.smaller {
	font-size: 14px;
	padding-left: 20px;
}

.clear-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


input[type="button"], input[type="submit"], input[type="reset"], button, .button, .member-lookup-container button {
	color: #ffffff;
	background: #92C83E;
	box-shadow: 0 3px 0 #75a032;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0;
	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, .member-lookup-container button:hover {
	background: #a8d365;
	box-shadow: 0 3px 0 #8bbe3b;
	text-decoration: none;
	cursor: pointer;
}
button.ui-button, button.ui-button:hover {
	box-shadow: none;
}


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


/* 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.not-emc td.amenity {
	background-color: #92C83E !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;
}

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