﻿
/*
Design by Brandon L. for LINK Engineering, LLC.
*/

/* General */
body {
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
	font-family: arial, serif;
	background: url(images/bg_body.jpg) repeat-x 50% 0;
	background-color: white;
}

h1 {
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: Times, serif;
	color: navy;
	line-height: 105%;
}

h3 {
	margin-top: 20px;
	margin-bottom: 8px; 	
	font-size: 16px;
	font-weight: bold;
	font-family: Times, serif; 
	color: black;
}

h4 {
	margin-top: 0px;
	margin-bottom: 4px; 
	font-weight: bold;	
	font-size: 15px;
	font-family: Times, serif; 
	color: gray;
}

h5 {
	color: gray;
}

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
}

a img {
	border: none;
}

/* Header */
#header {
	width: 1050px;
	height: auto;
	margin: auto;
}

/* Menu */
#menu {
	margin-left: 0px;
	width: 1050px;
	height: 29px;
	background-color: white;
	z-index: 1;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
}

#menu ul {
	margin-left: -40px;
	padding: auto;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	margin: auto;
	display: block;
	height: 22px;
	width: 90px;
	padding: 7px 8px 0px 8px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: navy;
	border-right: 1px solid gray;
}

#menu a:hover {
	color: white;  
	text-decoration: none;
	background-color: #C0C0C0; 
}

/* Client Login */
#client {
	border-right: 1px solid gray;
	margin: -30px 0px 0px 0px;
	width: auto;
	float: right;
	height: 29px;
	z-index: 1;
		
}

#client ul {
	line-height: normal;
	
}

#client li {
	display: block;
	color: white;
}


#client a {
	display: block;
	height: 22px;
	padding: 7px 30px 0px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: gray;
	border-left: 1px solid gray;
}

#client a:hover {
	color: white;
	background-color: #C0C0C0;   
}

/* slideshow */
#slide {
	width: 1050px;
	height: auto;
	margin: auto;
}

/* Page */
#page {
	width: 1050px;
	float: none;
	height: auto;
	margin: auto;
	padding: 0px 30px 0px 30px;
	background: none;
	text-align: left;
	color: white;
	border: none;
}

/* LOGO */
#logo {
	width: 1050px;
	height: 135px;
	margin: auto;
	padding-top: 0px;
	padding-left: 0px;
	background: url(images/logo.jpg) no-repeat;
}

/* Content */
#content {
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 14px;
	width: 1000px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#content h2 {
	margin-bottom: 7px;
}

#content ul li {
	list-style: none;
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 2px 16px;
}

#content_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 375px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#content_right {
	float: left;
	width: 260px;
	height: auto;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	border-left: 1px solid gray;
	border-right: 1px solid gray; 
}

#content_right h2 {
	padding-left: 40px;
}

#content_right p {
	color: #333;
	padding-left: 40px;
	padding-right: 10px;
}

#content_right li {
	font-weight: bold;
	line-height: 150%;
	float: none;
}

#content_middle {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	width: 800px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#content_middle h2 {
	margin-bottom: 7px;
}

#about_left {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	width: 500px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#about_left img {
	float: left;
	margin-bottom: 40px;
	margin-right: 20px;
	color: #333;
	line-height: 110%;
}

/* Portfolio Content */
#portfolio_left {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 575px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#left {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	width: 400px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#serv_col1 {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	width: 400px;
	height: 140px;
	color: #333;
	line-height: 110%;
	text-align: left;
}


#serv_col2 {
	float: left;
	width: 160px;
	margin-right: 2px;
}

#serv_col2 img {
	display: inline;
	padding-top: 15px;
}

#serv_col3 {
	float: left;
	width: 160px;
	margin-right: 2px;
}

#serv_col3 img {
	display: inline;
	padding-top: 15px;
}

#serv_col4 {
	float: left;
	width: 160px;
	margin-right: 2px;
}

#serv_col4 img {
	display: inline;
	padding-top: 15px;
}

#rule { 
	border-bottom: 1px solid gray;
	clear: both;
	width: 875px;
}

#right {
	float: right;	
	margin-top: 0px;
	margin-left: 0px;
	font-size: 14px;
	width: 400px;
	color: #333;
	line-height: 110%;
	text-align: left;
}

#right img {
	padding-top: 5px;
	padding-bottom: 10px;
}


/* Client List */
#client_list {
	float: left;
	width: 260px;
	height: auto;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 30px; 
}

#client_list h2 {
	padding-left: 40px;
}

#client_list p {
	color: #333;
	padding-left: 40px;
	padding-right: 10px;
}

#client_list li {
	font-weight: bold;
	line-height: 150%;
	float: none;
}

/* Contact */
#contact {
	margin: auto;
	width: 130px;
	height: 35px;
}

#contact a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/contact1.png) no-repeat;
	text-decoration: none; 
}

#contact a:hover {
	background: url(images/contact2.png) no-repeat; 
}

#contact img {
	padding-top: 0px;
}

#contact_right {
	float: left;
	width: 260px;
	height: auto;
	margin-top: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-bottom: 30px; 
}

/* Glossary */
#glossary {
	margin: auto;
	width: 130px;
	height: 35px;
}

#glossary a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/glossary1.png) no-repeat;
	text-decoration: none; 
}

#glossary a:hover {
	background: url(images/glossary2.png) no-repeat; 
}

#glossary img {
	padding-top: 0px;
}

.style22 {
	color:white;
	font-weight: bold;
}

/* Tech Survey */
#techsurvey {
	margin: auto;
	width: 130px;
	height: 35px;
}

#techsurvey a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/techform1.png) no-repeat;
	text-decoration: none; 
}

#techsurvey a:hover {
	background: url(images/techform2.png) no-repeat; 
}

#techsurvey img {
	padding-top: 0px;
}

/* Wind Maps */
#windmaps {
	margin: auto;
	width: 130px;
	height: 35px;
}

#windmaps a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/windmaps1.png) no-repeat;
	text-decoration: none; 
}

#windmaps a:hover {
	background: url(images/windmaps2.png) no-repeat; 
}

#windmaps img {
	padding-top: 0px;
}

/* Bldg Code */
#bldgcode {
	margin: auto;
	width: 130px;
	height: 35px;
}

#bldgcode a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/bldgcode1.png) no-repeat;
	text-decoration: none; 
}

#bldgcode a:hover {
	background: url(images/bldgcode2.png) no-repeat; 
}

#bldgcode img {
	padding-top: 0px;
}

/* Employment */
#employment {
	float: right;
	margin-bottom: 60px;
}

#employment a {
	display: block;
	width: 130px;
	height: 35px;
	background: url(images/employment1.png) no-repeat;
	text-decoration: none; 
}

#employment a:hover {
	background: url(images/employment2.png) no-repeat; 
}

#employment img {
	padding-top: 0px;
}

/* Column 1 */
#formcol1 {
	float: left;
	margin-bottom: 20px;
	padding: 10px;
}

/* Column 2 */
#formcol2 {
	float: left;
	margin-bottom: 20px;
	padding: 10px; 
}

/* Column 3 */
#formcol3 {
	float: left;
	margin-bottom: 20px;
	padding: 10px; 
}	


/* Form */
#form {
	padding-left: 0px;
}
#form input, select,textarea {
	display:block;
}

.message{

}

/* Scroller */
#scroller {
	float: left;
	width: 260px;
	height: auto;
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 30px; 
}

#scroller h2 {
	padding-left: -60px;
}

#scroller p {
	color: #333;
	padding-left: -60px;
	padding-right: 0px;
}

#scroller li {
	font-weight: bold;
	line-height: 150%;
	float: none;
}

#pscroller1 {
	float: right;
	width: 160px;
	height: 120px;
	margin: 15px 0px 0px 0px;
	border: none;
	background-color: white;
}

#pscroller1 h3 {
	color:navy;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

/* About Pic */
#about_pic {
	float: right;
	width: 360px;
	margin: 40px 0px 0px 40px;
}

/* Footer */
#footer {
	clear: both;
	width: 1050px;
	margin: auto;
	height: auto;
	background-color: none;
	border-top: 1px solid gray;
	font-size: 11px;
}

#footer h3 {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 2px;
}

#footer p {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}

#footer ul {
	margin-left: -40px;
	list-style: none;
}

#footer li {
	padding-bottom: 3px;
	color: navy;
}

#footer a {
	text-decoration: none;
	color: navy;
}

#footer a:hover {
	color: gray;  
	text-decoration: none;
	font-weight: bold;
	list-style: none;
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 2px 16px; 
}

#footer_col1 {
	float: left;
	width: 200px;
	heigth: 60px;
	margin-top: -30px;
	margin-left: 110px;
	margin-bottom: 10px;
	padding: 10px;
}

#footer_col2 {
	float: left;
	width: 200px;
	heigth: 60px;
	margin-top: -30px;
	margin-bottom: 10px;
	padding: 10px;
}

#footer_col3 {
	float: left;
	width: 200px;
	heigth: 60px;
	margin-top: -30px;
	margin-bottom: 10px;
	padding: 10px;
}

#footer_col4 {
	float: left;
	width: 200px;
	heigth: 60px;
	margin-top: -30px;
	margin-bottom: 10px;
	padding: 10px;
}
#footer_col4 a:hover {
	background: none;
}
#footer_col4 img {
	float: left;
	padding-right: 2px;
}


