/* Name Here
/* - - - - - - - - - - - - - - - - - - - - */
/*
	-> Default
	-> Typography
	-> Structure
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/background.jpg) repeat-x top #ffcc00;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography Style #8 */
/* (START) */
body {
	color: #330000;
	font-family: tahoma, sans-serif;
}
h1 {
	font-size: 36px;
	padding: 10px 30px;	
	text-align: center;
	color: #1d6bb4;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	padding: 10px;
	text-align: center;	
	font-weight: bold;
}
h3 {
	font-size: 21px;
	padding: 10px 0;	
	text-align: center;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;	
	font-weight: normal;
}
p {
	font-family: verdana, sans-serif;
	font-size: 14px;
	line-height: 1.9em;
	color: #330000;
	padding: 10px 30px;
}
strong {
	font-weight: bold;
	color: #333;
}
em {
	background: #f6fc94;
	padding: 5px;
}
a {
	font-weight: bold;
}
/* (END) */
/* Bullet List Style #5 */
/* (START) */
div.bullet-list5 {
	padding: 5px 15px;
}
div.bullet-list5 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list5 ul li {
	display: block;
	padding: 10px;
	font-weight: bold;
	background: url(../images/redcheck.jpg) no-repeat left;
	padding-left: 34px;
	color: #990000;
	font-size: 14px;
	font-family: verdana, sans-serif;
}
/* (END) */
/* Bullet List Style #5 */
/* (START) */
div.bullet-list6 {
	padding: 5px 15px;
}
div.bullet-list6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.bullet-list6 ul li {
	display: block;
	padding: 10px;
	background: url(../images/icon.jpg) no-repeat left;
	padding-left: 34px;
	color: #990000;
	font-size: 14px;
	font-family: verdana, sans-serif;
}
div.bullet-list6 ul li strong {
	color: #990000;
	font-weight: bold;
}
/* (END) */
/* Johnson Box Style #4 */
/* (START) */
div.johnson-box4 {
	padding: 40px 50px;
	width: 400px;
	display: block;
	margin: 10px auto;
	border: 1px dotted #d3d19b;
	background: #f5f4cf;
}
div.johnson-box4 h2 {
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: #444;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: tahoma, sans-serif;
	font-size: 24px;
}
div.johnson-box4 ul {
	margin-left: 30px;
	color: #666;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666;
	list-style: none;
}
div.johnson-box4 ul li {
	padding: 5px;
	padding-left: 20px;
	background: url(bullets/bullet10.png) no-repeat left;
	color: #a09e6b;
}
div.johnson-box4 ul li strong {
	color: #444;
	font-weight: bold;
}
div.johnson-box4 p {
	padding: 5px 0;
	font-size: 14px;
	font-family: verdana, sans-serif;
}
/* (END) */
/* Sructure */
/* Testimonial Style #9 */
/* (START) */
div.testimonial9 {
	width: 588px;
	height: 303px;
	display: block;
	margin: 10px auto;
	padding-left: 25px;
	padding-top: 50px;
	background: url(../images/testimonial.jpg) no-repeat;
}
div.testimonial9 p {
	font-size: 17px;
	color: #777;
	font-style: italic;
	font-family: georgia, sans-serif;
}
div.testimonial9 p em {
	background: #faf5a9;
	font-weight: bold;
	font-style: normal;
	padding: 5px;
}
div.testimonial9 strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	font-family: verdana, sans-serif;
}
/* (END) */
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/border.jpg) repeat-y;
}
#header {
	width: 850px;
	height: 241px;
	background: url(../images/header.jpg) no-repeat;
	display: block;
	text-align: center;
	text-indent: -999999px;
}
#content {
	width: 780px;
	text-align: left;
	padding-left: 40px;
}
#footer {
	width: 850px;
	margin-top: 20px;
	margin-bottom: -20px;
	height: 139px;
	background: url(../images/footer.jpg) no-repeat;
	display: block;
	text-align: center;
	text-indent: -999999px;
}