@import url(basic.css);		/* Import basic styles */
@import url(img.css);		/* Import standard image styles */
@import url(container.css);	/* Import standard container styles */

/*
div layout:

container
  marginleft   containercenter                  marginright
                 headerleft   headerright
				 topnav
                 contenttop
                 content
                   contentnav
	                 login   breadcrumbs
                   contentleft   contentcenter   contentright
	                 cltop         cc              crtop 
				     clbottom                      crmiddle
					                               crbottom
				 footer
                   footerleft   footerright
  
*/

/* basic elements */

img.boxcorner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}

.graybar {
	width: 100%;
	height: 4px;
	background-color: #CCCCCC;
}

.p-shadow {
  width: 90%;
  float:left;
  background: url(http://www.articlemarketer.com/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(http://www.articlemarketer.com/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.p-shadow div {
  background: none !important;
  background: url(http://www.articlemarketer.com/images/shadow2.gif) no-repeat left top;
  padding: 1px 0 0 0 !important;
  padding: 0 6px 6px 0;
}

.p-shadow p {
  border: 1px solid #a9a9a9;
  padding: 10px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}

.grayhead {
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px; 
}

/*leftnav content*/

#centertxt
{
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float:left;
}

/* containercenter elements */

#content {
	width: 976px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 20px;
    clear: left;
}

/* content elements */

#contentnav {
	width: 976px;
	clear: left;
}

#contentleft {
	width: 229px;
    float: left;
}

#contentcenter {
	width: 465px; /*chris changed from 477 */

    float: left;
}

#contentright {
	width: 282px; /*chris changed from 270 */
    float: right;
}

/* contentnav elements */

#login {
	width: 229px;
	height: 31px;
	background-color: #87B030;
	float: left;
}

#logintop {
	background-color: #87B030;
}

#logincontent {
	font-size: 12px;
	margin-left: 20px;
	position: relative;
	top: -4px;
	color: #FFFFFF;
}

.loginlink {
	font-size: 10px;
	color: #FFFFFF;
}

.loginlink:hover {
	color: #000000;
}

#breadcrumbs {
	width: 747px;
	height: 28px;
	background-color: #FFFFFF;
	border-bottom: dotted #CCCCCC;
	float: right;
}

#bccontent {
	font-size: 12px;
	font-weight: 900;
	margin-left: 20px;
	position: relative;
	top: 8px;
	color: #333333; 
}

.bclink {
	color: #333333;
	text-decoration: none;
}

.bclink:hover {
	color: #0000FF;
	text-decoration: underline;
}

/* contentleft elements */

#cltop {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1.5em;
	background-color: #F0FFD3;
	clear: left;
}

#clbottom {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #F8FFEA;
	clear: left;
}

.cltlink {
	font-size: 10px;
}

/* contentcenter elements */

#cc {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	clear: left;
}

/* contentright elements */

#crtop {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	clear: left;
}

#crmheader {
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 4px;
	clear: left;
}

#crmiddle {
	padding-left: 20px;
	padding-right: 30px;
	margin-left: -20px;
	clear: left;
}

#crbottom {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
	clear: left;
}

/* cltop elements */

.cltlink:hover {
	color: #990099;
}

.cltlinkpop {
	font-size: 10px;
	cursor: help;
}

.cltlinkpop:hover {
	color: #990099;
}

/* clbottom elements */

.spacer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted #CCCCCC;
}

.category, .categoryhighlight {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted #CCCCCC;
}

.categoryhighlight {
	font-weight: 700;
}

ul.graphic {
	list-style-image: url(http://www.articlemarketer.com/images/terminatorgray.gif);
	line-height: 1.2em;
}

li.spaced {
	padding-top: 6px;
	padding-bottom: 6px;
}

li.selected {
	list-style-image: url(http://www.articlemarketer.com/images/terminator.gif);
	font-size: 16px;
	font-weight: 900;
}

.outdent {
	margin-left: -24px;
	clear: left;
}