﻿/* Testimonial and Consumer Focus -- Control*/
#scFocus{
background:#FFF;
margin:10px 10px 10px 10px;
}
#scfLeft{
width:400px;
border:solid 1px #ccc;
padding:5px;
float:left;
position:relative;
background-color:#eee;
}
#scflMore{
width:80px;
display:block;
margin:0;
padding:2px;
float:right;
text-align:center;
font-weight:bold;
text-decoration:none;
border:solid 1px #ccc;
background-color:#fff;
}
#scflMore:hover{
background:#f2e4be url('../../images/nav_hover.gif') no-repeat left top;
}

#scfLeft ul{
margin:0;
padding:0;
list-style:none;
}

#scfLeft ul li{
float:left;
width:133px;
text-align:center;
}
#scfLeft ul li.more{
width:134px;
}
#scfLeft ul li a{
width:auto;
text-decoration:none;
border:solid 1px #ccc;
display:block;
margin:0;
padding:4px 0;
font-size:.9em;
line-height:.9em;
font-weight:bold;
background-color:#fff;
}
* html #scfLeft ul li a{ /* fix ie6 */
width:132px;
}
#scfLeft ul li a:hover{
background:#f2e4be url('../../images/nav_hover.gif') no-repeat left top;
}
#scflImage{
width:auto;
height:200px;
background-color:#000;
overflow:hidden;
border:none;
text-align:center;
margin:auto;
}
* html #scflImage{ /* fix ie6 */
width:400px;
}
#scflCaption{
width:auto;
font-size:.9em;
line-height:1.2em;
height:4em;
padding:0;
background-color:#fff;
overflow:hidden;
}
#scflCaption p{
padding:5px;
margin:0;

}

/* Consumer Focus */

#scfRight{
width:235px;
/* border:solid 1px #ccc; */
float:left;
margin-left:10px;
font-weight:bold;
padding:5px;
padding-top:0px;
}
#scfRight p{
padding:0px;
padding-left:5px;
margin:0 2px;
font-size:1.1em;
font-weight:bold;
font-style:italic;
font-family:Myriad Pro, Sans-Serif;
color:#ca3200;
}
#scfRight h1{
padding:0;
padding-bottom:2px;
margin:0 10px;
/*letter-spacing:.1em;*/
line-height:.9em;
 font-family:Myriad Pro, Sans-Serif;
 font-style:italic; 
 color:#ca3200;
 
}
#scfRight ul{
padding:5px 0;
margin:0 5px;
list-style:none;
background-color:#fff;
}
#scfRight ul li{
font-size:1.2em;
display:block;
width:auto;
vertical-align:middle;
}
* html #scfRight ul li{ /* fix ie6 */
height:38px;
}
#scfRight ul li a{
display:block;
height:38px;
line-height:38px;
width:auto;
text-decoration:none;
vertical-align:middle;
border-top:solid 1px #ca3200;
padding:0 5px;
font-family:Myriad Pro, Sans-Serif;
}
#scfRight ul li a:hover{
background:#f2e4be url('../../images/nav_hover.gif') no-repeat -60px bottom;
}
#scfRight #consumer li.last{
border-bottom:solid 1px #ca3200;
}

#scfRight #demand{
border:solid 1px #ccc;
width:235px;
height:83px;
margin:10px 0;
margin-top:26px;
padding:0;
background:#f2e4be url('../../images/nav_hover.gif') no-repeat top left;
} 
/* End Testimonial and Consumer Focus -- Control End*/