/* CSS Document */

/* HEADER */
.header{
	background-repeat:repeat-x;
	background-color:#DDD4BC;
	background-image:url(../images/headerLogoBeigeReverse.png);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	clear:both;
}

#header-logo{
	background-image:url(../images/headerLogoBeige.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-position:0px -5px;
	height:100px;
}

#titleContent {
	font-size:1.250em;
	font-weight:bold;
	padding-left:85px;
	padding-top:30px;
	white-space:nowrap;
	/*color:#FFFFFF;*/
	color:#4d4947;
}

div.titleDivider {
   width:800px; /*width of your image*/
   height:1px; /*height of your image*/
   background-image:url(../images/headerDividerGradient-858799.png);
   margin:3px 0px 0px 0px; /* If you want no margin */
   padding:0; /*if your want to padding */
   background-repeat:no-repeat;
}


.bannerImage{
	border-top:#B3AFBB;
	border-top-width:2px;
	border-top-style:solid;
}

	
	
	
	

