@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 11px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/*=========== other css ===================*/

body {
	font: 90%/1.7 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #666;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 19px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}


a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.header {
     width:960px;
     height:145px;
     margin:0 20px;
     background: #FFF url(../images/header_bg.jpg) no-repeat;
}

.logo {
  	height:150px;
   	width:250px;
	float:left;
}

.address-details {
 	float:right;
 	width:310px;
  	margin:20px 20px 0 0;
}

/* ~~ this fixed width container surrounds all other divs ~~ */
.container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	float: right;
	width: 317px;
 	height:1700px;
	background: #eee url(../images/grey_bgnd.jpg) repeat-y;
	padding-bottom: 10px;
  	margin: 10px 20px 0 5px;
}

.content {
 	display:block;
	padding: 10px 0;
	width: 650px;
	float: left;
}

.left-column {
 	width:300px;
  	padding-right:10px;
   	padding-left:10px;
   	float:left;
}

.right-column {
 	width:300px;
	float:left;
}

.full-column {
 	width:620px;
  	padding-right:10px;
   	float:left;
}

.image-box-main {
 	width:612x;
  	height:457px;
   	padding: 0 0 10px 19px;
}

.image-box-main-crop {
 	width:612x;
  	height:339px;
   	padding: 0 0 10px 19px;
}

.image-box-main-notopmargin {
 	display:block;
 	width:612x;
  	height:457px;
   	padding: 0 0 10px 19px;
}


.image-box-montage {
 	display:block;
 	width:612x;
  	height:397px;
   	padding: 10px 0 10px 19px;
}

.image-box-tour {
 	display:block;
 	width:612x;
  	height:340px;
  	padding: 0 0 10px 19px;
}

.image-box-sml-l {
 	display:block;
	width:298x;
  	height:240px;
   	float:left;
    padding: 10px 0 10px 19px;
}

.image-box-sml-r {
 	display:block;
	width:298x;
  	height:240px;
   	float:left;
    padding: 10px 0 10px 16px;
}

.image-sidebar {
 	width:283px;
  	height:160px;
	margin: 20px 20px 10px 20px;
 }

/*.sidebar1 img {
 	padding:10px;
}*/

.float-right {
 	float:right;
}

.dotted-line-red {
	border:dashed 1px #CC3300;  	
	width:98%;
    margin-left:20px;
    margin-bottom:20px
}

/*~~~~~~~~~~ QUICKLINKS ~~~~~~~~~~~~~~*/

ul#quicklink {
 	list-style:none;
  	text-decoration:underline;
   	margin-bottom: 35px;
}

#quicklink li a {
 	text-decoration:underline;
  	font-weight:bold;
  	color:#f7931d;
   	margin: 0 10px 0 0;
   	float: left;
    padding-right: 10px;
    border-right: solid 1px;
}

/* ~~~~~~~~~ FOOTER STYLES ~~~~~~~~~~~*/

#footer-full-width	{
 	display:block;
  	width:100%;
   	padding:5px	0;
  	background:#242424 url(../images/palms-bw.jpg) right top no-repeat;
   	font-size:10px;
}

.footer-content {
 	width: 1000px;
 	margin:0 auto;
  	padding:10px 0;
  	color:#fff;
}

.footer-content a {
	color:#fff;
 	text-decoration:none;
 }
.footer-content a:hover {
 	color:#d6df23;
}

.footer-logo	{
 	width:160px;
 	float:left;
}

.footer-para {
 	width:800px;
  	float:left;
}

#footer-full-width ul {
 	list-style:none
}
#footer-full-width ul li {
 	list-style-type:none;
}

.last-pad {
 	padding-bottom:8px;
}

#footer-full-width a {
 	text-decoration:underline;
  	font-weight:bold;
}

.col-1	{
 	margin:10px 0;
  	width:160px;
   	float:left;
}

.col-2 {
 	margin:10px 0;
  	width:120px;
   	float:left;
}
.col-3 {
 	margin:10px 0;
  	width:180px;
   	float:left;
}

.list-col {
 	margin-left:10px;
  	list-style-type:none;
   	float:left;
   
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 20px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
 	width: 960px;
    height: 35px;
    background-color: #000000;
    list-style: none;
    margin: 15px 20px;
}

ul.nav li {
	/*border-bottom: 1px solid #666; this creates the button separation */
 	display:inline-block;
}

ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 8px 5px 15px;
	display: block;
 	color: #fff; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	/* width: 100px;  this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	/*background-color: #C6D580;*/
}
ul.nav a:hover, ul.nav, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	/*background-color: #ADB96E;*/
	color: #d1dd5f;}

/*home nav current rollover state*/
body#navHome li#navHome a {color:#d1dd5f}
body#navEHtours li#navEHtours a {color:#d1dd5f}
body#navRecent li#navRecent a {color:#d1dd5f}
body#navAbout li#navAbout a {color:#d1dd5f}
body#navContact li#navContact a {color:#d1dd5f}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*========== font styles ===================*/
h1 {
 font-size:1.400em;
 line-height:1.3em;
 font-weight:normal;
 color:#000;
 margin:10px 0;
 }

/*h2	{
 font-size:1.2em;
 line-height:1.3em;
 font-style:italic;
 font-weight:normal;
 color:#38c0cf;
 margin-bottom:10px;
}*/

h3 {
 	font-size:1.000em;
  	color:#38c0cf;
   	margin-bottom:2px;
}

h4	{
 	font-size: 1.250em;
  	font-weight:normal;
	margin-bottom: 10px;
	margin-bottom:10px;
}

p	{
 	font-size: 0.9200em;
	margin-bottom: 10px;
}

table {
 	display:block;
 	padding-left:19px;
}

table.date-style {
  	font-size: 0.9200em;
   	line-height:1.250em;
}

table.date-style td {
    padding:0 0 10px 0;
}

.left-column ul li, .right-colun ul li {
 	font-size: 12px;
}


.container .sidebar1 h2 {
 	font-family: 'Roboto Slab', serif;
  	letter-spacing: 1px;
    font-size: 1.100em;
    line-height: 1.400em;
    font-weight: 700;
    color: #4B4B4B;
    margin: 18px;
    padding:6px 0;
    border-bottom: 2px #1b75bb dashed;
    border-top: 2px #1b75bb dashed;
}	

.container .sidebar1 h2 a {
    text-decoration:none;
}

.content h1 {
 	
 	font-size:1.400em;
 	line-height:1.7em;
 	font-weight:normal;
 	color:#000;
 	margin:10px 0;
    font-weight: bold;
    color: #4B4B4B;
    margin: 18px;
    padding-left:0;
    border-bottom: 2px #f7931d dashed;
    border-top: 2px #f7931d dashed;
}

.content h1 .subhead {
 	font-size:75%;
	font-weight:normal;
 }

.container .sidebar1 p {
 	font-size: 0.8em;
	margin-bottom: 10px;
}


.footer p {
 	padding: 10px;
}