/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0px;
  padding: 0px;
	background:  #f1f0f0;
	font-size: 16px;
	color: #393835;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
  color: #ffffff;
}

h1 {
padding-left: 10px;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
  border: 1px dashed #bfb793;
  padding: 16px;
  background: #fffefb url(images/x5.gif) repeat-x scroll left top;
  margin-bottom: 24px;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
  margin-bottom: 0px;
}

a {
	color: #576454;
text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
  background: #073c4c url(images/pic1.jpg) no-repeat scroll right top;
  position: absolute;
  height: 135px;
  width: 100%;
margin: 0px auto;
}

/* Logo */

#logo {
  background: #073c4c url(images/HVAlogo3.gif) no-repeat scroll right top;
	float: right;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
  background: #007788 url(images/x3.gif) repeat-x scroll left top;
  position: absolute;
  width: 100%;
  top: 105px;
  left: 0px;
  height: 30px;
	float: right;
}

#menu ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: absolute;
  bottom: 0px;
  left: 16px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 1.36em;
	color: #1b1b19;
}

#menu a:hover, .active a {
  background: #007788 url(images/x4.gif) repeat-x scroll left top;
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
padding-top: 140px;
}

/* Content */

#content {
	float: left;
	width: 590px;
}
#contentfull {
	float: left;
	width: 870px;
}

.post {
	padding: 20px 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.postfull {
	padding: 20px 20px;
	background: url(images/bg04.jpg) repeat-x;
}
.title {
	margin: 0;
	border-bottom: 2px solid #555555;
	color: #555555;
}

.byline {
	margin: 0;
	color: #007788;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #646464;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer   url(images/bg02.jpg) repeat-x left top color: #bcc1bb;  */

#footer {
	clear: both;
	margin: 0px;
	height: 80px;
	background: #007788;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #273424;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}
