/*
Front page slider - custom styles
 */
#wrapper {
	width:925px;
	margin:0 auto;
}

#slider {
	position:relative;
	min-height:320px;
	margin:0px 0px 0px 0px;
	/*background:#fff url(http://www.richterphillips.com/img/ajax-loader.gif) no-repeat 50% 50%;*/
	-moz-box-shadow:0px 0px 10px #eee;
	-webkit-box-shadow:0px 0px 10px #ccc;
	box-shadow:0px 0px 10px #eee;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

#content {
	width:925px;
	margin:0 auto;
	padding:0px;
	color:#8E9BAF;
	position:relative;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(http://richterphillips.com/img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(http://richterphillips.com/img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}


/*
Front page - 4 Panels
 */

	#panels-home
	{
	float:left;
	text-align:left;
	width:925px;
	height:260px;
	overflow:hidden;
	margin:44px 0 30px 0;
	padding:0;
	border-bottom:1px dotted #dbd8d7;
	}
	
	.panel
	{
	float:left;
	width:220px;
	height:260px;
	overflow:hidden;
	margin:0 20px 0 0;
	padding:0;
	border-right:1px dotted #dbd8d7;
	}
	
	.panel-last
	{
	float:left;
	width:196px;
	height:270px;
	overflow:hidden;
	margin:0;
	padding:0;
	}
	
	.panel-img
	{
	float:left;
	width:194px;
	margin:0px;
	padding:0 0 6px 0;
	display:block;
	color:#666;
	font-size:18px;
	font-family:"Times New Roman",Georgia,Serif;
	}
	
	.panel-img a {text-decoration: none; color: #1c5582;}
	.panel-img a:hover {color:#0e8cc8;text-decoration:none;}
	
	.panel-title
	{
	float:left;
	width:194px;
	margin:0 0 12px 0;
	padding:0;
	display:block;
	}
	
	.panel-copy
	{
	float:left;
	width:194px;
	margin:0 0 10px 0;
	line-height:18px;
	color:#786e69;
	font-size:14px;
	font-family:"Times New Roman",Georgia,Serif;
	}
	
	.panel-copy a {text-decoration: none; color: #1c5582;}
	.panel-copy a:hover {color:#0e8cc8;text-decoration:none;}
	


	a{text-decoration: none; color: #1c5582;}
	a:hover{color:#0e8cc8;text-decoration:underline;}

	ol {list-style-type:none; margin: 0px 0 10px 0px; padding-left:2px;font-family: Times, serif;font-size: 12px;}
	.licol {float: left; width: 112px; border: 0px solid #fff;}
	.licolext {float: left; width: 126px; border: 0px solid #fff;}
	.licolpush {float: left; width: 220px; border: 0px solid #eee;}
	
	.licol a:link, a:visited, a:active {text-decoration: none}
	.licol a:hover {text-decoration: underline;}
	
	.licolext a:link, a:visited, a:active {text-decoration: none}
	.licolext a:hover {text-decoration: underline;}
	
	a.section-ld {color: #052445; font-size: 15px;font-family: Times, serif; text-decoration:none; font-weight:bold; white-space: nowrap;}
	.section-ld2 {padding-top:36px}

