/* @override http://www.jandlmarketing.com/testupload/styles/primary2.css */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

/* @end */

/* @group base */

.test {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 499;
	width: 400px;
	height: 150px;
	background-color: orange;
	opacity: 0.75;
}

body {
	background-color: #ebebeb;
	text-align: left;
	color: #0e75ca;
}

a:link {
	color: #0e75ca;
}

a:visited {
	color: #0e75ca;
}

a:hover {
	color: #6930b8;
}

#wrap {
	background: url(../media/shadowBackground.jpg) repeat-y;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#contentBody {
	background: url(../media/gradientBackground.jpg) repeat-x 0 bottom;
	padding: 20px;
	width: 960px;
	min-height: 350px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

.center {
	text-align: center;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

li.extraSpace {
	padding-bottom: 25px;
}

/* @end */

/* @group login area */

.alert {
	color: #0e75ca;
	font: normal 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #e0eff9;
	padding: 7px;
	border: 1px solid #8cb9d8;
}

#quickLinksBar {
	background: url(../media/quickLinksTop.jpg) no-repeat 0 top;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 10px;
	padding: 0;
}

#quickLinks {
	text-align: right;
	padding: 15px 24px 10px 0;
}

#quickLinks ul {
	width: 985px;
}

#quickLinks ul li {
	display: inline;
	color: #957b00;
	border-left: 1px solid #a58700;
	padding-right: 12px;
	padding-left: 12px;
/*posit

ion: relative; causes problems with the tooltip used below*/
}

/* not using for now
 #quickLinks ul li div {
	position: absolute;
	text-align: left;
	color: white;
	top: 23px;
	left: 0px;
	background: #242424;
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 225px;
}


#quickLinks ul li.hovering div {
	display: block;
}

 #quickLinks ul li div ul li {
	display: block;
	padding-bottom: 20px;
	border-style: none;
}

#quickLinks ul li div ul li a {
	display: block;
}

*/

#quickLinks ul li a {
	color: #ffd200;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#quickLinks ul li a:visited {
	color: #ffd200;
	text-decoration: none;
}

#quickLinks ul li a:hover {
	color: #fff3be;
	background-color: transparent;
}

#quickLinks ul li a.loginAlert {
	color: #b99800;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#quickLinks ul li a.loginAlert:visited {
	color: #b99800;
	text-decoration: none;
}

#loginPanel {
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#loginPanel a:link {
	color: #ffd200;
	text-decoration: none;
}

#loginPanel a:visited {
	color: #ffd200;
	text-decoration: none;
}

#loginPanel a:hover {
	color: #ffd200;
	text-decoration: underline;
	background-color: transparent;
}

#tooltip {
	font-size: 14px;
	height: 90px;
	padding: 30px;
	width: 250px;
	display: none;
	color: #fff;
	line-height: 24px;
	border: 1px solid white;
	background: url(../media/jQueryTools/tooltip/tooltip-background.png) repeat-x;
	position: absolute;
}

#tooltip h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

#loginPanel ul {
	padding: 15px 35px 15px 15px;
	text-align: center;
	margin-right: 75px;
	margin-left: 25px;
}

#loginPanel .loginArea {
	border: 1px solid #3d3d3d;
	background-color: #262626;
	margin-top: 10px;
}

#loginPanel ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#loginPanel input {
	min-width: 75px;
}

#requestPanel {
	padding: 10px;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 1px solid #3f3f3f;
}

#requestPanel ul {
	/

*border: 1px solid #3f3f3f;*/
	padding: 15px;
	text-align: center;
}

#requestPanel ul li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#requestPanel input {
	min-width: 75px;
}

/* @end */

/* @group primary links */

#primaryLinks {
	width: 1000px;
	background: url(../media/navigationArea.jpg) no-repeat;
	height: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}

#primaryLinks ul {
	padding-left: 725px;
}

#primaryLinks ul li {
	display: inline;
}

#primaryLinks ul li a {
	text-decoration: none;
	color: white;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 35px 10px 27px;
	display: block;
	float: left;
	background: url(../media/navigationArea_hover.jpg) 0 -120px;
}

#primaryLinks ul li a:visited {
	text-decoration: none;
	color: white;
}

/*
#primaryLinks ul li a:hover {
	color: white;
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}
*/

.home ul li#home a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

.philosophy ul li#philosophy a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

.clients ul li#clients a {
	background: url(../media/navigationArea_hover.jpg) repeat-x 0 0;
}

/* @end */

/* @group Splash Area */

.splashArea {
	height: 300px;
}

.callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: url(../media/call_outs/Callout_background.jpg) no-repeat;
}

.calloutLink {
	text-align: right;
}

.calloutLink a:hover {
	background-color: transparent;
	background-image: none;
}

.splashImage {
	height: 300px;
	width: 677px;
	float: left;
	display: inline;
}

/* @end */

/* @group sidebar area */

#sideBar {
	width: 295px;
	float: left;
	margin-top: 50px;
}

#sideBar img {
	float: right;
	margin-top: 35px;
	margin-right: 65px;
}

/* @group Sublinks */

#sideBar .subLinks {
	
}

#sideBar .subLinks .pdfLink {
	text-align: center;
	margin-top: 15px;
	margin-right: 15px;
}

#sideBar .subLinks ul {
	border-right: 1px solid #ccc;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-right: 50px;
	text-align: right;
	margin-left: 25px;
	margin-top: 30px;
	padding-bottom: 30px;
}

#sideBar .subLinks ul li {
	border-bottom: 1px solid #ccc;
}

#sideBar .subLinks ul li.active a:link {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x 50px;
}

/*#sideBar .subLinks ul li .active a:hover{
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}
*/

#sideBar .subLinks ul li.active a:visited {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x 50px;
}

#sideBar .subLinks ul li a:link {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}

/*#sideBar .subLinks ul li a:hover {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}
*/

#sideBar .subLinks ul li a:visited {
	text-decoration: none;
	display: block;
	padding: 7px;
	background: url(../media/sideLinksBackground.jpg) repeat-x;
}

/* @end */

/* @group pull quotes */

#sideBar .pullQuote {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 40px;
	margin-top: 20px;
}

/* @end */

/* @group teasers */

#sideBar .teasers {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
	margin-top: 80px;
	margin-left: 25px;
	margin-right: 60px;
}

#sideBar .teasers h3 {
	color: #0e75ca;
	font: normal normal 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#sideBar .teasers .teaserItem {
	margin-bottom: 25px;
}

/* @end */

/* @group social links */

#sideBar .socialLinks {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
}

#sideBar .socialLinks img {
	margin: 5px 0 0;
	padding: 0;
	float: none;
	text-align: right;
}

/* @end */

/* @end */

/* @group primary content */

#primaryContent {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 15px/22px "Times New Roman", Times, serif;
	color: black;
	margin-top: 20px;
	overflow: visible;
	margin-left: 50px;
}

#primaryContent h1 {
	color: #4e6380;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
	margin-bottom: 25px;
}

#primaryContent h2 {
	font-size: 16px;
	line-height: 26px;
}

#primaryContent .intro {
	font-size: 19px;
	color: #6a6a6a;
	line-height: 26px;
	margin-bottom: 15px;
	font-style: italic;
}

#primaryContent p {
	margin-bottom: 15px;
}

#primaryContent .disclaimer {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#primaryContent fieldset {
	border: 1px solid #bfbaa5;
	padding: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#primaryContent fieldset legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#primaryContent ul {
	margin-bottom: 20px;
	margin-left: 10px;
}

#primaryContent ul li {
	margin-top: 7px;
	margin-bottom: 10px;
}

#primaryContent ul li ul {
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
}

/*#primaryContent ul li input{
	min-width: 250px;
}*/

#primaryContent ul li label {
	min-width: 125px;
	text-align: right;
	display: block;
	float: left;
	white-space: nowrap;
	margin-right: 5px;
}

.testimonial {
	color: #0e75ca;
	font: italic 17px/25px "Times New Roman", Times, serif;
}

/* @end */

/* @group footer */

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	background: url(../media/footerBackground.jpg) no-repeat 0 bottom;
	clear: left;
}

#footer .copyright {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #0e75ca;
	float: right;
	padding-right: 15px;
}

#footer ul {
	padding-top: 33px;
	padding-left: 295px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer ul li {
	display: inline;
	margin-right: 15px;
}

#footer ul li a:link {
	color: white;
	text-decoration: none;
}

#footer ul li a:visited {
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

/* @end */

/* @group Home page */

.home .calloutContent {
	padding: 40px 20px 0 40px;
	color: #0e75ca;
	font: 16px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.home .splashImage embed {
	z-index: 0;
}

.home .calloutLink {
	margin-top: 0px;
}

/* @group overlay */

/* the overlayed element */

.home div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white-cardinal.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 550px;
	height: 400px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
}

/* default close button positioned on upper right corner */

.home div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.home div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.home div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.home div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

.home .credit {
	font-style: italic;
	padding-top: 120px;
	padding-left: 60px;
}

/* @end */

/* @group Philosophy page */

.philosophy .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.philosophy .calloutContent {
	padding: 0px;
}

.philosophy .splashImage {
	background: url(../media/splash_images/philosophy.jpg) no-repeat;
}

/* @end */

/* @group Clients Page */

.clients .calloutContent {
	padding: 50px 30px 0 40px;
	color: #0e75ca;
	font: 18px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.clients .credit {
	font-style: italic;
	padding-top: 30px;
	padding-left: 40px;
}

.clients .splashImage {
	background-image: url(../media/splash_images/clients.jpg);
}

.clients #primaryContent {
	width: 595px;
}

.clients #primaryContent ul {
	
}

.clients #primaryContent ul li {
	display: inline;
	margin: 15px 15px 45px;
	float: left;
}

.clients .calloutLink {
	margin-top: 45px;
}

/* @group overlay */

/* the overlayed element */

.clients div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white-cardinal.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 550px;
	height: 400px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
	color: black;
}

/* default close button positioned on upper right corner */

.clients div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.clients div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.clients div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.clients div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

/* @end */

/* @group Case Studies */

.caseStudy {
	border-bottom: 1px solid #c8c8c8;
	padding: 25px;
}

#primaryContent .caseStudy h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #0e75ca;
	line-height: 22px;
}

.caseStudy a {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}

.caseStudy a:hover {
	background-color: transparent;
	background-image: none;
}

/* @end */

/* @group Careers Page */

.careers .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.careers .calloutContent {
	padding: 0;
}

.careers .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @group BGS Page */

.bgs .calloutContent {
	padding: 50px 40px 0;
	color: #0e75ca;
	font: 14px/24px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.bgs .credit {
	font-style: italic;
	padding-top: 15px;
	padding-left: 100px;
	white-space: normal;
}

.bgs .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @end */

/* @group PC Page */

.pc .calloutContent {
	padding: 40px 20px 0 40px;
	color: #0e75ca;
	font: 18px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.pc .calloutLink {
	margin-top: 45px;
}

/* @group overlay */

/* the overlayed element */

.pc div.overlay {
	/* growing b

ackground image */ 
    background-image: url(../media/jQueryTools/overlay/white.png);
	/* dimensions after the 

growing animation finishes  */ 
    width: 380px;
	height: 380px;
	/* initially overlay is hidden */ 
    display

: none;
	padding: 55px;
	font: 18px/26px Georgia, "Times New Roman", Times, serif;
	z-index: 500;
}

/* default close button positioned on upper right corner */

.pc div.overlay div.close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background: url(../media/jQueryTools/overlay/apple-close.png) no-repeat;
}

/* black */

.pc div.overlay.black {
	background: url(../media/jQueryTools/overlay/transparent.png) no-repeat !important;
	color: #fff;
}

/* petrol */

.pc div.overlay.petrol {
	background: url(../media/jQueryTools/overlay/petrol.png) no-repeat !important;
	color: #fff;
}

.pc div.black h2, div.petrol h2 {
	color: #ddd;
	font-size: 1px;
}

/* @end */

.pc .credit {
	font-style: italic;
	padding-top: 15px;
	padding-left: 100px;
	white-space: normal;
}

.pc .splashImage {
	background: url(../media/splash_images/careers.jpg) no-repeat;
}

/* @end */

/* @end */

/* @group Contact Us page */

.contactUs .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.contactUs .calloutContent {
	padding: 0;
}

.contactUs .splashImage {
	background-image: url(../media/splash_images/contact_us.jpg);
}

/*
.contactUs #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

/* @end */

/* @group Copyright Terms and Conditions */

/*
.terms #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.terms .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.terms .calloutContent {
	padding: 0;
}

.terms .splashImage {
	background-image: url(../media/splash_images/contact_us.jpg);
}

.terms ol {
	list-style-type: decimal;
}

.terms ol li {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* @end */

/* @group Landing Page for Clients */

/*.landing #splash {
	background-image: url(../media/splashLanding.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.landing .callout {
	width: 320px;
	height: 300px;
	float: left;
	display: inline;
	margin-left: 9px;
	background: none no-repeat;
}

.landing .calloutContent {
	padding: 0px;
}

.landing .splashImage {
	background: url(../media/splash_images/landing.jpg) no-repeat;
}

/* @end */

/* @group Privacy Policy Page */

/*
.privacy #splash {
	background-image: url(../media/splashContactUs.jpg);
	width: 1000px;
	height: 437px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

/* @end */

/* @group request account page */

.requestAccount {
	
}

.requestAccount .calloutContent {
	padding: 50px 30px 0 40px;
	color: #0e75ca;
	font: 16px/28px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.requestAccount .credit {
	font-style: italic;
	padding-top: 30px;
	padding-left: 25px;
}

.requestAccount .splashImage {
	background: url(../media/splash_images/request_account.jpg) no-repeat;
}

/* @end */

/* @group PC Pages */

.PCforms #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

.PCforms #primaryContent ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.PCforms #primaryContent ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.PCforms #primaryContent ul li ul {
	margin-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

.PCforms #primaryContent ul li ul li {
	list-style-type: circle;
}

.PCforms #primaryContent ol {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	list-style-type: decimal;
	list-style-position: outside;
}

.PCforms #primaryContent ol li {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 20px;
}

.PCforms legend {
	color: #7d7d7d;
}

.PCforms fieldset .sectionLabel {
	color: #0e75ca;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}

.PCforms #SubmitArea {
	margin-left: 325px;
	margin-top: 10px;
}

.PCforms table {
	
}

.PCforms table tr {
	
}

.PCforms table tr td {
	padding: 7px;
}

/* @end */

/* @group Sales Atlas */

.atlasLink {
	border-bottom: 1px solid #c8c8c8;
	padding: 25px 25px 20px 10px;
}

#primaryContent .atlasLink h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #0e75ca;
	line-height: 40px;
}

.atlasLink img {
	float: right;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 15px;
}

.atlasLink a:hover {
	background-color: transparent;
	background-image: none;
}

.salesAtlas #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

.salesAtlas #primaryContent ul {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.salesAtlas #primaryContent ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
}

.salesAtlas #primaryContent ul li ul {
	margin-left: 35px;
	margin-top: 0;
	margin-bottom: 0;
}

.salesAtlas #primaryContent ul ul li {
	list-style-type: circle;
}

.salesAtlas #primaryContent ol {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.salesAtlas #primaryContent ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
}

.salesAtlas #primaryContent ol ul li {
	list-style-type: circle;
}

.salesAtlas #primaryContent ol ul ol li {
	list-style-type: lower-latin;
}

.salesAtlas #primaryContent .atlasNav {
	border-top: 1px solid #0e75ca;
	margin-left: 0;
	padding-left: 0;
}

.salesAtlas #primaryContent .atlasNav li {
	display: block;
	margin: 5px 0px 0px;
	text-align: center;
}

.salesAtlas #primaryContent .atlasNav .previous {
	float: left;
}

.salesAtlas #primaryContent .atlasNav .next {
	float: right;
}

.salesAtlas #primaryContent .atlasNav li a:link {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.salesAtlas #primaryContent .atlasNav li a:visited {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.salesAtlas #primaryContent table {
	margin-top: 10px;
	margin-bottom: 15px;
}

.salesAtlas #primaryContent table td {
	padding: 2px 4px;
	width: 50%;
}

/* @end */

/* @group Web Reports */

/*
.webReports #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}
*/

.webReports #wrap #contentBody {
	overflow: visible;
}

.webReports #primaryContent {
	width: 650px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

/*.webReports #primaryContent h1 {
	text-align: center;
}*/

.webReports #primaryContent h2 {
	font-size: 18px;
	color: #0e75ca;
}

.webReports table tr td {
	white-space: nowrap;
	padding: 5px;
	font-size: 14px;
}

.webReports #primaryContent label {
	font-weight: bold;
}

.webReports .eventSummary {
	color: #0e75ca;
	font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 5px;
}

.webReports #divCampaignInfo {
	width: 50%;
}

.webReports #divCampaignInfo fieldset {
	margin-top: 25px;
	margin-bottom: 25px;
}

.webReports #divCampaignCustomers {
	overflow: visible !important;
}

.webReports #divCampaignCustomers table {
	position: relative;
	float: none !important;
}

.webReports #divCampaignCustomers table tr td {
	border-bottom: 1px solid #dae1e5;
	padding: 5px;
	margin: 0;
}

.webReports #divCampaignCustomers thead {
	font-weight: bold;
	color: #0e75ca;
	display: table-header-group;
}

.webReports #divCampaignCustomers .details {
	background-color: #e6e8eb;
	border: 1px solid #dae1e5;
}

.webReports #divCampaignCustomers .details tr {
	padding-right: 15px;
	padding-left: 15px;
}

.webReports #divCampaignCustomers .details tr td {
	white-space: normal;
}

.webReports #divCampaignCustomers .details tr .even td {
	background-color: #d4d6d8;
	border: 1px solid #dae1e5;
}

.webReports #divCampaignCustomers .details tr .odd td {
	
}

/* @end */

/* @group ROI Reporting */

.ROI_Reports #summary {
	width: 525px;
	float: left;
	padding-bottom: 15px;
	font: 15px/22px "Times New Roman", Times, serif;
	color: black;
	margin-top: 25px;
	overflow: visible;
	margin-left: 50px;
}

.ROI_Reports #summary select {
	
}

.ROI_Reports #summary ul {
	color: #0e75ca;
	margin-bottom: 35px;
	padding-right: 0;
	padding-left: 0;
	width: 405px;
}

.ROI_Reports #summary ul li {
	border-bottom: 1px solid #cad9e4;
	padding: 3px 10px;
	text-align: right;
}

.ROI_Reports #summary ul li.total {
	background-color: #deecf6;
}

.ROI_Reports #summary label {
	display: block;
	width: 275px;
	float: left;
	color: black;
	text-align: left;
}

.ROI_Reports #summary .questionPop {
	float: left;
	padding-left: 0;
	margin-left: -33px;
}

#sideBar .ROI_Links {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
	margin-top: 80px;
	margin-left: 40px;
}

#sideBar .ROI_Links img {
	float: none;
	margin-top: 0;
	margin-right: 0px !important;
	margin-left: 0;
}

.ROI_Reports #archive {
	padding-bottom: 15px;
	color: black;
	overflow: visible;
	clear: both;
	display: block;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.ROI_Reports #archive #accordion {
	border: 1px solid #bfbfbf;
}

.ROI_Reports #archive #accordion ul {
	color: #0e75ca;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: 1px solid #bfbfbf;
}

.ROI_Reports #archive #accordion ul li {
	text-align: left;
	border-style: none;
	font-size: 12px;
	padding-left: 0;
	padding-right: 10px;
}

.ROI_Reports #archive #accordion ul li a {
	width: 100%;
	display: block;
	background-image: none;
	background-color: #fafdfe;
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px solid #dce7ef;
	text-decoration: none;
}

.ROI_Reports #archive #accordion ul li a:hover {
	background-color: #e3eaf6;
	color: #2887d3;
}

.ROI_Reports #archive #accordion h3 {
	cursor: pointer;
	padding: 5px 10px 7px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	background: url(../media/sideLinksBackground.jpg) 0 -40px;
	border-bottom: 1px solid #bfbfbf;
	color: black;
	font-size: 13px;
}

.ROI_Reports #archive #accordion ul.pane {
	
}

.ROI_Reports  h1 {
	color: #4e6380;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
}

.ROI_Reports  h2 {
	color: #4e6380;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin-bottom: 15px;
}

.ROI_Reports  h3 {
	color: #b3b3b3;
	padding-bottom: 10px;
	margin-top: 25px;
	font: normal 16px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

.ROI_Reports address {
	color: #4e6380;
	font-size: 15px;
	padding-bottom: 15px;
}

.ROI_Reports #details {
	width: 875px;
	clear: left;
	padding-bottom: 25px;
	padding-left: 40px;
}

.ROI_Reports #details .disclaimer {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.ROI_Reports #details .disclaimer ul {
	margin-left: 45px;
	margin-right: 35px;
}

.ROI_Reports #details .disclaimer ul li {
	list-style-type: disc;
	color: black;
	margin-bottom: 10px;
}

.ROI_Links fieldset {
	padding: 10px 10px 18px;
	border: 1px solid #bfbfbf;
	background: url(../media/sideLinksBackground.jpg) 0 -1px;
	margin-top: 0;
	margin-bottom: 15px;
}

p.groupRevenue {
	margin-bottom: 35px;
	text-align: right;
	color: black;
	background-color: #deecf6;
	padding: 8px 8px 10px;
	border: 1px solid #cad9e4;
	border-top-style: none;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

p.groupRevenue .revenue {
	color: #0078c9;
	margin-left: 5px;
}

.ROI_Reports #details table {
	border: 1px solid #cad9e4;
	text-align: center;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.ROI_Reports #details table thead {
	font-weight: bold;
	color: black;
	display: table-header-group;
	background-image: none;
	background-color: #deecf6;
}

.ROI_Reports #details table tr th {
	padding: 7px 4px 10px;
	vertical-align: middle;
	border-right: 1px solid #cad9e4;
	border-bottom: 1px solid #cad9e4;
}

.ROI_Reports #details table tr td {
	padding: 5px;
	border-right: 1px solid #cad9e4;
	border-bottom: 1px solid #cad9e4;
}

.ROI_Reports #details tr.even td {
	
}

.ROI_Reports #details tr.odd td {
	background-color: #e5e5e5;
}

.ROI_Reports #details thead tr .header {
	background-image: url(../media/tableSorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}

.ROI_Reports #details thead tr .headerSortUp {
	background-image: url(../media/tableSorter/asc.gif);
}

.ROI_Reports #details thead tr .headerSortDown {
	background-image: url(../media/tableSorter/desc.gif);
}

.ROI_Reports #details thead tr .headerSortDown, .ROI_Reports #details thead tr .headerSortUp {
	background-color: #56abe9;
}

/* @group Definitions */

#definitions {
	padding: 15px;
	width: 225px;
	display: none;
	color: #262626;
	background: url(../media/definitions_background.png) repeat-x;
	border: 1px solid #0e75ca;
	font: 12px/16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

/* @end */

/* @end */

/* @group bLinked */

.bLinked  h1 {
	color: #4e6380;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: 32px;
	clear: both;
}

.bLinked  h2 {
	color: #4e6380;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 26px;
	margin-bottom: 15px;
}

.bLinked  h3 {
	color: #b3b3b3;
	padding-bottom: 10px;
	margin-top: 25px;
	font: normal 16px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

.bLinked .summary {
	width: 825px;
	float: left;
	font: 15px/22px "Times New Roman", Times, serif;
	overflow: visible;
	margin-left: 80px;
	color: #4e6380;
}

.bLinked .summary h1 {
	
}

.bLinked .summary .details {
	background: url(../media/paleBlueBackground.jpg) repeat-x;
	border: 1px solid #dce5eb;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
	-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-opera-border-radius:4px;
		-khtml-border-radius:4px;
		border-radius:4px;
		box-shadow: 1px 1px 2px #ddd;
		-moz-box-shadow: 1px 1px 2px #ddd;
		-webkit-box-shadow: 1px 1px 2px #ddd;
}

.bLinked .summary ul {
	float: left;
	margin-top: 15px;
	margin-right: 50px;
	margin-left: 40px;	
}

.bLinked .summary ul li {
	margin-bottom: 4px;
	margin-right: 30px;
}

.bLinked .summary input.backButton {
	background: transparent url(../media/Return-arrow.png) no-repeat left 10px;
	padding: 20px 20px 20px 40px;
	border-style: none;
	font-size: 13px;
	color: #088cd2;
}

.bLinked .summary input.backButton:hover {
	background: url(../media/Return-arrow.png) no-repeat left 11px;
	padding-top: 21px;
	padding-bottom: 19px;
	color: #0078c9;
}

.bLinked address {
	color: #4e6380;
	font-size: 15px;
	padding-bottom: 15px;
}

.bLinkedContent {
	margin: 25px 25px 50px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

.tableWrap h2 {
	text-align: center;
	margin-bottom: 5px;
	text-shadow: #a6a6a6 0px -1px 2px;
}

.tableWrap ul.details {
	text-align: center;
	margin-bottom: 20px;
	color: black;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

.tableWrap ul.details li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

/* allowing jquery ui to take over these styles for now

ul.profileNavigation {
	margin: 0 0 0 25px;
}

ul.profileNavigation li {
	display: block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}

ul.profileNavigation li:hover {
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 0;
}

ul.profileNavigation li a {
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-opera-border-top-left-radius:8px;
	-opera-border-top-right-radius:8px;
	-khtml-border-top-left-radius:8px;
	-khtml-border-top-right-radius:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 -50px;
	padding: 7px 15px;
	text-decoration: none;
	color: #6d6d6d;
	display: block;
}

ul.profileNavigation li a:visited {
	color: #6d6d6d;
}

ul.profileNavigation li a:hover {
	background: url(../media/bLinked/tabBackground.jpg) repeat-x 0 0;
}

ul.profileNavigation li.selected {
	background: url(../media/bLinked/activeNavTab_background.jpg) repeat-x 0 0;
	color: white;
}
*/

.bLinked_Links fieldset {
	padding: 10px 10px 18px;
	border: 1px solid #bfbfbf;
	background: url(../media/sideLinksBackground.jpg) 0 -1px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

.bLinked_Links {
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3f3f3f;
	margin-top: 10px;
	margin-left: 00px;
}

.overlayWrap {
	padding: 20px;
}

/* @group jquery ui overrides */

.ui-widget-content {
	background: none repeat-x 50% 50%;
	border-style: none; !important
}

.ui-widget-header {
	background: none repeat-x 50% 50%;
	color: #222222;
	font-weight: bold;
	border-style: none; !important
}

/* @end */

/* @end */

/* @group Bread Crumbs */

#breadcrumbs {
	color: #808284;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#breadcrumbs ul {
	
}

#breadcrumbs ul li {
	white-space: pre;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

#breadcrumbs ul li a {
	padding: 0 2px 0 0;
}

/* @end */

/* @group Error page */

.error #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

/* @end */

/* @group Articles */

.Article #primaryContent img {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

/* @end */

/* @group Thank You page */

.thankYou #splash {
	background-image: url(../media/splashSalesAtlas.jpg);
	width: 1000px;
	height: 79px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #7f7f7f;
}

/* @end */