@import url(/common/css/editor.css);
@import url(/common/css/ecommerce.css);
@import url(/common/css/forms.css);
/* ------------------------- */
/*          COLORS           */
/* ------------------------- */
/* Blue: #5777b9*/
/* Gray: #656565 */
/*-----------------------------*/


/* ------------------------- */
/*        PNG FIX            */
/* ------------------------- */

img { behavior: url(iepngfix.htc) }


/* ------------------------- */
/*        MAIN LAYOUTS       */
/* ------------------------- */

html,body {
	background-color:#fafafa;
}
#wrapperToCenter {
	margin:0 auto 0 auto;
	padding:0;
}
#wrapperShadow {
	clear:both;
	margin:0 auto 0 auto;
	padding:0;
	width:784px;
	background-image:url(/common/images/shadow.gif);
	background-repeat:repeat-y;
}
#shadowBottom {
	margin:0 auto 25px auto;
	padding:0;
	width:784px;
	background-image:url(../images/shadowBottom.gif);
	background-repeat:no-repeat;
	height:10px;
}
#pageContent {
	position:relative;
	margin:0 auto 0 auto;
	padding:0;
	background-image:url(../images/backgroundInner.png);
	background-repeat:no-repeat;
	width:774px;
	min-height:450px;
}
#masthead {
	margin:0;
	padding:0;
}
#logoLink {
	position:absolute;
	top:15px;
	left:0px;
}
#search {
	margin:0;
	padding:0;
	position:absolute;
	top:3px;
	right:10px;
	width:245px;
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#5777b9;
}
#utilityNav {
	margin:0;
	padding:0;
	position:absolute;
	top:51px;
	right:10px;
	width:285px;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
}
#utilityNav a {
	color:#656565;
	text-decoration:underline;
}
#utilityNav a:hover {
	text-decoration:none;
}
#utilityNav div 
{
	display:inline;
}
#mainContent {
	margin:0;
	padding:70px 0 0 0;
	width:774px;
	min-height:420px;
}
div#leftCallouts a
{
	display:block;
	margin:20px 0 0 10px;
}
.facebook-icon {
	float: left;
	width: 24px;
	height: 24px;
}
.youtube-icon {
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 10px;
}
.twitter-icon {
	float: left;
	width: 24px;
	height: 24px;
}
#footer {
	clear:both;
	margin:0 11px 0 10px;
	padding:10px 0 10px 0;
	border-top:1px dotted #5777b9;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer a {
	color:#656565;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footerLeft {
	float:left;
	width:100%;
}
#footerRight {
	float:left;
	width:50%;
	text-align:right;
}
.social-media-footer {
	float: right;
}
.breadcrumb {
	position:relative;
	margin:0;
	padding:10px 10px 0 0;
	top:7px;
	right:0;
	height:15px;
	width:764px;
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	color:#5777b9;
}
.breadcrumb a {
	color:#5777b9;
	text-decoration:underline;
}
.breadcrumb a:hover {
	text-decoration:none;
}
#bodyContent {
	float:left;
	margin:15px 0 15px 0;
	padding:0 10px 0 17px;
	width:547px;
}

#bodyContent p {
	margin:0;
	padding:0 0 10px 0;
}
.firstP {
	padding-top:100px;
}
.arrowSpacing {
	padding-right:5px;
}
.txtSearch {
	margin:0;
	padding:0;
	width:150px;
	height:12px;
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#656565;
}
.formatGoButton {
	position:relative;
	top:2px;
}
.homeCallout {
	position:absolute;
	top:110px;
	width:170px;
	height:125px;
}
.homeCallout a img
{
	height:125px;
	width:170px;
}
.one {
	left:208px;
}
.two {
	left:393px;
}
.three {
	left:578px;
}

/* ------------------------- */
/*        NAVIGATION         */
/* ------------------------- */

#nav 
{
	float:left;
	margin:10px 0 25px 0;
	padding:0;
	width:180px;
}
#nav ul {
	margin:0;
	padding:0;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#nav ul li .navFirst {
	border-top: 1px solid #cdcdcd;
}
#nav ul li .navActive {
	color:#5777b9;
}
#nav ul li a {
	display:block;
	margin:0 20px 5px 10px;
	padding:6px 0 0 0;
	text-decoration:none;
	color:#656565;
	border-top: 1px solid #cdcdcd;
}
#nav ul li a:hover {
	color:#5777b9;
}
#nav ul li ul {
	margin:12px 0 12px 0;
}
#nav ul li ul li {
	margin:0;
	padding:0;
	list-style-type: none;
}
#nav ul li ul li a {
	display:block;
	margin:4px 20px 0 30px;
	padding:0 0 4px 0;
	font-size:11px;
	text-decoration:none;
	color:#656565;
	border:none;
}
#nav ul li ul li a:hover {
	color:#5777b9;
}
#nav ul li ul li .navActive {
	color:#5777b9;
}

#SiteMapDiv ul li 
{
    list-style-type:disc !important; 
}
#SiteMapDiv ul li a:hover
{
    color:#5777B9;
}
#SiteMapDiv ul li a 
{
    color:#656565;
    display:block;
    margin:0pt 20px 5px 10px;
    padding:0;
    text-decoration:none;
}
.slide-hide {
	display: none;
}
.slide-show
{
    display:block;
}
div.resultUrl
{
    margin-bottom: 6px;
}

div table.newsItemList
{
	width:100%;
    padding:5px;
    border:0;
}
div.newsItem h2
{
    margin:10px 0pt 0pt;
    padding:0pt !important;
}
.calendarBlock
{
    width:100%;
    padding-left:10px;
}
.calendarBlock table
{
    margin:10px;
    float:left;
    border: solid 1px black;
    width:210px;
}
.calendarBlock table.leftHand
{
    clear:left;
}
.calendarBlock table table
{
    margin:0;
    border: none;
    width:auto;
}
.hspacer
{
    border:none;
}
.calendarNav
{
    padding-left:10px;
    float:left;
    margin:2px auto;
    text-align:center;
}
.alreadySponsored
{
    background-color:Red;
}
.otherMonth
{
    display:none;
}

.hidden
{
    visibility:hidden;
}
/*
Lift A Burden
*/

table.liftABurden 
{
    border-collapse:collapse;
    border-style:solid;
    border-color:  #BDCAE4;
    border-width: 1px;
}

.liftABurden tr td
{
    
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: solid 1px #BDCAE4;
}

td.lbName
{
    background-color: White;
    color:Maroon;
    font-weight:bold;
    border-bottom: solid 1px #BDCAE4;
}
td.lbCover
{
    background-color:#FFFFCC;
    width:105px
}
td.lbCover span.closed
{
	color:Red;
}
td.lbDesc
{
    background-color:#BDCAE4;
}

.defaultTable
{
	border:0px;
	width:100%;
}
.defaultTable .row
{
}
.defaultTable .altRow
{
	background-color:#F0F0F0;
}
.defaultTable tr
{
	padding-bottom:2px;
}
.defaultTable td
{
	border:0px;
	padding:2px;
	vertical-align:top;
}
.defaultTable .right
{
	text-align:right;
}
.defaultTable .head, .foot
{
	font-weight:bold;
	text-align:left;
}
.defaultTable .head
{
	border-bottom:1px solid #999999;
	padding-bottom:2px;
}
.defaultTable .foot
{
	border-top:1px solid #999999;
}
.defaultTable input
{
	font-size:9px;
	width:50px;
	text-align:right;
	padding-right:2px;
}

ul.categoryList
{
	float:left;
	margin:0 10px 0 0;
	width:100px;
}
ul.categoryList li.first
{
	font-weight:bold;
	list-style-type:none;
}
ul.categoryList li
{
	margin-bottom:10px;
}

.productList
{
	width:395px;
}
.productList td
{
	border:1px dotted #000000;
	padding:15px;
	margin:15px;
	width:50%;
	vertical-align:top;
}
.productList input
{
	width:36px;
	float:left;
	margin-right:3px;
}
.productList input.button
{
	width:110px;
	float:left;
}

div.result
{
	border-bottom:dotted 1px #656565;
	margin-bottom:6px;
}
.error
{
	font-weight:bold;
	color:Red;
}

/* order summary */
div#chargeSummary div.total, div#chargeSummary div.credit
{
	width:500px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

div#chargeSummary div.credit
{
	font-size:12px;
	font-weight:normal;
}

div#giftCertificateWrapper table
{
	width:auto;
}
div#giftCertificateWrapper table td, div#giftCertificateWrapper table th
{
	text-align:left;
	padding:3px;
}
div#giftCertificateWrapper table, div#giftCertificateWrapper table td, div#giftCertificateWrapper table th
{
	border:solid 1px #EDEDED;
}

/* gift catalog */
#categoryDescription
{
	padding:5px 0;
}

/* Give a Gift page */
div.donationMenu ul li
{
	padding:0 0 5px 0;
}

div.finishButton input.button
{
	float:right;
	margin-top:5px;
}
td.alreadySponsored
{
	cursor:pointer;
	color:Black;
}
td.notYetSponsored
{
	background-color:#5777b9;
	color:White;
}
td.notYetSponsored a
{
	color:White !important;
}
td.unavailable
{
	color:#656565;
}
.videoCaption {
	padding: 0 0 15px 25px;
	font-size:10px;
	font-weight:bold;
}
hr {
	display:block;
	margin:10px 0 10px 0;
	border:0;
	color:#e7e3be;
	background-color:#dee4f1;
	height:1px;
}
#trustSeal
{
    text-align:left;
    margin-left:5px;
    height:1%;
    display:inline;
}

.thermometer-content
{
    padding: 0px 15px 15px 15px;
    width:260px;
    position:relative;
    top: 2px;
}

.thermometer-content img
{
    width: 120px;
    margin-left:5px;
    margin-top:5px;
}
