@charset "utf-8";
/* THE COMPELLING COMMUNICATOR */

body{
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	}
	
#container{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	}
	
#top_bar{
	float:left;
	width:850px;
	height:237px;
	background-image:url(../img/banner.jpg);
	background-repeat:no-repeat;
	}
	
#content{
	width:850px;
	float:left;
	}
	
#newsletter{
	width:306px;
	height:340px;
	float:right;
	background-image:url(../img/news_bg.jpg);
	background-repeat:no-repeat;
	}
	
	#newsletter a:link{
		color:#FF0000;
		text-decoration:none;
		}
	
	#newsletter a:visited{
		color:#FF0000;
		text-decoration:none;
		}
		
	#newsletter a:hover{
		color:#FF0000;
		text-decoration:underline;
		}
		
	#newsletter a:active{
		color:#FF0000;
		text-decoration:none;
		}
	
#footer{
	width:100%;
	height:121px;
	background-image:url(../img/footer_bg.jpg);
	background-repeat:repeat-x;
	}
	
	#footer_text{
		margin-left:auto;
		margin-right:auto;
		width:850px;
		height:121px;
		background-image:url(../img/foot.jpg);
		background-repeat:no-repeat;
		}
		
		#footer_text p{
			padding-top:45px;
			margin-left:100px;
			color:#ffffff;
			font-weight:bold;
			}
	

h2{
	color:#395A7D;
	font-size:20px;
	margin-left:10px;
	margin-bottom:3px;
	margin-top:3px;
	line-height:20px;
	}
	
	
h3{
	color:#395A7D;
	font-size:16px;
	margin-bottom:3px;	
	text-align:center;
	}
	
h4{
	color:#5E7C9C;
	font-size:18px;
	margin-left:5px;
	margin-bottom:2px;
	margin-top:3px;
	line-height:16px;
	}

ul{
	list-style-image:url(../img/check_bullet.jpg);
	margin-left:5%;
	margin-right:5%;
	}
	
li{
	padding-bottom:3px;
	font-size:14px;
	}
	
p{
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	}

.emphasis{
	color:#C10435;
	}
	
.center{
	text-align:center;
	}
	
.inline{
	width:800px;
	margin:6px 10px 10px 15px;
	background-color:#FCF1CD;
	padding:7px;
	border:2px #000000 solid;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
	
.quote_source{
	margin-left:365px;
	}
	
.quote_source2{
	margin-left:565px;
	}
	
.quote_source3{
	margin-left:565px;
	}
	
.quote_source4{
	margin-left:515px;
	}
	
.johnsonbox{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:97%;
	padding:5px;
	border:1px solid #000000;
	background-color:#BAD8F3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	}
	
.books{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
	
.sign_up{ 
	font-size:12px; 
	font-weight:bold;
	color:#FF0000;
	}