@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash|Open+Sans:400,400italic,700,700italic);

body { 
	background: #29518D url(images/bg18c.jpg) no-repeat center top; 
	background-attachment: fixed;
	background-size: cover;
	margin: 0; padding: 0; 
	font: 100%/1.5 "Open Sans", Arial, Helvetica, sans-serif; }
#wrapper { text-align: left; padding: 0; margin: 0 auto 1em auto; overflow: hidden;
	width: 90%; max-width: 830px; 
	background: rgba(255,255,255,.9);
	border: 35px solid #fff;
	border: 35px solid rgba(255,255,255,.5); border-width: 0 35px;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	}
#page { color: #222; margin: 0; padding: 15px 25px; position: relative; z-index: 10;
	}
img { border: 0; max-width: 100%; height: auto; }
div { padding: 0; margin: 0; }
a { color: #00c; }
a:visited { color: #006; }
a:hover, a:active { color: #812736; }
header { position: relative; overflow: hidden; z-index: 1;
	background: #fff url(images/banner1.jpg) center center no-repeat;
	height: 280px;
	transition: height 0.5s ease;
	border-bottom: 2px solid #007384;
}
header h1 { 
	font-family: 'Berkshire Swash', Georgia, cursive; 
	color: #fff;
	position: absolute;
	bottom: 18px;
	left: 3%;
	font-size: 52px; line-height: 52px; 
	font-weight: normal;
	text-shadow: 1px 1px 4px rgba(0,0,0,.9);
	}
header h2 { 
	color: #aaa; margin: 0;
	position: absolute;
	bottom: 24px;
	right: 3%; 
	font-size: 20px; line-height: 20px; letter-spacing: .1em; 
	font-weight: normal; }
article { border-bottom: 1px solid #8BD8D2; padding-bottom: .5em; margin-bottom: 1em; overflow: hidden; }
nav { 
	padding-bottom: .5em; text-align: center;
	padding-top: .5em; margin: .5em 0 1.5em;
}
nav a, nav a:visited { display: inline-block; margin: 4px .25em; 
	text-decoration: none; background: #007384; 
	color: #fff;
	padding: 5px 12px; 
	border-radius: 4px; 
	border: 1px solid #005763; 
	transition: all 0.3s ease;
	}
nav a:hover {
	color: #fff;
	border-color: #b00;
	background: #ED1227;
}
nav a.intro { display: none; }
h1 { color: #222; margin: 0; font-size: 1.6em; line-height: 1.2em; }
h1 a { color: #000; text-decoration: none; }
h1 a:hover { color: #c00; }
h2 { color: #cc7300; font-size: 1.3em; line-height: 1.2em; margin-top: .2em; margin-bottom: .5em; }
h3 { color: #007384; font-size: 1.2em; line-height: 1.2em; margin: .2em 0; }
h4 { font-size: 1.1em; line-height: 1.2em; margin: 0; }
p, ul, ol { margin-top: .5em; margin-bottom: 1em; }
.red { color: #ED1227; }
.cen { text-align: center; }
.sm { font-size: .75em; line-height: 1.3em; }
.nbm { margin-bottom: 0; }
.spons { text-align: center; margin-bottom: 1.5em; clear: right; }
.spons img { padding: 10px; vertical-align: middle; }
.top { text-align: right; font-size: .8em; text-transform: uppercase; }
.top a { padding: 4px 8px; background: #eee; border: 1px solid #ddd; border-radius: 6px; text-decoration: none; color: #000; }
.top a:hover { background: yellow; }
.flr { float: right; margin: 5px 5px 10px 15px; }
.fll { float: left; margin: 5px 15px 10px 5px; }
.sep li { margin-bottom: .5em; }
.expired { color: #999; }
.alert { font-weight: bold; padding: 10px 15px; background: yellow; }
.button { display: inline-block; text-align: center; margin: 1em 0; }
.button a { display: block; padding: 8px 18px; 
	background: #E38400; color: #fff; border-radius: 8px; 
	text-decoration: none; font-weight: bold; font-size: 1.3em; line-height: 1.2em; 
	text-transform: uppercase; letter-spacing: .1em;
	box-shadow: inset -2px -2px 8px rgba(0,0,0,.6); 
	text-shadow: 0 -1px 0 #000; 
	-webkit-transition: background .3s;
	transition: background .3s;
}
.button a:hover, .button a:active {
	background: #ED1227; 
}
.captioned { display: inline-block; text-align: center; margin: 0 1em 1em 1em; }
.captioned img { display: block; margin: 0 auto .2em auto; }
.phone { text-decoration: none; color: #000; }
.phone:hover, .phone:active { color: #000; cursor: default; }
#page img { border: 1px solid #fff; box-shadow: 0 0 5px #999; }
#page img.logo { border: none; box-shadow: none; }
hr { height: 0; border: 1px solid red; border-width: 1px 0 0 0; padding: 0; margin: 1em 0; box-shadow: none; }

@media ( max-width: 800px ) {
	img { max-width: 100%; height: auto; }
	iframe { max-width: 100%; }
	.flr, .fll { max-width: 40%; }
}

@media ( max-width: 640px ) {
    body { 
		background: #fff; 
		font-size: 100%; 
	}
	#page p , #page li { font-size: 1.1em; line-height: 1.6; }
	#wrapper {
		width: 100%; 
		max-width: 100%;
		border-radius: 0; box-shadow: none; 
		border-width: 0;
		margin: 0;
	}
	#page { margin: 0; padding: 5px 10px; }
	header { 
		height: 220px;
		background-size: 130% auto;
	}
	header h1 { text-align: center; width: 100%; left: 0; box-sizing: border-box; padding: 0 5%; bottom: 26px; }
	header h2 { display: none; }
	nav a {
		display: inline-block;
		box-sizing: border-box;
		font-size: 1.1em;
		width: 48%;
		margin: 5px .5%;
	}
	.phone { text-decoration: underline; color: #00c; }
	.phone:hover, .phone:active { cursor: pointer; color: red; }
}

@media ( max-width: 480px ) {
	
	header { 
		height: 160px; 
		background-size: 100% auto;
	}
	header h1 { font-size: 44px; line-height: 1; }
	h1 { font-size: 1.35em; }
	h2 { font-size: 1.3em; }
	h3 { font-size: 1.15em; }
	ul { margin-left: 0; padding-left: 15px; }
	ol { margin-left: 0; padding-left: 20px; }
	nav { margin: .5em 0 1em; padding: 0; }
	nav a { display: block; width: auto; margin: 6px 0; }
	nav a.intro { display: block; }
	
}
@media ( max-width: 360px ) {
    body { font-size: 100%; }
	header { 
		height: 120px;
		background-size: 360px auto;
	}
	header h1 { font-size: 38px; line-height: 1; }
    .captioned { margin: .5em 0; max-width: 96%; }
	.fll, .flr { float: none; display: block; margin: 1em auto; max-width: 100%; }
	img.logo { padding: 5px; }
}

@media ( max-width: 320px ) {
	header { height: auto; }
	header h1 { position: static; font-size: 32px; line-height: 1em; margin: 1em 0; }
}