/*

Author: Daryn St. Pierre, BB Graphics
Author URI: http://www.bbgraphics.com

	Ocala Heating & Air Conditioning (C) 2010 All Rights Reserved
	XHTML, CSS, Design, by Daryn A. St. Pierre
	
	Ocala Heating & Air Conditioning by Daryn A. St. Pierre is
	licensed under a Creative Commons
	Attribution-Noncommercial-No Derivative Works 3.0
	United States License.
	Based on a work at ocalaheatingandair.com.

*/

/* Eric Meyer's Reset Reloaded - Compact */
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, b, u, i, center, 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%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* page structure */
html {

}

body {
	background: #eaeaea url(i/body-bg.gif) repeat-x top;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #333;
	line-height: 1.7;
}

.clear {
	clear: both;
	visibility: hidden;
}

#outer {
	background: transparent url(i/content-bg.png) repeat-y center;
	width: 1110px;
	margin: 0 auto;
}

#wrapper {
	background: transparent url(i/footer-bg.gif) no-repeat bottom;
	width: 1110px;
	font-size: 1.4em;
	margin: 0 auto;
}

#wrapper-inner {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: transparent url(i/header.jpg) no-repeat center;
	height: 150px;
	display: block;
}

#header a {
	display: block;
	height: 150px;
	text-indent: -9999px;
	border: 0;
}

#content {

}

#content-inner {
	width: 600px;
	float: left;
	padding: 20px;
}

#sidebar {
	width: 300px;
	float: right;
	padding: 20px 20px 0 0;
	text-shadow: 0 1px 0 #fff;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .block {
	background: #eaeaea;
	padding: 20px;
	margin: 0 0 10px 0;
}

/* navigations */
#navigation-wrap {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#navigation {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation li {
	display: inline;
}

#navigation li a {
	background: #00ba84 url(i/nav-static.gif) repeat-x bottom;
	display: block;
	height: 48px;
	float: left;
	width: 190px;
	color: #ccede0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #007b45;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 48px;
	border-left: 1px solid #00b77f;
	border-right: 1px solid #008443;
}

#navigation li a:hover {
	background: #00915f url(i/nav-hover.gif) no-repeat center;
	text-shadow: 0 -1px 0 #00603b;
	color: #fff;
}

.active {
	background: #00915f url(i/nav-hover.gif) no-repeat center !important;
	text-shadow: 0 -1px 0 #00603b !important;
	color: #fff !important;
	text-decoration: underline !important;
}

#footer {
	clear: both;
	height: 130px;
	color: #fff;
}

#footer a {
	color: #71dcff;
}

#footer a:hover {
	color: #fff;
}

#footer ul {
	display: block;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}

#footer li {
	display: inline;
	padding: 0 10px 0 10px;
}

#footer-inner {
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

/* page content, phrase and text */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	line-height: normal;
}

/* h1 => h4 for content */
h1 {
	font-size: 2.2em;
	color: #0068b3;
}

h2 {
	font-size: 1.8em;
	color: #0068b3;
}

h3 {
	font-size: 1.5em;
	color: #00a261;
}

h4 {
	font-size: 1.2em;
	color: #00a261;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: normal;
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;	
}

/* h5 and h6 for sidebar */
h5 {
	background: #00a261 url(i/h5-bg.gif) repeat-x bottom;
	margin: 0 -5px 5px -5px;
	padding: 10px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	font-size: 1.3em;
	line-height: normal;
}

h6 {
	font-size: 1em;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 1px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0 10px 0;
}

a:link, a:visited { color: #0066ff; }
a:hover, a:active, a:focus { color: #00b77f; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

blockquote, q {
	background: #eaeaea;
	margin: 10px 50px 10px 50px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-indent: 20px;
	text-shadow: 0 1px 0 #fff;
	text-align: justify;
}

#content p { padding: 0 0 1em 0; }
small { font-size: 80%; }
address { font-style: normal; font-size: 90%; }
abbr {  }
cite {  }
acronym {  }
code, pre { font-family: "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; }
code {  }
pre {  }
code pre {  }
del { text-decoration: line-through; }
ins {  }

/* Standard Lists */
ul, ol, ul ul, ol ol { padding: 0 0 0 3em; }

ul { list-style: disc; }
ul ul { list-style: circle; }
ul li {  }

ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol li {  }

dl {  }
dt {  }
dd {  }