@charset "utf-8";
/* CSS Document */
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
	

body {
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}


/*** INDEX PAGF ***/
#content {
	margin: 20px auto;
	font-family: Calibri;
	font-size: 18px;
	width: 670px;
}

#content a{
	font-size: 28px;
	color: #006;
	font-weight: bold;
	text-decoration: underline;

}

p { line-height: 1.4em;
}

.highlight {
	background-color: #FF0;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.underline {
	text-decoration: underline;
}

.title {
	font-family: Impact;
	font-size: 32px;
	text-align: center;
}

.redtext {
	color: #C00;
}

.bold {
	font-weight: bold;
}

.title2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.title3 {
	font-family: Impact;
	font-size: 32px;
	text-align: center;
}

.center {
	text-align: center;
}

.large {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.medium {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.johnson {
	border: 1px solid #000;
	background-color: #ccc;
	padding: 10px;
	display: block;
	width: 80%;
	margin: 0 auto;
}

#johnson {
	margin-top: 35px;
	margin-bottom: 35px;
}

#sneakpeek{
	width: 80%;
	margin: 0 auto;
	color: #C00;
	text-decoration: underline;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	list-style-type: disc;
}

li {
	margin-bottom: 30px;
}

#testimonials {
	font-style: italic;	
	font-family: "Courier New", Courier, monospace;
	width: 90%;
	font-size: 14px;
}
.redtest {
	font-weight: bold;	
	color: #F00;
	font-size: 18px;
}

#johnson2 {
	background-color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border: 5px solid #000;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
}

#johnson2 .header {
	color: #c00;
	font-size: 2.2em;
	font-weight: bold;
	text-align: center;
}

#johnson2 .right {
	float: right;
	clear: both;
}

#johnson2 .small {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.indent {
	margin-left: 25px;
}

 
#footer {
	width: 670px;
	margin: 40px auto;
	font-size: 12px;
	padding: 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	width: 400px;
}

#footer ul li {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 0;
}

#footer ul li a{
	color: #006;	
	font-size: 12px;
}

#footer ul li a:hover{
	color: #900;
}

.right {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}


#header {
	width: 100%;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 115px;
	display: block;	
}
#logo {
	width: 670px;
	margin: 0 auto;
	top: 50px;
	position: relative;
}

/*** INNER PAGES ***/

h3 {
	color: #c31d21;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px; 
	font-weight: normal; 
	border-bottom: 1px solid #aeaaa2; 
	padding-bottom: 8px; 
	word-spacing: 1px; 
}

#content_inner {
	width: 670px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: normal;	
	
}

#articles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

#articles ul li a{
	display: block;
	float: left;
	margin: 0 25px 25px 0;
	padding: 10px;
	font-size: 1em;
	width: 270px;
	height: 100px;
	background-color: #ccc;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	overflow: hidden;
}

#articles ul li a:hover {
	background-color: #eae9e9;
	border: 1px solid #f00;
}
#articles .arttitle {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

#articles .arttext {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

#articles .read {
	color: #f00;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

#content_inner ol{
	margin: 0;
	padding: 0;
}

#content_inner ol li{
	padding: 0;
	margin: 15px 15px 0 35px;
}

#content_inner ul li{
	padding: 0;
	margin: 15px 15px 0 0px;
}
