@charset "UTF-8";
/* CSS Document */

body{
	font: 13px Arial, Helvetica, sans-serif;
	line-height:1.3em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f7e19b;
	background: #1C2550 /* url(../images/bg.jpg) top center no-repeat */;
}

h2, h3{
color:#f8f5b2;
}



a:link {color:#E2A014; text-decoration:none;}
a:visited {color:#E2A014; text-decoration:none;}
a:hover {color: #E2A014; text-decoration:underline;}

#container {
	padding:0px;
	background: #1f2a25 url(/assets/images/site/riverofrenewal/bannerbg_sub.jpg) top center no-repeat;
	width: 802px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*border: 0px 1px 1px solid #edaa1d;*/
	position:relative;
}
/*
#top {
	display:block;
	height: 107px;
	width: 871px;	
}
	*/
#masthead {
	position:absolute;
	top:19px;
	height:72px;
	left: 329px;
	}
	
.twoColFixLtHdr #mainContent { 
	margin:0px 0 0 243px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:541px;
}

.sub #mainContent  { 
	margin:0px 0 0 25px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 10px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:741px;
}

.twoColFixLtHdr #credits,
.sub #credits { 
	text-align:center;
	clear: both;
	margin:0px 5px 0 5px;
	width:792px;
} 	
	 	
	/*
#main {
	display:block;
	width:628px;
	height:auto;
	font-size:12px;
	margin: 70px 32px 0px 220px;
}*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:41px;
	padding: 37px 13px 15px 15px;
	/*padding: 15px 10px 15px 20px;*/
}

.sub #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	margin-top:20px;
	padding: 20px 13px 15px 15px;
	/*padding: 15px 10px 15px 20px;*/
}


div.content #rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 200 the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:41px;
	padding: 15px 3px 15px 25px;
	color:#c1d7b1;
	font-size:0.9em;
	line-height:1.2em;
	/*padding: 15px 10px 15px 20px;*/
}

div.content #rightcolumn li{
	margin-bottom: 15px;
}

/*#leftcolumn {
	width:182px;
	float:left;
	height:auto;
	margin:70px 5px 10px 27px;
}*/

/*.sidebar{
font-size:11px;
padding-top:25px;
margin:4px 18px 8px 23px;}
*/
.sidebar_text{
font-size:14px;
margin:10px;
line-height:14px;
text-align:center;
}


#sidebar_top{
background: url(/assets/images/site/riverofrenewal/left_nav.jpg) top no-repeat;}

#sidebar_bottom{
background: url(/assets/images/site/riverofrenewal/left_nav.jpg) bottom no-repeat;}

#footer{
	display:block;
	/*border-top:solid #edaa1d 1px;*/
	padding-right:135px;
	padding-left:100px;
	width:567px;
}

.tiny a{
font-size:10px;
color:#333333;
text-decoration:none;}

.tiny{
font-size:10px;
color:#333333;
text-decoration:none;}

#masthead span { display:none; }


/*#mainContentTop{
background:url(/assets/images/site/riverofrenewal/main_top.jpg) top no-repeat;
height:9px;
}*/
#mainContentTop{
background: transparent url(/assets/images/site/riverofrenewal/main_top.gif) top no-repeat;
/*height:9px;*/
height:20px;
width:541px;
}
.sub #mainContentTop{
background:none;
/*height:9px;*/
height:20px;
width:541px;
}
#mainContentBottom{
background:url(/assets/images/site/riverofrenewal/main_bottom.gif) bottom no-repeat; 
height:16px;
width:541px;
}
.sub #mainContentBottom{
background:none;
}

#mainContentMiddle{
background: transparent  url(/assets/images/site/riverofrenewal/main_middle.gif) repeat-y;
}

.sub #mainContent{
background:none;
}
.sub #mainContent img{
margin: 0 10px 10px;
}

.sub #mainContent img.header{
margin: 0 10px 0 0;
}

.sub #mainContent img.header2{
margin:0 0 0 0;
padding: 0 0 0 0;
}


div.content{
width:494px;
padding:1px 26px 10px 21px;
height:auto !important;
min-height:411px;
}

.sub div.content{
width:700px;
}

.intro{
font-size:1.5em;
line-height:1.5em;
color:#f8f5b2;
}

.movietitle{
text-transform:uppercase;
color:#e34e25;
}

.quote{
font-style:italic;
}

.attribute{
text-align:right;
}

.more{
text-align:right;
}

.more a{
color:#ff9933;
}


.mainImages{
margin-top:10px;
margin-bottom:10px;
}


.twoColFixLtHdr #header,
.sub #header { 
	height:130px;
	padding: 0;
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1,
.sub #header h1 {
	display:none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #footer,
.sub #footer { 
	/*padding: 0 10px 0 20px; *//* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#DDDDDD; */
} 
.twoColFixLtHdr #footer p,
.sub #footer p{
	font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.content #inside_right{
border-left:1px solid #F9D382;
color:#C1D7B1;
float:right;
font-size:0.9em;
line-height:1.2em;
margin:0 0 5px 15px;
padding:0px 3px 30px 10px;
width:230px;
}

div.explore div.headerimage{
float:left;
margin:0 3px 10px 0;
padding:0 0 5px 0;
width:95px;
height:25px;
background: url(/assets/images/site/riverofrenewal/explore_dot_h2.png) left no-repeat;
}
div.engage div.headerimage{
float:left;
margin:0 3px 10px 0;
padding:0 0 5px 0;
width:87px;
height:28px;
background: url(/assets/images/site/riverofrenewal/engage_dot_h2.png) left no-repeat;
}
div.experience div.headerimage{
float:left;
margin:0 3px 0 0;
padding:0 0 0 0;
width:124px;
height:27px;
background: url(/assets/images/site/riverofrenewal/experience_dot_h2.png) left no-repeat;
}
div.connect div.headerimage{
float:left;
margin:0 3px 10px 0;
padding:0 0 5px 0;
width:98px;
height:22px;
background: url(/assets/images/site/riverofrenewal/connect_dot_h2.png) left no-repeat;
}
div.share div.headerimage{
float:left;
margin:0 3px 10px 0;
padding:0 0 5px 0;
width:79px;
height:25px;
background: url(/assets/images/site/riverofrenewal/share_dot_h2.png) left no-repeat;
}

div.explore h2{padding-top:5px;}
div.engage h2{padding-top:6px;}
div.experience h2{padding-top:4px;}
div.connect h2{padding-top:4px;}
div.share h2{padding-top:5px;}

div.explore span,
div.engage span,
div.experience span,
div.connect span,
div.share span{
display:none;
}

/* Added div id's for pages outside of home */

#pageContents{
/* min-height: 600px; */
float: right;
width: 500px;
padding: 10px 10px;
margin: 10px 10px;
}

/* Misc div/table classes added to deal with semkhor's unruly modules */

div.blogtitle{
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

td.clipinfo{
text-decoration: none;
font-size: 0px;
}
 /* Improve view of fonts to compensate for light background on banner */
font.price_label{
color:#e34e25;
}

.price_value{
color:#e34e25;
}
