/* Global */
*{font-size:100.01%}
html{font-size:62.5%;}
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
body{
	margin:0;
	color:#000;
	font:1.3em Arial, Helvetica, sans-serif;
	background:#e1e1e1 url(../images/bg-body.gif);
}
img{border-style:none;}
a{text-decoration:none;color:#005e20;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

hr
{
	border: solid 1px #e2e2e2;
	height: 1px;
	
	
}

/* GlobalEnd */
/* Main */
.w-main{
	width: 828px;
	margin:0 auto;
	position:relative;
}
.w-popup
{
	width: 425px;
	margin:0 auto;
	position:relative;
}


.bg-main{
	background: url(../images/bg-main-grad.png) repeat-y;
	padding:137px 32px 0 28px;
	height:1%;
	overflow:hidden;
}

.bg-popup{
	background: url(../images/bg-main-grad.png) repeat-y;
	padding:80px 32px 0 28px;
	height:1%;
	overflow:hidden;
}

.w-container{
	height:1%;
	overflow:hidden;
	border:1px solid #e2e2e2;
	margin:0 0 43px;
	position:relative;
	padding: 10px 10px 10px 24px;
}
.w-content-holder{
	height:1%;
	overflow:hidden;
	background: url(../images/border-content-holder.gif) no-repeat 0 100%;
	margin:0 0 45px;
}
.main-ttl{
	height:1%;
	overflow:hidden;
	background: url(../images/border-content.gif) repeat-x 0 100%;
	margin:0 0 36px;
}
.main-ttl h2{
	background:none !important;
	float:left !important;
	margin:15px 0 0 !important;
}
.main-ttl p{
	margin:0 0 0 196px;
	color:#7d7d7d;
	line-height:1.62em;
}
/* MainEnd */
/* Header */
#header{
	position:absolute;
	top:0;
	left:4px;
	width:820px;
	z-index:99;
	height:131px;
}
.logo{
	position:absolute;
	top:23px;
	left:28px;
	width: 299px;
	height: 47px;
	z-index:100;
	margin:0;
}
.logo a{
	display:block;
	width: 299px;
	height: 47px;
	background:url(../images/rwcaplogo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;

} 

.h-login-box{
	position:absolute;
	top:0;
	right:29px;
	background:#ececec;
	height:32px;
	overflow:hidden;
	padding:6px 0 0 6px;
}
.h-login-box input{float:left;}

.inputText
{
	background:#fff;
	border:1px solid #b7b7b7;
	margin:0 5px 0 0;
	font-size:13px;
	padding:4px 6px 3px;
	width:92px;
	color:#898989;
}


.h-login-box input.text{
	background:#fff;
	border:1px solid #b7b7b7;
	margin:0 5px 0 0;
	font-size:13px;
	padding:4px 6px 3px;
	width:92px;
	color:#898989;
}
.h-login-box input.submit{
	margin:0 7px 0 2px;
	padding:0;
	border-style:none;
	background: url(../images/btn-login.gif) no-repeat;
	width: 66px;
	height: 25px;
	color:#fff;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	overflow:hidden;
	text-align:center;
	cursor:pointer;
}
.h-login-box input.submit:hover{background-position:0 -25px;}
.help-mnu{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:45px;
	right:29px;
	font-size:0.846em;
	line-height:1.1em;
}
.help-mnu li{
	display:inline;
	padding:0 0 0 10px;
}
.help-mnu a{color:#00713b;}
.navigation{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	left:24px;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	border:1px solid #e2e2e2;
	border-width:1px 0 1px 1px
}
.navigation li{
	float:left;
	border-right:1px solid #e2e2e2;
}
.navigation li a{
	float:left;
	padding:0 15px;
	color:#1c7b4e;
}
.navigation li.active a,
.navigation li a:hover{
	background:#b9d1c1;
	color:#002b0f;
	text-decoration:none;
}
.city-list{
	position:absolute;
	bottom:10px;
	right:21px;
	line-height:17px;
	font-size:0.769em;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.city-list li{
	display:inline;
	padding:0 6px 0 12px;
	background: url(../images/bullet-city-list.gif) no-repeat 0 50%;
	margin:0 4px 0 -4px;
	color:#898989;
}
.city-list a{color:#898989;}
/* HeaderEnd */
/* Promo */
.promo-box{
	margin:0 0 6px;
	position:relative;
	height:1%;
	overflow:hidden;
}
.promo-box img{
	display:block;
}
.promo-box .text-holder{
	position:absolute;
	top:0;
	left:0;
	width:464px;
	overflow:hidden;
	height:90px;
}
.promo-box .text-holder div{
	background: url(../images/bg-promo-text.png) no-repeat;
	height:500px;
	overflow:hidden;
}
.promo-box .text-holder div p{
	text-align:center;
	color:#fff;
	line-height:19px;
	margin:26px 0;
	font-weight:bold;
	overflow:hidden;
}
.promo-box .text-holder div p span{display:block;}
/* PromoEnd */
/* Content */
#content{
	width:410px;
	float:left;
	padding:10px 0;
	overflow:hidden;
}

#content-popup
{
	width:300px;
	float:left;
	padding:10px 0;
	
}

#content p, #content-popup p{
	color:#7d7d7d;
	line-height:1.62em;
	margin:0 0 22px;
}

#content p a, #content-popup p a{
	color:#005e20;
}

.w-main h2, .w-popup h2{
	font-size:24px;
	font-weight:normal;
	background: url(../images/border-content.gif) repeat-x 0 100%;
	padding:0 0 10px;
	margin:0 0 13px;
}

.w-main h2 span, .w-popup h2 span{display:block;}

.tabset{
	height:1%;
	overflow:hidden;
	font-size:1.154em;
	line-height:1.53em;
	margin:-11px 0 13px -25px;
}
.tabset a{
	float:left;
	background:#ececec url(../images/bg-tab.gif) repeat-x;
	border:1px solid #e2e2e2;
	width:110px;
	text-align:center;
	color:#1c7b4e;
	cursor:pointer;
}
.tabset a.active{
	background:none;
	border-style:none;
	padding:1px;
	color:#c2c2c2;
	text-decoration:none !important;
	cursor:default;
}
div.tab{left:-9999px;position:absolute;}
div.tab .active{
	position:static;
	left:0;
}
.who-box{
	border:1px solid #e1e1e1;
	background:#f4f4f4;
	width:381px;
	padding:6px;
	margin:0 0 24px;
}
.who-box .ttl{
	background:#b9d1c1;
	line-height:1.62em;
	padding:3px 7px;
	display:block;
	color:#005e20;
	margin:0 0 10px;
}
.who-box ul{
	list-style:none;
	margin:0;
	padding:0 0 8px 19px;
	line-height:17px;
}
.who-box ul li{
	background: url(../images/bullet-who.gif) no-repeat 0 7px;
	padding:0 0 0 8px;
	margin:0 0 6px;
	color:#434343;
}
.meet{
	clear:both;
	float:left;
	border:1px solid #e2e2e2;
	font-size:0.923em;
	line-height:1.75em;
	padding:0 12px 0 22px;
	color:#555;
	background: url(../images/arrow-meet.gif) no-repeat 7px 50%;
	margin:-23px 0 26px;
}
.meet:hover{color:#000;}

.NewsButtonMore
{
	
	float:right;
	border:1px solid #e2e2e2;
	font-size:0.923em;
	line-height:1.75em;
	padding:0 12px 0 22px;
	color:#555;
	background: url(../images/arrow-meet.gif) no-repeat 7px 50%;
	margin:-23px 0 26px;
	display: inline;
}

.NewsButtonMore:hover{color:#000;}

.NewsButtonLess
{
	
	float:left;
	border:1px solid #e2e2e2;
	font-size:0.923em;
	line-height:1.75em;
	padding:0 12px 0 22px;
	color:#555;
	background: url(../images/arrow-meet-left.gif) no-repeat 7px 50%;
	margin:-23px 0px 26px;
	display: inline;
}

.NewsButtonLess:hover{color:#000;}

.contact-block{
	width:100%;
	overflow:hidden;
	color:#7d7d7d;
	line-height:21px;
	margin:0 0 43px;
}
.contact-block strong{
	display:block;
	color:#000;
}
.contact-block address{
	float:left;
	width:180px;
	margin:0;
	font-style:normal;
}
.contact-block ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news-post{
	width:100%;
	overflow:hidden;
	margin:-10px 0 40px;
}
.news-post .head{
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.769em;
	line-height:2.1em;
	color:#7d7d7d;
}
.news-post .head li{
	display:inline;
	background: url(../images/sep-news-head.gif) no-repeat;
	padding:0 15px 0 13px;
}
.news-post .head li:first-child{
	background-image:none;
	padding-left:0;
}
.news-post .head li h3{
	display:inline;
	font-size:1.3em;
	font-weight:normal;
}
.news-post .head li h3 a{color:#005e20;}
.more-news{text-decoration:underline;}
.more-news:hover{text-decoration:none;}
/* ContentEnd */
/* Sidebar */
#sidebar{
	width:265px;
	float:right;
	padding:11px 14px 0;
	background:#fcfcfc url(../images/bg-sidebar-home.gif) no-repeat;
	_height: 575px;
	min-height: 575px;
}

#sidebar-nomin{
	width:265px;
	float:right;
	padding:11px 14px 0;
	background:#fcfcfc url(../images/bg-sidebar-home.gif) no-repeat;
}


.w-content-holder #sidebar, 
.w-content-holder #sidebar-nomin{
	background:#fcfcfc url(../images/bg-sidebar.gif) repeat-x;
}
#sidebar img.sb-img, 
#sidebar-nomin img.sb-img{
	display:block;
	margin:0 -2px 10px;
	position:relative;
}

#sidebar .ttl, 
#sidebar-nomin .ttl{
	font-size:16px;
	line-height:19px;
	color:#005e20;
	font-weight:normal;
	display:block;
	margin:0 0 5px;
	text-transform:uppercase;
}
#sidebar .ttl span, 
#sidebar-nomin .ttl span
{
	display:block;
	
}

#sidebar .text-holder, 
#sidebar-nomin .text-holder{
	padding:0 6px;
}

#sidebar p, 
#sidebar-nomin p{
	font-size:0.923em;
	line-height:1.58em;
	color:#464646;
	margin: 0 0 19px;
}

#sidebar .box-holder, 
#sidebar-nomin .box-holder{
	height:1%;
	overflow:hidden;
	margin:0 0 90px;
}

#sidebar .box, 
#sidebar-nomin .box{
	background:#fff;
	padding:12px 9px 10px;
	margin:0 6px 10px;
}

#sidebar .box .sub-ttl, 
#sidebar-nomin .box .sub-ttl{
	line-height:24px;
	color:#000;
	font-size:13px;
	display:block;
	width:100%;
	overflow:hidden;
	margin:0 0 13px;
	font-weight:normal;
}

#sidebar .box .sub-ttl span, 
#sidebar-nomin .box .sub-ttl span{
	float:left;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/ttl-ridgewood-capital.gif) no-repeat;
	width:115px;
}

#sidebar .box .sub-ttl strong, 
#sidebar-nomin .box .sub-ttl strong{
	display:block;
	font-weight:normal;
}

#sidebar .box p, 
#sidebar-nomin .box p{
	color:#464646;
	font-size:0.846em;
	line-height:1.36em;
	margin:0 0 7px;
}

#sidebar .box .more, 
#sidebar-nomin .box .more{
	font-size:0.846em;
	line-height:1.36em;
	color:#005e20;
}

#sidebar .heading, 
#sidebar-nomin .heading{
	border:1px solid #c1c1c1;
	border-width:1px 0;
	height:1%;
	overflow:hidden;
	padding:12px 0;
	margin:0 0 8px;
}

#sidebar .heading a, 
#sidebar-nomin .heading a{
	float:left;
	margin:0 13px 0 0;
}

#sidebar .heading strong, 
#sidebar-nomin .heading strong{
	display:block;
	margin:25px 0 0;
	line-height:16px;
	font-weight:normal;
	color:#005e20;
}

#sidebar .prof, 
#sidebar-nomin .prof{
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #c1c1c1;
	padding:0 0 14px;
	margin:0 0 10px;
}

#sidebar .prof img, 
#sidebar-nomin .prof img{
	float:left;
	margin:4px 11px 0 0;
}

#sidebar .prof p, 
#sidebar-nomin .prof p{
	margin:0;
}

#sidebar .prof a, 
#sidebar-nomin .prof a{color:#007236;}

#sidebar .video-holder, 
#sidebar-nomin .video-holder{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	
}

#sidebar .video-holder img, 
#sidebar-nomin .video-holder img{display:block;}

#sidebar .news-post p, 
#sidebar-nomin .new-post p{color:#7d7d7d;}

#sidebar .news-post, 
#sidebar-nomin .news-post{
	margin:0 0 50px;
	border-bottom:1px solid #c1c1c1;
}

/* SidebarEnd */
/* column */
#column{
	float:left;
	width:158px;
}
.page-nav{
	list-style:none;
	margin:0;
	padding:8px 0 0;
	border-top:1px solid #ebebeb;
	line-height:1.25em;
	font-size:0.923em;
	color:#7d7d7d;
}
.page-nav li{
	padding:0 0 12px;
	margin:0 0 15px;
	border-bottom:1px solid #ebebeb;
}
.page-nav a{
	font-size:1.33em;
	line-height:1.06em;
	color:#1c7b4e;
	font-weight:normal;
	float:left;
	margin:0 0 3px;
}
.page-nav span{
	display:block;
	clear:both;
}
#column .ttl{
	color:#000000;
	display:block;
	font-weight:bold;
	line-height:16px;
	padding:6px 8px 5px 0px;
	margin:0 0 7px 0px;
}
.prod-nav{
	list-style:none;
	margin:0;
	padding:8px 0 0;
	border-top:1px solid #ebebeb;
	line-height:1.25em;
	font-size:0.923em;
	color:#7d7d7d;
}
.prod-nav li{
	padding:0 0 12px;
	margin:0 0 15px;
	border-bottom:1px solid #ebebeb;
}
.prod-nav a{
	font-size:1.083em;
	line-height:1.31em;
	color:#1c7b4e;
	float:left;
	margin:0 0 3px;
}
.prod-nav span{
	display:block;
	clear:both;
}
.prod-nav span a{
	color:#7d7d7d;
	float:none;
	margin:0;
	font-size:1em;
}
/* columnEnd */
/* content-holder */
#content-holder{
	width:536px;
	float:right;
	display:inline;
	overflow:hidden;
}
#content-holder .breadcrumbs{
	list-style:none;
	margin:0 0 20px -11px;
	padding:0;
	/*color:#414141;*/
	color: #005e20;
	line-height:27px;
	font-weight: bold;
	
}
#content-holder .breadcrumbs li{
	display:inline;
	background: url(../images/sep-breadcrumbs.gif) no-repeat 0 2px;
	padding:0 6px 0 11px;
}
#content-holder .breadcrumbs li a{
	color:#414141;
}
#content-holder .team-box{
	height:1%;
	overflow:hidden;
	margin:0 12px 15px 0;
}
#content-holder .team-box .cont-holder{
	float:left;
	width:355px;
}
#content-holder .team-box .cont-holder h3{
	font-size:1.154em;
	line-height:1.4em;
	color:#000;
	margin:4px 0 0;
}	
#content-holder .team-box .cont-holder span{
	display:block;
	color:#7d7d7d;
	font-size:0.923em;
	line-height:1.33em;
	text-transform:uppercase;
	margin:0 0 25px;
}
#content-holder .team-box .cont-holder p{
	line-height:1.62em;
	color:#7d7d7d;
	margin:0 0 22px;
}
#content-holder .team-box .img-holder{
	background: url(../images/bg-team-img.gif) repeat-x;
	float:right;
	width:155px;
	padding:10px 0 157px;
}
#content-holder .team-box .img-holder img{
	display:block;
	background: url(../images/bg-team-imh-holder.gif);
	padding:0 12px 15px 0;
	margin:0 auto;
}
#content-holder .prod-box{
	height:1%;
	overflow:hidden;
	margin:0 0 45px;
	display:table;
}
* hmtl #content-holder .prod-box{display:block;}
#content-holder .prod-box .cont-holder{
	float:left;
	width:355px;
}
#content-holder .prod-box .img-holder{
	display:table-cell;
	vertical-align:top;
	width:170px;
	text-align:center;
}
* html #content-holder .prod-box .img-holder{
	float:right;
}
#content-holder .prod-box .cont-holder h3{
	margin:0 0 16px;
	font-size:1.154em;
	line-height:1.4em;
}
#content-holder .prod-box .cont-holder h3 span{
	font-weight:normal;
	color:#7d7d7d;
}
#content-holder .prod-box .cont-holder p{
	color:#7d7d7d;
	line-height:1.62em;
	margin:0 0 5px;
}

/* content-holderEnd */
/* bottom menu */
.bottom-menu{
	list-style:none;
	margin:0 0 24px;
	padding:0;
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:24px;
}
.bottom-menu li{
	float:left;
	padding:0 3px;
	background: url(../images/sep-bottom-menu.gif) no-repeat 0 3px;
	margin:0 1px 0 -1px;
}
.bottom-menu li a{
	color:#707070;
}
.bottom-menu li a:hover{color:#000;}
.logo-small{
	display:block;
	background: url(../images/rwcaplogo-small.gif) no-repeat;
	width: 169px;
	height: 24px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px 0 -3px;
}
/* bottom menuEnd */
/* Footer */
#footer{
	background: url(../images/bg-footer.png) no-repeat;
	padding:10px 0 20px;
	height:1%;
}
#footer p{
	font-size:0.769em;
	line-height:1.4em;
	color:#898989;
	margin:0 0 0 4px;
}
#footer p a{
	color:#898989;
	text-decoration:underline;
}
#footer p a:hover{text-decoration:none;}

.bottom-menu .capLogo
{
	display: block;
	background: url(/images/footerCapLogo.gif) no-repeat;
	width: 175px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	
}

.bottom-menu .engLogo
{
	display: block;
	background: url(/images/footerEngLogo.gif) no-repeat;
	width: 175px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	
}

.bottom-menu .powLogo
{
	display: block;
	background: url(/images/footerPowLogo.gif) no-repeat;
	width: 175px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	
}


/* FooterEnd */
/* JS Styles */
#scroll-nav {
	overflow: hidden;
	width:158px;
}
#column {
	position: relative;
}
div.holder {
	overflow: hidden;
	width: 100%;
}

#navcolumn
{
	float:left;
	width:170px; /* was 158 */
}

.advancedsearchlink
{
	font-weight: normal;
	font-size:0.769em;
}
