@charset "utf-8";
/* CSS Document */

body,html {
	padding:0;
	margin:0;
	font-family:Century Gothic, Times New Roman, Times, serif;
	font-size:14px;
	height:100%
}
a:hover {
	text-decoration:none;
}
.container {
	width:972px;
	margin:auto;
	position:relative;
}
.banner {
	width:100%;
	height:218px;
	background-image:url(http://newsalesparadigm.com/newsite/banner-inside.jpg);
	background-repeat:no-repeat;
}
.banner-text {
	float:right;
	margin-top: 10px;
	margin-right: 14px;
}
.banner-text a {
	text-decoration:none;
	color:#000;
}
.banner-text a:hover {
	text-decoration:underline;
}
.header {
	height:80px;
}
.topright {
	text-align:right;
}
.underred {
	padding-bottom: 7px;
	font-size:18px;
	font-weight:bold;
}
.homecontent {
	float:left;
	width:750px;
}
.homeright {
	float:right;
	width:200px;
	border-left: solid 1px #999;
	padding-left:10px;
	min-height:100%;
	height:100%;
}
.homeright ul {
	margin-top:2px;
}
.input {     
	border: 1px solid #006; 
} 
.button {
    border: 1px solid #006;
    background: #ccf;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
.title {
	font-size: 16px;
	font-weight:bold;
}
.largetitle {
	font-size: 20px;
	font-weight:bold;
	text-align:center;
}
.rightlink {
	text-align:right;
	font-weight:bold;
}
.book {
	padding:2px;
	border: solid 1px black;
	margin-right:5px;
	margin-bottom:5px;
}
.booklink {
	font-size:12px;
}
.sdm-image {
	border-bottom: solid 1px black;
}
.footer {
	float:left;
	font-size:12px;
	text-align:center;
	color:#333;
	width:100%;
	background-color:#eee;
	margin-top:20px;
}
.footer a {
	color:#333;
}
.abovebanner {
	text-align:center;
	word-spacing: -1px;
}
.underright {
	width: 100%;
	height:20px;
	margin-bottom:20px;
}
.main {padding:5px;margin:5px; background-color:#fff5ed; border-right:solid 2px #999; border-bottom: solid 2px #999;}
.main ul {margin-left:20px; margin-bottom:4px; margin-top:4px;}
.mainLink {font-weight:bold;}
.links {}
.link {text-decoration:none;}
a:hover.link {text-decoration: underline;}

.insidecontent {
	float:right;
	width:750px;
}
.insideleft {
	float:left;
	width:200px;
	border-right: solid 1px #999;
	padding-right:10px;
}
.insideleft ul {
	margin-top:2px;
}
.testimonial {
	font-weight:100;
	font-style: italic;	
}
.greentitle {
	color:#0f8a14;
	font-size: 16px;
	font-weight:bold;
}
.highlight {
	padding:5px;margin:15px; background-color:#fff5ed;
}
.right-box {
	overflow:auto; 
	height:250px; 
	width:350px; 
	float:right; 
	margin-left:10px;
	margin-bottom:10px;
	padding:10px; 
	background-color:#fff5ed;
}
.top {
	position:fixed;
	right:5px;
	bottom:5px;
	width:59px;
	height:29px;
}
#box {
	width:400px;
	border:solid 2px #090;
	background-color:#82db81;
	font-size:16px;
	margin:auto;
	padding-left:10px;
	padding-bottom:3px;
}
.printonly {
	display: none;
}