/* =============================================================================
   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: 100%; line-height: 1.25; }

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)
 */

::-moz-selection { background: #d6ddc5; color: #333; text-shadow: none; }
::selection { background: #d6ddc5; color: #333; text-shadow: none; }


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

a { color: #5d6748;}
.segment a:hover {color:#a2b275;}
a:hover { color: #a2b275; }
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; }
.sidebar_block {
	margin:20px 0;
	padding-bottom:20px;
	border:1px solid #abb57f;
	text-align:center !important;

}

.sidebar_block h2 {
	width:90%;
	margin:-12px auto 20px;
	background-color: #f2f3eb;
	font-size:22px;
	font-weight:300;
}
.sidebar_block h3 {
	margin:27px 0 10px;
	font-size:14px;
	font-weight:700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #777e50;
}
.sidebar_block p.big {
	font-size:24px;
	line-height:30px;
}
.sidebar_block p {
	margin:0;
	font-size:18px;
	line-height:30px;
}
/* == fonts == */

@font-face {
    font-family: 'EyeCatchingProRegular';
    src: url('/interface/fonts/eye_catching_ot-webfont.eot');
    src: url('/interface/fonts/eye_catching_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('/interface/fonts/eye_catching_ot-webfont.woff') format('woff'),
         url('/interface/fonts/eye_catching_ot-webfont.ttf') format('truetype'),
         url('/interface/fonts/eye_catching_ot-webfont.svg#EyeCatchingProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color:#f2f3eb;
	color:#363b1f; /* was #363b1f; */
	font-weight:300;
	-webkit-font-smoothing:subpixel-antialias;
	font-size:1.1875em;
	line-height:1.471;
	margin:0;
	height:100%;
	min-width:960px;
}

.blacktext p {
	color:black !important;
}
.right {
	float:right !important;
}

.left {
	float:left !important;
}

h1.pagetitle {
	font-weight:normal;
	font-size:5.25em; 
	line-height:.7 !important
}

h1 {
	font-weight:normal;
	line-height:0.5;
}

h2, h3, h4, h5 {
	-webkit-font-smoothing:antialiased;
	font-weight:normal;
	line-height:.925em;
}

h2 {
	font-weight:300;
	-webkit-font-smoothing subpixel-antialias;
}
p {
	margin:10px 0 0;
	padding:0;
}

em {font-weight:300;}

strong {font-weight:normal;}

em strong, strong em {
}

img {border:0;}

iframe {z-index:50;}

.segment ul li {
	list-style:url(/interface/img/bullet.gif);
	vertical-align:middle;
}
.container {
	position:relative;
	margin:0 auto;
	width:960px;
}

.clear {clear:both;}

.divider {
	clear:both;
	padding-top:15px;
	margin:0 auto 15px;
	border-bottom:1px solid #dfe1d9;
}

.toggle_parent {
	cursor: pointer;
}

#map {
	height:10em;
	padding-bottom:28.125%;
	margin-bottom:2em;
}
@media screen and (max-width:55em) {
	#map {height:15em;}
}
@media screen and (min-width:85em) {
	#map {height:5em;}	
}
@media screen and (min-width:100em) {
	#map {height:0em;}	
}


#header {
	min-height:75px;
	height:75px;
	max-height:75px;
	text-align:center;
	background-color:#363b1f;
	width:100%;
	top:0;
	left:0;
	z-index:100;	
}
#header .container {
	background: url() no-repeat center bottom;
}
#header .logo {
	height:55px;
	display:inline-block;
	zoom:1;
	padding:10px;
}
#header .menu {
	position:relative;
	display:block;
	float:left;
	margin:0 auto;
	padding: 0 0 0 30px;
	list-style:none;
	text-align:center;
	font-size:18px;
	line-height:31px;
	zoom:1;
}
#header .menu:before,
#header .menu:after {
	display:table;
	content:"";
}
#header .menu:after {clear:both;}
#header .menu li {
	display:inline;
	position:relative;
	float:left;
	white-space:normal;
	zoom:1;
}
#header .menu li a {
	display:inline-block;
	padding:22px 7px;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	zoom:1;
}
#header .menu li a.active, #header .menu li.selected a {background-color:#4c5035;}
#header .menu li a:hover, #header .menu li:hover, #header a:hover {
	background-color:#41452a;
	cursor:pointer;
}
#header .menu li a:hover.active, #header .menu li.selected a:hover {
	background-color:#4c5035;
	cursor:pointer;
}
#header .menu li ul.level2 {
	display:none;
	font-size:.925em;
	position:absolute;
	background:white;
	left:0;
	padding:0;
	margin:0;
}
#header .menu li:hover ul.level2 {
	display:block;
	box-shadow: 1px 4px 9px rgba(0,0,0,0.35);
	border-radius:0 0 5px 5px;
	overflow:hidden;
}
#header .menu li ul.level2 li {
	float:none;
	text-align:left;
}
#header .menu li.selected ul a {background-color:white;}
#header .menu li ul.level2 li a {
	display:block;
	color:#363b1f;
	padding:10px 30px 10px 20px !important;
	margin:0;
	border-bottom:1px solid #dfd8ba;
	
}
#header .menu li ul.level2 li a:hover {
	background-color:#eaecdd;
	background-clip:padding-box;
}
#header .menu ul.level2 ul {
	display:block;
	position:relative;
/* 	background:white; */
	padding:0;
	margin:0;	
}
#header .menu ul.level2 ul {
	display:block;
	position:relative;
/* 	background:white; */
	padding:0;
	margin:0;	
}
#header .menu li ul.level2 ul li {
	float:none;
	text-align:inherit;
}
#header .menu li ul.level2 ul li a {
	display:block;
	color:inherit;
	padding:8px 25px 9px 15px !important;
	margin:0;
	border-bottom:1px solid #d4d8ba;
	border-left:10px solid #d4d8ba;
	font-size:0.8725em;
	border-radius:0;
}
#header .menu li ul.level2 ul.level4 li a {
	border-left:15px solid #eaecdd;
}
#header .menu li ul.level3 li a:hover {
	border-left:10px solid #eaecdd;
}


#heroImage {
	margin:0 auto;
	width:100%;
	overflow-x:hidden;
	background-size:cover !important;
}
#heroImage img{
	min-width:100% !important;
	height:auto !important;
	opacity:0;
	margin:0 auto;
	filter: alpha(opacity = 0);
	zoom:1;
}
#heroImage .logo{
	margin:-275px auto 0;
	padding-left:20px;
	height:275px;
	width:82%;
	min-width:860px;
	max-width:1100px;
	background-repeat: no-repeat;
	background-position:top left;
}
.primary.container {
	padding-top:30px;
/* 	border-bottom:1px solid #bec2b3; */
}

.nohero #main {margin-top:0px;}
#main {
	margin:-50px auto 50px; /* top margin was -75px to overlap fade */
	min-height:600px;
	width:600px;
	float:left;
}
.media {text-align:center;}
#main>:first-child {
	border-top:0 solid transparent !important;
}
.segment:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.segment { 
	padding-bottom:25px;
	border-top:1px solid #bec2b3;
	clear:both;
	display: inline-block; 
}
/* start commented backslash hack \*/
* html .segment { height: 1%; }
.segment { display: block; }.delineated.segment {border:0;}
.news .segment {padding-top:10px;}
.sticky.segment {
	background-color:#efefe4;
	border-bottom:1px solid #bec2b3;
}
.sticky.segment + .segment {
	border-top:1px solid rgba(255,255,255,0.1);
}
.news .sticky.segment .shortimgs .youtube_video, .news .sticky.segment .shortimgs .magnify {
	margin-top:0 !important;
	height:80px !important;
	overflow-y:hidden;
}
.youtube_video + .magnify {
	margin-top:5px !important;
	clear:left;
}
.sticky .shortimgs a span {
	height:78px !important;
	border-bottom:2px solid white; 
	overflow-y:hidden;
}
.end {
	text-align:center;
	font-size:75%;
}
#main .sub.segment {
	border-top:1px solid #dfe1d9;
}
.segment a {color:#5d6748;}
#main .segment.youtube_videos {
}
#main .youtube {
	float:left;
	width:400px;
	height:250px;
	padding-bottom:25px;
	margin-top:5px;
	margin-right:20px;
	margin-bottom:10px;
}
.youtube * {
	margin-left:0px !important;
	margin-right:0px !important;
}

#main .segment *, #main .segment .clearfix * {margin-left:40px;}	
#main.article .segment *, #main.article .segment .clearfix *, #{margin-left:20px;}

#main .segment * *, #main.article .segment * *, #main .segment .clearfix * *, #main.article .segment .clearfix * *, #main .segment .clearfix, #main.article .segment .clearfix {margin-left:0;}

#main .segment h1 {
	margin:60px 0 20px 20px;
	padding: 0;
	font-size:80px;
	line-height:.6 !important;
	font-family:EyeCatchingProRegular;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
}
#main .segment h2 {
	-webkit-font-smoothing: antialiased;
	font-size:36px;
	line-height:39px;
	padding:0;
	margin-top:21px;
	margin-bottom:23px;
}

#main .segment p {margin-right:20px;}

#main .segment table {
	border:1px solid #6e774b;
	width:100%;	
}

#main .segment table td {
	box-sizing: border-box;
	padding:3px 5px;
}
#main .segment table td p:first-child {
	margin-top:0;
	padding-top:0;
}
#main .segment table td p:last-child {
	margin-bottom:0;
	padding-bottom
	:0;
}

.hidden {display:none;}

.promo {
	display:block;
	position:absolute;
	top:-320px;
	right:-75px;
	opacity:0.95;
	filter:alpha(opacity = 95);
	padding-bottom:1px;
}
.promo:hover {
	opacity:1;
	filter:alpha(opacity = 100);
}
.promo:hover img {
/*
	position:relative;
	top:1px;
*/
}
.magnify, .wrapper, .youtube_video, .pdf {
	float:left;
	position:relative;
	margin:5px 20px 5px 40px;
	border:1px solid #999;
	text-decoration:none;
}
.directors {
}
.non.directors {margin-bottom:20px;}
.directors .wrapper img, .wrapper.type_1 img {width:156px;}
.non.directors .wrapper img, .wrapper.type_0 img {width:111px;}
.type_1, .type_0 {
	margin: 0 0 19px 40px;
	clear:left;
}
.type_1 + .type_1,
.type_1 + .type_1 + .type_1, 
.type_0 + .type_0, 
.type_0 + .type_0 + .type_0, 
.type_0 + .type_0 + .type_0 + .type_0 {
	margin-left:19px;
	clear:none;
}
.type_1 + .type_0 {margin-top:0;}
.type_1 img, .type_0 img {padding:1px;}
.type_1 img {width:160px;}
.type_0 img {width:115px;}
.floorplans .magnify, .floorplans .pdf {
	margin:15px 20px 15px 40px !important;	
}
.gallery .magnify, .gallery .pdf {
	margin:5px 0px 10px 30px !important;
}
.gallery h3 {font-weight:bold;}
.gallery h3 b {font-weight:normal;}
.magnify span, .pdf span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.5) url(/interface/img/magnify.png) no-repeat center center; 
	opacity:.25;
}
.youtube_video span {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent url(/interface/img/play.png) no-repeat center center; 
	opacity:0.5;
}
.magnify span:hover, .youtube_video span:hover, .pdf span:hover {
	background-color:rgba(255,255,255,.5);
	opacity:1;
}
b.caption {
	display:block;
	background-color:#a2b275;
	border:1px solid white;
	border-top:0px solid white;
	color:white !important;
	text-decoration:none;
	text-align:center;
	font-size:0.85em;
	font-weight:500;
	clear:left;
	width:auto;
}
a:hover.enlarge, a:focus.enlarge {background-color:#515836;}
.news .segment img {
	margin-top:15px !important;
	padding:1px;
	border:1px solid #999;
	border-color:#bec2b3;
	background-color:white;
}
.news .segment .magnify, .news .segment .pdf, .news .segment .youtube_video {
	margin-top:15px !important;
	margin-bottom:15px !important;
	}
.news .news_gallery {
	overflow:hidden;
	margin:15px 15px 20px 0;
	padding:2px;
	padding-right:0;
	width:538px;
	height:268px;
/* border:1px solid #bec2b3; */
/* background-color:white; */
}
.news .news_gallery img:hover {cursor:pointer;}
.news .news_gallery img {
	padding:0 !important;
	border:0 !important;
}
.news .news_gallery .magnify {
	overflow:hidden;
	width:359px;
	height:269px;
}
.news .news_gallery .main_img {
	min-width:359px;
	min-height:269px;
}
.news .news_gallery .extra_images {
	float:left;
	overflow-x:hidden;
	overflow-y:scroll;
	width:174px;
	height:100%;
}
.news .news_gallery .extra_images b {
	display:block;
	overflow:hidden;
	width:157px;
	height:118px;
}
.news .news_gallery .extra_images img {
	padding-left:2px !important;
	min-height:100%;
	max-width:150%;
	max-height:150%
	min-width:100%;
}
.news .news_gallery .extra_images b{
	margin-bottom:2px !important;
}
.news .news_gallery .extra_images b:last-child {
	margin-bottom:0 !important;
}
.news .news_gallery .extra_images a {display:none;}
.news .news_gallery .magnify {
	padding:0 !important;
	border:0 !important;
	margin:0 !important;
}
.news .news_gallery .magnify span {
	display:none !important;
	border:0 !important;
}
.news .news_gallery .magnify:hover span {
	display:block !important;
}
.news .news_gallery img {
	float:none;
	margin:0 !important;
	border:0;

}
.news .news_gallery .extra_images img {

}
.news h2 {
	margin-top:0 !important;
	font-size: 30px !important;
}
.image_margin {
	top:0;
	clear:none;
}
h2 a {text-decoration:none;}
h2 a p:after {
	position:relative;
	margin-left:0.25em;
	content: "\00BB";
	font-size:.75em;
}
.date {
	display:block;
	margin-top:15px;
	color:#5d6748;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.85em;
	line-height:1em;
}
.date h2 {
	margin-top:0 !important;
	line-height:1;
}
#main .segment img {
	background-color:transparent;
	float:left;
	margin:5px 20px 5px 40px;
}

#main .segment .magnify img, #main .segment .pdf img, #main .segment .wrapper img, #main .segment .youtube_video img {
	margin:0 !important;
	border:1px solid white;
}

#main .faq {
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px solid #bec2b3;
}
#main .faq h3.read a {
	color:#aaaf9c !important;
}
#main .faq * {margin-left:20px;}	
#main .faq * * {margin-left:0;}

#main .faq .question {
	display:inline-block;
	line-height:1.185em;
	margin:0 0 0 0px;
}
#main .faq .question a {<br />
	padding:5px 10px;
	text-decoration:none;
}
#main .faq .question:before {content:"\B7  ";}
#main .faq .question a:hover {
	cursor:help;
	background-color:rgba(255,255,255,.5);
}
#main .faq p {background-color:transparent;}
#sidebar {
	position:absolute;
	float:right;
	right:10px;
/* 	top:-3px; removed to no longer accommodate fade */ 
	padding-bottom:50px;

}
.nohero #sidebar {padding-top:75px;}
#sidebar .buttons {
	font-size:18px;
	line-height:22px;
	list-style:none;
	margin:15px 0 10px;
	padding:0 0 10px 0;
	text-align:left;
}

#sidebar .buttons li {
	display:block;
	zoom:1;
	clear:both;
	margin-bottom:10px;
}

#sidebar .buttons li a {
	color:#363b1f;
	text-decoration:none;
	display:block;
	padding:9px 30px 10px;
	width:240px;
}

#sidebar .buttons.darker li a {color:white;}

#sidebar .buttons .parent {display:none;}
.property {
	background-color:#eaecdf;
	float:left;
	display:block;
	box-sizing: border-box;
	width:45%;
	margin:0 -20px 20px 40px;
	padding:140px 20px 20px;
	text-decoration:none;
	background-position:center top;
	background-repeat:no-repeat;
	border:1px solid transparent;
	overflow-x:hidden;
}

.property:nth-child(even) {
	clear:left;
	float:left;
}

.property:nth-child(odd) {
	clear:right;
	float:right;
	margin-right:0px;
}
.property:hover {
	border:1px solid white;
	cursor: pointer;
}

.property h2 {
	font-size:1.5em;
	margin-bottom:0;
}
.property h3 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin:10px 0 15px;
	padding-bottom:20px;
	border-bottom:1px solid #adb490;
}

.person {
	margin:-1px 10px 0 40px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.person:hover {
	cursor: pointer;
}

.person .headshot {
	float:left;
	display:block;
	width:65px;
	padding:2px;
	border:1px solid #ccc;
	margin:15px 20px 10px 0;
}

.person h3 {
	font-size:1.5em;	
	margin:30px 0 0;
}
.person h4 {
	font-size:.8725em;
	font-weight:bold;
	text-transform:uppercase;
	margin: 10px 0 30px 0;
	color:#68774b;
	opacity:.75;
	filter: alpha(opacity = 75)
}

.person p {display:none;}
.person p:last-child {margin-bottom:25px;}

.positionsvacant {
	
}

.positionsvacant h3 {
	font-size:1.25em;
	margin-bottom:.25em;
}
.positionsvacant .details {
	font-size:0.95em;
	width:70%;
	float:left;
}
.positionsvacant .jobposting {float:left;}
.positionsvacant .info {
	width:20%;
	padding:0 0 0 30px;
	margin:24px 0 0 0 !important;
/* 	border-left:1px solid #ddd; */
	float:right;
}
.positionsvacant .info ul, .positionsvacant .info li {
	padding:0;
	margin:0;
}
.positionsvacant .info li {
	font-size:0.8125em;
	font-weight:normal;
	list-style: none;
}
.positionsvacant .info li:first-child {margin-bottom:18px;}
.positionsvacant .info li strong {font-weight:bold;}

.positionsvacant .sbg {
/* 	 background: transparent url(/images/made/assets/general_imagery/St-Brigids-horiz_250_100_80.jpg) no-repeat right bottom; */
	 background-size:20%;
}
#main .positionsvacant .info img {
	margin:0;
	padding:50px 0;
	background-color:transparent;
}


#sidebar .buttons li a {background:transparent url(/interface/img/swashes.png) -300px -375px no-repeat;}
#sidebar .buttons.darker li a {background:transparent url(/interface/img/swashes_darker.png) -300px -375px no-repeat;}

#sidebar .buttons li.pale a {background:transparent url(/interface/img/swashes.png) -600px -375px no-repeat;}
#sidebar .buttons.darker li.pale a {background:transparent url(/interface/img/swashes_darker.png) -600px -375px no-repeat;}

#sidebar .contact li a {border-top:1px solid #ccc;}
#sidebar .contact {border-bottom:1px solid #ccc;}

/*
#sidebar .contact li a {background:transparent url(/interface/img/contact.png) -300px -375px no-repeat;}
#sidebar .contact li.pale a {background:transparent url(/interface/img/contact.png) -600px -375px no-repeat;}
*/

#sidebar .buttons li:nth-child(1) a {background-position: -300px -68px;}
#sidebar .buttons li:nth-child(2) a {background-position: -300px -113px;}
#sidebar .buttons li:nth-child(3) a {background-position: -300px -158px;}
#sidebar .buttons li:nth-child(4) a {background-position: -300px -203px;}
#sidebar .buttons li:nth-child(5) a {background-position: -300px -248px;}
#sidebar .buttons li:nth-child(6) a {background-position: -300px -293px;}
#sidebar .buttons li:nth-child(7) a {background-position: -300px -338px;}
#sidebar .buttons li:nth-child(8) a {background-position: -300px -383px;}
#sidebar .buttons li.big a {background-position: -300px 0;}

#sidebar .buttons li:nth-child(1) a:hover {background-position: 0 -67px !important;}
#sidebar .buttons li:nth-child(2) a:hover {background-position: 0 -112px !important;}
#sidebar .buttons li:nth-child(3) a:hover {background-position: 0 -157px !important;}
#sidebar .buttons li:nth-child(4) a:hover {background-position: 0 -202px !important;}
#sidebar .buttons li:nth-child(5) a:hover {background-position: 0 -247px !important;}
#sidebar .buttons li:nth-child(6) a:hover {background-position: 0 -292px !important;}
#sidebar .buttons li:nth-child(7) a:hover {background-position: 0 -337px !important;}
#sidebar .buttons li:nth-child(8) a:hover {background-position: 0 -382px !important;}
#sidebar .buttons li.big a:hover {background-position: 0 0px !important;}

#sidebar .buttons.pale li:nth-child(1) a, #sidebar .buttons li.pale:nth-child(1) a {background-position: -600px -67px;}
#sidebar .buttons.pale li:nth-child(2) a, #sidebar .buttons li.pale:nth-child(2) a {background-position: -600px -112px;}
#sidebar .buttons.pale li:nth-child(3) a, #sidebar .buttons li.pale:nth-child(3) a {background-position: -600px -157px;}
#sidebar .buttons.pale li:nth-child(4) a, #sidebar .buttons li.pale:nth-child(4) a {background-position: -600px -202px;}
#sidebar .buttons.pale li:nth-child(5) a, #sidebar .buttons li.pale:nth-child(5) a {background-position: -600px -247px;}
#sidebar .buttons.pale li:nth-child(6) a, #sidebar .buttons li.pale:nth-child(6) a {background-position: -600px -292px;}
#sidebar .buttons.pale li:nth-child(7) a, #sidebar .buttons li.pale:nth-child(7) a {background-position: -600px -337px;}
#sidebar .buttons.pale li:nth-child(8) a, #sidebar .buttons li.pale:nth-child(8) a {background-position: -600px -382px;}
#sidebar .buttons.pale li.big a, #sidebar .buttons li.pale.big a {background-position: -600px 0;}

#sidebar .buttons li.inactive:nth-child(1) a:hover {background-position: -300px -68px !important;}
#sidebar .buttons li.inactive:nth-child(2) a:hover {background-position: -300px -113px !important;}
#sidebar .buttons li.inactive:nth-child(3) a:hover {background-position: -300px -158px !important;}
#sidebar .buttons li.inactive:nth-child(4) a:hover {background-position: -300px -203px !important;}
#sidebar .buttons li.inactive:nth-child(5) a:hover {background-position: -300px -248px !important;}
#sidebar .buttons li.inactive:nth-child(6) a:hover {background-position: -300px -293px !important;}
#sidebar .buttons li.inactive:nth-child(7) a:hover {background-position: -300px -338px !important;}
#sidebar .buttons li.inactive:nth-child(8) a:hover {background-position: -300px -383px !important;}
#sidebar .buttons li.big.inactive a:hover {background-position: -300px 0 !important;}

#sidebar .buttons li.pale.inactive:nth-child(1) a:hover {background-position: -600px -67px !important;}
#sidebar .buttons li.pale.inactive:nth-child(2) a:hover {background-position: -600px -112px !important;}
#sidebar .buttons li.pale.inactive:nth-child(3) a:hover {background-position: -600px -157px !important;}
#sidebar .buttons li.pale.inactive:nth-child(4) a:hover {background-position: -600px -202px !important;}
#sidebar .buttons li.pale.inactive:nth-child(5) a:hover {background-position: -600px -247px !important;}
#sidebar .buttons li.pale.inactive:nth-child(6) a:hover {background-position: -600px -292px !important;}
#sidebar .buttons li.pale.inactive:nth-child(7) a:hover {background-position: -600px -337px !important;}
#sidebar .buttons li.pale.inactive:nth-child(8) a:hover {background-position: -600px -382px !important;}
#sidebar .buttons li.pale.big.inactive a:hover {background-position: -600px 0 !important;}

/*
#sidebar .contact li:nth-child(1) a {background-position: -300px -68px;}
#sidebar .contact li:nth-child(2) a {background-position: -300px -113px;}
#sidebar .contact li:nth-child(3) a {background-position: -300px -158px;}
#sidebar .contact li:nth-child(4) a {background-position: -300px -203px;}
#sidebar .contact li:nth-child(5) a {background-position: -300px -248px;}
#sidebar .contact li:nth-child(6) a {background-position: -300px -293px;}
#sidebar .contact li:nth-child(7) a {background-position: -300px -338px;}
#sidebar .contact li:nth-child(8) a {background-position: -300px -383px;}
#sidebar .contact li.big a {background-position: -300px 0;}

#sidebar .contact li:nth-child(1) a:hover {background-position: 0 -67px !important;}
#sidebar .contact li:nth-child(2) a:hover {background-position: 0 -112px !important;}
#sidebar .contact li:nth-child(3) a:hover {background-position: 0 -157px !important;}
#sidebar .contact li:nth-child(4) a:hover {background-position: 0 -202px !important;}
#sidebar .contact li:nth-child(5) a:hover {background-position: 0 -247px !important;}
#sidebar .contact li:nth-child(6) a:hover {background-position: 0 -292px !important;}
#sidebar .contact li:nth-child(7) a:hover {background-position: 0 -337px !important;}
#sidebar .contact li:nth-child(8) a:hover {background-position: 0 -382px !important;}
#sidebar .contact li.big a:hover {background-position: 0 0px !important;}

#sidebar .contact.pale li:nth-child(1) a, #sidebar .contact li.pale:nth-child(1) a {background-position: -600px -67px;}
#sidebar .contact.pale li:nth-child(2) a, #sidebar .contact li.pale:nth-child(2) a {background-position: -600px -112px;}
#sidebar .contact.pale li:nth-child(3) a, #sidebar .contact li.pale:nth-child(3) a {background-position: -600px -157px;}
#sidebar .contact.pale li:nth-child(4) a, #sidebar .contact li.pale:nth-child(4) a {background-position: -600px -202px;}
#sidebar .contact.pale li:nth-child(5) a, #sidebar .contact li.pale:nth-child(5) a {background-position: -600px -247px;}
#sidebar .contact.pale li:nth-child(6) a, #sidebar .contact li.pale:nth-child(6) a {background-position: -600px -292px;}
#sidebar .contact.pale li:nth-child(7) a, #sidebar .contact li.pale:nth-child(7) a {background-position: -600px -337px;}
#sidebar .contact.pale li:nth-child(8) a, #sidebar .contact li.pale:nth-child(8) a {background-position: -600px -382px;}
#sidebar .contact.pale li.big a, #sidebar .contact li.pale.big a {background-position: -600px 0;}

#sidebar .contact li.inactive:nth-child(1) a:hover {background-position: -300px -68px !important;}
#sidebar .contact li.inactive:nth-child(2) a:hover {background-position: -300px -113px !important;}
#sidebar .contact li.inactive:nth-child(3) a:hover {background-position: -300px -158px !important;}
#sidebar .contact li.inactive:nth-child(4) a:hover {background-position: -300px -203px !important;}
#sidebar .contact li.inactive:nth-child(5) a:hover {background-position: -300px -248px !important;}
#sidebar .contact li.inactive:nth-child(6) a:hover {background-position: -300px -293px !important;}
#sidebar .contact li.inactive:nth-child(7) a:hover {background-position: -300px -338px !important;}
#sidebar .contact li.inactive:nth-child(8) a:hover {background-position: -300px -383px !important;}
#sidebar .contact li.big.inactive a:hover {background-position: -300px 0 !important;}

#sidebar .contact li.pale.inactive:nth-child(1) a:hover {background-position: -600px -67px !important;}
#sidebar .contact li.pale.inactive:nth-child(2) a:hover {background-position: -600px -112px !important;}
#sidebar .contact li.pale.inactive:nth-child(3) a:hover {background-position: -600px -157px !important;}
#sidebar .contact li.pale.inactive:nth-child(4) a:hover {background-position: -600px -202px !important;}
#sidebar .contact li.pale.inactive:nth-child(5) a:hover {background-position: -600px -247px !important;}
#sidebar .contact li.pale.inactive:nth-child(6) a:hover {background-position: -600px -292px !important;}
#sidebar .contact li.pale.inactive:nth-child(7) a:hover {background-position: -600px -337px !important;}
#sidebar .contact li.pale.inactive:nth-child(8) a:hover {background-position: -600px -382px !important;}
#sidebar .contact li.pale.big.inactive a:hover {background-position: -600px 0 !important;}
*/

#sidebar .buttons li.inactive a, #sidebar .buttons li.dark a { cursor: default; }
/* #sidebar .contact li.inactive a, #sidebar .contact li.dark a { cursor: default; } */

#sidebar .buttons li.dark a, 
#sidebar .buttons li.dark a:hover {
	color: white;
	background-position: -900px 0px !important;
}
/*
#sidebar .contact li.dark a, 
#sidebar .contact li.dark a:hover {
	color: white;
	background-position: -900px 0px !important;
}
*/

#sidebar .buttons li span,
#sidebar .contact li span {
	display:block;
	white-space:nowrap;
	font-size:120%;
}

#sidebar #info {color:#7e8168}

#sidebar .menu {
	display:block;
	text-align:left;
	width:300px;
	font-size:18px;
	line-height:31px;
	list-style:none;
	margin:30px 0 0 0;
	padding: 0;
	
}

#sidebar .menu li {
	display:block;
	white-space:normal;
	zoom:1;
	clear:both;
}
#sidebar .menu li a {
	color:#363b1f;
	white-space:nowrap;
	text-decoration:none;
	display:block;
	padding:0 10px;
	zoom:1;
}

#sidebar .menu li a.active, #sidebar .menu li.selected a {background-color:#cfd5b8;}
#sidebar .menu li a:hover {background-color:#c2caa4;}
#sidebar .menu li a:hover.active, #sidebar .menu li.selected a:hover {
	background-color:#cfd5b8;
	cursor:pointer;
}

#sidebar printPage {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar #txtSize {
	display:none;
	position:absolute;
	bottom:10px;
	left:60px;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	line-height:31px;
}
#sidebar #txtSize li {
	color:#6f774e;
	float:left;
	margin-right:10px;
}
#sidebar #txtSize li.txtSml, #sidebar #txtSize li.txtMid, #sidebar #txtSize li.txtBig {
	width:28px;
	height:34px;
	margin-right:0px;
}
#sidebar #txtSize li.txtSml {
	background:transparent url(/interface/img/txtSize.gif) no-repeat left top;
}
#sidebar #txtSize li.txtSml:hover{
	background:transparent url(/interface/img/txtSize.gif) no-repeat left bottom;
}
#sidebar #txtSize li.txtMid {
	background:transparent url(/interface/img/txtSize.gif) no-repeat center top;
}
#sidebar #txtSize li.txtMid:hover{
	background:transparent url(/interface/img/txtSize.gif) no-repeat center bottom;
}
#sidebar #txtSize li.txtBig {
	background:transparent url(/interface/img/txtSize.gif) no-repeat right top;
}
#sidebar #txtSize li.txtBig:hover{
	background:transparent url(/interface/img/txtSize.gif) no-repeat right bottom;
}

#main.txtSml {font-size:100%;}
#main.txtMid {font-size:123.5%;}
#main.txtBig {font-size:141%;}

.small {
	font-size:0.85em;
	padding-top:.75em;
}
h2 .small {
	font-size:0.65em;
	font-weight:500;
	display:block;
}
#sidebar .small {
	font-size:12px;
	font-weight:normal !important;
	line-height:1.25;
	margin-top:10px;
	padding-left:60px;
	text-align:left;
	opacity:0.9;
	display:none;
}
footer {
}
h1 {
	color:#6e774b; /* was #6c764d */
}

h2, h3 {
	color:#6e774b; /* was #626d43; */
}

#slideshow {
	margin:20px auto 0;
}

input.button {
	margin-top:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:.85em;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height:auto !important;
}

input.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

input.button:active {
	position:relative;
	top:1px;
}

.forgot {
	padding-top:14px;
	font-size:0.95em;
	opacity:0.6;
	float:right;
}
.forgot:hover {opacity:1;}

.iphone-hide {display:block;}
.iphone-show {display:none;}
.iphone-show a { font-weight:500; text-decoration:underline; }

.segment.pagination {
	padding-bottom:0;
	padding-top:10px;
	opacity:.6;
}
.pagination p {
	font-size:.8em;
	padding-left:1em;
}
.pagination a, .pagination strong {
	text-decoration:none;
	padding:0 10px;
	border-left:1px solid #dfe1d9;
}
.pagination span {padding-right:15px;}
/* ==|== 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; }

@media only screen and (max-device-width: 480px) { 
/* 	iPhone specific styles */
}

@media only screen and (min-width: 550px) {
.image_margin {
		clear:none;
		margin-left:285px !important;
	}
}

@media only screen and (min-width: 960px) {
	
	body {
		padding:75px 0 0 !important;
	}
	.container {width:960px;}
	#header {position:fixed;}
	
	#sidebar {
		position:absolute;
		float:right;
		right:10px;
		top:1px;
		padding-bottom:50px;
	}
	.nohero #sidebar {top:24px;}
		
	#sidebar .menu {
		display:block !important;
		text-align:left;
		font-size:18px;
		line-height:31px;
		margin:30px 0 0 0;
		padding:0;
		width:300px;
		border-bottom:none;
	}
	#sidebar .menu + .menu {
		border-top:1px solid #cdd1bd;
		margin-top:10px;
		padding-top:10px;
	}
	#sidebar .menu li {
		display:block;
		width:100%;
	}
	#sidebar .menu li a {
		display:block !important;
		padding-left:60px;
		width:238px !important;
	}
	#sidebar .name {
		display:block !important;
		text-align:left;
		font-size:18px;
		line-height:31px;
		margin:30px 0 0 0;
		padding:0 0 0 60px;
		font-weight:normal;
		width:300px;
		border-bottom:none;
	}
	#sidebar .name + .menu {margin-top:0;}
	#sidebar p.small {
		border-top:1px solid #cdd1bd;
		padding-top:10px;
	}
	#main {
		width:600px;
		float:left;
	}
	.media {text-align:left;}
	#sidebar {width:300px;}
	#sidebar #txtSize {display:none;}
	#sidebar .small {display:block;}
}

@media only screen and (min-width: 1260px) {
	.container {
		width:1200px !important;
	}
	#main {
		width:840px !important;
	}	
		#header .menu li a {
		padding:22px 20px !important;
	}
	
	.property:nth-child(odd) {margin-right:20px;}

	.directors .wrapper img{
	width:200px !important;	
	}
	.non.directors .wrapper img {
		width:144px !important;
	}

}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 125;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 110;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* fieldset * {border:1px solid red;} */
div.label { position:relative; float:left; width:100%; margin-right:10px;}
div.label.narrow {width:38%;}
.dropdown { float:left; width:18% !important;}
/*--registration specifics--*/

.group {}
.group input {width:94%;}
.group .narrow input {width:90%;}
.group label {display:block; padding-left:10px;}
#salutation{width:100%;}
#first_name{}
#last_name{}

#username{}

#oi_rsa_c{}
#oi_rsub_c{}
#resident_state_c{width:100%;}
#oi_rpc_c{}

#resident_phone_c{}

/*--general rules--*/

fieldset {
	border-width:1px;
	border-color:#bec2b3;
	background-color:#eff1e7;/* # */
/*
	border-right-color:#e5e8d8;
	border-left-color:#f3f5ec;
	border-top-color:#f7f8f2;

*/
}

fieldset div > span {clear:left;}

#loginPanel fieldset {
	padding:10px 25px 25px;
	position:relative;
}
fieldset.log_in {
	padding:20px 5%;
}
#loginPrompt fieldset {padding:25px;}
fieldset.registration {
	width:90%;
	margin:0 auto 25px;
	padding:20px 50px 20px 40px;
	border-width:1px;
	border-style:solid;
	margin-bottom:35px;
}

fieldset legend {
	font-size:1.15em;
	-webkit-font-smoothing:antialiased;
	font-weight:normal;
	line-height:.925em;
	color:#6e774b;
}
fieldset.registration legend {
	float:none !important;
}
fieldset input {
	float:left;
	margin:0;
	height:1.2em;
	padding:.3em .6em;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #bec2b3;
	box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-moz-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	color:#666;
}
fieldset input[type="checkbox"] {
	border:0 !important;
	padding:0 !important;
	background:transparent !important;
}
fieldset input, fieldset select {
	font-family:brandon-grotesque;
	display:block;
	text-align:left;
}
fieldset.registration input, fieldset.registration select {float:left;}
fieldset.registration select {
	margin:.6em 1em 0 7px;
	padding-left:1em;
}

fieldset.registration input {
	background-color:white; /* #f7f8f2 */
	margin:.3em .5em;
}
fieldset input:focus, fieldset checkbox:focus {
	background-color:#fff;
	color:#333;
	box-shadow:0 1px 3px rgba(255,255,255,0.25);
	-moz-box-shadow:0 1px 3px rgba(255,255,255,0.25);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.25);
}

fieldset textarea {
	float:left;
	box-sizing: border-box;
	width:100%;
	margin:.3em .5em;
	height: 7.5em;
	padding:.3em .6em;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #bec2b3;
	box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-moz-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	color:#666;
}

fieldset checkbox {
	display:inline !important;
	margin-right:7px;
}

#loginPanel h2 {
	margin:0 !important;
	padding:0 !important;
}


#loginOverlay {
	background:transparent url(/interface/img/black.png) repeat left top;
	display:none;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index:500;
	top:0;
	left:0;
}
#loginOverlay[id] {
	position: fixed;
}

#loginPosition {
	position: absolute;
	top: 25%;
	margin-top:25%;
	width: 100%;
	text-align: center;
}

#loginPosition[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#loginPanel {
	display:none;
	position: relative;
	top: -50%;
	text-align: left;
	width: 350px; 
	margin-left: auto; 
	margin-right: auto;
}
#loginPrompt {
	display:none;
	position: relative;
	top: -50%;
	width:650px;
	padding:35px 0 25px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background-color:#eff1e7;
}
#tellAFriend {
	display:none;
	position: relative;
	top: -50%;
	width:650px;
	padding:35px 0 25px;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background-color:#eff1e7;
}
.closebtn {
	text-align:left;
	width:69px;
	height:22px;
	position:absolute;
	top:10px;
	right:10px;
	background: transparent url(/interface/img/btn-close.gif) no-repeat left top;
}
.closebtn:hover {
	background-position:left bottom;
}
.sorry {
	display:block;
	margin:30px 15px;
	text-align:center;
}

#tellAFriend {padding:35px;}

#tellAFriend .group {
	margin:1em 0;
	float:left;
	width:45%;
	padding-right:5%;
	padding-left:0;
}
#tellAFriend .group label {
	padding-left:0;
	padding-bottom:.25em;
}
#tellAFriend .group+.group {
	border-left:1px solid #bec2b3;
	padding-left:5%;
	padding-right:0;
	margin-left:-1px;
}

#tellAFriend label {margin-top:.5em;}
#tellAFriend .group input {width:90%;}

#tellAFriend textarea {
	color:#666;
	width:97.5%;
	margin:.25em auto;
	height:5em;
	border:1px solid #bec2b3;
}
.survey ol {
	padding:.5em 0;
	margin:0;
}

.survey ol li {
	padding:0;
	border-top:1px solid #ddd;
	margin-top:.5em;
	padding-top:1em;
	padding-bottom:0.5em;
	font-weight:500;
	color:#6e774b;
}

.survey ol ul {
	list-style: none;
	padding:0;
	margin:.5em 0 0.25em;
}

.survey ol ul li {
	list-style: none;
	border:none;
	margin:0;
	padding:0;
	font-weight:300;
	color:#333;
}
.survey td {
	min-width:2em;
	text-align:center;
}
.survey th {
	font-weight:300;
	text-align:center;
}
.survey thead th {
	padding:0 1em;
	text-align:center;
	font-weight:700;
	font-size:.65em;
	color:#6e774b;
}

.survey tbody th {
	text-align: left;
	color:#333;
	min-width:50%;
}

.survey input[type=text] {
	display:block;
	margin:1em 0 0.25em 0;
	width:83%;
	height:1.2em;
	padding:.3em .6em;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #bec2b3;
	box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-moz-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	color:#666;
}
.survey input[type=checkbox], .survey input[type=radio] {margin-right:.5em;}
.survey textarea {
	width:85%;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border:1px solid #bec2b3;
	box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-moz-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.15);
	color:#666;
}
.survey textarea, .survey table {
	margin-top:1em;
	margin-bottom:.5em;
}
.survey table {width:100%;}

.error {color:red;}

/* dform bits and pieces */

.dform_element .dform_label {
	font-weight:200 !important;
}
.dform input { 
		padding:.3em .6em !important;
}
.dfinput_dates label {
	font-size:0.85em;
	font-weight: 200 !important;
}

.dfinput_full input[type="submit"] {
	margin-top:10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:.85em;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	height:auto !important;
	float:right;
	width:auto !important;
}
.dfinput_full input[type="submit"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.dfinput_full input[type="submit"]:active {
	position:relative;
	top:1px;
}

/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden; 
  margin: 30px auto 0px !important;
  border: 1px solid #a4b47c !important;
  background-color:white;
  width:94% !important;
  max-width: 1180px !important;
  padding:0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;

  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  opacity: 1 !important;
  filter: alpha(opacity = 100) !important;
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 5px solid white;
  box-sizing: border-box;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline-block;
  margin:10px 2px;
  padding:2px;
  background-color:white;
  border:1px solid #d4d8ba;
  text-indent:-999em;
  }
  
.rslides_tabs a {
	display:block;
	background-size:cover;
	background-position: center center;
}

.rslides_tabs .rslides_here {
  border:1px solid #a4b47c;
}

.rslides_here a {
	background-size: cover !important;
	background-position: center center !important;
}

.rslides_tabs a:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
  
.rslides_nav {
	padding:5px;
	text-decoration:none;
	background-color:white;
	position:absolute;
	top: 45%;
}

.rslides_nav.prev {left:0;}

.rslides_nav.next {right:0;}
