/* charitybuzz - About Us */


#content {
	padding-bottom:60px;
	}


/* ===========================================
         ABOUT US
==============================================*/

#aboutUs {
	padding: 0 19px 0;
	}

#aboutUs h3 {
    color: #B31200;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.8em;
    padding-top: 0.7em;

	}

#aboutUs h4 {
	margin-bottom: 0.4em;
	color: #b53423;
	font-weight: bold;
	}

#aboutUs p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#aboutUs ul {
	font-size: 1.1em;
	line-height: 1.3em;
	}

#aboutUs li {
	margin-bottom: 0.6em;
	}

#aboutUs label {
	display: block;
	text-align: center;
	}


/* ------ Charity List ------ */

#aboutUs .charityList {
	float: left;
	width: 200px;
	margin-right: 30px;
	}

#aboutUs ul.last {
	margin-right: 0;
	}


/* ------ Sample Lots ------ */

#sampleLots {
	margin-top: 2em;
	padding: 20px 0 0 30px;
	_padding-bottom: 20px; /* Win/IE6 */
	border-top: 1px dotted #88766e; 
	border-bottom: 1px dotted #88766e; 
	}
	*+html #sampleLots { padding-bottom: 20px; /* Win/IE7 */ }

#sampleLots li {
	float: left;
	width: 136px;
	margin-right: 20px;
	margin-bottom: 20px;
	background:none;
	padding-left:0px;
	}


/* ------ World Bidder Map ------ */

#worldbiddermap {
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #b81010;
	border: 1px solid #d6d6d6;
	}

#worldbiddermap img {
	display: block;
	margin: 0 auto 0.4em auto;
	}


/* ------ World Bidder Map ------ */

#onlineAuction {
	list-style: disc;
	margin-left: 1em;
	padding-left: 1.4em;
	}


/* ------ Sample Press ------ */

#samplePress {
	margin-top: 2em;
	_padding-bottom: 20px; /* Win/IE6 */
	border-bottom: 1px dotted #88766e; 
	}
	*+html #samplePress { padding-bottom: 20px; /* Win/IE7 */ }

#samplePress li {
	float: left;
	width: 167px;
	height:167px;
	text-align:center;
	_display: inline; /* Win/IE6 */
	background:none;
	padding-left:0px;
	}
#samplePress img {
border:1px solid #000;
	}
#AuctionThemes li {
	float: left;
	width: 167px;
	height:120px;
	text-align:center;
	_display: inline; /* Win/IE6 */
	background:none;
	padding-left:0px;
}


#AuctionThemes img {
max-width:132px;
height:auto;
border:1px solid #000;
}

/* ------ Sample Press ------ */
#timeline {
font-family:Arial, Helvetica, sans-serif;
}

#timeline div.module {
width:210px;
display:inline;
float:left;
padding-left:20px;
	padding-top:30px;
	background: url(../images/scrollers/scroll_bgitem.gif) no-repeat;
	background-position:3% 24px;
}
#timeline .year {
font-size:2em;
font-weight:bold;
color:#b82211;
}
#timeline p {
font-size:1.1em;
color:#333333;
}
#timeline .month {
color:#b82211;
font-size:1.6em;
text-transform:uppercase;
}



/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 800px;
}
.jspContainer
{
	overflow: hidden;
	position: relative;
	background: url(../images/scrollers/scroll_bgall.gif) repeat-x;
	background-position:0% 24px;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:25px;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
	background: url(../images/scrollers/scrolltrack.gif) repeat-x top right;
}

.jspDrag
{
	background: url(../images/scrollers/scroller.gif) repeat-x top right;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}


.jspVerticalBar .jspArrow
{
	height: 25px;
	width:35px;
}
.jspArrowLeft
{
	background: url(../images/scrollers/scroll_left.gif) repeat-x top left;
}
.jspArrowRight
{
	background: url(../images/scrollers/scroll_right.gif) repeat-x top right;
}

.jspHorizontalBar .jspArrow
{
	width: 25px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
