/* @override http://www.piratescoveresort.com/site/css/reset.css */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,p,a,li,ul {
	font-weight: normal;
	font-style: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}	

ul li{
	list-style-type: none;
	color: #404352;
}


h2{
	font-size: 18px;
	font-variant: small-caps;
	color: #6c4313;
	margin: 10px;
}

h3{
	font-size: 13px;
	color: #b7af81;
}

h4{
	text-align: center;
	margin: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

a{
	font-size: 12px;
	color: #4260eb;
}

a img{
	border-style: none;
}

.italics{
	font-style: italic;
}
.bullet li{
	list-style-type: disc;
	list-style-position: inside;
}

.small{
	font-size: 14px;
}


.bigbold{
	font-size: 28px;
	text-align: center;
	text-transform: capitalize;
	color: #b01e23;
}

p.center, .center{
	text-align: center;
}

#nextCalendar {
	float: right;
}

