
/* Footer */
DIV.footer{
	background-color:#3f2c46;
	padding:60px 0px 14px 0px;
	background-image:url(../images/footer/backgroundTop.gif), url(../images/footer/backgroundBottom.gif);
	background-position:top, bottom;
	background-repeat:repeat-x;
	clear:both;
}

DIV.footer DIV.footerSection{
	float:left;
	width:30%;
	margin:0px 1.66%;
	padding:10px 0px 0px 0px;
}

DIV.footer DIV.footerSectionCopyright{
	margin-top:230px;	
}

DIV.footer DIV.footerSectionAbout{
	background-image:url(../images/footer/logo.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:120px;	
	background-size:100% auto;
}

DIV.footer DIV.footerSectionContact{
	float:right;
}

DIV.footer H5{
	color:#efecef;
	font-family:CalifornianFB;
	font-size:2.4em;
	line-height:1.2em;
	font-style:italic;
}

DIV.footer P{
	color:#cfcccf;
	font-size:1.3em;
	line-height:1.25em;
	padding:0.2em 0px 1.0em 0px;
}

DIV.footer P.small{
	font-size:1.2em;
}

DIV.footer DIV.footerSectionCopyright P{
	font-size:1.1em;
	color:#efecef;
	text-align:center;
	line-height:1.4em;
	bottom: 0;
}

DIV.footer UL{
	list-style-type:none;
	margin:0px 0px 2em 0px;
	padding:0px 0px 0px 0px;
}

DIV.footer UL LI{
	font-size:1.4em;
	line-height:1.2em;
	margin:0.35em 0px 0.35em 0px;
	padding:0px 0px 0px 2.2em;
	background-image:url(../images/bullet.png);
	background-position:0.5em 0em;
	background-repeat:no-repeat;
	background-size:auto 1.2em;
	color:#cfcccf;
}

DIV.footer UL LI.email,
DIV.footer UL LI.house,
DIV.footer UL LI.landline,
DIV.footer UL LI.mobile{
	background-size:auto;
}
DIV.footer UL LI.email{
	background-image:url(../images/footer/bullets/email.png);
}
DIV.footer UL LI.house{
	background-image:url(../images/footer/bullets/house.png);
}
DIV.footer UL LI.landline{
	background-image:url(../images/footer/bullets/landline.png);
}
DIV.footer UL LI.mobile{
	background-image:url(../images/footer/bullets/mobile.png);
}

DIV.footer UL LI B{
	font-size:1.2em;
}

DIV.footer A{
	color:inherit;
	text-decoration:none;
}

DIV.footer A:hover{
	color:inherit;
	text-decoration:underline;
}