body {
	margin: 0;
	padding: 0;
	font: normal 100% Arial, sans-serif;
	background: #FFF;
  text-align: center;
}
#wrapper {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	width: 955px;
  margin: 0 auto;
  text-align: left;
	/*background: url(images/bg_main.gif) repeat-y;*/
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header,global-nav,#left,#right,#footer {
	overflow:hidden;
	display:block;
}
/* safari and opera need this */
#header,global-nav {
	width:100%
}

#header {
	height: 84px;
	background: #011556 url(images/bg_header.jpg) repeat-x;
  text-align: left;
}
#header h1 {
	margin: 0;
	width: 309px;
	height: 84px;
/*	background: url(images/hd_associateprg.jpg) no-repeat;
	text-indent: -10000px;*/
}
#global-nav {
	width: 100%;
	height: 22px;
	background: #011556 url(images/bg_nav.gif) no-repeat;
	border-bottom: 10px solid #BA0808
}
#global-nav ul {
	margin: 0 0 0 20%;
	padding: 0;
	list-style-type: none;
}
#global-nav ul li {
	height: 22px;
	background: url(images/i_tabs_crv1.gif);
	border-right: 2px solid #000;
	float: left;
}
#global-nav ul li a {
	margin: 0;
	padding: 4px 10px;
	background: url(images/i_tabs_crv2.gif) no-repeat top right;
	font-size: 70%;
	font-weight: bold;
	color: #3C5C80;
	text-decoration: none;
	float: left;
}
#global-nav ul li a:hover {
	color: #BA0808;
}

#left,.middle,#right {
}
#left {
	width:186px;
	font-size: 70%;
}
#advice-articles,#popular-articles,#site-menu,#collaborate {
	width: 100%;
}
#advice-articles h3{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #ba0808 url(images/h_advice_articles.gif) no-repeat;
	text-indent: -10000px;
}
#advice-articles ul {
	margin: 0;
	padding: 0 5px;
	border: 0px solid #000;
}
#advice-articles ul li {
	margin: 10px 0;
	padding: 0 15px 5px 15px;
	list-style-type: none;
	background: url(images/bul_1.gif) no-repeat 6px 5px;
	border-bottom: 1px solid #DFDFDF;
}
#advice-articles ul li a {
	color: #E65540;
	font-weight: bold;
}	
#advice-articles ul li a:hover {
	color: #3C5C80;
}	

#spotlight {
	width: 100%;
}
#spotlight h3{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #000000 url(/images/sitetemplate/spotlight.gif) no-repeat;
}
#spotlight ul {
	margin: 0;
	padding: 0 5px;
	border: 0px solid #000;
}
#spotlight ul li {
	margin: 6px 0;
	padding: 0 0px 5px 9px;
	list-style-type: none;
	background: url(/images/sitetemplate/bul_1.gif) no-repeat 0px 8px;
	border-bottom: 1px solid #DFDFDF;
	font-size: 10px;
}
#spotlight ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}	
#spotlight ul li a:hover {
	color: #E65540;
}

#spotlight i {
	color: #666;
}


#popular-articles h3{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #6e9db9 url(images/h_popular_articles.gif) no-repeat;
	text-indent: -10000px;
}
#popular-articles ul,#site-menu ul,#collaborate ul,#a3 ul,.links ul {
	margin: 0;
	padding: 0 5px;
	border: 0px solid #000;
}
#popular-articles ul li,#site-menu ul li,#collaborate ul li, #a3 ul li,.links ul li {
	margin: 5px 0;
	padding: 0 15px 2px 15px;
	list-style-type: none;
	background: url(images/bul_1.gif) no-repeat 6px 5px;
}
#popular-articles a,#site-menu a,#collaborate a, .middle a,.links a {
	color: #0662B0;
}	
#popular-articles a:hover,#site-menu a:hover,#collaborate a:hover, .middle a:hover,.links a:hover {
	color: #E65540;
}	
#site-menu h3{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #939393 url(images/h_site_menu.gif) no-repeat;
	text-indent: -10000px;
}
#collaborate h3{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 32px;
	background: #000000 url(images/h_collaborate.gif) no-repeat;
	text-indent: -10000px;
}
.middle {
	font-size: 82%;
	width:570px;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	min-height: 660px;
	margin: 0px;
	padding: 15px;
}
.padd {
	padding: 15px;
}

#new_block {
	float: left;
	width: 750px;
}

* html .middle {
  height: 720px;
}
.middle .searchbox {
	padding: 10px;
	background: #E6EFF8;
	border: 1px solid #C4D9EA;
	text-align: left;
}
#a1,#a2,#a3 {
/*	border-bottom: 1px solid #CCC;*/
}
#a2,#a3,#a4 {
	font-size: 100%;
}
#a1 h2 {
	margin: 0;
}
#a1 em {
	font-size: 82%;
}
#a1 a, #a2 a, #a3 a, #a4 a, .searchbox a {
	color: #0662B0;
/*	font-weight: normal;*/
}
#a4 table {
	width: 100%;
	border-collapse: collapse; 
	font-size: 90%;
}
#a4 table th, #a4 table td {
	padding: 3px;
	border: 1px solid #fff;
}
#a4 th {
	background: #33425C;
	color: white;
}
.highlight {
	background: #F2F3F5;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.searchbox label {
	font-weight: bold;
}
.featured {
  clear: both;
	margin: 15px 0 5px 0;
	text-transform:uppercase;
	font-size: 90%;
	font-weight: bold;
  background-color: #6e9db9;
  color: white;
  padding: 5px 10px;
}
.complete-story {
  font-size: 90%;
	text-align: right;
	font-weight: normal;
}
#right {
	width: 193px;
	font-size: 72%;
	padding-top: 10px;
}
#newsletter {
	margin: 0 10px;
	padding: 10px;
	background: #FFF6D1;
	color: #4C493E;
}
#newsletter h5 {
	margin: 0;
	margin: -10px;
	padding: 10px;
	font-size: 110%;
	background: #F2E9C6;
	color: #CB4B41;
}
#newsletter p {
	margin-top: 25px;
	margin: 20px auto;
}
#newsletter input {
	width: 85%;
}
#right .guarantee {
	padding: 10px;
	font-style:italic;
}
#footer {
	clear:both;
	background: #FAFAFA;
	padding: 20px;
	border-top: 1px solid #EAEAEA;
  text-align: center;
}
h2 a {
  text-decoration: none;
}
.middle h2 {
  clear: left;
}
img {
  border: none;
}
.searchbox input, .searchbox select {
  vertical-align: middle;
  margin: 0 2px;
}
.Trail {
  font-size: 70%;
	margin: 10px 0;
}
.links {
	padding: 5px;

	background: #FFFFFF;
	border: 1px solid #E8E8E8;
}
.links h3 {
  font-size: 120%;
  margin: 0;
  margin-left: 10px;
}
.rss {
  float: right;
}
.middle h2 {
  font-size: 140%;
  padding-top: 0.5em;
  margin: 0.5em 0 0 0;
  border-top: 1px dashed #CCC;
}
.middle h3 {
  font-size: 115%;
  margin: 1em 0 0.5em 0;
}
.middle em {
  font-size: 85%;
}
.middle p {
  margin: 0.5em 0;
}
.ArticleNavigation, .Paging {
  font-size: 100%;
  margin: 1em 0;
}
.Heading, .Heading {
  clear: both;
  font-weight: bold;
  font-size: 110%;
}
.middle ul {
  margin-top: 0;
}
.CategoryDesc {
  font-size: 80%;
}
.Box
{
  clear: right;
  float: right;
	width: 140px;
	background-color: #EEEEEE;
	border: solid 1px #CACACA;
	margin: 5px 0 10px 10px;
	padding: 10px;
}

.BoxHeading
{
	height: 25px;
	font-weight: bold;
}

.BoxText
{
	font-family: Arial;
	font-size: 11px;
}

.rememberthename1{
  font-size: 1.1em;
  font: #BA0808;
}
.footersmall{
  font-size: 0.7em;
}
.profile {
	padding: 10px;
	margin: 10px;
	background: #ffffff;
	border: 1px solid #EAEAEA;
	align: center;
	font-size: 11px;
}

.newsletterbox {
	padding: 10px;
	margin: 10px;
	background: #ffffff;
	border: 1px dotted #BA0808;
	align: center;
}

.newslettersidetop {
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #BA0808;
	background: #BA0808;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.newslettersidemain{
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #BA0808;
	font-size: 11px;
}
.globalinputbox{
  border: 1px solid #cccccc;
  margin: 5px;
}

.recommendedresources{
margin: 10px 10px 10px 10px;
padding: 5 5 5 5;
background: #E6EFF8;
border: 1px solid #C4D9EA;
font-size: 90%;
align: center;
}

.recommendedresources h5{
padding: 0px 0px 0px 15px;
font-weight: bold;
font-size: 130%;
}

.recommendedresources ul li {
margin: 5px 0;
padding: 0 15px 1px 15px;
list-style-type: none;
background: url(../images/bul_1.gif) no-repeat 6px 5px;
}

.adversion1 {
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #BA0808;
	background: #ffffff;
	color: #BA0808;
	font-size: 18px;
	font-weight: bold;
}

.adversion1 a{
color: #0662B0;
}

.adversion1 h5{
font-size: 12px;
color: #000000;
}
td {
	font-size: 12px;
}

/* Content Kingdom Text Ads */

.ck_text_ads {
	font-size: 16px;
	text-align: center;
	border: 1px solid #bbb;
	background: #ddd;
	font-weight: bold;
	padding: 15px 10px 5px 10px;
	width: 150px;
}
.ck_text_ads h4 {
	color: #900;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.ck_text_ads p {
	margin-bottom: 10px;
}
p.rss-title, li.rss-item br {
	display: none;
}
#adsense-right {
	margin: 0 auto;
	padding: 25px 0 0 0;
	text-align: center;
}
#adsense-center {
	margin: 0 auto;
	padding: 10px 0 25px 0;
	text-align: center;
}

