/*=== Setup ===*/
body{
	background: url(../images/new-page-bgr.png) #efede8 repeat-x top;
}
a{
	color: #eab212;
}
a:hover{
	background-color:#FEC114;
}
/*=== Header ===*/
#top, #top li a{
	/* color: #ebeab5; */
}
#top li{
	border-right:1px solid #424247;
}
/*=== All Columns ===*/
#columns h2{
	background: #FEC114;
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	margin: 0px 0 10px;
	width: 258px;
}
/*=== Placeholders ===*/
/*- Page intro/summary -*/
#summary{
        font-size: 17px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 10px 10px;
	color:#343434;
	font-weight:bold;
	text-align:justify;
	background:#efede8;
}
/*--- Pictures ---*/
.heading-tip{
	color:#ffffff;
	font-size:10px;
	float:right;
	position:relative;
	margin-top:-27px;
	padding-right:5px;
}
.pic-strip img{
	display: block;
	margin: 0 0 7px;
}
.rhs-box img{
	border: 5px solid #FEC114;
	display: block;
	margin: 0 0 17px;
}
.rhs-box img:hover{
	border: 5px solid #DFA600;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.rhs-box  ul{ 
	margin:0px;
}
.rhs-box ul li{ 
	background: url(../images/quote-bullet1.gif) no-repeat;
	border:5px solid #FEC114;
	color: #666666;
	font-size: 11px;
	margin-bottom:5px;
	padding:5px 5px 5px 20px;
	letter-spacing: -1px;
	display:inline-block;
	text-align:center;
}

.thumb-container{
	margin-bottom:10px;
	padding:0 1px;
	overflow:hidden;
	overflow:hidden;
	width:534px;
}
.thumbs{
	list-style-type:none;
	margin:0;
	padding:0;
}
.thumbs li{
	float:left;
	display:block;	
	padding:0;
	margin:0 9px 10px 0;
}
.thumbs li img{
	border:5px solid #FEC114;
	position:relative;
	width:70px;
	height:70px;
}
.thumbs li a img:hover{
	border:5px solid #DFA600;
	background:none;
}

/*=== Styling Buttons ===*/
a.more{
	background: url(../images/morebtn-gr.gif) repeat-x top;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 6px;
	text-decoration: none;
}
a.more:hover{
	background: url(../images/morebtn-gr-hover.gif) repeat-x top;
}
a.more2{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
#centercol p.testimonial-entry{
	background:url(../images/quote-bullet1.gif) no-repeat;
	padding-left:20px;
}
