body {
	font-family: verdana, tahoma, serif;
}

header {
	background-color: #0000EE;
}

header h1 {
	font-family: georgia, verdana, tahoma, serif;
	font-variant: small-caps;
	color: #FFF;
	text-align: center;
}

nav {
	background-color: #0000AA;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}

nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

nav ul li {
	margin: 0px;
	padding: 0px;
}

nav ul li a {
	margin: 0px;
	display: inline-block;
}

nav ul li a:hover {
	background-color: #0000CC;
}

footer {
	background-color: #0000EE;
}

footer h4 {
	color: #FFF;
	text-align: center;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	margin-top: 15px;
	font-size: 1.25em;
}

h4 {
	font-size: 1.1em;
}

p {
	font-size: 1.0em;
}

a {
	color: #FFF;
	text-decoration: none;
}

img {
	/*max-width: 100%;*/
}

.inlineResponsiveImg {
	max-width: 100%;
}

.responsiveBackgroundImg {
	width: 100%;
	max-height: 1200px;
	background-image: url('images/kauai_desktop.jpg');
	/*
	 background-size: cover;
	 background-position: top center;
	*/
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	
	padding-top: 75%; /* (img-height / img-width * width) */
	/* 1200 / 1600 * 100 = 75 */
}

.nonresponsiveBackgroundImg {
	width: 1600px;
	height: 1200px;
	background-image: url('images/kauai_desktop.jpg');
}

#imgContainer {
	width: 50%;
}

#wrapper {
}

#content {
	padding: 10px;
	min-height: 300px;
}

#img1_phone, #img1_tablet, #img1_desktop {
	display: none;
}

#viewDesktopLabel, #viewTabletLabel, #viewPhoneLabel, #viewModePortrait, #viewModeLandscape {
	display: none;
}