﻿@charset "utf-8";
/* CSS Document for Heartcenter.Speed-Flanigan.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	margin-bottom: 12px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

HTML, BODY {
		background-color: #d9cde3;
}

#wrapper {
	width: 100%;
	margin: 10px auto;
}

#container {
	width:800px;
	margin:0px auto;
	border: 1px solid #000;

}

#banner {
	position:relative;
	background: #612e88 url(top-banner.jpg) top left no-repeat;
	width: 800px;
	height: 156px;
}

#bannerNav {
	position:absolute;
	left: 708px;
	left: 668px;
	top: 109px;
	width: 120px;
}

#bannerNav UL {
	margin-left: 40px;
}

#bannerNav LI {
	line-height: 80%;
}

#bannerNav A:link, #bannerNav A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
	line-height: 80%;
	text-decoration: none;
}

#bannerNav a:hover {
	color: #612E88;
}

#home #bannerNav .home a,
#about #bannerNav .about a, 
#services #bannerNav .services a, 
#calendar #bannerNav .calendar a,
#articles #bannerNav .articles a,
#links #bannerNav .links a {
	color: #612E88;
}

#footer {
	position:relative;
	background: #fff url(footer.jpg) top left no-repeat;
	width: 800px;
	height: 154px;
}

#contactBlock {
	position: absolute;
	left: 428px;
	top: 90px;
	width: 300px;
}

#copyrightBlock {
	position: absolute;
	left: 60px;
	top: 114px;
	width: 293px;

}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	color:#000;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color:#000;
	line-height:120%;
}

#mainText {
	background: #FFF url(top-banner-bottom.jpg) top left no-repeat;
	height: auto;
	padding: 12px 0;
}

#mainText H1, #mainText H2, #mainText H3, #mainText P, #mainText LI{
	margin: 0 180px 0 60px;
}


#mainText H1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #612E88;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	
}

#mainText H2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #612E88;
	font-size: .95em;
	font-weight: bold;
}

#mainText H3 {
		font-size: .9em;
}

#mainText p, li {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	font-size: .9em;
	line-height:140%;
}

#mainText ul {
	list-style:disc;
	margin-left: 12px;
}

#mainText ol {
	list-style:decimal;
	margin-left: 24px;
}

#mainText a:link, #mainText a:link, #footer a:link, #footer, a:visited {
	color:#602d87;
	font-weight:bold;
}

#mainText a:hover {
	text-decoration:none;
}

#mainText .small {
	font-size: .8em;
}

.imageRight {
	float:right;
	padding-left: 10px;
}

.imageLeft {
	float:left;
	padding-right: 10px;
}

.calendarDate {
	font-weight: bold;
	color : #000000;
	margin-left: 20px;
	margin-right: 80px;
	margin-top : 30px;
	padding-top: 4px;
	font-size: .8em;
}

.calendarEvent {
	margin-left: 20px;
	margin-right: 80px;
	color:#612E88;
	background-color:#F5Da95;
	padding:6px;
	font-weight:bold;
	font-size:.9em;
}

.quote {
	font-size: .8em;
	color: #612E88;
	margin-top: 24px;
}

