/* carousle */


.carousel
{
	text-align: center;
	margin-bottom: 14px;
}


#subfeature
    {
        float:left;
        width:370px;
        margin: 6px;
background-color:#f1f0fd;
    }

 #content h2
    {
        margin: 0px 0 0px 15px;
        font-size: 1.2em
    }

 #feature p, #subfeature p, #feature ul, #subfeature ul
    {
        margin-bottom : 0.5em;
        margin-top: 0.5em
    }
#feature,  #subfeature
    {
        font-size: 1.2em;
        line-height: 1.4em;
    }


	
#thumb-wrapper {
	margin: 0 auto 0 auto;
	width: 730px;
	overflow: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	hscroll: auto;
}


#thumb-scroller img {
	float:left;
	margin: 0 6px;
}



.duoBoxes {
	background-image:url(/images/white_6px_border.gif);
	background-position: 50% 0;
	background-repeat: repeat-y
}

.wideBox {
	background-image:url(/images/white_6px_border_2cols_wide.gif);
	background-position: 0 0;
	background-repeat:repeat-y
}


.content h2 a:hover,
div.caption h2 a:hover,
.duoBoxes h2 a:hover,
h3 a:hover
{
text-decoration:underline;
}