
/* eScapes - web: 7/28/2010 4:43:24 PM */

/**********************************************/
/*              eScapes - web                 */
/**********************************************/


/*** BEGIN SPLASH ***/

.splash {
}

.splash-table {
       width: 580px;
       height: 95%;
       text-align: center;
       margin: auto;
}

/*** END SPLASH ***/



/*** BEGIN MAIN LAYOUT ***/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #CDCDCD;
}

a {
	text-decoration: none;
	color: #C06D2E;
}


a:hover {
	text-decoration: underline;
}

ul {
	margin: 0 0 0 20px;
  	padding-left: 10px;
	list-style: disc;
	list-style-position: outside;
}

ol {
	margin: 0 0 0 20px;
	padding-left: 10px;
	list-style: decimal;
	list-style-position: outside;
}

form {
	margin: 0;
}

.firstP {
	margin: 0;
}

#main {
	position: relative;
	width: 100%;
	background: url(library/resources/designs/escapes2/masthead_bg_tile.gif) repeat-x;
background-color: #FFF;
	margin-left: auto;
	margin-right: auto;	
}

#main-inner {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#main-inner2 {
	position: relative;
	text-align: center;
}

#content-outer {
	position: relative;
	width: 950px;
	text-align: left;
}

.main-image {
	padding-top: 20px;
	margin-bottom: 20px;
}

#content-inner-010 {
	position: relative;
	width: 950px;	
	background: #FFF;
}

* html #content-inner-010 {
	width: 950px;
}

#content-inner-011 {
	position: relative;
	width: 950px;	
	background: #FFF;
}

* html #content-inner-011 {
	width: 950px;
}

#content-inner-110 {
	position: relative;
	width: 950px;	
	background: #FFF;
}

* html #content-inner-110 {
	width: 950px;
}

#content-inner-111 {
	position: relative;
	width: 950px;
	margin: 0 0 20px 0;
	background: #FFF;
}

* html #content-inner-111 {
	width: 950px;
}

#column1-010 {
	display: none;
}

#column1-011 {
	display: none;
}

#column1-110 {
	position: relative;
	float: left;
	width: 160px;
}

#column1-111 {
	position: relative;
	float: left;
	width: 160px;
}

#column1-inner {
	position: relative;
	top: 0px;
	padding-bottom: 15px;	
}

#column1-content {
	position: relative;
}

#column2-010 {
	position: relative;
	float: left;
	width: 950px;
}

#column2-011 {
	position: relative;
	float: left;
	width: 790px;
}

#column2-110 {
	position: relative;
	float: left;
	width: 790px;
}

#column2-111 {
	position: relative;
	float: left;
	width: 630px;
}

#column2-inner {
	position: relative;
	margin: 0 50px 20px 50px;
}

#column2-010 #column2-inner {
	position: relative;
	margin: 0 0 20px 0;
}

#column2-011 #column2-inner {
	position: relative;
	margin: 0 50px 20px 0;
}

#column2-110 #column2-inner {
	position: relative;
	margin: 0 0 20px 50px;
}

#column2-content {
	position: relative;
	width: 100%;
}

.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
        line-height: 30px;
	color: #3C517E;
	margin-bottom: 17px;	
}

#column3-010 {
	display: none;
}

#column3-011 {
	position: relative;
	float: left;
	width: 160px;
}

#column3-110 {
	display: none;
}

#column3-111 {
	position: relative;
	float: left;
	width: 160px;
}

#column3-inner {
	position: relative;
	top: 0px;	
}

#column3-content {
	position: relative;
}

#content-clear {
	position: relative;
	clear: both;
}

/*** END MAIN LAYOUT ***/



/*** BEGIN MASTHEAD ***/

#masthead {
	position: relative;
	width: 950px;
	height: 145px;
	background: url(library/resources/designs/escapes2/logo2.gif) no-repeat;
}

#masthead-language {
	display: none;
}

#masthead-search {
	position: absolute;
	top: 110px;
	right: 21px;
	font-size: 13px;
	color: #FFF;
        z-index: 100;
}

.masthead-search-field {
        width: 75px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.masthead-search-submit {
        width: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.masthead-friendly {
        display: none;
        position: absolute;
        top: 150px;
        right: 70px;
        z-index: 12;
        background: url(library/resources/designs/escapes/icon_print.gif) no-repeat;
        padding-left: 15px;
        font-size: 9px;
        color: #777;
        cursor: pointer;
        cursor: hand;
}
 

.masthead-friendly-hover {
        display: none;
        position: absolute;
        top: 150px;
        right: 70px;
        z-index: 12;
        background: url(library/resources/designs/escapes/icon_print_ro.gif) no-repeat;
        padding-left: 15px;
        font-size: 9px;
        color: #333;
        cursor: pointer;
        cursor: hand;
        text-decoration: underline;
}

.masthead-email {
        display: none;
        position: absolute;
        top: 150px;
        right: 120px;
        z-index: 12;
        background: url(library/resources/designs/escapes/icon_email.gif) no-repeat;
        padding-left: 15px;
        font-size: 9px;
        color: #777;
        cursor: pointer;
        cursor: hand;
}

.masthead-email-hover {
        display: none;
        position: absolute;
        top: 150px;
        right: 120px;
        z-index: 12;
        background: url(library/resources/designs/escapes/icon_email_ro.gif) no-repeat;
        padding-left: 15px;
        font-size: 9px;
        color: #333;
        cursor: pointer;
        cursor: hand;
        text-decoration: underline;
}

.masthead-logo {
	position: relative;
}

/*** END MASTHEAD ***/



/*** BEGIN FOOTER ***/

#footer1 {
	position: relative;
	height: 50px;
	width: 950px;
        margin-top: -50px;
        top: 50px;
}

* html #footer1 {
       width: 950px;
}

#footer1-text {
	position: absolute;
	top: 8px;
	left: 210px;
        font-size: 10px;
        line-height: 16px;
	color: #666;
        text-align: left;
}


#footer2 {
	position: relative;
}

.credit-center {
	position: relative;
	text-align: center;
	padding-top: 6px;
}

.credit {
	position: relative;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-align: left;
	padding-bottom: 10px;
}

.credit a {
	color: #FFF;
}

/*** END FOOTER ***/



/*** BEGIN PRIVATE ***/

.private {
	position: relative;
	text-align: center;
	padding-top: 40px;
        color: #333;
}

.private-box-outer {
	position: relative;
	width: 530px;
	margin-left: auto;
	margin-right: auto;
}

.private-box {
	position: relative;
	padding: 20px;
	margin: 0 0 40px 0;
	background: #FFF;
        border: solid 1px #CCC;
	background: #F9F9F9;
	text-align: left;
}


.private-head {
	position: relative;
	font-size:19px;
	line-height: 19px;
	color: #C06D2E;
	margin-bottom:15px;
}

.private-label {
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
}

.private-field {
	position: relative;
	margin-bottom: 10px;
}

.private-field input{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;

}

.private-text {
	position: relative;
	color: #999;
	margin-top: 10px;
}

.logout {
	position: absolute;
        font-size: 10px;
	font-weight: bold;
	top: 15px;
        right: 10px;
        z-index: 100;
        padding: 3px;
        border: solid 1px #C58C61;
        background: #C06D2E;
}

.logout a {
	color: #FFF; 
}


/*** END PRIVATE ***/



/*** BEGIN NAVIGATION ***/

/* Begin Head Nav */

#nav-head {
	position: absolute;
	top: 0;
	right: 0;
        height: 130px;
        width: 150px;
        padding-top: 15px;
        padding-right: 10px;
	font-size: 0px;
        background: #364971;
        z-index: 10;
}

*html #nav-head {
        height: 145px;
        width: 160px;
}

.nav-head-item-first, .nav-head-item {
	position: relative;
	font-size: 11px;
	font-weight: normal;
	color: #AAA;
        text-transform: none;
	padding: 0 25px 7px 15px;
        text-align: left;
}

.nav-head-item {
}

.nav-head-item a, .nav-head-item-first a {
	color: #AAA;
}

.nav-head-item a:hover, .nav-head-item-first a:hover {
	color: #FFF;
	text-decoration: none;

}

.nav-head-end {
	display: none;
}

/* End Head Nav */

/* Begin Nav 1 */

#nav1 {
	position: absolute;
	top: -30px;
	right: 196px;
	height: 24px;
	z-index: 10;
}


.nav1-item, .nav1-item-hover {
	position: relative;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.nav1-i-left, .nav1-i-on-left, .nav1-i-first-left, .nav1-i-first-on-left {
	position: relative;
	top: 0px;
	width: 1px;
	height: 13px;
	float: left;	
}

.nav1-i-left, .nav1-i-on-left {
	border-left: dotted 1px #777;
}

.nav1-i-right, .nav1-i-on-right, .nav1-i-first-right, .nav1-i-first-on-right {
	display: none;
}

.nav1-i, .nav1-i-on, .nav1-i-first, .nav1-i-first-on {
	position: relative;
	float: left;
	height: 24px;
	padding: 0px 15px 0px 15px;	
}

.nav1-item .nav1-i-on, .nav1-item .nav1-i-first-on,
.nav1-item-hover .nav1-i, .nav1-item-hover .nav1-i-first,
.nav1-item-hover .nav1-i-on, .nav1-item-hover .nav1-i-first-on {
	color: #FFF	
}

.nav1-spacer {
	display: none;
}

#nav1-end {
	position: relative;
	clear: both;
}

.nav1-text {
	position: relative;
	top: 0px;
	text-align: center;
	color: #8095C2;
	font-size: 13px;
}

.nav1-item-hover .nav1-text, .nav1-i-on .nav1-text, .nav1-i-first-on .nav1-text {
	color: #FFF;	
}

/* End Nav 1 */

/* Begin Crumbtrail */

#crumbtrail {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	padding: 10px 0 15px 0;
}

.crumbtrail-item, .crumbtrail-sep {
	position: relative;
    display: inline;
	font-size: 10px;
	color: #777;
}

.crumbtrail-item a {
	color: #777;
}

.crumbtrail-sep {
	padding-left: 5px;
	padding-right: 5px;
}

/* End Crumbtrail */

/* Begin Nav 2 */

#nav2b {
	position: relative;
	background: #FFF;
        margin-top: 46px;
        margin-bottom: 20px;
}

.nav2-item {
	position: relative;
	color: #3C517E;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
	cursor: pointer;
	cursor: hand;
}

.nav2-text,
.nav2-text-first,
.nav2-text-parent,
.nav2-text-first-parent,
.nav2-text-on,
.nav2-text-first-on,
.nav2-text-parent-on,
.nav2-text-first-parent-on, 
.nav2-text-parent-open,
.nav2-text-first-parent-open,
.nav2-text-hover,
.nav2-text-first-hover,
.nav2-text-parent-hover,
.nav2-text-first-parent-hover,
.nav2-text-on-hover,
.nav2-text-first-on-hover,
.nav2-text-parent-on-hover,
.nav2-text-first-parent-on-hover, 
.nav2-text-parent-open-hover,
.nav2-text-first-parent-open-hover {
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}

.nav2-text-on,
.nav2-text-first-on,
.nav2-text-parent-on,
.nav2-text-first-parent-on,
.nav2-text-parent-open,
.nav2-text-first-parent-open,
.nav2-text-hover,
.nav2-text-first-hover,
.nav2-text-parent-hover,
.nav2-text-first-parent-hover,
.nav2-text-on-hover,
.nav2-text-first-on-hover,
.nav2-text-parent-on-hover,
.nav2-text-first-parent-on-hover {	
	background: none;
}


.nav2-item .nav2-item {
	padding-left: 0;
	padding-right: 0;	
	background: #FFF;
	color: #3C517E;
}

.nav2-item .nav2-text-on,
.nav2-item .nav2-text-first-on,
.nav2-item .nav2-text-parent-on,
.nav2-item .nav2-text-parent-open,
.nav2-item .nav2-text-first-parent-open,
.nav2-item .nav2-text-first-parent-on,
.nav2-item .nav2-item .nav2-text-on,
.nav2-item .nav2-item .nav2-text-first-on,
.nav2-item .nav2-item .nav2-text-parent-on,
.nav2-item .nav2-item .nav2-text-parent-open,
.nav2-item .nav2-item .nav2-text-first-parent-open,
.nav2-item .nav2-item .nav2-text-first-parent-on {
	background: #FFF;
	color: #C06D2E;
}

.nav2-item .nav2-text-hover,
.nav2-item .nav2-text-first-hover,
.nav2-item .nav2-text-parent-hover,
.nav2-item .nav2-text-first-parent-hover,
.nav2-item .nav2-text-on-hover,
.nav2-item .nav2-text-first-on-hover,
.nav2-item .nav2-text-parent-on-hover,
.nav2-item .nav2-text-first-parent-on-hover,
.nav2-item .nav2-text-parent-open-hover,
.nav2-item .nav2-text-first-parent-open-hover,
.nav2-item .nav2-item .nav2-text-hover,
.nav2-item .nav2-item .nav2-text-first-hover,
.nav2-item .nav2-item .nav2-text-parent-hover,
.nav2-item .nav2-item .nav2-text-first-parent-hover,
.nav2-item .nav2-item .nav2-text-on-hover,
.nav2-item .nav2-item .nav2-text-first-on-hover,
.nav2-item .nav2-item .nav2-text-parent-on-hover,
.nav2-item .nav2-item .nav2-text-first-parent-on-hover,
.nav2-item .nav2-item .nav2-text-parent-open-hover,
.nav2-item .nav2-item .nav2-text-first-parent-open-hover {	
	background: #FFF;
	color: #C06D2E;
}


.nav2-item .nav2-item .nav2-text,
.nav2-item .nav2-item .nav2-text-on,
.nav2-item .nav2-item .nav2-text-first,
.nav2-item .nav2-item .nav2-text-first-on,
.nav2-item .nav2-item .nav2-text-first-parent,
.nav2-item .nav2-item .nav2-text-first-parent-on,
.nav2-item .nav2-item .nav2-text-first-parent-open,
.nav2-item .nav2-item .nav2-text-parent,
.nav2-item .nav2-item .nav2-text-parent-on,
.nav2-item .nav2-item .nav2-text-parent-open,
.nav2-item .nav2-item .nav2-text-hover,
.nav2-item .nav2-item .nav2-text-on-hover,
.nav2-item .nav2-item .nav2-text-first-hover,
.nav2-item .nav2-item .nav2-text-first-on-hover,
.nav2-item .nav2-item .nav2-text-first-parent-hover,
.nav2-item .nav2-item .nav2-text-first-parent-on-hover,
.nav2-item .nav2-item .nav2-text-first-parent-open-hover,
.nav2-item .nav2-item .nav2-text-parent-hover,
.nav2-item .nav2-item .nav2-text-parent-on-hover,
.nav2-item .nav2-item .nav2-text-parent-open-hover {
	margin-left: 12px;
} 

/* End Nav 2 */
 
/* Begin Nav 3 */

#nav3 {
	position: relative;
	margin: 15px 0 20px 0;
}

.nav3-item-first, .nav3-item-first-on, .nav3-item, .nav3-item-on {
	position: relative;
	display: inline;
	margin-right: 10px;
        line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.nav3-item-first a, .nav3-item a {
	color: #3C517E;
}

.nav3-item-first-on a, .nav3-item-on a {
	color: #C06D2E;
}

#nav3 select {
font-size: 11px;
}

/* End Nav 3 */

/* Begin Nav Foot */

#nav-foot {
	position: absolute;
	top: 9px;
	right: 0;
    font-size: 0px;
}

.nav-foot-item-first, .nav-foot-item {
	position: relative;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: #666;
    text-transform: none;
	padding: 0 10px 0 10px;
}

.nav-foot-item {
	border-left: dotted 1px #777;
}

.nav-foot-item a, .nav-foot-item-first a {
	color: #3C517E;
}


.nav-foot-item a:hover, .nav-foot-item-first a:hover {
	color: #C06D2E;
	text-decoration: none;
}

.nav-foot-end {
	display: none;
	position: relative;
}

/* End Nav Foot */

/* Begin Page List*/

.page-list-title {
	border-top: solid 1px #E6E6E6;
	padding-top: 15px;
	font-size: 12px;
	padding-bottom: 5px;
}

.page-list-title a {
	color: #C06D2E;
}

.page-list-text {

	line-height: 14px;
	color: #333;
	padding-bottom: 20px;	
}

/* End Page List */

/*** END NAVIGATION ***/



/*** BEGIN SECTIONS ***/

/* Begin Standard Section */

.ss-outer {
	margin-bottom: 25px;
}


.disclosure-off, .disclosure-on {
	position: relative;
}

.disclosure-label-off, 
.disclosure-label-off-hover,
.disclosure-label-on,
.disclosure-label-on-hover {
	cursor: hand;
	cursor: pointer;
	padding: 0 0 10px 15px;
	font: 11px arial;
}

.disclosure-label-off {
	background:url(library/resources/designs/escapes/disclosure_arrow.gif) no-repeat;
	color: #999;
}

.disclosure-label-off-hover {
	background:url(library/resources/designs/escapes/disclosure_arrow_hover.gif) no-repeat;
	color: #C06D2E;
}

.disclosure-label-on {
	background:url(library/resources/designs/escapes/disclosure_arrow_open.gif) no-repeat;
	color: #999;
}

.disclosure-label-on-hover {
	background:url(library/resources/designs/escapes/disclosure_arrow_open_hover.gif) no-repeat;
	color: #C06D2E;
}


.head1{
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
        line-height: 18px;
	color: #C06D2E;
}

.head2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
        line-height: 13px;
	color: #3C517E;
	font-weight: bold;	
}

.head3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
        line-height: 13px;
        padding: 0 0 10px 0;
        font-style: italic;
	color: #777;	
}

.ss-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color:#333;
}

.ss-inner a {
	color: #C06D2E;
}

.ss-credit {
font-size: 9px;
line-height: 11px;
color: #AAA;
text-align: right;
}

.ss-caption .firstP, .ss-caption P {
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
	color: #777;
}

.ss-caption .firstP {
	margin-top: 5px;
}


/* Begin Section Widths */

.ss-clear {
	position: relative; 
	clear: both; 
}

.ss-pic-inner {
	postion: relative; 
	padding-bottom: 10px; 
}

.ss-pic1 {
	position: relative;
	float: left;
	width: 275px;
}

.ss-pic1 img {
	width: 255px;
}

.ss-pic1-body {
	postion: relative; 
}

.ss-pic2 {
	position: relative;
	float: left;
	width: 255px;
}

.ss-pic2 img {
	width: 255px;
}

.ss-pic2-clear {
	position: relative; 
	clear: both; 
}

.ss-pic1 .ss-pic-inner {
	position: relative; 
	padding-right: 20px; 
}

.ss-lw100, .ss-ln100, .ss-lw196, .ss-ln196 {
	position: relative;
	float: left;
}

.ss-rw100, .ss-rn100, .ss-rw196, .ss-rn196 {
	position: relative;
	float: right;
}

.ss-lw100, .ss-ln100, .ss-rw100, .ss-rn100 {
	width: 115px;
}

.ss-lw196, .ss-ln196, .ss-rw196, .ss-rn196 {
	width: 211px;
}

.ss-lw100 .ss-pic-inner, .ss-ln100 .ss-pic-inner {
	position: relative;
	padding-right: 15px;
}

.ss-lw196 .ss-pic-inner, .ss-ln196 .ss-pic-inner {
	position: relative;
	padding-right: 15px;
}

.ss-rw100 .ss-pic-inner, .ss-rn100 .ss-pic-inner {
	position: relative;
	padding-left: 15px;
}

.ss-rw196 .ss-pic-inner, .ss-rn196 .ss-pic-inner {
	position: relative;
	padding-left: 15px;
}

.ss-cn470 {
	position: relative;
	width: 470px;
}

.ss-cn530 {
	position: relative;
	width: 530px;
}

.ss-ln100-body, .ss-ln196-body {
	position: relative;
	float: left;
}

.ss-rn100-body, .ss-rn196-body {
	position: relative;
	float: right;
}

.ss-ln100-body, .ss-rn100-body {
	width: 415px;
}

.ss-ln196-body, .ss-rn196-body {
	width: 319px;
}

#column2-110 .ss-ln100-body, #column2-110 .ss-rn100-body {
	width: 625px;
}

#column2-110 .ss-ln196-body, #column2-110 .ss-rn196-body {
	width: 529px;
}

#column2-011 .ss-ln100-body, #column2-011 .ss-rn100-body {
	width: 625px;
}

#column2-011 .ss-ln196-body, #column2-011 .ss-rn196-body {
	width: 529px;
}

#column2-010 .ss-ln100-body, #column2-010 .ss-rn100-body {
	width: 835px;
}

#column2-010 .ss-ln196-body, #column2-010 .ss-rn196-body {
	width: 739px;
}


/* End Section Widths */


/* End Standard Section */


/* Begin Callout Section */


.callout, .callout-quoted {
	position: relative;
	padding-bottom: 20px;
	color: #777;
}

.callout-top {
	height: 15px;
	border-top: solid 1px #E6E6E6;
}

.callout-head {
	color: #333;
	line-height:14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.callout-text-outer {
	position: relative;
	width: 100%;
}

.callout-text-inner {
	position: relative;
	font-size: 20px;
	text-align: center;
}

.callout-quoted .callout-text-inner {
	padding: 0 40px 0 40px;
}

.callout-quote-open {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(library/resources/designs/escapes/quote_open.gif) no-repeat;
}

.callout-quote-close {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(library/resources/designs/escapes/quote_close.gif) no-repeat;
}

.callout-attribution {
	padding: 10px 0 0 0;
	font-weight: bold;
	text-align: right;
	color: #777;
}

.callout-title {
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #777;
}

.callout-bottom {
	height: 15px;
	border-bottom: solid 1px #E6E6E6;
}

/* End Callout Section */

/* Begin Scrapbook Section */

/* begin popup window */

.scrapbook-body {
	background: #FFF;
	padding: 0;
	margin: 0;
	text-align: center;
}

.scrapbook-logo {
	position: absolute;
	width: 505px;
	top: 0px;
	left: 0px;
	height: 59px;
	background: url(library/resources/designs/escapes/mh_logo_small.gif) no-repeat;
	backgroun-color: #333;
}

.scrapbook-header {
	position: absolute;
	top: 5px;
	left: 150px;
	height: 60px;
	width: 400px;
	border: none;
	background: none;
}

.scrapbook-title {
	position: relative;
	top: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

.scrapbook-previous {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 100px;
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	border-right: dotted 1px #AAA;
}

* html .scrapbook-previous {
	left: 55px;
}

.scrapbook-previous a {
	color: #FFF;
}

.scrapbook-slideshow {
	position: absolute;
	top: 30px;
	left: 165px;
	width: 70px;
	text-align: center;
}

.scrapbook-slideshow a {
	color: #FFF;
}

.scrapbook-next {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 80px;
	font-style: italic;
	padding-left: 15px;
	text-align: left;
	border-left: dotted 1px #AAA;
}

.scrapbook-next a {
	color: #FFF;
}

.scrapbook-photo {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 490px;
	text-align: center;
}

.scrapbook-photo img {
	border: solid 1px #E6E6E6;
}

.scrapbook-caption {
	position: absolute;
	top: 410px;
	left: 10px;
	width: 480px;
	height: 50px;
	text-align: center;
	border: solid 1px #E6E6E6;
	background: #FFF;
}

.scrapbook-caption-text {
	position: relative;
	padding: 8px 20px 8px 20px;
	text-align: center;
	line-height: 16px;
	font-style: italic;
	color:#777;
}

/* end popup window */

/* begin scrapbook table */

.scrapbook-main-title {
	position: relative;
	border-top: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	border-left: solid 1px #E6E6E6;
	background: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding: 5px;
}

.scrapbook-table {
	width: 100%;
	background: #FFF;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.scrapbook-table td {
	width: 50%;
	padding: 15px;
	text-align: center;
}

.scrapbook-cell {
	background: #F1F1F1;
	border: solid 1px #E6E6E6;	
}

.scrapbook-cell-over {
	background: #E6E6E6;
	border: solid 1px #E6E6E6;		
}

.scrapbook-cell img, .scrapbook-cell-over img {
	border: solid 1px #AAA;
}

/* end scrapbook table */

/* End Scrapbook Section */

/* Begin Table Section */

.table-outer {
     width: 100%;
     margin-bottom: 20px;
}

.table-outer table {
     width: 100%;
     border-collapse: collapse;
     font-size: 11px;
}

.table-outer .firstP {
     margin-top: 0;
}

.table-outer P {
     margin-bottom: 0;
}

.table0b td, .table1b td, .table2b td, .table3b td {
     border: solid 1px #E6E6E6;
}

.c-0-0-0, .c-0-0-1, .c-0-1-0, .c-0-1-1, .co-0-0-0, .co-0-0-1, .co-0-1-0, .co-0-1-1,
.c-1-0-0, .c-1-0-1, .c-1-1-0, .c-1-1-1, .co-1-0-0, .co-1-0-1, .co-1-1-0, .co-1-1-1,
.c-2-0-0, .c-2-0-1, .c-2-1-0, .c-2-1-1, .co-2-0-0, .co-2-0-1, .co-2-1-0, .co-2-1-1,
.c-3-0-0, .c-3-0-1, .c-3-1-0, .c-3-1-1, .co-3-0-0, .co-3-0-1, .co-3-1-0, .co-3-1-1, 
.c-4-0-0, .c-4-0-1, .c-4-1-0, .c-4-1-1, .co-4-0-0, .co-4-0-1, .co-4-1-0, .co-4-1-1 {
     padding: 5px;
}

/* begin head 1 */

.c-0-0-0, .c-0-0-1, .c-0-1-0, .c-0-1-1,
.co-0-0-0, .co-0-0-1, .co-0-1-0, .co-0-1-1 {
     background: #333;
     text-transform: uppercase;
     color: #FFF;
     font-weight: bold;
}

.c-0-0-0 a, .c-0-0-1 a, .c-0-1-0 a, .c-0-1-1 a,
.co-0-0-0 a, .co-0-0-1 a, .co-0-1-0 a, .co-0-1-1 a {
     color: #FFF;
}

/* end head 1 */

/* begin head 2 */

.c-1-0-0, .c-1-0-1, .c-1-1-0, .c-1-1-1,
.co-1-0-0, .co-1-0-1, .co-1-1-0, .co-1-1-1 {
     background: #777;
     color: #FFF;
     font-weight: bold;
}

.c-1-0-0 a, .c-1-0-1 a, .c-1-1-0 a, .c-1-1-1 a,
.co-1-0-0 a, .co-1-0-1 a, .co-1-1-0 a, .co-1-1-1 a {
     color: #FFF;
}

/* end head 2 */

/* begin head 3 */

.c-2-0-0, .c-2-0-1, .c-2-1-0, .c-2-1-1,
.co-2-0-0, .co-2-0-1, .co-2-1-0, .co-2-1-1 {
     background: #AAA;
     color: #333;
     font-weight: bold;
}

.c-2-0-0 a, .c-2-0-1 a, .c-2-1-0 a, .c-2-1-1 a,
.co-2-0-0 a, .co-2-0-1 a, .co-2-1-0 a, .co-2-1-1 a {
     color: #333;
}

/* end head 3 */

/* begin normal 1 */

.c-3-0-0, .c-3-0-1, .c-3-1-0, .c-3-1-1,
.co-3-0-0, .co-3-0-1, .co-3-1-0, .co-3-1-1 {
     padding: 5px;
     background: #FFF;
     color: #333;
}

/* color: */

.table1 .c-3-0-0, .table1b .c-3-0-0,
.table1 .c-3-0-1, .table1b .c-3-0-1,
.table1 .c-3-1-0, .table1b .c-3-1-0,
.table1 .c-3-1-1, .table1b .c-3-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* alternating rows: */

.table2 .c-3-1-0, .table2b .c-3-1-0,
.table2 .c-3-1-1, .table2b .c-3-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* alternating columns: */

.table3 .c-3-0-1, .table3b .c-3-0-1,
.table3 .c-3-1-1, .table3b .c-3-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* end normal 1 */

/* begin normal 2 */

.c-4-0-0, .c-4-0-1, .c-4-1-0, .c-4-1-1,
.co-4-0-0, .co-4-0-1, .co-4-1-0, .co-4-1-1 {
     background: #FFF;
     line-height: 16px;
     color: #333;
     padding: 0 10px 5px 0;
}

/* color: */

.table1 .c-4-0-0, .table1b .c-4-0-0,
.table1 .c-4-0-1, .table1b .c-4-0-1,
.table1 .c-4-1-0, .table1b .c-4-1-0,
.table1 .c-4-1-1, .table1b .c-4-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* alternating rows: */

.table2 .c-4-1-0, .table2b .c-4-1-0,
.table2 .c-4-1-1, .table2b .c-4-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* alternating columns: */

.table3 .c-4-0-1, .table3b .c-4-0-1,
.table3 .c-4-1-1, .table3b .c-4-1-1 {
     background: #F1F1F1;
     color: #333;
}

/* end normal 2 */

/* End Table Section */

/*** END SECTIONS ***/



/*** BEGIN MODULES ***/


/* Begin List Module */

.m-list {
	position: relative;
	margin: 0 0 20px 0;
	background: #FFF;
	width: 160px;		
}

.m-list-header {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3C517E;
	padding: 0 0 0 0;			
}

.m-list-header-corner {
	display: none;
	position: absolute;
	top:-1px;
	left:-1px;
	width: 10px;
	height: 10px;
	z-index: 3;
}

.m-list-intro {
	position: relative;
}

.m-list-image {
	position: relative;
	padding: 7px 0 0 0;	
	text-align: center;	
}

.m-list-image img {
	width: 160px;
}

.m-list-text {
	position: relative;
	padding: 7px 0 0 0;
        font-size: 11px;
	line-height: 15px;
	color: #999;
}

.m-list-items {
	position: relative;
	padding-top: 2px;
	font-size: 0px;
}

.m-list-item-0, .m-list-item-1 {
	position: relative;
        font-size: 11px;
}

.m-list-item-icon {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 10px;
	height: 10px;
}

.m-list-item-text {
	position: relative;
	padding: 3px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #999;	
}

.m-list-item-text a {
}

.m-list-footer {
	position: relative;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	color: #999;
	margin-top: 0px;	
}

/* End List Module */

/* Begin Stats Module */

.m-stats {
	position: relative;
	padding: 0 0 20px 0;
	background: #FFF;
	width: 160px;	
}

.m-stats-header {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3C517E;
	padding: 0 0 6px 0;
}

.m-stats-header-corner {
	display: none;
	position: absolute;
	top:-1px;
	left:-1px;
	width: 160px;
	height: 10px;
	z-index: 3;
}

* html .m-stats-header-corner {
	display: none;
	top: 0;
}

.m-stats-table {
	position: relative;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

.m-stats-row-0 {
	background: #F1F1F1;
}

.m-stats-row-1 {
	background: #FFF;
}

.m-stats-cell1 {
	position: relative;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #999;	
}

.m-stats-cell2 {
	position: relative;
	padding: 3px 0 3px 0;
	font-size: 11px;
	color: #999;	
}

.m-stats-cell1 a, .m-stats-cell2 a {
	color: #C06D2E;
}

.m-stats-footnote {
	position: relative;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	border-top: solid 1px #E6E6E6;
        font-style: italic;	
}

.m-stats-footer {
	position: relative;
	padding: 7px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	line-height: 13px;
	color: #999;	
}

* html .m-stats-footer {
}

.m-stats-footer a, .m-stats-footnote a {
	color: #C06D2E;
}

/* End Stats Module */

/*** END MODULES ***/



/*** BEGIN CALENDAR ***/

/* Begin Calendar Details */

.cal-details {
	position: relative;
	margin-bottom: 20px;
}

.cal-menu {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 0px;
	background: #FFF;
}

.cal-menu a {
	color: #C06D2E;
}

.cal-menu-item, .cal-menu-item-on, .cal-menu-item-first, .cal-menu-item-first-on {
	position: relative;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}

.cal-menu-item, .cal-menu-item-on {
	padding-left: 10px;
	border-left: dotted 1px #777;
}

.cal-menu-item-on a, .cal-menu-item-first-on a {
	font-weight: bold;
	color: #C06D2E;
}

.cal-menu-view {
	position: relative;
	display: inline;
	font-style: italic;
	font-size: 12px;
	padding-right: 10px;
	color: #777;
}

.cal-nav {
	position: relative;
	height: 27px;
	background: #666;
	margin-bottom: 20px;
	text-align: center;
}

.cal-nav-previous {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 80px;
        font-size: 9px;
        text-transform: uppercase;
	text-align: left;
	z-index: 10;
}

.cal-nav-previous a {
	color: #FFF;
}

.cal-nav-title {
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	padding-top: 6px;
}

.cal-nav-next {
	position: absolute;
	top: 9px;
	right: 10px;
	width: 80px;
        font-size: 9px;
        text-transform: uppercase;
	text-align: right;
}

.cal-nav-next a {
	color: #FFF;
}

.cal-item-table {
        position: relative;
	margin-bottom: 10px;
        width: 100%;
	font-size: 11px;
}

.cal-item-month {
	font-weight: bold;
	height: 20px;
	color: #FFF;
	padding: 5px;
	background: #C06D2E;
}

.cal-item-month-cell {
	padding-bottom: 15px;
}

.cal-item-day {
	font-weight: bold;
	color: #777;
	padding-bottom: 5px;
}

.cal-item-time {
	font-size: 10px;
	color: #777;
	padding-right: 5px;
	width: 60px;
}

.cal-item-head {
	font-size: 18px;
        line-height: 22px;
	color: #333;
}

.cal-item-head a {
	color: #C06D2E;
}

.cal-item-text {
	font-size: 12px;
	line-height: 16px;
	color:#333;
}

.cal-item-text a {
	color: #333;
}

.cal-item-separator {
	position: relative;
	height: 1px;
	width: 100%;
	border-bottom: solid 1px #E6E6E6;
	font-size: 0px;
	margin: 10px 0 10px 0;
	padding: 0;
}

/* End Calendar Details */

/* Begin Calendar Grid */

.cal-grid {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	width: 160px;
}

.cal-grid-inner {
	position: relative;
}

.cal-grid-head {
	position: relative;
	margin-top: 1px;
	width: 160px;
	height: 24px;
	text-align: center;	
	border-bottom: none;
	background: none;
}

.cal-grid-previous {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	font-size: 12px;
	text-align: left;
	z-index: 10;
}

.cal-grid-previous a {
	color: #C06D2E;
}

.cal-grid-title {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-top: 6px;
}

.cal-grid-title a {
	color: #C06D2E;
}

.cal-grid-next {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	font-size: 12px;
	text-align: right;
}

.cal-grid-next a {
	color: #C06D2E;
}

.cal-grid-table {
	position: relative;
	width: 160px;
}

.cal-grid-table td {
	position: relative;
	padding: 4px 0 4px 0;
	font-size: 10px;
	text-align: center;
}

.cal-grid-dow {
	position: relative;
	background: #FFF;
	color: #333;
}

.cal-grid-cell {
	background: #FFF;
}

.cal-grid-cell-over {
	background: #CCC;
}

.cal-grid-cell-on {
	background: #CCC;
}

.cal-grid-cell-today {
	background: #C06D2E;
	color: #FFF;
}

.cal-grid-row {
	background: #FFF;
}

.cal-grid-row-over {
	background: #CCC;
}

.cal-grid-row-on {
	background: #CCC;
}

.cal-grid-cell-other {
	color: #AAA;
	background: #FFF;
}

.cal-jump {
	position: relative;
	text-align: left;
	padding: 15px 0 0 0;
	background: #FFF;
	color: #333;
	margin-bottom: 20px;
}

.cal-jump input{
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

/* End Calendar Grid */

/*** END CALENDAR ***/



/*** BEGIN FORM ***/

.form-error-outer {
	position: relative;
	border: solid 1px #E6E6E6;
	background: #FFF;
	padding: 7px;
	margin-bottom: 15px;
}

.form-error-head {
	position: relative;
	font-size: 16px;
	color: #C06D2E;
	margin-bottom: 5px;
}

.form-error {
	position: relative;
	color: #C06D2E;
}

.form-form select, .form-form input, .form-form textarea {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-table {
	position: relative;
	margin-bottom: 10px;
}

.form-table td{
	position: relative;
	padding-right: 10px;
	font-size: 11px;
}

.form-table-wrapper {
	position: relative;
}

.form-submit {
	position: relative;
	left: -2px;
}

.form-label {
	position: relative;
	color: #777;
}

.form-text {
	position: relative;
	color: #333;
}

.form-instruction-head {
	position: relative;
	font-size:13px;
	color: #333;
	font-weight: bold;
}

.form-instruction-text {
	position: relative;
	color: #333;
}

/*** END FORM ***/



/*** BEGIN SITEMAP ***/

.sitemap {
	position: relative;
	margin: 0 0 20px 0;
        padding: 20px 0 0 0;
}

.sitemap-column-first {
	position: relative;
	float: left;
	width: 170px;
}

.sitemap-column {
        position: relative;
	float: left;
	width: 200px;
	margin-left: 20px;
}

.sitemap-upper {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
        padding: 0 0 10px 0;
}

.sitemap-upper a {
	color: #C06D2E;
}

.sitemap-lower-parent {
	position: relative;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.sitemap-lower-parent .sitemap-lower-parent, .sitemap-lower-parent .sitemap-lower-parent .sitemap-lower-parent, .sitemap-lower-parent .sitemap-lower-parent .sitemap-lower-parent .sitemap-lower-parent {
	font-weight: normal;
}

.sitemap-lower {
	position: relative;
	padding-left: 10px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}

.sitemap-lower-parent a, .sitemap-lower a {
	color: #333;
}

.sitemap-lower-parent .sitemap-lower {
	background: #FFF;
}

.sitemap-lower-parent .sitemap-lower a {
	color: #333;
}

.sitemap-lower-parent .sitemap-lower-parent {
	background: #FFF;
}

.sitemap-lower-parent .sitemap-lower-parent a {
	color: #333;
}

.sitemap-lower-parent .sitemap-lower-parent .sitemap-lower {
	background: #FFF;
}

.sitemap-lower-parent .sitemap-lower-parent .sitemap-lower a {
	color: #333;
}

.sitemap-clear {
	position: relative;
	clear: both;
}

/*** END SITEMAP ***/



/*** BEGIN SEARCH ***/

.search {
	position: relative;
	margin: 0 0 20px 0;
        padding: 20px 0 0 0;
	text-align: left;
}

.search-options {
	position: relative;
	margin-bottom: 20px;
}

.search-option-find {
	position: relative;
	height: 30px;
}

.search-option-find-label {
	position: relative;
	display: inline;
	font-weight: bold;
	padding-right: 5px;
	color: #333;
}

.search-option-groups {
	position: relative;
	padding-left: 40px;
	width: 660px;
}

.search-option-groups-label {
	position: absolute;
	top: 32px;
	left: 9px;
	width: 25px;
	text-align: right;
	font-weight: bold;
	color: #333;
}

.search-option-group-column {
	position: relative;
	float: left;
	width: 150px;
	color: #333;
}

.search-option-group-clear {
	position: relative;
	clear: both;
}

.search-option-show {
	position: absolute;
	top: 0;
	right: 0;
}

* html .search-option-show {
	right: 30;
}

.search-option-show-label {
	position: relative;
	display: inline;
	font-weight: bold;
	color: #333;
	padding-right: 5px;
}

.search-info {
	position: relative;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-found {
	position: relative;
	width: 480px;
	font-weight: bold;
	color: #333;
}

.search-click {
	position: absolute;
	text-align: right;
	color: #333;
	font-style: italic;
	top: 0;
	right: 0;
}

.search-table-outer {
	position: relative;
	width: 950px;
}

.search-table {
	position: relative;
	width: 950px;
}

.search-table td {
	font-size: 12px;
	color: #333;
}

.search-table-head-number {
	width: 30px;
}

.search-table-head, .search-table-head-right, .search-table-head-number {
	background: #C06D2E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFF;
}

.search-table-head-a, .search-table-head-right-a {
	background: url(library/resources/designs/escapes/search_arrow_up.gif) no-repeat;
	background-color: #C06D2E;
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
}

.search-table-head-d, .search-table-head-right-d {
	background: url(library/resources/designs/escapes/search_arrow_down.gif) no-repeat;
	background-color: #C06D2E;
	padding-left: 15px;
	color: #FFF;
	font-weight: bold;
}

.search-table-head-right, .search-table-head-right-a, .search-table-head-right-d {
	width: 85px;
}

.search-table-head a, .search-table-head-right a,
.search-table-head-a a, .search-table-head-right-a a,
.search-table-head-d a, .search-table-head-right-d a {
	color: #FFF;
}

.search-row-0 td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.search-row-0 {
	background: #FFF;
}

.search-row-1 td{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.search-row-0 a, search-row-1 a {
	color: #C06D2E;
}

.search-row-1 {
	background: #f1f1f1;
}

.search-nav {
	position: relative;
        width: 950px;
	margin-top: 15px;
	text-align: center;
	color: #333;
	height: 15px;
	padding-bottom: 20px;
}

.search-nav a {
	color: #C06D2E;
}

.search-nav-previous {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
        font-size: 9px;
        text-transform: uppercase;
	text-align: left;
	z-index: 10;
}

.search-nav-pages {
	position: relative;
	text-align: center;
}

.search-nav-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
        font-size: 9px;
        text-transform: uppercase;
	text-align: right;
}

.search-nav-clear {
	position: relative;
	clear: both;
}

/*** END SEARCH ***/



/*** BEGIN ADS ***/

#ads1-inner, #ads2-inner, #ads3-inner, #ads4-inner, #ads5-inner, #ads6-inner, #ads7-inner, #ads8-inner, #ads9-inner, #ads10-inner, #ads11-inner {
	text-align: center;
/* 	
	border: solid 1px #D16314;
	color: #D16314;
*/
}

#ads1-inner {
	display: none;
	position: relative;
	margin-bottom: 10px;
}

#ads2-inner {
	display: none;
	position: relative;
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-right: 10px;
}

#ads3-inner {
	display: none;
	margin-bottom: 10px;
}

#ads4-inner {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ads5-inner {
	display: none;
	margin-bottom: 20px;
}

#ads7-inner {
	display: none;
	margin-top: 20px;
}

#ads9-inner {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ads10-inner {
	display: none;
	position: relative;
	float: left;
	width: 100px;
}

#ads11-inner {
	display: none;
	position: relative;
	clear: both;
}

/*** END ADS ***/

/*** BEGIN PREVIEW ***/

.footer-preview {
position: absolute;
bottom: -60;
z-index: 100;
text-align: center;
width: 95%;
padding: 5;
}

/*** END PREVEIW ***/

.ss-bg-blue {
  background: #E6E6E6;
  padding: 20;
  font-weight: bold;
}


/*** BEGIN COLUMN ***/

.column-top {
position: relative;
padding: 0 0 29px 0;
}

.columnn-today {
position: absolute;
right: 0;
top: 15;
font-size: 11px;
color: #777;
}

.column-top-label {
position: relative;
font-size: 10px;
font-weight: bold;
color: #3C517E;
border: solid 1px #CCC;
padding: 7px 7px 7px 10px;
margin: 0 0 20px 0;
text-transform: uppercase;
}

.column-top-inner {
position: relative;
}

.column-top-pic {
position: relative;
width: 300px;
float: left;
z-index: 100;
}

.column-top-pic-inner {
position: relative;
padding: 0 25px 0 0;
}

.column-top-credit {
position: relative;
font-size: 9px;
color: #AAA;
text-align: right;
}

.column-top-caption {
position: relative;
font-style: italic;
font-size: 11px;
line-height: 12px;
margin-top: 3px;
color: #777;
}

.column-top-head {
position: relative;
font-size: 20px;
color: #3C517E;
}

.column-top-byline {
position: relative;
font-size: 10px;
margin: 5px 0 10px 0;
color: #777;
}

.column-top-text {
position: relative;
font-size: 13px;
line-height: 18px;
color: #333;
}

.column-top-more {
position: relative;
display: inline;
}

.column-top-clear {
position: relative;
clear: both;
}

.column-top-end {
position: relative;
height: 1px;
font-size: 0px;
}

.column-features {
position: relative;
clear: both;
margin: 0 0 29px 0;
}

.column-features-label {
position: relative;
font-size: 10px;
font-weight: bold;
color: #3C517E;
border: solid 1px #CCC;
padding: 7px 7px 7px 10px;
margin: 0 0 20px 0;
text-transform: uppercase;
}

.column-feature2-1 {
position: relative;
float: left;
width: 252px;
}

.column-feature2-2 {
position: relative;
float: left;
width: 252px;
padding-left: 26px;
}

* html .column-feature2-2 {
width: 278px;
}

.column-feature3-1 {
position: relative;
float: left;
width: 160px;
}

.column-feature3-2 {
position: relative;
float: left;
width: 160px;
padding-left: 25px;
}

* html .column-feature3-2 {
width: 185px;
}

.column-feature3-3 {
position: relative;
float: left;
width: 160px;
padding-left: 25px;
}

* html .column-feature3-3 {
width: 185px;
}

.column-feature-pic {
position: relative;
margin: 0 0 5px 0;
}

.column-feature-head {
position: relative;
font-size: 14px;
color: #3C517E;
margin: 0 0 10px 0;
}

.column-feature-text {
position: relative;
font-size: 11px;
line-height: 15px;
color: #333;
}

.column-feature-more {
position: relative;
display: inline;
}

.column-feature-clear {
position: relative;
clear: both;
}

.column-features-end {
	position: relative;
	height: 1px;
	font-size: 0px;
}



.column-list {
position: relative;
}

.column-list-label {
position: relative;
font-size: 10px;
font-weight: bold;
color: #3C517E;
border: solid 1px #CCC;
padding: 7px 7px 7px 10px;
margin: 0 0 20px 0;
text-transform: uppercase;
}

.column-list-nav {
position: absolute;
font-size: 9px;
text-transform: uppercase;
top: 5px;
right: 5px;
}

.column-list-picklist {
position: relative;
display: inline;
padding: 0 0 0 10px;
}

.column-list-picklist select {
font-size: 10px;
}

.column-list-previous {
position: relative;
display: inline;
}

.column-list-next {
position: relative;
display: inline;
padding: 0 0 0 10px;
}

.column-list-table {
position: relative;
clear: both;
}

.column-list-row {
}

.column-list-cell-date {
position: relative;
font-size: 11px;
line-height: 18px;
width: 75px;
}

.column-list-cell-date a {
color: #AAA;
}

.column-list-cell-content {

}

.column-list-head {
position: relative;
font-size: 14px;
line-height: 18px;
color: #3C517E;
}

.column-list-text {
position: relative;
font-size: 11px;
line-height: 15px;
color: #333;
margin-bottom: 10px;
}




/*** END COLUMN ***/


/*** BEGIN ARTICLE ***/

.column-title {
font-size: 16px;
margin: 0 0 5px 0;
}

.nav-article-top {
position: absolute;
top: 0;
right: 0;
font-size: 9px;
text-transform: uppercase;
}

.nav-article-top-previous {
position: relative;
display: inline;
}

.nav-article-top-next {
position: relative;
display: inline;
padding: 0 0 0 10px;
}


.byline {
position: relative;
font-size: 13px;
line-height: 18px;
color: #333;
}

.article-date {
position: relative;
font-size: 11px;
color: #777;
margin: 0 0 20px 0;
}

.nav-article-bottom {
position: relative;
text-align: right;
font-size: 9px;
text-transform: uppercase;
width: 100%;
}

.nav-article-bottom-return {
position: absolute;
top: 0;
left: 0;
}

.nav-article-bottom-previous {
position: relative;
display: inline;
}

.nav-article-bottom-next {
position: relative;
display: inline;
padding: 0 0 0 10px;
}

/*** END ARTICLE ***/


/*** BEGIN GALLERY MAIN ***/

.gallery-main {
	position: relative;
	width: 100%;
	border: solid 1px #ddd;
        margin-bottom: 20px;
	padding-bottom: 20px;
}

.gallery-main-head {
	position: relative;
	margin-left: 23px;
	margin-top: 20px;
	font: 19px arial;
	color: #333;
	width: 80%;
}

.gallery-main-zoom, .gallery-main-zoom-hover {
	position: absolute;
	top: 20px;
	right: 20px;
        height:15px;
        width: 50px;
	background: url(library/resources/designs/escapes/gal_zoom.gif) no-repeat;
        cursor: pointer;
	cursor: hand;
}

.gallery-main-zoom-hover {
	background: url(library/resources/designs/escapes/gal_zoom_ro.gif) no-repeat;
}

.gallery-main-photo {
	position: relative;
	text-align: center;
	background: #FFF;
	height: 283px;
        margin: 0 0 15px 0;
}

.gallery-main-photo img {
	background: white;
	#position: relative;  
	#top: -50%;
	#left: -50%;
	cursor: pointer;
	cursor: hand;
}

.gallery-main-photo-inner {
	position: relative; 
	display: table; 
	height: 283px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.gallery-main-photo-inner2 {
	#position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.gallery-main-strip-outer2 {
        position: relative;
        width: 100%;
        text-align: center;
}

.gallery-main-strip-outer1 {
        position: relative;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
}

.gallery-main-count {
	position: absolute;
	bottom: 50px;
	left: 0;
        color: #999;
        font-size: 10px;
}

.gallery-main-previous, .gallery-main-previous-hover {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 26px;
	height: 47px;
	background: url(library/resources/designs/escapes/gal_sec_but_prev.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-main-next, .gallery-main-next-hover {
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 26px;
	height: 47px;
	background: url(library/resources/designs/escapes/gal_sec_but_next.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-main-previous-hover {
	background: url(library/resources/designs/escapes/gal_sec_but_prev_ro.gif) no-repeat;
}

.gallery-main-next-hover {
	background: url(library/resources/designs/escapes/gal_sec_but_next_ro.gif) no-repeat;
}

.gallery-main-strip {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 360px;
}

.gallery-main-strip-short {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 360px;
}

.gallery-main-strip img, .gallery-main-strip-short img {
	background: white;
	#position: relative;  
	#top: -50%;
	#left: -50%;
}

.gallery-main-item, .gallery-main-item-on, .gallery-main-item-hover, .gallery-main-item-on-hover {
	position: relative;
	float: left;
	cursor: pointer;
	cursor: hand;
	width: 48px;
	height: 37px;
	padding: 3px;
	border: solid 2px #e1e1e1;
	background: #e1e1e1;
	margin: 1px;
	#width: 58px;
	#height: 47px;
}

.gallery-main-item-on, .gallery-main-item-on-hover {
	border-color: #aaa;
	background: #aaa;
}

.gallery-main-item-hover {
	border-color: #aaa;
}

.gallery-main-item-inner {
	position: relative; 
	display: table; 
	height: 37px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.gallery-main-item-inner2 {
	#position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

/*** END GALLERY MAIN ***/

/*** BEGIN GALLERY POPUP***/


.gallery-popup-body {
	background: #F2F2F2;
	text-align: left;
	margin: 0;
}


.gallery-popup-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url(library/resources/designs/escapes/gal_popup_top_bg.gif) repeat-x;
}

.gallery-popup-head {
	position: absolute;
	top: 8px;
	left: 10px;
	font: 20px arial;
	color: #333;
	width: 550px;
}


.gallery-popup-button-play, .gallery-popup-button-play-hover {
	position: absolute;
	top: 8px;
	right: 168px;
	width: 44px;
	height: 24px;
	background: url(library/resources/designs/escapes/gal_but_play.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-button-play-hover {
	background: url(library/resources/designs/escapes/gal_but_play_on.gif) no-repeat;
}


.gallery-popup-button-strip, .gallery-popup-button-strip-hover {
	position: absolute;
	top: 8px;
	right: 124px;
	width: 44px;
	height: 24px;
	background: url(library/resources/designs/escapes/gal_but_strip.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}


.gallery-popup-button-strip-hover {
	background: url(library/resources/designs/escapes/gal_but_strip_on.gif) no-repeat;
}


.gallery-popup-button-info, .gallery-popup-button-info-hover {
	position: absolute;
	top: 8px;
	right: 80px;
	width: 44px;
	height: 24px;
	background: url(library/resources/designs/escapes/gal_but_info.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-button-info-hover {
	background: url(library/resources/designs/escapes/gal_but_info_on.gif) no-repeat;
}



.gallery-popup-button-next, .gallery-popup-button-next-hover {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 25px;
	height: 24px;
	background: url(library/resources/designs/escapes/gal_but_sml_next.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-button-next-hover {
	background: url(library/resources/designs/escapes/gal_but_sml_next_ro.gif) no-repeat;
}


.gallery-popup-button-previous, .gallery-popup-button-previous-hover {
	position: absolute;
	top: 8px;
	right: 44px;
	width: 25px;
	height: 24px;
	background: url(library/resources/designs/escapes/gal_but_sml_prev.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-button-previous-hover {
	background: url(library/resources/designs/escapes/gal_but_sml_prev_ro.gif) no-repeat;
}


.gallery-popup-info-mask, .gallery-popup-info {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 187px;
	padding: 19px 24px 24px 24px;
	font-size: 12px;
        line-height: 18px;
        border-top: solid 10px #ccc;
}

.gallery-popup-info-mask {
	background: white;
	opacity: .9;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
	color: white;	
}

.gallery-popup-info {
	color: #333;
}


.gallery-popup-photo {
	position: relative;
	text-align: center;
	top: 40px;
}


.gallery-popup-photo-inner {
	position: relative; 
	display: table; 
	height: 93%;
	#height: 520px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.gallery-popup-photo-inner2 {
	#position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.gallery-popup-photo img {
	background: white;
	#position: relative;  
	#top: -50%;
	#left: -50%;
}

.gallery-popup-strip-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: #B0B0B0;
	opacity: .85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);
}

.gallery-popup-strip-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
	text-align: center;
}

.gallery-popup-strip-content {
	position: relative;
	width: 780px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}

.gallery-popup-count {
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 70px;
	height: 15px;
        color: #333;
}

.gallery-popup-strip-previous, .gallery-popup-strip-previous-hover {
	position: absolute;
	bottom: 23px;
	left: 18px;
	width: 26px;
	height: 47px;
	background: url(library/resources/designs/escapes/gal_sec_but_prev.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-strip-next, .gallery-popup-strip-next-hover {
	position: absolute;
	bottom: 23px;
	right: 18px;
	width: 26px;
	height: 47px;
	background: url(library/resources/designs/escapes/gal_sec_but_next.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.gallery-popup-strip-previous-hover {
	background: url(library/resources/designs/escapes/gal_sec_but_prev_ro.gif) no-repeat;
}

.gallery-popup-strip-next-hover {
	background: url(library/resources/designs/escapes/gal_sec_but_next_ro.gif) no-repeat;
}


.gallery-popup-strip {
	position: absolute;
	bottom: 23px;
	left: 54px;
	width: 700px;
}


.gallery-popup-strip-short {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 740px;
}

.gallery-popup-item, .gallery-popup-item-on, .gallery-popup-item-hover, .gallery-popup-item-on-hover {
	position: relative;
	float: left;
	cursor: pointer;
	cursor: hand;
	width: 48px;
	height: 37px;
	padding: 3px;
	border: solid 2px #ccc;
	background: #ccc;
	margin-right: 10px;
	#width: 58px;
	#height: 43px;
}

.gallery-popup-item-on, .gallery-popup-item-on-hover {
	border-color: #FFF;
	background: #FFF;
}

.gallery-popup-item-hover {
	border-color: #FFF;
}

.gallery-popup-item-inner {
	position: relative; 
	display: table; 
	height: 37px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.gallery-popup-item-inner2 {
	#position: absolute;
	_top: 50%;
	_left: 50%;
	display: table-cell;
	vertical-align: middle;
}

.gallery-popup-strip img, .gallery-popup-strip-short img {
	background: white;
	#position: relative;  
	#top: -50%;
	#left: -50%;
}

/*** END GALLERY POPUP***/

