﻿#homeMainBackground {
	background:url('../img/bg_grey_right.png') #FFF repeat-y;
	height:100%;
	}
	
.contentHeader
{
	/*background-image:url('../img/leftheading_blue.gif');
	background-repeat: repeat-x;*/
	background-image:none !important;
	background-color:#FFFFFF;
}

h1 {
	color:#771B61 !important;
	font-family:Verdana !important;
	font-size:18px !important;	
}

#LP2_Content2 P
{
	font: 11px Arial;

}

#LP2_Content2 LI
{
	font: 11px Arial;

}


.quickLinksContainer {
	overflow:hidden;
	width:180px;
}

#quickLinksLabel{
	display:block;
	height:15px;
	width:180px;
	font-size:12px;
	font-family: "GothamBlack" !important;
	background-color:#666D70;
	color:#fff;
	position:relative;
	left:-5px;
	padding:2px 2px 2px 7px;
}

.quickLinks{
	list-style-type:none;
	position:relative;
	left:-17px;
	margin:0;
	padding: 5px 2px 0 2px !important;
	background-color:#B7BCBC;
	width:185px;
}

.quickLinks li, .quickLinks a{
	display:block;
	cursor:pointer;
	cursor:hand;
}

.quickLinks a{
	color:#771B61 !important;
	height:50px;	
	width:120px;
	background-image: url(../img/icons.png);
	background-repeat:no-repeat;
	padding:0 0 0 50px;
	overflow:hidden;
	margin: 0 0 0 -5px;
}

#quickLink1 a{
	line-height:50px;
	background-position:0 -50px;
}

#quickLink2 a{
	line-height:50px;
	background-position:0 -100px;
}

#quickLink3 a{
	padding:12px 0 0 50px;
	height: 38px;
	background-position: 0 -150px;
}

#quickLink4 a{
	padding:12px 0 0 50px;
	height: 38px;
	background-position: 0 -200px;
}




