* { 
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial, Helvetica, sans-serif";
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 955px; 
	position: relative; 
	left: 50%;
	margin-left: -477.5px;
}

#branding {
	float: left; 
}

#mainContent {
	width: 755px;
	float: left;
	clear: both; 
	background-color: #D0DCF2; 
	margin-bottom: 10px; 
	background: url(images/mainContent-repeat-background.jpg) repeat-y; 
}

#mainContent p {
	padding: 10px 50px 10px 50px; 
	font-family: "Times New Roman";
	font-style: italic; 
	font-size: 18px;
}

#mainContent .first p{
	background: url(images/mainContent-top-background.jpg) no-repeat left top; 
	padding-top: 20px; 
}

#mainContent .last p{
	background: url(images/mainContent-bottom-background.jpg) no-repeat left bottom; 
	padding-bottom: 30px; 
}

#secondaryContent {
	width: 187px;
	margin-left: 10px; 
	float: right;
	margin-bottom: 10px; 
	background: url(images/secondaryContent-repeat-background.jpg) repeat-y; 

}

#secondaryContent p {
	font-family: "Times New Roman";
	font-style: italic; 
	font-size: 14px;
	padding-left: 10px; 
	padding-right: 10px; 
	
}

#secondaryContent .first p{
	background: url(images/secondaryContent-top-background.jpg) no-repeat left top; 
	padding-top: 20px; 
	padding-bottom: 10px; 
}

#secondaryContent .last p{
	background: url(images/secondaryContent-bottom-background.jpg) no-repeat left bottom; 
	padding-top: 20px; 
}

#secondaryContent img {
	padding: 5px; 
	
}

#footer {
	width: 755px;
	clear: both;
	text-align: center;
	font-size: 20px; 
	font-family: "Monotype Corsiva"; 
	color: #858585; 
	padding: 5px; 

}

ul {

	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 750px; 
	float: left; 
	border: black 1px; 

}

ul li {

	float: left; 

}

ul a {
	font-family: "Monotype Corsiva";
	font-size: 20px; 
	display: block; 
	line-height: 40px; 
	text-decoration: none; 
	width: 150px; 
	text-align: center; 
	background: url(images/MP_Nav_Buttons.jpg) no-repeat right top; 

} 

ul a:hover {

	text-decoration: underline; 
	background: url(images/MP_Nav_Buttons.jpg) no-repeat left top; 

}

#home #mainNav .Home a,
#rooms #mainNav .Rooms a,
#finding #mainNav .Finding a,
#toDo #mainNav .toDo a,
#contact #mainNav .Contact a
{

	text-decoration: underline; 
	background: url(images/MP_Nav_Buttons.jpg) no-repeat left top; 
}

fieldset {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	padding: 10px; 
	color: #000000;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#fieldSetStyle p {
	margin: 2px; 
	padding: 2px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px; 
	color: #666666;
}

label {
	float: left; 
	width: 150px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

p input {padding: 2px; }

input {
	width: 300px;  
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

select#numberPeople {
	width: 40px;
	margin-left: 5px; 
}

.checkBoxLabel {
	width: 120px; 
	
}

.checkBox {
	float: left; 
	width: 2em; 
	margin-right: 5px;
}

.clear {
	clear: both; 
}

.dateBox {
	width: 6em; 
	
}

textarea {
	padding: 5px; 
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px; 

}


/*  ---------------------- stayDates CSS ---------------------- */
fieldset#stayDates {
	margin: 0; 
	padding: 0; 
	border: none; 
	background: transparent; 
	margin-top: 10px; 

}

#stayDates h2 { 
	width: 150px; 
	float: left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal; 

} 

#stayDates Div {
	width: 180px; 
	float: left; 
}

#stayDates label {
	float: none; 
	display: inline; 
}

#formSubmit {
	margin-top: 20px; 
}

#listOfErrors p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal; 
	color: red; 
}

#reviewText p{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	font-weight: normal; 
    color: #666666; 

}

.validatePageForms form{
	display: inline; 
}

.displayInline {
	display: inline;
}
