/* 
style sheet for edwardii.com 
8.31.05
*/

body { background-color: #324341; }

p { margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: black; 
	line-height: 14px;
}

td { font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px; 
	 color: black; 
	 line-height: 14px;
}

h1 { padding-top: 10px;
	 padding-bottom: 10px;
	 font-family: "Bell MT", "Century Schoolbook", serif;
	 font-size: 18px; 
	 color: black;
	 line-height: 20px;
	 text-align: center;
}

h4 { font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px; 
	 color: black; 
	 padding-bottom: 0px;
}

a:link { color: #800000; }
a:visited { color: #800000; }
a:active { color: #DE9C00; } /* mustard yellow */
a:hover { color: #4F6865; } /* lite forrest green */
/* #FCF8F1 is used on webervations table */

/* 'nomar' used on left nav bar avail form */
form.nomar { margin: 0px;}

input, select, option {font-family: Verdana, Arial, Helvetica, sans-serif;
	 		 font-size: 11px; 
 }

li { margin-left: 20px;
	 list-style: square;
}
/* 'none' used for unbulleted and unnumbered lists, like on 'Directions' and 'Policies' */
li.none { margin-left: 0px;
		  list-style-type: none; 
}
/* 'noneNeg' used for double-digit numbering on 'Directions' */
li.noneNeg { margin-left: -7px;
		  	 list-style-type: none; 
}
/* 'mtgs' used for bullet paragraphs on 'Meetings & Banquets' */
li.mtgs { margin-right: 20px;
		  margin-bottom: 10px;
}
/* none1 is used as category headers for link lists, like on form confirm and sitemap */
li.none1 { margin-left: 0px;
		  font-weight: bold;
		  list-style-type: none; 
}	  
/* none2 is used as subcategories/details of items listed as none1 */
li.none2 { margin-left: 0px;
		  list-style-type: none;
}
/* none3 is used as subcategories/details of items listed as none2 */
li.none3 { margin-left: 20px;
		  list-style-type: none; 
		  }		  
		  

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.medtxt {font-size: 10px; }
.smtxt { font-size: 9px; }

.pgft { margin: 0; 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #FAF2E4;
		line-height: 16px; 
		text-align: center;
}
p.pgft a:link { color: #FAF2E4; } /* ivory */
p.pgft a:visited { color: #FAF2E4; } /* ivory */
p.pgft a:active { color: #FAF2E4; } /* ivory */
p.pgft a:hover { color: #DE9C00; } /* mustard yellow */

.hotel-room { margin-top: 20px;
			  margin-bottom: 20px; 
}



.errorHdr { margin-left: 10px;
			padding-top: 30px;
			text-align: left;
}

.subhead { padding-top: 5px;
	 	   padding-bottom: 5px;
	 	   font-family: Verdana, Arial, Helvetica, sans-serif;
	 	   font-size: 14px; 
	 	   color: black; 
}


.hmspecials { 
	background-color: #506966;
	/* margin-left: 20%; */
	/* margin-right: 20%; */
	border: 1px solid #506966;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: white;
	text-align: center;
	 
}
.hmspecials-hdr {
	font-family: "Bell MT", "Century Schoolbook", serif;
	font-size: 18px; 
	font-color: white;
	line-height: 20px;
}
p.hmspecials a:link { 
	color: white; 
	text-decoration: none;
}
p.hmspecials a:visited { 
	color: white; 
	text-decoration: none; 
}
p.hmspecials a:active { 
	color: white; 
	text-decoration: none; 
}
p.hmspecials a:hover { 
	color: #DE9C00; 
	text-decoration: none; 
}

