/* 
	BASIC DEFAULT STYLES

	This will contain the basic color and sizes for the body, paragraphs, headings and lists. This file will be included first in the site and can be overridden by the style.css. It will also be included in the backend cms to give the client a visual representation of what the content will look like.

	NO CLASSES or ID's allowed in this file everything specific will be input into the style.css

*/
body {
	margin-top: 11px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
ul.nav li {
	display: inline;
}
a {
	color: #660000;
}
a span {
display: block;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
strong.quoteName {
display: block;
	text-align: right;
}
em {
	font-style: italic;
}
.normal {font-weight: normal;}
ol {
	list-style: decimal;
	margin-left: 20px;
}
ol li {
	margin-bottom: 10px;
}
blockquote {
	margin: .5em 1.5em 1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {margin: 0 15px 5px 0;}
img.right {margin:  0 0 5px 15px;}
