﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: scroll;
	background-color: #2A2568;
	background-image: url('../images/hvac-design.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 90%;
	margin-top: 65px;
	border-bottom: 2px solid #363636;
	background-color: #FFFFFF;
	border-top-style: double;
	border-bottom-style: none;
	border-top-width: thick;
	border-top-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 1%;
	background-color: #000000;
	color: #FFFFFF;
}
#navigation {
	overflow: auto;
	float: right;
	width: auto;
	margin-right: 1%;
	text-align: center;
	vertical-align: text-bottom;
}
#page_content {
	padding: 2% 3% 5% 3%;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
}
#content {
	position: relative;
	float: left;
	width: 50%;
	padding-top: 0px;
	background-color: #FFFFFF;
	clear: both;
}
#sidebar {
	float: right;
	width: 45%;
	padding-bottom: 3%;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2%;
	text-align: left;
	padding-top: .5%;
	padding-left: 3%;
	font-size: .8em;
	background-color: #2A2568;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
	margin-bottom: 3px;
}
#masthead h3 {
	margin: 1% auto 1% auto;
	font-weight: normal;
	color: #CCCCCC;
	font-style: italic;
	font-size: medium;
}
/* Navigation Styles */
#navigation ul {
	border-style: none;
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	border: thin outset #708090;
	float: left;
	width: auto;
	height: auto;
	vertical-align: top;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0% 3px 0% 3px;
	border: 1px none #708090;
	background-color: #000000;
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ccc;
}
/* Sidebar Styles */

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
	width: 100%;
	margin-top: .5%;
	margin-left: .5%;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */

a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_italic {
	font-style: italic;
	font-size: small;
	color: #666666;
}
p {
	margin-top: 1%;
	margin-bottom: .5%;
	line-height: normal;
}
h1 {
	font-size: 16pt;
	margin-bottom: 2%;
}
#clear {
	clear: both;
	text-align: center;
	color: #666666;
	font-size: small;
	width: auto;
	margin-left: 0px;
	float: left;
}
.center {
	text-align: center;
}


