body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	line-height: 1.4;
	text-align: center;
}
#wrapper {
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	max-width: 980px;
	width: 100%;
}

a:link {
	color: #78A600;
}
a:visited {
	color: #90c700;
}
a:hover {
	color: #CCFF46;
}
a:active {
	color: #CCFF46;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.links {
	font-size: 14px;
	font-weight: bold;
}
#testimonial {
	text-align: left;
	font-style: italic;
	font-size: 12px;
}
#whoSaid {
	text-align: left;
	font-size: 11px;
}
form {
	margin: 0px;
}
/*Nav bar styles*/
#navBar {
	padding:10px 0;
	}
#navBar ul {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
#navBar ul li {
	display:inline;
	font-size: 13px;
	padding:0 6px;
	}
#navBar ul li a {
    text-decoration: none;   
}
/*eof navbar */
#flashWrapper {
	/*height:388px;*/
	}
#contentWrapper {
	text-align:left;
	padding:20px 30px;
	}
#rightColumn {
	width: 44%;
	float: right;
	padding-left: 6%;
}
#linksTable td {
	padding:6px;
	vertical-align:top;
	}
h2 {
	font-size: 16px;
}
.clearAll {
	width: 100%;
	height:0;
	font-size:0pt;
	overflow:hidden;
	clear:both;
	}
#accommodation #accommodationLink, #home #homeLink, #honeymoon #honeymoonLink, #qct #qctLink, #comments #commentsLink, #album #albumLink, #location #locationLink, #links #linksLink, #contact #contactLink {
	color:#000000;
	text-decoration:	none;
	}

/********** MOBILE STYLES.... LEAVE AT END OF STYLE SHEET **************/
#flashWrapper img, #logo-image, #footer-image {
	width: 100%;
	max-width: 980px;
	height: auto;
}
/* responsive youtube iframe */
.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallery-wrapper {
	max-width: 554px;
	width: 100%;
	margin:0 auto;
}
#gallery-wrapper img {
	width: 100%;
	height: auto;
}
#rightColumn img {
	width: 100%;
	height: auto;
	max-width: 194px;
}
#tswname, #tswemail {
	width: 300px;
}
#tswcomments {
	width: 360px;
}
@media only screen and (max-width:780px){
	#rightColumn {
		width: 80%;
		float: none;
		padding-left: 0;
	}
}
@media only screen and (max-width:440px){
	#tswname, #tswemail {
		width: 280px;
	}
	#tswcomments {
		width: 340px;
	}
}
/* EOF youtube iframe */


/*********** END OF MOBILE STYLE ***************************************/