@charset "utf-8";
/* CSS Document */

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

/*
Adapted for Ritz-Carlton by Rare Medium, Alpharetta, GA., USA.
http://www.raremedium.net/
*/


/*==========================*/
/*=== Main Styles - Home ===*/
/*==========================*/

#sliderWrapper {
	height: 445px;
	margin-top: -69px;
    z-index: 2;
}	

.theme-default #slider {
    margin: 0 auto 0 auto;
    width: 1220px; /* Make sure all images are the same size */
    height: 440px; /* Make sure all images are the same size */
    position:relative;
}

#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

/*===========================*/
/*=== Other Styles - Home ===*/
/*===========================*/

.clear {
	clear: both;
}

.theme-default .nivoSlider {
	position: relative;
	background: #fff url(../images//loading.gif) no-repeat 50% 50%;
	background-color: #fff !important;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

/*.theme-default .nivoSlider a {
	border: 0;
	display: block;
}*/

/* ----- */

/* re-wrap slider buttons, so that however many buttons appear, they will be centered */
.theme-default .nivo-controlNav {
    margin: 0 auto; /*50 auto*/
    position: relative;
    display: block;                       /*<< Added this line for IE 7*/
    text-align: center;
    top: 417px; /*379*/
    height: 0;
    /*width: is jQuery-generated*/
    z-index: 999;
}                                                              

.theme-default .nivo-controlNav a 
{
	display: inline-block;              /*<< changed  this line for IE 7   from just "blocked" to "inline-block"  */
    width: 22px;
    height: 22px;
    background: url(../images//bulletsLight.gif) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 3px;
    float: left;
}   


.theme-default .nivo-controlNav a.active 
{	
	background-position: 0 -22px;
}


/* -------------- arrows -------------- */
.theme-default .nivo-directionNav a {
	display: block;
	width: 29px;
	height: 57px;
	background: url(../images//arrowsBig.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 176px;
	top: 346px;
}

.theme-default a.nivo-prevNav {
	left: 176px;
	top: 346px;
}

.theme-default a.nivo-nextNav:hover {
	background-position: -30px -57px;
}

.theme-default a.nivo-prevNav:hover {
	background-position: 0px -57px;
}

/* -------------- END arrows -------------- */
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color :#fff;
    border-bottom: 1px solid #fff;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

/*shaddow above the buttons*/
#buttonWrapper {
    background-color: #fff;
    position: relative;
	margin: 0 auto;
    bottom: 45px;
	height: 45px;
    width: 1220px;
	z-index: 8;
/*
	-moz-box-shadow: 0 -2px 5px #888;
	-webkit-box-shadow: 0 -2px 5px #888;
	box-shadow: 0 -2px 5px #888; 	
*/
	background: url(../images//bg-bottom_shadow3.png) top left repeat-x;
}



/*caption inset*/
.solidBack {
	/*background-color: #fff;      jgn 090211*/
	width: 902px;
	height: 69px;
	margin: 1px 0 0 1px;
	
    /*filter: alpha(opacity=85);  jgn 090211*/ 	/*ie*/    
	/*opacity:0.85; 	          jgn 090211*/	/*css3*/
}

/* info/"learn more" buttons */
.infoButton {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
    background-color: #3D7A99;
    border: 2px solid #B9CDD7 !important;
    padding: 2px 16px;
    text-transform: uppercase;
	text-decoration: none;
	float: right;
	position: relative;
	top: -12px;
	
    filter: alpha(opacity=100); /*ie*/    
	opacity:1; 					/*css3*/
}

.infoButton:hover {
	background-color: #404040;
	color: #fff;
	text-decoration: none;
	border: solid 2px #909090;
}

/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}

/* needed to put opacity on a layer & color for IE & take OUT transparent graphics */
.backgroundFade {
    /*background-color: #fff; jgn 090211*/
    height: 75px;
    left: -4px;
    position: relative;
    top: -75px;
    width: 911px;
    z-index: -1;
	
	/*-moz-opacity: .3;  jgn 090211*/ 				/*mozilla*/
	/*filter: alpha(opacity=30);  jgn 090211*/      /*ie*/
	/*opacity: .3;  jgn 090211*/  					/*CSS3*/
	
}

/* Caption styles */
.nivo-caption {
	background-image: url(../images//caption.png);
	background-position: center top;
	position: absolute;
	top: 335px;
	left: 154px;
	width: 912px;
	height: 75px;
	z-index: 8;
	/*opacity: 1;  Overwritten by captionOpacity setting 
	background-image: url(../images//bg-white-30.png);
	background-repeat: repeat;
	background-position: left top;*//**/
	/*background-color: #fff; */
	
	/*-moz-opacity: .75; mozilla*/
	/*filter: alpha(opacity=75); ie*/
	/*opacity: .75; CSS3*/
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
}

.nivo-caption a {
	display: inline !important;
}

/* title and description styling; caption area */

.sliderTitle {
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #4c4c4c;
	margin-top: 0;
	/* Homepage Title Centered
	text-align:center;
	width:100%;*/
}

.sliderDescription {
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #595959;
	/* Homepage Title Centered
	text-align:center;*/
}

.captionContainer {
    height: 55px;
    margin: 0 auto;
    padding: 2px 0 0;
    width: 677px;
}

/* Homepage Title Centered
.captionContainer {
    height: 55px;
    margin: 0 70px 0 60px;
    padding: 2px 0 0;
    width: 777px;
}*/

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

/* ---------- END Home ---------- */

/*=======================================*/
/*=== Main Styles - Stories That Stay ===*/
/*=======================================*/

#storiesThatStay #sliderWrapper {
	height: 445px;
	margin-top: 13px;
    z-index: 2;
}	

#storiesThatStay #buttonWrapper {
    background-color: #fff;
    position: relative;	
	margin: 0 auto;
    bottom: 30px;
	height: 30px;
    width: 1220px;
	z-index: 8;
	box-shadow: none;
}



#storiesThatStay .theme-default .nivoSlider {
	position: relative;
	background: #fff url(../images//loading.gif) no-repeat 50% 50%;
	background-color: #fff !important;
}

#storiesThatStay .theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#storiesThatStay .theme-default .nivoSlider a {
	border: 0;
	display: block;
}

#storiesThatStay .theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 0;
    margin-left: -75px; /* Tweak this to center bullets */
}

#storiesThatStay .theme-default .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images//bulletsLight.gif) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

#storiesThatStay .theme-default .nivo-controlNav a.active {
	background-position: 0 -22px;
}



/* ---------- END sliderMasterStyles.css ---------- */

