.row {
	width: 1024px;
}

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

table tr {
	background: none !important;
}

table td {
	background: none;
}

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

h1 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #233b7b;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #233b7b;
	border-bottom: 2.5px solid #233b7b;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3, h4, h5, h6 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #233b7b;	
}


/* Content */

#content {
	padding: 20px 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: #a41d21;
}
#content a:hover {
	color: #b64a4d;
	text-decoration: underline;
}

header a:hover {
	text-decoration: none;
}

input[type="button"], input[type="submit"], input[type="reset"], .button {
	color: #fff;
	background: #233b7b;
	box-shadow: 0 3px 0 #1c2f62;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover {
	background: #4f6295;
	box-shadow: 0 3px 0 #213875;
	cursor: pointer;
}

#content a.landingLinks {
	display: block;
	background: #a41d21;
	margin: 20px 0;
	padding: 30px 25px;
	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.5em;
}
#content a.landingLinks:hover {
	background: #b64a4d;
	color: #ffffff;
	text-decoration: none;
}
.row.landingSection {
	margin-bottom: 20px;
}
.no-padding {
	padding:0px;
}

#map {
	border: 1px solid #000 !important;
	height: 650px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 800px;
}
div#content.amenityContent {
	padding:20px 10px 20px 10px;
}
.amenitymaplink {
	text-align: right;
}
#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-color: #a41d21 !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: 14px;
	text-align: center;
}
.amenityhotel {
	text-align: left;
}
.descriptiontable {
	width: 100%;
}
.descriptiontable tbody tr td {
	padding: 0px;
}

.small {
	font-size: 15px;
	font-weight: 400;
	line-height: 0;
}

.wj_errormsgs {
	text-align:center;
}

#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}

#wj_main_errormsgs ul li {
	color: red;
}

#manageModifications input[type="button"], #cancelReservation input[type="button"], .wj_confRes_buttons input[type="button"], #confirmCancelReservation input[type="button"], div#content div form input[type="button"] {
	margin-bottom: 10px;
}
#login input[type="button"], #modSearchHotel input[type="button"] {
	margin-top: 10px;
}


/* MODAL WINDOW */
#modalWrap-team { /* The div that shows/hides. */ 
	display:none; /* starts out hidden */ 
	z-index:40001; /* High z-index to ensure it appears above all content */ 
} 
.modalOverlay { /* Shades out background when selector is active */ 
	position:fixed; 
	width:100%; 
	height:100%; 
	background-color:black; 
	opacity:.5; /* Sets opacity so it's partly transparent */ 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE transparency */ 
	filter:alpha(opacity=50); /* More IE transparency */ 
	z-index:40001; 
} 
.vertical-offset { /* Fixed position to provide the vertical offset */ 
	position:fixed; 
	top:30%; 
	width:100%; 
	z-index:40002; /* ensures box appears above overlay */ 
} 
.modal { /* The actual box, centered in the fixed-position div */ 
	max-width:550px; /* Whatever width you want the box to be */ 
	position:relative; 
	margin:0 auto; /* Everything below is just visual styling */ 
	background-color:white; 
	padding:20px 20px 0 20px; 
	border:1px solid black; 
}
#closeModal { 
	position:absolute; 
	top:-12px; /* Half the icon's height */ 
	right:-12px; /* half the icon's width */ 
	z-index:50; 
}


/* NAV overrides */
.nav-item a {
	background:#233b7b;
}
.nav-item > a:hover {
	background:#4f6295;
	color: #ffffff;
}
.nav-mobile {
	background-color: #233b7b;
}
.nav-click:hover {
	background-color:#4f6295;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #233b7b;
	}
}


/* MEDIA QUERIES */
@media only screen and (max-width: 1024px) {
	#content {
		padding: 20px 20px 20px 20px;
	}	
}