/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~for compatibility with older browsers~~~~~~~ */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~resetting styles for used elements~~~~~~~~~~ */
/* ~~~thanks to Richard Clark's reset stylesheet~~ */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, table, caption, tbody, 
tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~some general tags~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background: #253e55; /*url('../images/bg.png') 50% 0 no-repeat;*/
	font-family: "minion-pro";
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	color: #253e55;
}

h1 {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 30px;
	text-align: left;
}

h2 {
	font-size: 35px;
	margin-bottom: 10px;
}

section {
	width: 960px;
	clear: both;
	position: relative;
	padding: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~wrapper~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0px 0px 10px #000;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~header~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header {
	width: 1000px;
	height: 180px;
	clear: both;
	background: #fff;
}

img[alt~=logo]  {
	float: left;
	margin: 15px;
	width: 120px;
	height: 120px;
}

img[alt~=title]  {
	clear: right;
	margin-top: 10px;
	margin-left: 50px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~nav~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

nav {
	width: 600px;
	float: left;
	clear: right;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 50px;
}

nav a {
	margin: 0 5px;
	padding: 5px 10px;
	text-align: center;
	color: #253e55;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline;
	position: relative;
}

nav .selected {
	background: #253e55;
	color: #FFF;
}

nav ul li:hover > ul {
	display: block;
}

nav ul ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 100;
	background: none;
	padding-top: 10px;
}

nav ul ul li a {
	font-size: 15px;
	display: block;
	padding: 10px;
	border: 1px solid grey;
	filter: none;
	border-radius: 0;
	background: #FFF;
}

nav ul ul li:nth-of-type(1) a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-o-border-top-left-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-ms-border-top-right-radius: 5px;
}

nav ul ul li:nth-of-type(2) a {
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
}

nav ul ul li:hover a {
	background: -moz-linear-gradient(top, #0000CD 20%, #0FA1E0 100%);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~Buttons~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#button ul li {

  background: #327A52;
  color: white;
  border: none;
  width: 75%;
  border-radius: 0;
  margin-bottom: 1em;
  padding: 12px;
  text-align: left;
}

#button ul li:hover {
	opacity: 0.6;
    filter: alpha(opacity=40);
    cursor:pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~image cycle~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#image-cycle {
	width: 1000px;
	height: 450px;
	clear: both;
	padding: 0;
}

#image-cycle  img {
	width: 1000px;
	height: 450px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~main content~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#welcome {
	position: absolute; top: -400px; left: 50px;
	z-index: 100;
	width: 600px;
	color: #FFF;
	text-shadow: 2px 2px #000;
}

#home {
	padding-top: 30px;
	background: url('../images/home.gif') repeat;
	height: 960px;
}

.column {
	background: url("../images/vertical.png") no-repeat scroll 306px 50% transparent;
	width: 338px;
	height:100%;
	float: left;
}

.block {
	width: 277px;
	margin-right: 50px;
	float: left;
	text-align: center;
	background: url("../images/horizontal.png") scroll 50% 100% no-repeat transparent;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.block img {
	width: 260px;
	height: 150px;
	box-shadow: 0px 0px 5px #222;
}

.block h2 {
	text-align: center;
	overflow: hidden;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #222;
}

.block p {
	color: #C5D6E7;
	font-size: 16px;
	margin-bottom: 20px;
}

.block a {
	width: 188px;
	height: 42px;
	background: url("../images/button.png") no-repeat scroll 0 0 transparent;
	margin: 10px auto 0px auto;
	color: #FFF;
	display: block;
	line-height: 41px;
}

.block a:hover {
	text-decoration: none;
	background: url("../images/button.png") no-repeat scroll 100% 100% transparent;
}

#social {
	width: 243px;
	text-align: center;
	padding: 15px;
	padding-top: 0;
	float: left;
}

#social h2 {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

#social img {
	width: 240px;
	margin-top: 10px;
}

#center {
	text-align: center;
}

#center a {
	color: #000;
	font-style: italic;
}

section p {
	margin-top: 20px;
}

section address {
	margin-top: 20px;
	font-style: italic;
}

.blue {
	color: blue;
	font-style: normal;
	font-weight: bold;
}

#map-canvas {
	width: 560px;
	height: 400px;
/*	margin: 0 auto;*/
}

.directions {
	width: 560px;
	margin: 20px auto;
	text-align: justify;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#left {
	width: 200px;
	float: left;
	margin-top: 14px;
}

#left li {
	list-style-type: none;
}

#left a {
	color: #253e55;
	font-size: 16px;
	border-bottom: 1px solid #eceded;
	width: 130px;
	padding: 10px 10px;
	display: block;
}

#left li:nth-of-type(3) a, #left li:nth-of-type(4) a {
	background: #327A52;
	color: white;
	border: none;
	padding: 12px;
	margin: 10px 0;
	font-style: normal;
}

.sub-selected {
	background: #253e55;
	color: white !important;
}

#things-to-do, #holiday-homes {
	float: left;
	width: 750px;
	margin-bottom: 20px;
}

.things, .homes {
	clear: both;
	height: 200px;
}

.things img, .homes img {
	width: 220px;
	height: 180px;
	float: left;
}

.things h3, .homes h3 {
	color: #253e55;
	font-size: 30px;
	margin-left: 20px;
	float: left;
}

.things p, .homes p {
	float: left;
	width: 450px;
	margin-top: 0;
	margin-left: 20px;
	font-size: 18px;
	text-align: justify;
}

.homes {
	height: 220px;
}

.homes p {
	clear: left;
}

.red {
	color: red;
}

.pagination {
	width: 700px;
	padding: 5px 0;
	margin-top: 10px;
	text-align: center;
}

.pagination a {
	background: #0FA1E0;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: none;
}

.pagination a.current {
	font-weight: bold;
}

.caravan {
	width: 730px;
	height: 190px;
	box-shadow: 0px 0px 50px #303030;
	margin: 20px 0;
	position: relative;
}

.caravan img, .caravan h3, .caravam p {
	float: left;
}

.caravan img {
	width: 300px;
	height: 170px;
	margin: 10px;
}

.caravan h3 {
	width: 400px;
	margin: 10px 0;
	clear: right;
}

.caravan p:last-of-type {
	position: absolute; bottom: 10px; left: 320px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~footer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

footer {
	width: 924px;
	height: 80px;
	clear: both;
	background: #335676 url('../images/footer.jpg') 50% 0 repeat-x;
	padding: 70px 38px 0px 38px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #7299BE;
}

footer a {
	color: #FFF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~Form~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container {
  max-width:400px;
  width:100%;
  margin:0 auto;
  position:relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
  background:#253e55;
  padding:25px;
  margin:50px 0;
}

#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

#contact h4 {
  margin:5px 0 15px;
  display:block;
  font-size:13px;
  text-align: center;
  color:white;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width:90%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 5px;
  padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#contact textarea {
  height:100px;
  max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
  cursor:pointer;
  width:90%;
  border:none;
  background:#6EA462;
  color:#FFF;
  margin:0 10px 5px;
  padding:10px;
  font-size:15px;
}

#contact button[type="submit"]:hover {
  background:#65975a;;
  -webkit-transition:background 0.3s ease-in-out;
  -moz-transition:background 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
  outline:0;
  border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}