@import url('/assets/css/forms.css');
@import url('/assets/css/navigation.css');

/* standardize global font-size */
body {font-size:14px;}
/* global whitespace clear */
* {padding:0;margin:0;}
html {background-color:#fff;}


/* Layout
********************************************/
	
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#2E3031;
	margin:0px auto;
	background-image:url(../images/vertical_bg.png);
	background-position:top center;
	background-repeat:repeat-y;	
}




#header_wrapper {
	background-image:url(../images/horizontal_bg.png);
	background-repeat:repeat-x;
	padding-bottom:14px;
}

a {outline:none;}

#container {
	position:relative;
	background:#fff;
	margin:0 auto;
	padding-top:30px;
	margin-top:-24px; 
	width:902px;
}

#column1 {
	width:680px;margin-left:10px;
	float:left;
}

* html #column1 {margin-left:5px;}

#content {
	padding-bottom:25px;
	float:right;
	width:470px;
}

#sidebar {
	background:#fff url(../images/sidebar-top.gif) top left no-repeat;
	width:180px;padding:0 10px;margin-bottom:25px;
	float:left;
	
}

#column2 {
	padding:0 10px;
	font-size:12px;
	width:180px;
	float:right;
}

/* OVERWRITTEN PROPERTIES FOR UNIQUE HOME PAGE STYLING */
body#home #sidebar {background:#dfebbc;}

#banner {
	position:relative;
	height:240px;
	margin-bottom:10px;
	border:1px solid #aaa;
	background:#fff url(../images/banner.jpg) no-repeat top left;
}

#banner a {
	display:block;
	position:absolute;	
	left:65px;
	height:38px;
}

#banner a#nccs {width:286px;top:24px;}
#banner a#spc {width:269px;top:118px;}

#banner p,
#banner a span {display:block;text-indent:-1000em;}



#footer {
	clear: both;
	background: #585656;
	margin: 0px 9px;
	padding-top: 0px;
	width: 884px;
	padding: 0px 9px;
	margin: 0px auto;
}

#disclaimer {
	clear: both;
	background: #414040;
	margin: 0px 9px;
	padding-top: 0px;
	width: 884px;
	padding: 0px 9px;
	padding-bottom:5px;
	margin: 0px auto;
	color: #959494;
	font-weight:normal;
}

#disclaimer img {
	float:left;
	margin:10px;
	margin-top:7px;
	margin-bottom:0;
	margin-left:0;
}

/*clear properties*/
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}

/*external/mail icon properties*/
li a.xtrnal {
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:15px;
}

li a.xtrnal.url {background-image:url(../images/xtrnalurl01.gif);padding-right:10px;}
li a.xtrnal.mail {background-image:url(../images/externalmail-icon.gif);}


/* Header Area
********************************************/
#skip {
	background: #0037A8;
	color: #fff;
	text-align: center;
	display: block;
	width: 300px;
	font-weight: bold;
	line-height: 3.6ex;
	position: absolute;
	top: -999em;
	z-index: 999;
}

	#skip:focus, #skip:active {
		top: 0;
	}
	
p#phone {/*Width is 881px for the reason being the header div element
already has a set padding of 19px on both sides, so taking into
account that the apdding right doesnt take effect. (without floating element)*/
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size:21px;font-weight:normal;
	width:881px;
	text-align:right;
	margin:0px auto;
	margin-top:-5px;
	color:#fff;
}

#sidebar h2 {color:#fff;font-weight:normal; font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif; padding-top: 8px; margin-top:0px;}

#sidebar p {color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 11.5px; padding-top: 8px;}
	
/* SIDEBAR ALTERNATIVE NAVIGATIONAL PROPERTIES */
ul#altnav {list-style:none;}
ul#altnav li {margin:2px 0;}
ul#altnav li.alt {margin:10px 0;}
ul#altnav li ul li {margin-left:15px;list-style:disc;font-size:10px;}
ul#altnav li ul li a {color:#625207;font-style:italic;}
ul#altnav li ul li a.active {color:#fe8c15;font-style:italic;font-weight:bold;}
ul#altnav li ul li a.activealt {text-decoration:underline;cursor:auto;}
ul#altnav li ul li a.active:hover {text-decoration:none;cursor:auto;}
ul#altnav li a {text-decoration:none;font-size:11px;}
ul#altnav li a.active {color:#fe8c15;font-weight:bold;}
ul#altnav li a.active:hover {text-decoration:none;cursor:auto;}
ul#altnav li a:hover {text-decoration:underline;}
/* END */

#nav_links {
	padding: 0px 9px;
	width: 900px;
	margin: 0px auto;
}

	#nav_links ul {
		background-image: url(../images/top_nav_bg.png);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-color: #585656;
		padding-left: 30px;
		list-style-type: none;
		text-align: right;
		float: right;
		font-size: 11px;
	}
		#nav_links ul li {
			display: inline;
		}
		
		#nav_links ul li a {
			display: block;
			float: left;
			color: #fff;
			line-height: 4.6ex;
			text-transform: lowercase;
			padding: 0ex 7px 0ex 7px;
			text-decoration: none;
		}
		
		#nav_links ul li a:hover, #nav_links ul li a:active, #nav_links ul li a:focus, #nav_links ul li a.active {
			background: #000;
		}
	
	#nav_links h1 {
	float:left;
	height:26px;
	width: 300px;
	background-image:url(../images/national_compliance.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:0;
	padding-left: 20px;
	}

#nav_links h1 span {
	display: none;
	}

#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	position: relative;
	z-index: 1;
	margin-right: 15px;
	margin: 0px auto;
	width: 900px;
}

#header h1 {margin-bottom:0px;}

#header h1 a {
	display: block;
	width: 200px;
	height: 65px;
	text-indent: -999em;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* Content
********************************************/
#content a.pdf,
#content a.pdfalone {
	background-image:url(../images/PDFicon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	color:#990000;
}

#content a.pdfalone {display:block;float:right;margin-bottom:10px;}

#content a.pdf:hover,
#content a.pdfalone:hover {
	text-decoration:underline;
	background-color:#FFFF99;
}

/*Add a padding on both sides of all elements
within distinct altbackgrounds, which purpose
serves to have more of a user-friendly interface, 
making it easier for users to distinctively disguise
different sections of websites*/
#content .bgalt {
	background-color:#FFF; 
	padding:10px; 
	padding-bottom:0;
	border:1px dotted #aaa;
	float:left;
	width:448px;
	margin-bottom:10px;
}

#content .bgalt blockquote p,
#content .bgalt span.testimonials {font-size: 1.2em;font-family: Georgia, "Times New Roman", Times, serif;}
#content .bgalt span.testimonials {font-style:italic;}

.bgalt .rightalign {text-align:right;}

#content .bgalt ul#affiliate li {padding:0;margin:3px 0;}

/*Overwrite border property for IE6.0
due to unsuported feature*/
* html #content .bgalt {border:solid;}

#content a.redirect {
	margin-bottom:10px;
	margin-right:10px;
	width:445px;
	float:right;
	font-size:11px;
	text-decoration:underline;
	text-align:right;
}

#content .bgalt a.redirect {margin-right:0;}

#content a.pdfbtn {
	background:url(../images/btn-dlpdf2.jpg) #fff left no-repeat;
	float: right;
	width:127px;
	height:36px;
	margin-left:75%;
	margin-bottom:20px;
}

#content a.pdfbtn:hover {background-position:right;}

#content a.pdfbtn span {display:none;}

#content p.note {
	background:url(../images/requiredfield-icon.gif) top left no-repeat;
	padding-left:20px;
	width:446px;
	color:#888;
	font-style:italic;
}

#content p.note a {
	border-bottom:1px solid #c3c3c1;
	display:block;
	text-align:right;
	padding-top:10px;
	padding-bottom:15px;
}
#content ul.unstyled {
	margin:0; padding:0;
	text-transform:uppercase;
	font-weight:bold;
}

#content ul.unstyled li#alt {font-weight:bold;text-transform:uppercase;}

#content ul.unstyled li {
	margin:0; padding:0;
	font-weight:normal;
	line-height:16px;
	text-transform:none;
	list-style:none;
}

#content ul li {line-height:14px;padding:4px 0;}

#content a.infopricing {
	display:block;
	width:127px;
	height:36px;
	background:url(../images/btn-infopricing.jpg) top left no-repeat;
}

#content #cfdefinitions dl dt {
	text-decoration:none;
	padding:0;margin:0;
	font-size:14px;
	font-weight:bold;
}

#content #cfdefinitions dl {
	padding:10px 0;
	border-bottom:1px solid #bbb;
}

#content a.infopricing:hover {background-position:right;}

#content a.infopricing strong {display:none;}

#content dl {margin:10px 0;}
#content dl dd span {font-weight:bold;}

#content dl dt, #content dl dd {
	margin:0;padding:0;
	margin-bottom:5px;
	font-size:12px;
}

#content dl dt {
	margin-bottom:10px;
	font-style:italic;
	font-weight:bold;
	color:#62523c;
}

#content ul#articles, 
#content ul#articles li, 
#content ul#articles ul {
	list-style-type:none;
	margin:0;padding:0;
}

#content .guarantee {
	margin:15px 0;
	border-bottom:1px solid #aaa;
}
#content .guarantee h2 {text-transform:uppercase;}

/*boxes with payment info on the program info pages*/

#content .boxesleft {float: left; width: 230px;}
#content .boxes {float: right; }


/*3 btns lists-----*/
ul#services {
	margin:20px 0;padding:0;
	list-style:none;
}
ul#services li {display:inline;}
body#home ul#services li a {background-color:#dfebbc;}
ul#services li a {
	display:block;
	margin-bottom:2px;
	width:179px;height:32px;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
}/*-->*/ul#services li a:hover {background-position:top right;}

/*Image Replacements*/
ul#services li a#packages {background-image:url(../images/button_packages.jpg);}
ul#services li a#ordernow {background-image:url(../images/button_order.jpg);}
ul#services li a#renew {background-image:url(../images/button_renew.jpg);}
body#home ul#services li a#packages {background-image:url(../images/button_packagesalt.jpg);}
body#home ul#services li a#ordernow {background-image:url(../images/button_orderalt.jpg);}
body#home ul#services li a#renew {background-image:url(../images/button_renewalt.jpg);}

ul#services li a span {display:block;text-indent:-1000em;}

/*sitemap lists-----*/
#content ul.sitemap {
	border-bottom:1px solid #aaa;
	padding:20px 0;
	margin:0;
}

#content ul.sitemap li {
	font-weight:bold;
	line-height:12px;
	list-style:none;
}

#content ul.sitemap li ul li {
	font-weight:normal;
}

#content ul.sitemap li ul li a {
	color:#625207;
}

#content ul.sitemap li ul li ul li {
	font-weight:normal;
	font-style:italic;
	line-height:9px;
	list-style:disc;
}

#content ul.sitemap li ul li ul li ul li {
	list-style:circle;
}

#content ul.sitemap li ul li ul li ul li a {
	font-size:11px;
	font-style:normal;
}

/*Articles-----------------------------------------*/
#content .articles {margin-bottom:15px;}

#content .articles dl,
#content .articles dt,
#content .articles dd {margin:0;}

#content .articles h2 {margin-bottom:0;padding-bottom:0;padding-top:0;font-weight:normal;font-size:20px;}
#content .articles dl {margin-bottom:10px;}
#content .articles dl dt {font-style:normal;}
/*End---*/


/*Newsletter Archives-----*/
#content ul#newsletters {margin:0;padding:0;}

#content ul#newsletters li {
	background-color:#f8f9f8;
	border:1px dotted #aaa;
	margin:10px 0;padding:0;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	list-style:none;
}

#content ul#newsletters li a {text-decoration:none;}
#content ul#newsletters li a span {font-size:22px;}
#content ul#newsletters li a:hover {text-decoration:underline;}

#content ul#newsletters li ul {
	margin:0;
	margin-top:10px;padding:0;
	padding-left:10px;
}

#content ul#newsletters li ul li {
	margin:0;padding:0;
	margin-bottom:5px;
	border:none;
	font-weight:normal;
	line-height:12px;
	font-size:12px;
	list-style:none;
}

#content ul#newsletters li ul li a {text-decoration:underline;}
#content ul#newsletters li ul li a:hover {text-decoration:none;}

#content #archiveswrapper {padding:10px 0;}

#archiveswrapper h3 {
	margin:0;
	padding:0 10px;
	font-weight:bold;
	font-size:16px;
}

#archiveswrapper .archive {
	margin:0;
	border:1px dotted #aaa;
	margin-bottom:5px;
	padding:5px 10px;
}

#archiveswrapper .alt {background-color:#f8f9f8;}
#archiveswrapper .archive p {font-size:12px;}

#archiveswrapper .archive h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color:#625207;
	text-decoration:underline;
}

#archiveswrapper .archive ul li {
	line-height:12px;
	list-style:square;
}

/*Form Breadcrumbs Properties-----*/
#content ol.formbreadcrumbs {
	margin:0;margin-bottom:-4px;
	padding:10px 0;
}

#content ol.formbreadcrumbs li,
#content ol.formbreadcrumbs li a {
	color:#777777;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	display:inline;
	padding:10px 5px;
}

#content ol.formbreadcrumbs li a:hover {
	text-decoration:underline;
	color:#3b5437;
}

#content ol.formbreadcrumbs li#active {
	background-color:#FFFFCC;
	color:#625207;
	font-weight:bold;
	padding:10px 15px;
	border:1px dotted #aaa;
	border-bottom:0;
}



/* Footer
********************************************/

#footer {
	font-size:12px;
	background-color:#333333;
}

#footer ul {
	margin-right:200px;
	float: left;
	list-style-type: none;
	margin-left: 15px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 3ex;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px 2px;
}

#footer ul li a:hover, #footer ul li a:focus, #footer ul li a:active {background: #000;}
		
#footer p.copy {
	float: right;
	line-height: 3ex;
	color: #ccc;
	padding: 3px 2px;
	margin-right: 15px;
}
	
/*Disclaimer
*********************************************/

	#disclaimer p {
	color: #959494;
	font-size: 11px;
	font-weight:normal;
	margin-right: 10px;
	padding-top: 5px;
	}
	
		
/* Forms
**********************************************/

#login {
	background:#fff;
	width:180px;
	margin-bottom:10px;
	float:left;
}

#login fieldset {
	outline:none;
	padding:0 10px;
	padding-bottom:10px;
	border:1px solid #aaa;
	border-top:0;
}

#login h2 {
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding:3px 10px;
	width:161px;*width:160px;
	margin:0;
	background:url(/assets/images/login_top.gif) top left no-repeat;
}

#login p {
	font-size:11px;
	margin:5px 0;
}

#login p#password {text-align:right;margin-bottom:10px;}

#login input {
	width:156px;/*considering the borders suming up to 4px*/
	background-color:#f5f5f5;
	font-size:14px;
	border:1px solid #aaa;
}

* html #login h2 {width:160px;}

		
/* Elements
**********************************************/
			
/*Div News container and all elements within*/
#news {
	float:left;
	margin:0;padding:0;
}

#news div {
	border-bottom:1px dotted #aaa;
	float:left;
	padding-bottom:10px;
}

#news p {
	color:#666;
	margin:0;padding:0;
	line-height:12px;
	font-weight:bold;
	font-size:11px;
}

/*-------
RSS FEEDS
--------*/

#news a.RSS {
	background:url(../images/icon-rss.jpg) center right no-repeat;
	margin:0;padding:0;padding-right:15px;
	display:block;float:right;margin-top:2px;
}/*Hover State-->*/#news a.RSS:hover {text-decoration:underline;}
#news a.RSS span {display:block;padding-bottom:10px;}

/*End*/

#news h2 {
	padding:5px 32px 10px 0;
	border-bottom:1px dotted #aaa;
	background-image:url(../images/news_icon.gif);
	background-repeat:no-repeat;
	background-position:center right;
	font-size:18px;color:#625207;
}

#news ul {
	margin:10px 0px;
	margin-bottom:0;
	list-style-type:none;
}

#news a {
	font-size:11px;
	float:right;
	display:block;
	text-decoration:none;
}

#news p a {float:none;display:inline;}
#news a:hover {text-decoration:underline;}
#news a span {color:#f89d34;font-size:13px;}

#news ul li {margin-bottom:8px;font-size:11px;}
#news ul li a {color:#2E3031;display:inline;float:none;}
#news ul li, #news ul li a {line-height:16px;}


* html #news h2 {border-bottom:1px solid #aaa;}
* html #news div {border-bottom:1px solid #aaa;}
/*properties for promo2
[Compass Reseller & Affiliate Programs]*/		

#promo2 {
	background:url(../images/promo2-icon.jpg) no-repeat top left;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	float:left;
	margin-bottom:10px;
}

#promo2 h2 {
	margin-top:0;
	padding-top:0;
	padding-left:57px;
	font-size:12px;
	margin-bottom:5px;
	line-height:12px;
	font-weight:bold;
	color:#444444;
}

#promo2 p {
	padding-left:57px;
	font-size:10px;
	color:#69841a;
	margin-bottom:5px;
	line-height:11px;
}

#promo2 a {
	display:block;
	float:right;
	font-size:11px;
}
			
/* Success Stories, Testimonials, Promos */
a#promo {
	display:block;
	float:left;
	_float:none;
	padding:0px;
	margin:10px 0 20px 10px;
	background:url(../images/certificationseal.jpg) center no-repeat;
	width:166px;height:154px;
}

#column2 ul {list-style:none;clear:both;}

#column2 ul li {
	border-top:1px solid #ccc;
	margin-top:10px;padding-top:10px;
	background:#fff;
}

#column2 ul li#consultation strong {
	font-weight:bold;
	background:url(../images/icon_consultation.jpg) left no-repeat;
	padding-left:35px;
}

#column2 ul li#checklist strong {
	background-image:url(../images/icon_stethoscope.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	font-weight:bold;
}

#column2 ul li#checklist strong span {
	font-style:italic;
	text-decoration:underline;
}

#column2 ul li#testimonials strong {
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
}

	
#column2 ul li a {
	text-decoration:none;
	color:#333;
	display:block;
	padding-bottom:20px;
	background-image:url(../images/arrow_orange.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#column2 ul li a#corpworkshop {
	width:180px;height:130px;padding-bottom:0;
	background:transparent url(../images/corp-workshop-title-snap.jpg) top left no-repeat;
}


#column2 ul li a strong {
	color:#625207;
	font-size:14px;
	font-weight:normal;
	display:block;
	margin-bottom:8px;
}

#column2 ul li a#corpworkshop strong {display:block;text-indent:-1000em;margin-bottom:0;}
			
#column2 ul li blockquote {font-style:normal;}

#column2 ul li blockquote cite {
	margin-top:10px;
	display:block;
	text-align:right;
	font-style:normal;
}

/* Page Specific (from body ID)
**********************************************/

/* Homepage
********************************************/

#stage #intro {
	clear: both;
	width: 648px;
	margin: 0px 5px 10px 0px;
	float: left;
	border: 1px solid #625207;
	padding: 10px;
	min-height: 220px;
	_height: 220px;
	background-image:url(../images/stage_bg_compass3.jpg);
	background-repeat: no-repeat;
	background-color: #f1efe4;
	
}

#intro a span, #intro p {display:none;}

#intro a {
	display:block;
	float:left;
	margin-left:55px;
}

#intro a#nccs {
	width:282px;
	height:40px;
	margin-top:12px;
}

#intro a#spc {
	width:264px;
	height:47px;
	margin-top:52px;
}

#stage #intro ul {
	margin: 20px 20px 10px 100px;
	list-style-type: none;
}
		
/*Simplified code of previous graphic based
bullet list style for easier maintenance, and
more efficient practicality - MJ */
#home #content ul#products {margin:0;padding:0;float:left;}

/*Properties values for bullet
list custom icon [doublearrow]*/
#home #content ul#products li span {font-size:13px;color:#f89d34;}

#home #content ul#products li span:hover {color:#5a7050;}

#home #content ul#products li:hover > span {color:#5a7050;}

#home #content ul#products li {
	padding:2px 0;
	line-height:14px;
	list-style:none;
	font-size:12px;
}

#home #content ul#products li a {color:#2E3031;padding-left:5px;}

#home #content ul li a:hover, 
#home #content ul li a:focus, 
#home #content ul li a:active {
text-decoration:underline;
background-color:#FFFF99;}

#content blockquote.alt p {font-size:14px;}

/* General Typography and Misc. Styles
**********************************************/

h1, h2, h3, h4 {
	color: #625207;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 14px;
}

h2 {
	font-size: 1.1em;
	font-weight:bold;
	}

h3 {
	font-size:12px;
	font-weight: bold;
	}

h4 {
	font-style:italic;
	font-size: 12px;
	}

h2.article {
	margin: 0px;
	padding: 0px;
	}
	
h3.article {
	margin-top: 0px;
	padding-top: 0px;
	color: #999999;
	font-size:.8em;
	font-weight:normal;
	}

h4.article {
	margin: 0px;
	padding: 0px;
	font-size:1em;
	font-weight:bold;
	font-style:normal;
	}

a {
	color: #625207;
}

.float_right {
	float:right;
	}
	
.float_left {
	float:left;
	}

#content a {
	color: #cc5227;
	border: none;
}

#content a.alt {
	display:block;
	font-weight:bold;
	font-size:12px;
}

#content a img, #content img {	
	border: none;
	padding: 8px;
	}

	#content a:hover, #content a:focus, #content a:active {
		text-decoration: none;
		border: none;
	}
	
	
#content h1.index {
	font-size:22px;
	margin:0px;
	margin-bottom:5px;
	padding:0;
}
	

#content p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 12px;
}

/*This class was specifically created
to put a unique emphasis on paragraphs
which is identical to the h3 property's and values*/
#content p.highlight {
	color: #625207;
	font-size:12px;
	font-weight: bold;
}

#content ul, #content ol {
	margin: 10px 30px;
	font-size: 12px;
	
	}

#content li {
	line-height: 1.8;
	}	

#content table.data {
	border:1px solid #aaa;
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 12px;
	border-collapse: collapse;
	}
	
#content .noborder {border:none;}

#content  table.data td {border: 1px #ccc solid;padding:3px;}

#content table.data th {
	border: 1px #054E32 solid;
	padding:3px;
	text-align:center;
	color: #fff;
	background-color:#054E32 ;
	}



#content h1.main {
	padding-right: 130px;
	background-image: url(../images/content_header_underline.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:30px;
	padding-bottom:5px;
	line-height:1;
	font-size: 20px;
	margin-bottom: 25px;
	
}/*-->*/#content h1.main.newsletters {margin-bottom:0;}

#content h1.seminar {
	padding-right: 130px;
	background-image: url(../images/content_header_underline.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 40px;
	line-height:1;
	font-size: 20px;
	margin-bottom: 25px;
	
}

#content blockquote.main {
	background-color:#FFFFCC;
	border:1px dotted #aaa;
	padding:10px;
	margin: 0px 0px 20px 0px;	
}
#content blockquote.main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2E3031;
	line-height: 1.3;
	font-style: normal;
}

#content blockquote.main p em {text-align:right;display:block;}

	#content blockquote.main cite {
		display: block;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
	}
	
blockquote#testimonial {margin-bottom:50px;*margin-bottom:30px;}



/*Affiliate dashboard options*/
#loginoptions {
	float:left;
	width:660px;
	margin-bottom:15px;
}

#loginoptions a#placeorder {
	background:#418312 url(../images/btn-placeorder.jpg) top left no-repeat;
	width:139px;height:38px;
	float:left;
}

#loginoptions a#placeorder span {text-indent:-1000em;display:block;}

#loginoptions div {float:right;}
#loginoptions #user {float:left;width:230px;}
#loginoptions #help {float:left;width:210px;}

#loginoptions #help p {
	float:right;
	margin:0;
	padding-left:37px;
	background:#fff url(../images/icon-needhelp.jpg) top left no-repeat;
}
#loginoptions #help p strong {text-decoration:underline;}

#loginoptions #help a {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	text-align:right;
	float:right;
	*float:none;
	line-height:11px;
	margin:0;
	color:#eb7803;
	display:block;
	clear:both;
}
#loginoptions #user p {
	background:#fff url(../images/user-tag.jpg) top left no-repeat;
	padding-left:55px;padding-bottom:10px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
}
#loginoptions #user p span {font-weight:bold;font-size:12px;line-height:18px;}
#loginoptions #user p em {color:#1c90ce;font-style:normal;}

/*dashboard table - completed orders*/
table#dashboard {
	font-size:12px;
	border:1px solid #aaa;
	margin-bottom:10px;
	width:660px;
	border-collapse:collapse;
}

table#dashboard thead {background-color:#d1d193;}
table#dashboard th {padding:10px 5px;border:1px solid #aaa;}

table#dashboard tr td {text-align:center;border-right:1px solid #aaa;}
table#dashboard tr td.companys {text-align:left;}
table#dashboard tr td.dates {color:#000099;}

table#dashboard caption {text-align:right;padding-bottom:5px;}
table#dashboard tr td {padding:5px;}
table#dashboard tr.alt {background-color:#e0e1de;} 


/*Properties affecting box 
marketingtools and affiliateresources box*/
#marketingtools,
#affiliateresources {
	width:310px;
	border:1px solid #aaa;
	padding:5px;
}

#marketingtools ul li,
#affiliateresources ul li {
	padding:0;
}



/*Marketing tools box*/
#marketingtools {float:left;}

/*Affiliate Resources box*/
#affiliateresources {float:right;}


/*Questionnaire table*/
form.orderforms table#questionnaire tr td {padding:10px;margin-left:0;margin-right:0;}
form.orderforms table#questionnaire tr td.labels {width:50%;}
form.orderforms table#questionnaire tr td.slctinputs {line-height:18px;}
form.orderforms table#questionnaire tr td.slctinputs select {width:150px;margin-bottom:5px;}

form.orderforms table#questionnaire ul.pagination {margin:0;}
form.orderforms table#questionnaire ul.pagination li {display:inline;}
form.orderforms table#questionnaire ul.pagination li a {margin:0 1px;}

form.orderforms table#questionnaire ul.pagination li a#active {
	cursor:auto;
	text-decoration:none;
	padding:2px 4px;
	font-weight:bold;
	border:1px dotted #aaa;
}

table#questionnaire td a.buttons {margin:0;}
table#questionnaire td a.buttons em {font-weight:bold;margin-top:3px;}
/*checklist table*/
table#healthchecklist td a.buttons {margin:0;font-weight:bold;}
table#healthchecklist td a.buttons em {font-weight:bold;}

/*button properties-*/

/*Properties affecting all 
btns on website within content*/

button {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#61a93f;
	height:24px;
}

button span {display:block;text-indent:-1000em;}
button:hover {background-position:top right;}

/*Image and width Replacements 
for selected buttons*/
button#placeorder {background-image:url(../images/button_placeorder.gif);width:80px;}
button#signup {background-image:url(../images/button_signup.gif);width:60px;}
button#renewprogram {background-image:url(../images/button_renewprogram.gif);width:105px;}
button#sendmessage {background-image:url(../images/button_sendmessage.gif);width:98px;}
button#healthchecklist {background-image:url(../images/button_healthchecklist.gif);width:111px;}
button#checklistcompletion {background-image:url(../images/button_checklistcompletion.gif);width:211px;}
button#joinnow {background-image:url(../images/button_joinnow.gif);width:66px;}
button#bookreview {background-image:url(../images/button_bookreview.gif);width:204px;}
button#retrievepassword {background-image:url(../images/button_retrievepassword.gif);width:122px;margin:7px 0;}
button#login {
	background-image:url(../images/button_login.gif);
	width:44px;margin:0;
	float:right;
}

/*Button links, replacable text*/
a.buttons {
	margin:7px;
	margin-left:0;
	float:left;
	border:0;cursor:pointer;
	outline:none;
	padding-left:7px;
	height:24px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:green url(../images/btn-left.gif) top left no-repeat;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;	
}

a.buttons.right {float:right;}

a.buttons span {
	display:block;
	float:left;
	color:#fff;
	height:24px;
	background:url(../images/btn-right.gif) top right no-repeat;
	padding-right:7px;
}

a.buttons:hover {background-position:bottom left;cursor:pointer;}
a.buttons:hover span {background-position:bottom right;}

a.buttons span em {
	margin-top:5px;
	display:block;
	color:#fff;
	font-style:normal;
}

/*client login form*/
form.orderforms table#clientlogin td {padding:1px 10px;}
form.orderforms table#clientlogin td button#send {margin-right:0;}

/*newsletter subscription form*/
form.orderforms table#newslettersubscription td {padding:0 10px;}
form.orderforms table#newslettersubscription td button#Submit {margin-right:0;}



/*Breadcrumbs property declarations*/
p#breadcrumbs {
	top:7px;left:15px;
	position:absolute;
	font-size:11px;
}

p#breadcrumbs span {
	font-weight:bold;
	color:#eb7803;
	cursor:auto;
	text-decoration:underline;
}

/*BG COLORS FOR USABILITY TESTING*/
/*#container {background:red;}
body {background:orange;}
#column1 {background:purple;}
#column2 {background:yellow;}
#content {background:green;}
#column2 ul li {background:green;}
#column2 ul li blockquote cite {background:red;}*/
/*END USABILITY TEST*/

	
/* Hacks 
********************************************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
