/*----------------------------------------------------------
Defaults for entire site
----------------------------------------------------------*/
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	margin: 0px;
	padding: 0px;	
	overflow: scroll;
	height: 100%;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
}

ul {
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;	
}

ul li {
	padding-bottom: 8px;
}

h1 {
	color:#860038;
	clear:left;
	margin-bottom:.2em;
	font-size:1.1em;
}

#container {
	padding: 0px;
	width: 917px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: white;
}

.top_nav {
	padding-left: 15px;
	padding-right: 20px;
	margin: 0px;
	width: 882px;
	height: 27px;
	background: #860038;
}

.content_home {
	padding-left: 22px;
	padding-top: 22px;
	padding-right: 48px;	
	padding-bottom: 22px;
	width: 847px;
	background: #3a6f8f url(../images/content-dark-bg.jpg) no-repeat bottom right;
}

.content_dark {
	padding-left: 22px;
	padding-top: 22px;
	padding-right: 15px;	
	padding-bottom: 22px;
	width: 880px;
	background: #3a6f8f url(../images/content-dark-bg.jpg) no-repeat bottom right;
}

.content_light {
	padding-left: 22px;
	padding-top: 22px;
	padding-right: 48px;	
	padding-bottom: 22px;
	width: 847px;
	background: #afb9c0 url(../images/content-light-bg.jpg) no-repeat bottom right;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.content_white {
	padding-left: 22px;
	padding-top: 22px;
	padding-right: 0px;	
	padding-bottom: 22px;
	width: 895px;
	background: white;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.top_image {
	width: 917px;
	height: 173px;
}

.blue_button {
	position: relative;
	float:left;
}

.blue_button a, .blue_button p {
	position: absolute;
	left: 15px;
	top: 7px;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	height: auto;
	text-decoration: none;
}

.blue_button a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------
Header - header.asp
----------------------------------------------------------*/
#header_nav_left {
	float: left;
	width: 450px;
	margin-top: 4px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
	white-space: nowrap;
}

#header_nav_left ul {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

#header_nav_left li {
	display: inline;
	margin: 0;
}

#header_nav_left li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 2px 0px;
	padding: 0px 12px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
}

#header_nav_left li a.noRightBorder {
	border-right: 0;
}

#header_nav_left li a:visited {
	color: white;
}

#header_nav_left li a:hover {
	text-decoration: underline;
}

#header_nav_left a.selected {
	text-decoration: underline;
}

#header_nav_right {
	float: right;
	width: 380px;
	margin-top: 4px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-transform: uppercase;
}

#header_nav_right ul {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

#header_nav_right li {
	display: inline;
	margin: 0;
}

#header_nav_right li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 2px 0px;
	padding: 0px 12px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
}

#header_nav_right li a.noRightBorder {
	border-right: 0;
}

#header_nav_right li a:visited {
	color: white;
}

#header_nav_right li a:hover {
	text-decoration: underline;
}

#header_nav_right a.selected {
	text-decoration: underline;
}

/*----------------------------------------------------------
Footer - footer.asp
----------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-left: 27px;
	padding-right: 44px;
	margin-top: 7px;
	width: 846px;
	height: 82px;
	background: #a2998b
}

#footer_text {
	float: left;
	font-family: Arial;
	font-size: 10px;	
}

#footer_nav {
	float: right;
	font-family: Arial;
	font-size: 12px;
}

#footer_nav ul{
	margin: 0;
	padding: 0;
	font: 12px Arial;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
}

#footer_nav li{
	display: inline;
	margin: 0;
}

#footer_nav li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 2px 0px;
	padding: 0px 12px; /*padding inside each tab*/
	border-right: 1px solid black; /*right divider between tabs*/
	color: black;
}

#footer_nav li a.noRightBorder{
	border-right: 0;
}

#footer_nav li a:visited{
	color: black;
}

#footer_nav li a:hover{
	text-decoration: underline;
}

#footer_nav a.selected{
	text-decoration: underline;
}

/*----------------------------------------------------------
Home - index.asp
----------------------------------------------------------*/
#home_top_image {
	padding: 0px;
	margin: 0px;
	width: 917px;
	height: 348px;	
}

.home_info_box {
	display: inline;
	float: left;
	padding-top: 14px;
	padding-left: 8px;
	margin-right: 22px;	
	width: 252px;
	height: 242px;
	background: #427fa4;
}

.home_info_box p {
	margin-top: 13px;
	font-family: Arial;
	font-size: 14px;
	width: 240px;
	height: 134px;
	color: white;	
	line-height: 20px;
}

.orange_caps, .home_info_box strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #fdb813;
}

#home_right_block {
	width: 261px;
	float: right;
}

#home_news_container {
	padding-left: 20px;
	padding-top: 25px;
	margin-top: 25px;
	background: url(../images/news-bg.jpg) no-repeat;
	width: 241px;
	height: 141px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2d5974;
}

#home_news_box {
	padding-top: 10px;
	width: 230px;
	height: 100px;
	overflow: auto;
}

.news_item {
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 208px;
	border-bottom: 1px solid #427fa4;
}

.news_item .news_date {
	font-family: Arial;
	font-size: 12px;	
	font-weight: normal;
	color: black;
}

.news_item .news_title {
	font-family: Arial;
	font-size: 11px;	
	font-weight: bold;
	color: black;
}

.news_item a {
	font-family: Arial;
	font-size: 11px;	
	color: #3c2df1;
	text-decoration: none;
}

.news_item a:hover {
	text-decoration: underline;
}

.pulldown {	
	position: relative;
	padding-top: 5px;
	padding-left: 14px;
	width: 235px;
	height: 20px;
	background: url(../images/pulldown-bg.jpg) no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2d5974;
	text-transform: uppercase;
}

.pulldown img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.pulldown ul {
	display: none;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	max-height: 200px;
	height: expression(this.scrollHeight>199?"200px":"auto"); 
	padding: 5px 0;
	width: 229px;
	position: absolute;
	top: 23px;
	left: 3px;
	list-style-type: none;
	background: white;
	border-left: 2px solid #6db7e5;
	border-right: 2px solid #6db7e5;
	border-bottom: 2px solid #6db7e5;
}

.pulldown a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2d5974;
	text-transform: uppercase;
	text-decoration: none;
}

.pulldown li a
{
	padding-left:10px;
	display:block;
}

.pulldown li a:hover 
{
	background-color:#CED4E2;
}

/*----------------------------------------------------------
Careers - careers.asp
----------------------------------------------------------*/
#career_info {
	padding-left: 15px;
	padding-top: 15px;
	width: 260px;
	height: 195px;
	background: #c7ced3;
	float: right;
}

/*----------------------------------------------------------
Logos - logos.asp
----------------------------------------------------------*/
#logos img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	display: block;
}

/*----------------------------------------------------------
Contact - contact.asp
----------------------------------------------------------*/
#contact_left_content {
	float: left;
	width: 615px;
}

.contact_required_color {
	color: #8c0000;
}

#contact_form {
	font-family: Arial;
	font-size: 14px;
}

#contact_form table {
	width: 100%;	
}

.contact_form_text_input {
	width: 90%;
}

.contact_form_textarea_input {
	width: 100%;
	height: 200px;
}

#contact_right_content {
	float: right;
	height: 650px;
	width: 265px;
	overflow: auto;
}

#contact_right_content div
{
	width: 230px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	background: #b3ccdb;
}

#contact_right_content div p {
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
}

#contact_right_content div:nth-child(odd) {
	background: #9cbdd0;
}

.contact_right_indented {
	padding-left: 10px;
}

/*----------------------------------------------------------
HVAC - hvac.asp
----------------------------------------------------------*/
#hvac_left_content {
	width: 600px;
	float: left;
}

#hvac_right_content {
	float: right;
	width: 260px;
	padding-left: 15px;
	padding-top: 15px;
	background: #427fa4;
}

.pulldown_small {	
	position: relative;
	padding-top: 2px;
	padding-left: 10px;
	width: 237px;
	height: 17px;
	background: url(../images/pulldown-small-bg.jpg) no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2d5974;
	margin-bottom: 5px;
}

.pulldown_small img {
	position: absolute;
	right: 0px;
	top: 0px;
}

.pulldown_small ul {
	z-index: 100;
	display: none;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	max-height: 200px;
	height: expression(this.scrollHeight>199?"200px":"auto"); 
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 227px;
	position: absolute;
	top: 18px;
	left: 3px;
	list-style-type: none;
	background: white;
	border-left: 2px solid #6db7e5;
	border-right: 2px solid #6db7e5;
	border-bottom: 2px solid #6db7e5;
}

.pulldown_small a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2d5974;
	text-decoration: none;
}

.pulldown_small ul li {
	position: relative;
	height: 12px;
	width: 210px;
}

.pulldown_small ul li a {
	position: absolute;
	width: 100%;
}

.pulldown_small ul li a:hover {
	background: #E0EEEE;
}

#mestek_institute {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 225px;
	background: #ccc6bb;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mestek_institute img {
	margin-bottom: 10px;
}
