
body {
	 background-repeat: repeat;
	 background-position: 0 0;
}

#page {
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 10px;
}

.a-layout-horizontal div.section {
	width: 1000px;		/* allows space for drop shadow to "stick out over edge of white content area */
	margin: 0 auto;		/* re-centers the layout */
	background-repeat: repeat-y;
	background-position: 0 0;
}

.a-layout-horizontal div.section-inner {
	width: 960px;
	background-color: #fff;
}


#footer .section-inner {
	background-color: transparent;
}



/* ####################################### */
/* ############## HEADER ################# */
/* ####################################### */

#header .section-inner {
	background: #fff url(/images/global/header_white_grad_bg.jpg) repeat-x 0 0;
	position: relative;
}



/* VCARD
------------------------------------------------*/

.e-header .org,
.e-header .adr,
.e-header .vtelephone {
	position: absolute;
}

.e-header .org,
.e-header .adr {
	top: 0;
	left: -9999px;
}

.e-header .vtelephone {
	top: 139px;
	right: 20px;
	color: #fff;
	font-size: 0.9em;
}

.e-header .tel {
	display: inline;
}



/* ULTILITY LINKS
------------------------------------------------*/

#utility-links {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
	float: right;
}

#utility-links li {
	float: left;
	margin-right: 5px;
}


/* PRESS QUOTE
------------------------------------------------*/

#press-quote {
	clear:right;
	float:right;
	width: 480px;
	margin: 10px 10px;
	text-align: right;
}


/* AWARDS
------------------------------------------------*/

#awards {
	overflow: hidden;
	position: absolute;
	left: 280px;
	top: 26px;
	clear: left;
}


/* ####################################### */
/* ############ NAVIGATION ############### */
/* ####################################### */

/* NAV PRIMARY
------------------------------------------------*/

#nav-primary {
	clear: both;
	margin: 0 10px;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-width: 1px;
	border-style: solid;
}

.nav-primary-level-1 {
	height: 2.9166666666666666666666666666667em;
}

.pri-level-1-item {
	height: auto;
	line-height: normal;
	padding: 5px 5px;
}

.pri-level-1-item a:link,
.pri-level-1-item a:visited {
	color: #fff;
	height: auto;
	padding: 5px 10px;
}

.nav-primary-level-2 {
	top: 2.9166666666666666666666666666667em;
}

.pri-level-2-item,
.pri-level-3-item {
	padding: 0 5px;
}

.pri-level-2-item a:link,
.pri-level-2-item a:visited {
	padding: 3px 10px;
}

.nav-primary-level-2,
.nav-primary-level-3 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav-primary-level-3 {	
	margin-top: -5px;
}




/* NAV SUB
------------------------------------------------*/


.nav-sub-parent a:link,
.nav-sub-parent a:visited {
	background-repeat: repeat-x;
	background-position: 0 0;	
	border-style: solid;
	border-width: 1px;
	color: #fff;
	padding: 8px 10px;
}

#nav-sub ul a:hover, 
#nav-sub ul a:focus {
	background-color: #fefefe;
	color: #111;
}

.nav-sub-level-1 {
	background-color: #F7F7F7;
	border: 1px solid #ECECEC;
}

.nav-sub-level-1 a:link,
.nav-sub-level-1 a:visited,
.nav-sub-level-1 .non-link {
	padding: 6px 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee transparent #fff transparent;
	color: #666;

}

.nav-sub-level-1 :first-child a {
	border-top-color: transparent;
}

.nav-sub-level-2 {
	margin-top: -5px;
}

.nav-sub-level-2 a:link,
.nav-sub-level-2 a:visited {
	padding: 5px 10px 5px 23px;
	color: #777;
	background: url(/r/i/css_framework/graphics/arrow.gif) no-repeat 10px 50%;
}

.nav-sub-active-section {
	background-color: #fff;
}

.nav-sub-active-section > a:first-child {
	font-weight: bold;
	color: #333;
}







/* ####################################### */
/* ############### CONTENT ############### */
/* ####################################### */

#main-content {
	width: 700px;
	padding: 20px 10px;
}

.a-content-home-page #main-content {
	width: auto;
	overflow: hidden;
	padding-top: 10px;
}

#main-content .full-width {
	width: auto;
	float: none;
}

#sub-content {
	width: 220px;
	padding: 20px 10px;
	min-height: 600px;
}



/* COPY COLUMNS
------------------------------------------------*/

#main-copy,
#sub-copy {
	margin-top: 20px;
	width: 330px;
}

#main-copy {
	float: left;
	padding-right: 20px;
}

#sub-copy {
	float: right;
	padding-left: 20px;
	background: #fff url(/images/global/sub_copy_bg.jpg) no-repeat 0 0;
	min-height: 600px;
}


/* PAGE IMAGERY
------------------------------------------------*/

#page-imagery {
	position: relative;
	z-index: 1;
	height: 273px;
	margin-bottom: 20px;
}

#slide-show {
	display:block;
	margin: 0 0 0 0;
	padding:1px;
	list-style: none;
	border:1px solid #999;
	height:270px;
	overflow:hidden;	
}

.slide-show-slide {		/* <li> */
	left:2px;
	overflow:hidden;
	position:absolute;
	top:2px;
	width:696px;
	z-index:108;
	height: 270px;	
}

.slide-show-slide img {
	vertical-align: bottom;
	position: relative;
	left: 0;
}

li.active-slide {
	z-index: 2000;
}

.slide-show-information {
	position: absolute;
	/*	bottom: 1px;*/
	margin-bottom: 1px;
	left: 2px;
	padding: 5px 20px;
	color: #fff;
	font-size: 0.9em;
	width: 656px;
	height: 26px;
	z-index: 110;
	background: transparent url(/images/global/slide_show_info_bg_short.png) no-repeat scroll 0 0;
	/* background: url(/images/global/slide_show_info_bg.png) repeat 0 0; */
	/* display: block !important; */
}



#slide-caption {
	margin: 5px 0 0 0;
}

#slide-show-controls {
	margin: 0;
	padding: 0;
	list-style: none;
/*	position: absolute;
	bottom: 5px;
	right: 5px;*/
	z-index: 112;
}

#slide-show-controls li {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 27px;
	height: 26px;
	float: left;
	margin-right: 5px;
	text-indent: -9999px;
	cursor: pointer;
}



#slide-show-stop {
	background-image: url(/images/global/slide_show_pause.gif);
}

#slide-show-next {
	background-image: url(/images/global/slide_show_next.gif);
}

#slide-show-previous {
	background-image: url(/images/global/slide_show_previous.gif);
}

#slide-show-play {
	background-image: url(/images/global/slide_show_play.gif);
}

#slide-show-edit {
	position 	: absolute;
	right	 	: 110px;
	padding		: 0 1em;
	background	: #ffffff;
}

#slide-show-edit a {
	color		: #dd0000;
}


#slide-show-toggle {
	position: absolute;
	top: -20px;
	right: 0;
	font-size: 0.9em;
	cursor: pointer;
}


.proto-controls {
	position: absolute;
	left: -9999px;
}


.proto-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 5px;
	top: 20px;
	z-index: 3000;
}

.proto-navigation li {
	float: left;
	margin-right: 10px;
}

.proto-navigation li a:link,
.proto-navigation li a:visited {
	display: block;
	width: 8px;
	height: 8px;
	text-decoration: none;
	background-color:	#AAACA8;   
	border: 1px solid #090809;
	color: #666;
	text-indent: -9999px;
	overflow: hidden;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.proto-navigation li a:hover,
.proto-navigation li a:focus {
	background-color: #fff;
	border-color: #000;
}


.proto-navigation li.current-slide a:link,
.proto-navigation li.current-slide a:visited {
	background-color: #fff;
}





/* GOOGLE MAP
------------------------------------------------*/

#gmap {
	height: 270px;
	border:1px solid #999;
	padding: 1px;
}

#gmap {
	text-align: left;
}

#gmap .org {
	font-weight: bold;
	margin-bottom: 0.5em;
}

#gmap .vtelephone {
	font-weight: bold;
}
p.adr,
p.vtelephone {
	margin : 0;
}


/* ####################################### */
/* ############## FOOTER ################# */
/* ####################################### */

/* NAV DIRECTORY
------------------------------------------------*/



#nav-directory {
	padding-top: 30px;
}

#nav-directory h6.offScreen {
	position: static;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 70px;
	text-indent: -9999px;
}

.nav-directory-level-1 {
	padding: 0 30px 0 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;

}

.nav-directory-section {
	float: left;
	width: 185px;
	padding: 20px;
}

.nav-directory-section-header {
	font-size: 1.1em;
}

.nav-directory-section-header a:link,
.nav-directory-section-header a:visited {
	color: #fff;
}

.inner-foot-list a:link,
.inner-foot-list a:visited {
	padding: 0.5em 0;
	display: block;
	height: 1%;
}

ul.inner-foot-list a:hover,
ul.inner-foot-list a:focus {
	color: #fff;
}


/* ####################################### */
/* ########## SISTER PROPERTIES ########## */
/* ####################################### */

#sister-properties {
	margin: 0 auto;
	padding: 0;
	width: 620px;
	/* padding-left: 280px; */
	clear: both;
	text-align: center;
}

#sister-properties ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 11.666666666666666666666666666667em;
	display			: inline-block;
	/* IE Hack */
	zoom:1;
	*display:inline;
}

#sister-properties li {
	float: left;
	width: 75px;
	height: 50px;
	margin:0 25px;
}

#sister-properties li a:link,
#sister-properties li a:visited {
	padding-top: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	color: #fff;
	opacity: 0.8;
	white-space: nowrap;
}

#sister-properties li a:hover,
#sister-properties li a:focus {
	opacity: 1;
} 



/* ####################################### */
/* ########## 		FOOTERS 	########## */
/* ####################################### */

#site-info-links {
	text-align				: center;
	overflow				: hidden;
	padding-top				: 15px;
}
#site-info-links ul {
	display			: inline-block;
	/* IE Hack */
	zoom:1;
	*display:inline;
}
#site-info-links a:hover, 
#site-info-links a:focus {
	color:#ffffff;
}

#site-copyright,
#site-credits {
	text-align: center;
	margin: 0 auto;
	width:100%;

}



/* ####################################### */
/* ############### TABLES ################ */
/* ####################################### */

table {
	background-color: #fff;
/*	font-size: 0.9em;*/
	width: 100%;
}

table th,
table td {
	border-style: solid;
	border-width: 1px;
	padding: 0.5em 10px;
}

table th {
	background-color: #E9E9E9;
	border-color: #C4C4C4;
}

table td {
	border-color:#EEEEEE;
}

table tr:nth-child(2n) {
	background-color: #FAFAFA;
}


/* SUB COPY TABLE
------------------------------------------------*/






/* ####################################### */
/* ############## HOMEPAGE ############### */
/* ####################################### */

/* HOME PAGE SLIDESHOW
------------------------------------------------*/

.a-content-home-page #slide-show {
	width: auto;
	border: 0;
	padding: 0;
}

.a-content-home-page .slide-show-slide {
	width: 940px;
	top:0;
	left:0;
}

.a-content-home-page .slide-show-information {
	/* background: transparent url(/images/global/slide_show_info_bg_tall.png) no-repeat scroll 0 0; */
	background: none;
	width: 900px;
	left: 0;
	bottom: 3px;
	padding: 20px;
	height:46px;
	display: none;
}

.a-content-home-page #slide-show-controls {
	bottom	: 20px;
	display : none;
}

#site-name,
#site-tag-line {
	margin: 0;
	font-family: "Futura Bk",Futura,Arial,sans-serif;
	color: #fff;
}

#site-name {
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 0.1em;
}

#site-tag-line {
	font-size: 16px;
	line-height: 14px;
	font-style: italic;
}

/* Lightviewing.. */
.slide-show-slide .slide-lv-link {
	position:absolute;top:0;bottom:0;right:0;left:0;
}

/* HOMEPAGE COLUMNS
------------------------------------------------*/

#primary-sections {
	margin: 0;
	padding: 0px 10px 40px 10px;
	list-style: none;
	overflow: hidden;
	position: relative;
}

#primary-sections p.cta-container {
	position: absolute;
	bottom : 0;
}

#primary-sections li {
	float: left;
	width: 279px;
	padding-bottom:2em;
}

#primary-section-2 {
	padding: 0 20px;
	margin: 0 20px;
	border: 1px dashed #e1e1e1;
	border-width: 0 1px;	
}

/* HOME PAGE BLOG
------------------------------------------------*/
	
#home-blog {
	float: left;
	clear: left;
	width: 620px;
	padding: 20px 0px 20px 10px;
	margin-top : 2em;
	position: relative;
}

#home-blog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-blog li {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 0;
}

#home-blog li.offer-c {
	clear: left;
}

#home-blog ul ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1.5em;
	padding:0;
	overflow: hidden;
}

#home-blog ul ul li {
	background:transparent url(/r/i/css_framework/graphics/arrow.gif) no-repeat scroll 0 0.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0 0 0.5em 15px;
	width: auto;
	float: none;
}



#home-blog p.cta-container {

}

#home-blog p {
	font-style: normal;
}
#home-blog p a {
	font-style: normal;
}


#home-blog ul.post-list .post h3, 
#home-blog ul.post-list .post-meta, 
#home-blog ul.post-list .post-comments, 
#home-blog ul.post-list .post-summary, 
#home-blog ul.post-list .post-link {
	width:170px;
	float: left;
	margin-left: 20px;
}

#home-blog ul.post-list .post h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#home-blog .story-image {
	display: block;
}

#home-blog .story-image-container {
	width: auto;
	height: auto;
}

#home-blog .offer-C {
	clear: left;
}







/* HOME PAGE MEMBERSHIP
------------------------------------------------*/
#home-membership {
	width: 280px;
	float: right;
	padding: 20px 10px 20px 20px;
	background: #FFFFFF url(/images/global/sub_copy_bg.jpg) no-repeat scroll 0 0;
	margin-top : 2em;
}









/* ####################################### */
/* ############ MISC STYLING ############# */
/* ####################################### */

.download {
	margin-bottom: 1.5em;
}

.download a:link,
.download a:visited {
	display: block;
	padding-left: 25px;
}

.download span {
	font-size: 0.9em;
}





/* ####################################### */
/* ############ IFRAME BOOKING ########### */
/* ####################################### */

div.e-iframe-booking-engine {
	text-align : center;
}

iframe.booking-engine {
	margin 	: 10px;
	height	: 1100px;
	width 	: 780px;
	border	: 0;
}










/* ####################################### */
/* ############### THE BLOG ############## */
/* ####################################### */


.section-blog div.e-page_title {
	position: static;
}

#page-subtitle {
left:-9999px;
position:absolute;
}

/* BLOG LISTING
------------------------------------------------*/

ul.post-list .post h3, 
ul.post-list .post-meta, 
ul.post-list .post-comments, 
ul.post-list .post-summary, 
ul.post-list .post-link {
	float:right;
	width:578px;
}

ul.post-list .post {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 1.66667em;
	position: relative;
}

ul.post-list .cta-container {
	margin-bottom: 0;
}

.story-image-wrapper {
	border:1px solid #e1e1e1;
	float:left;
	overflow:hidden;
}

.story-image-container {
	margin: 1px;
	display: block;
}

.e-main-content ul.post-list p.post-comments {
	background:transparent url(/images/grayshott/comments.png) no-repeat scroll 0 0;
	font-size:20px;
	height:35px;
	width:35px;
	line-height:35px;
	padding-left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;

	color: #fff;
}

.e-main-content ul.post-list p.post-comments a:link,
.e-main-content ul.post-list p.post-comments a:visited {
	color: #fff;
	text-decoration: none;
}

.e-main-content ul .post-comments span {
	left:-9999px;
	position:absolute;
}



/* FULL ARTICLE
------------------------------------------------*/

.post-full .post-meta {
	background: #DCE9ED;
	padding: 30px;
	font-size: 1em;
	color: #111;
	border: 1px solid #95BCC8;
	margin-bottom: 40px;
}

.post-meta .author-img {
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 20px 60px 0;
}

.post-meta-summary {
	font-size: 1.5em;
	margin-bottom: 0;
}

.post-full div.post-actions {
	margin: 0;
	overflow: hidden;
}

.post-actions a.cta:link,
.post-actions a.cta:visited {
	float: left;
	font-size: 1em;
}

.post-actions .share-widget {
	float: right;
}


/* COMMENTS
------------------------------------------------*/

.post-comments li.comment-block h6 {
	background-color:#5596A9;
	background-image:url(/images/grayshott/nav_primary_bg.jpg);
	border-color:#8BB8C5 #4B8596 #4B8596;
	color: #fff;
}

.comment-body {
	overflow: hidden;
	border: 1px solid #95BCC8;
}

.post-comments li.comment-block .comment-gravatar {
	float: left;
	margin: 10px;
}

.post-comments li.comment-block .comment {
	float: right;
	width: 537px;
}



.e-post-nav-cta {
	margin-top : 2em;
}













/* ####################################### */
/* ############# CLEAR FIXES ############# */
/* ####################################### */

.clear-both,
#clear-both {
	clear: both;
	zoom: 1;
	position: relative;
	overflow: hidden;
}

