/*------------------------------------ header ------------------------------------*/
#header {
	height:175px;
	background:url(../images/bg_header_subpage.jpg) top left no-repeat;
	position:relative;
	bottom:0;
	width:960px;
}



/* ------------------------------------------------- content ----------------------------------- */

#content {
	background:url(../images/bg_page_title.jpg) top right no-repeat;
	padding-top:0;
}

#contentWrap {
	min-height:550px;
}


/* ---------------------------- page title ----------------------------------- */
#content #pageHeader {
	padding-left:20px;
	height:95px;
	position:relative;
}

#content #pageHeader h1 {
	height:25px;
	font-size:22px;
	line-height:25px;
	overflow:hidden;
	margin:0;
	padding:0;
	top:25px;
	position:absolute;
}


/* ---------------------------- image borders ----------------------------------- */
#content img {
	border:1px solid #ccc;
	padding:7px;
	background:#f5f1e5;
	margin:5px;
}

#content a:hover img {
	border:1px solid #e0791c;
}

/* --------- remove image borders ---------- */
.noBorder img, img .noBorder {
	padding:0 !important;
	border:none !important;
}





/* ---------------------------- Tip of the Week sidebar ----------------------------------- */
table.TipOfWeekTable {
	float:right;
	width:270px;
	height:340px;
	padding:55px 25px 15px 15px;
	background:url(../images/bg_sidebar_tipofweek.jpg) top left no-repeat;
	color:#7c6356;
}

table.TipOfWeekTable td {
	vertical-align:top !important;
}

table.TipOfWeekTable .heading2,
table.TipOfWeekTable .heading3,
table.TipOfWeekTable .heading4 {
	padding:0;
	margin:0;
}
table.TipOfWeekTable p {
	padding:0 0 5px 0;
	margin:0;
}


/* ---------------------------- numbers table ----------------------------------- */
.numbers,
td.numbers img {
	padding:0 !important;
	border:none !important;
}

table.numbersTable td {
	vertical-align:top !important;
}
