/*Pacific Trails Resort Stylesheet */

/*Global styles for page */
body{
background-color:#FFFFFF;  /*White page background*/
color:#666666;             /*Medium gray text*/
font-family: Verdana, Arial, sans-serif; /*Sans-serif font stack*/
}

/*Wrapper*/
#wrapper{
	margin-left:auto; 
	margin-right:auto; 
	width:80%; /*Centers page with 80%*/
}    

/*Header*/
header{
	background-color: #002171;
	color: #FFFFFF;
	font-family: Georgia, Arial, serif;
}

h1{
	line-height: 2;
}

nav{
	font-weight:bold;
	background-color:#BBDEFB;
}

h2{
	color:#1976D2;
	font-family:Georgia, Arial, serif;
}

dt{
	color:#002171;
	font-weight:bold;
}

.resort{
	color: #1976d2;
	font-size: 1.2em;
}

footer{
	font-size:0.70em;
	font-style:italic;
	text-align:center;
}
