@charset "utf-8";
body  {
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/* background-image: url(Assets/Images/background_stripe.png);
	background-repeat: repeat; */
	background: #E1E2E7;
}
.thrColFixHdr #header {
	height: 100px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(Assets/Images/headerBackground.jpg);
	background-repeat: repeat-y;
	position: relative;
} 
#indexTitle {
	position: absolute;
	color: #FFFFFF;
	font-size: 1em;
	left: 280px;
	top: 540px;
	width: 401px;
}
#indexTitle h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* color: #C6C9E1; */
	color: #212143;
	font-weight: bold;
}


.thrColFixHdr #header1 {
	padding: 8px;
	clear:both;
	background-image: url(Assets/Images/header1Background.png);
	background-repeat: repeat-x;
	}
	#header2 {
	padding: 3px;
	clear:both;
	}
	#header1 li{ 
	display: inline;
	}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 5px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #363B64;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar1AndMainContainer {
	background-color: #FFFFFF;
	height: 430px;
}

#sidebar1 ul {
	list-style-type: none;
	text-indent: -30px;
	font-size: 0.9em;
	color: #FDFDFD;
	font-weight: bold;
	position: relative;
	bottom: 10px;
	line-height: 1.3em;
}
.sassieLinks {
	width: 215px;
	position: absolute;
	height: 50px;
	color: #FDFDFD;
	list-style-type: none;
	letter-spacing: 0.1em;
	line-height: 2em;
	z-index: 2;
	font-weight: bold;
	left: 685px;
	top: 292px;
	font-size: 0.7em;
}
.sassieLinks li {
	list-style-type: none;
}
.sassieLinks a {
	color: #FDFDFD;
	text-decoration: none;
}
.sassieLinks a:hover {
color: #FDFDFD;
	text-decoration: underline;
}
#sidebar1 a {
	text-decoration: none;
	font-size: 12px;
	color: #FDFDFD;
}
#sidebar1 a:hover {
	color: #FDFDFD;
	text-decoration: underline;
}
#sidebar1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #373C66;
	font-weight: normal;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #container {
	width:920px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0;
	float: right;
	width: 620px;
	position: relative;
	padding-right: 20px;
}
.thrColFixHdr #mainContent a {
color:#CC0000;
text-decoration:none;
font-weight:bold;
}
.thrColFixHdr #mainContent a:hover {
text-decoration:underline;
}
.aboutUs {
	float: right;
	margin-bottom: 10px;
	position: relative;
	right: -15px;
}

#clientLogosImage {
	width: 580px;
	margin-left: 20px;
}
.communityGiving {
	list-style-type: circle;
	font-size: 1em;
	line-height: 1.3em;
}

#sidebar1AndMainContainerClientLogos {
	height: 780px;
	background-color: #FFFFFF;
}
.clientLogos {
	margin-left: 20px;
}
.clientLogosHeadline {
	font-style: italic;
	color: #1C2041;
	line-height: 2em;
	text-align: center;
}


.thrColFixHdr #footer {
	padding: 0 10px 0 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #8F8F8F;
	font-size: 12px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header1 .rightBorder {
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #C7C7C7;
	font-size: 0.75em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	color: #FDFDFD;
	font-weight: bold;
	border-right-width: thin;
}
#header1 .rightEnd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FDFDFD;
	font-weight: bold;
}
#header1 ul {
	width: 550px;
	position: relative;
	left: 360px;
	margin: 0px;
	padding: 5px;
}
.rightBorder a {
	color: #FDFDFD;
	text-decoration: none;
	font-size: 12px;
}
.rightEnd a {
	color: #FDFDFD;
	text-decoration: none;
	font-size: 12px;
}
.rightBorder a:hover {
	text-decoration: underline;
}
.rightEnd a:hover {
	text-decoration: underline;
}

#logoImage {
	float: left;
	margin-top: 5px;
}
/*#aboveHeader {
	background-color: #363B64;
	padding: 1px;
}*/
#mainContent h1 {
	font-size: 1.5em;
	color: #373C66;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #373C66;
	font-size: 1.2em;
}
#clientSubmit {
	position: absolute;
	color: #FDFDFD;
	font-size: 0.8em;
	font-weight: normal;
	top: 334px;
	text-align: right;
	z-index: 2;
	right: 698px;
}
#clientSubmit a {
	color: #FDFDFD;
	text-decoration: underline;
}
#clientSubmit a:hover {
	text-decoration: none;
}

#shopperJoin {
	font-size: 0.8em;
	color: #FDFDFD;
	position: absolute;
	top: 491px;
	font-weight: normal;
	text-align: right;
	right: 698px;
	z-index: 2;
}
#shopperJoin a {
	color: #FDFDFD;
	text-decoration: underline;
}
#shopperJoin a:hover {
	text-decoration: none;
}

.clientProposalRequest {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}



#mainContent h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #373C66;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.liIndent {
	color: #373C66;
}

#sidebar1AndMainContainerSassieDemo {
	background-color: #FFFFFF;
	height: 540px;
}

#mainContent ul {
	list-style-type: circle;
	font-size: 1em;
	font-weight: normal;
}

#header3 {
	padding: 3px;
}
#header4 {
	background-image: url(Assets/Images/header4Background.gif);
	height: 400px;
	position: relative;
}
#sidebar1 p {
	font-size: .75em;
}
#mainContent p {
	/*font-size: .75em;*/
}
#sidebar2 p {
	font-size: .75em;
}
#header4 #leftBox {
	position: absolute;
	height: 150px;
	width: 250px;
	left: 45px;
	top: 235px;
	background-image: url(Assets/Images/header4LeftBoxImage1.png);
	z-index: 9999;
	background-repeat: no-repeat;
}
#slideshow {
	position: absolute;
	z-index: 1;
}

#header4 #middleBox {
	position: absolute;
	height: 150px;
	width: 250px;
	left: 334px;
	top: 235px;
	background-image: url(Assets/Images/header4MiddleBoxImage1.png);
	z-index: 10000;
	background-repeat: no-repeat;
}
#header4 #rightBox {
	position: absolute;
	height: 150px;
	width: 250px;
	left: 623px;
	top: 235px;
	background-image: url(Assets/Images/header4RightBoxImage1.png);
	z-index: 10000;
	background-repeat: no-repeat;
}

#header4 #leftBox ul {
	list-style-type: none;
}
#header4 #leftBox .title {
	color: #BE1B1B;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: -32px;
}

#header4 #leftBox .itemList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #575757;
	text-indent: -15px;
	line-height: 1.2em;
}
#header4 #leftBox .itemList a {
	text-decoration: none;
	color: #000000;
}
#header4 #leftBox .itemList a:hover {
	color: #BE1B1B;
	text-decoration: underline;
}

#header4 #middleBox ul {
	list-style-type: none;
}
#header4 #middleBox .title {
	color: #800080;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: -32px;
}
#header4 #middleBox .itemList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #575757;
	text-indent: -15px;
	line-height: 1.2em;
}
#header4 #middleBox .itemList a {
	text-decoration: none;
	color: #000000;
}
#header4 #middleBox .itemList a:hover {
	color: #800080;
	text-decoration: underline;
}

#header4 #rightBox ul {
	list-style-type: none;
}
#header4 #rightBox .title {
	color: #005E2F;
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-indent: -32px;
}
#header4 #rightBox .itemList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-indent: -15px;
	line-height: 1.2em;
}
#header4 #rightBox .itemList a {
	text-decoration: none;
	color:#000000;
}
#header4 #rightBox .itemListShopper {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-indent: -15px;
	line-height: 1.2em;
}
#header4 #rightBox .itemListShopper a {
	text-decoration: none;
	color:#005E2F;
}
#header4 #rightBox .itemListShopper a:hover {
	color: #005E2F;
	text-decoration: underline;
}
#footer hr {
	margin: 0px;;
	width: 40%;
	text-align: center;
	position: absolute;
	left: 282px;
}

#header4 #rightBox .itemList a:hover {
	color: #005E2F;
	text-decoration: underline;
}
#header4 #leftBox .itemList .style2 {
	color: #BE1B1B;
}
#header4 #middleBox .itemList .style3 {
	color: #363252;
}
#aboutUsImage {
	float: right;
	position: relative;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #1C2040;
	padding: 3px;
}

#sidebar1AndMainContainerPartialClientList {
	height:610px;
}
#sidebar1PartialClientList p {
	font-size: .75em;
}
.thrColFixHdr #sidebar1PartialClientList {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-right-style: solid;
	border-right-color: #363B64;
	height: 640px;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: thin;
	margin-bottom: 0px;
}
#sidebar1PartialClientList a {
	text-decoration: none;
	font-size: 0.9em;
	color: #262946;
}
#sidebar1CaseStudies p {
	font-size: 0.75em;
}
.thrColFixHdr #sidebar1CaseStudies {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-right-style: solid;
	border-right-color: #363A65;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-bottom: 0px;
	border-right-width: thin;
}
#sidebar1AndMainContainerWIMS {
	height: 732px;
	background-color: #FFFFFF;
}
.caseStudy {
	color: #1E2037;
	font-weight: bold;
}
#sidebar1AndMainContainerCaseStudies {
	height: 702px;
	background-color: #FFFFFF;
}
#caseStudyImage {
	width: 125px;
	float: left;
	position: relative;
	margin-right: 10px;
}
#sidebar1CaseStudies h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #363A65;
	font-weight: normal;
}
#sidebar1CaseStudies a {
	text-decoration: none;
	font-size: 0.9em;
	color: #262946;
}
.caseStudiesText {
	font-weight: normal;
	/*line-height: 1.3em;*/
}
/*begin industries served*/

#sidebar1AndMainContainerIndustriesServed {
	height:800px;
	background-color: #FFFFFF;
}
#sidebar1IndustriesServed p {
	font-size: 0.75em;
}
.thrColFixHdr #sidebar1IndustriesServed {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-right-style: solid;
	border-right-color: #363A65;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-bottom: 0px;
	border-right-width: thin;
}
.tabContent {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.3em;
}
.tabAnswer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
	color: #363A65;
}
.tabQuestion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 1.2em;
}

#sidebar1IndustriesServed h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #363A65;
	font-weight: normal;
}

#sidebar1IndustriesServed ul {
	list-style-type: none;
	text-indent: -15px;
	font-size: 0.9em;
	color: #BE1B1B;
	font-weight: bold;
	line-height: 1.3em;
}
#sidebar1IndustriesServed a {
	text-decoration: none;
	font-size: 0.9em;
	color: #262946;
}
/*end industries serves*/

/*begin MSfaq's*/
#sidebar1MSfaqs p {
	font-size: 0.75em;
}
.thrColFixHdr #sidebar1MSfaqs {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border-right-style: solid;
	border-right-color: #363A65;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-bottom: 0px;
	border-right-width: thin;
}
#sidebar1MSfaqs h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #363A65;
	font-weight: normal;
}

#sidebar1MSfaqs ul {
	list-style-type: none;
	text-indent: -15px;
	font-size: 0.9em;
	color: #BE1B1B;
	font-weight: bold;
	line-height: 1.3em;
}
#sidebar1MSfaqs a {
	text-decoration: none;
	font-size: 0.9em;
	color: #262946;
}
#sidebar1AndMainContainerMSfaqs {
	height: 580px;
	background-color: #FFFFFF;
}
/*end MSfaq's*/

/*begin MShopperfaq's*/

#sidebar1AndMainContainerMShopperfaqs {
	height: 500px;
	background-color: #FFFFFF;
}
/*end MShopperfaq's*/
#sidebar1AndMainContainerAboutUs2 {
	height: 700px;
	background-color: #FFFFFF;
}
#mainContentAboutUs2 {
	width: 620px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
#mainContentAboutUs2 h1 {
	font-size: 1.2em;
	color: #363A65;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
#mainContentAboutUs2 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #363A65;
	font-size: 1em;
}
#mainContentAboutUs2 p {
	font-size: .75em;
}
#sidebar1AndMainContainerScams {
	height: 475px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerWhoAreOurShoppers {
	height: 475px;
	background-color: #FFFFFF;
}
.caseStudiesText a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.caseStudiesText a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#sidebar1AndMainContainerTrainingCertification {
	height: 575px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerBecomeAMysteryShopper {
	height: 700px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerShopperResources {
	height: 1625px;
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebarNav {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #363A65;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sidebar1AndMainContainerCommercial1 {
	background-color: #FFFFFF;
	padding-left: 78px;
}
#sidebar1AndMainContainerContact {
height: 575px;
	background-color: #FFFFFF;
}
#mainContent form {
	margin-right: 5px;
}
#textfield5 label {
	display: block;
}
#sidebar1AndMainContainerSPGNetwork {
height: 1965px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerCompanyProfileSubmit {
height: 775px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerOnSiteMysteryShopping {
height: 475px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerCustomerAndEmployeeSurveys {
height: 830px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerTelephoneMysteryShops {
	height: 725px;
	background-color: #FDFDFD;
}
#sidebar1AndMainContainerTraditionalMysteryShopping {
height: 610px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerManufacturerRetailAudits {
	height:475px;
	background-color: #FFFFFF;
}
#sidebar1AndMainContainerPromotionalSupport {
	height:575px;
	background-color: #FFFFFF;
}

img
{  border-style: none;
}
.style5 {
	text-decoration:underline;
	font-style: italic;
}
.affiliates {
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
	font-style: italic;
}
ol.caseStudiesText {
	font-size: 0.7em;
	line-height: 1.3em;
}
.network {
	font-size: .8em;

}
.affiliateLogos {
	text-align: center;
}
.hrAffiliates {
	width: 80%;
	position: relative;
	left: 55px;
}
#offTheWallAssignment {
	padding-right: 25px;
	padding-left: 25px;
	color: #CCCCCC;
	padding-bottom: 15px;
	width: 565px;
	padding-top: 5px;
}
#assignment {
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-color: #1C2040;
}
.style1 {
	color: #61A83A
}
.style2 {color: #BE1B1B}
.style6 {
	color: #800080
}
.style7 {
	color: #005E2F
}
.loginShopperHeader {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #006633;
	padding-top: 2px;
	padding-bottom: 2px;
}
.loginClientHeader {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #BD1A1A;
}
.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #363A65;
	text-align: left;
}
td.loginButton a:hover {
	background-image: url(Assets/Images/loginButtonHover.png);
}

#clientLogin {
	width: 354px;
	border: 1px solid #1C2040;
	padding-bottom: 4px;
	position: relative;
	left: 130px;
	overflow: hidden;
}

.loginButton {
	text-align: right;
	height: 25px;
	width: 61px;
	float: right;
	padding-right: 0.4em;
}
.loginButtonCell {
	padding-right: 0.5em;
	float: right;
}

#clientLogin .clientLoginField {
	width: 15.2em;
	margin-right: 0.4em;
}

#loginHeader {
	background-color: #363C64;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 354px;
}
.pad {
	padding-top: 5px;
	padding-bottom: 5px;
}
.login a:hover {
	background-image: url(Assets/Images/loginButtonHover.png);
}
.field {
	width: 15.2em;
	margin-right: -0.1em;
}
#formContainer {
	width: 9em;
}
.thankYou {
	background-color: #FFC4C4;
	font-size: 0.8em;
	color: #CC0000;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	text-align: center;
}
.style10 {
color:#00FF33;
}
.thrColFixHdr #container #header #logoImage #socialMedia {
	height: 50px;
	width: 250px;
	position: absolute;
	right: 10px;
	top: 25px;
}

.thrColFixHdr #footer p.social { padding: 15px 0 0; }
.facebook, .linkedin { display: inline-block; width: 50px; height: 50px; margin-right: 10px; text-indent: -9999em;}
.facebook { background: url(images/g_facebook.png); }
.linkedin { background: url(images/g_linkedin.png); }
.mspa { display: inline-block; width: 85px; height: 50px; text-indent: -9999em; background: url(images/l_logo-mspa.jpg); }

#cta { float: right; }
#cta p { margin: 0; padding: 15px 15px 0 0; text-align: right; color: #fff; font: normal 25px Georgia, "Times New Roman", Times, serif; }
#cta a { color: #fff; }
#cta a:hover { text-decoration: none; }





#prosepctive-client { position: absolute; top: 25px; color: black; text-align: left; width: 226px; height: 87px; }

#shopper-join { position: absolute; top: 135px; color: black; text-align: left; width: 226px; height: 87px; }

.clientProposalRequest { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.menu-about { list-style: none; text-align: right; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; }
	.menu-about a { text-decoration: none; color: #000; }
	.menu-about a:hover { text-decoration: underline; }
	
#client-area { width: 225px; position: relative; top: 0; }


li.menu-link-heading { font-weight: bold; font-size: 14px; border-bottom: solid 1px #000; padding-bottom: 3px; }
li.menu-link-heading a:hover { text-decoration: none; }




