@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Building Services Group
Author: Chris Robinson
Date Created: 

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:
Black: #232223;
White: #f2f2f2;
Blue: #a4c7fc;
Red: #f20207;
------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #232223;
}


#outer{
	background: url(images/bodybg.jpg) repeat-x #f2f2f2;
	overflow: hidden;
}
#wrap{
	width: 1004px;
	display: block;
	margin: auto;
	text-align: left;
}
p{
	margin: 1.5em 10px;
}


h3 {

margin: 10px;
}
h2.paragraph{
	margin-top: 20px;
	margin-left: 15px;
}

.attn{
color: #B20A07;
}

/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 100%;
	height: 193px;
	padding-top: 25px;
}
#header h1 a{
	display: block;
	background: url(images/logo.png) no-repeat;
	width: 334px;
	height: 105px;
	text-indent: -99999px;
	margin: 30px 400px 0px 0px;
	float: left;
	overflow: hidden;
}
#header h2{
	display: block;
	background: url(images/25years.png) no-repeat;
	width: 169px;
	height: 146px;
	text-indent: -999999px;
	margin-top: 6px;
	float: left;
	overflow: hidden;
}




ul.nav{
	display: block;
	clear: both;
	width: 100%;
	float: left;
	width: 1002px;
	height: 30px;
	margin-top: 8px;
	list-style-type: none;
	border-left: 1px solid #dc595b;
	border-right: 1px solid #a21e21;
}
ul.nav li{
	float: left;
	height: 30px;
	position: relative;
}
ul.nav li a{
	color: #fff;
	font: 18px/1.5em Verdana, Helvetica, sans-serif;
	padding: 0 23px;
	height: 30px;
	display: block;
	border-left: 1px solid #a21e21;
	border-right: 1px solid #dc595b;
	text-decoration: none;
}
ul.nav li a:hover{
	background: url(images/navHover.jpg) 	
}

ul.nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 9999;
}
ul.nav li:hover ul, ul.nav li.hover ul{
	display: block;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	z-index: 9999;
	
}
ul.nav li ul li{
	float: none;
	width: 100%;
	border-top: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1em;	
}
ul.nav li:hover ul li a, ul.nav li.hover ul li a{
	text-indent: 0px;
	float: none;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #B20A07;
	padding: 0px;	
}
ul.nav li ul li a:hover{

background: #F44242;
}

ul.clients {
	list-style-type: none;

}

ul.clients li {
margin: 15px;
	float:left;
	display: block;
	width: 200px;
	height: 120px;
}

/* -----------------------------------------------------------------------
=BOXES ELEMENTS
-------------------------------------------------------------------------*/
#boxes{
	width: 100%;
	display: block;
	clear: both;
	margin: 20px 0;
}
div.box{
	display: block;
	background: url(images/boxbg.png) no-repeat;
	width: 243px;
	height: 188px;
	padding: 15px 25px 0 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	float: left;
	margin: 0 20px;
}
div.jobbox {
	float: right;
}
div.box img{
	margin: 0 auto 5px auto;
	display: block;
}
div.box a{
	color: #000;
	text-decoration: none;
}
div.box a:hover{
	font-size: larger;
}
a.screen{
	display: block;
	float: right;
	background: url(images/screen.jpg) no-repeat;
	width: 209px;
	height: 252px;
	text-indent: -99999px;
	margin: 30px 80px 50px 20px;
	overflow: hidden;
}

img.app{
	display: block;
	float: right;
	width: 200px;
	height: 133px;
	border: 1px solid black;
	margin-left: 20px;
	margin-top: -50px;
}

/* -----------------------------------------------------------------------
=MAIN ELEMENTS
-------------------------------------------------------------------------*/
#main{
	display: block;
	clear: both;
	width: 100%;
	float: left;
	margin-top: 10px;
}

#main img.services{
float: right;
margin: 30px;


}


.left li{

margin: 0 0 15px 25px ; 
/*line-height: 0px;*/
}

.logos{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.logos2{
	float: left;
	margin-right: 5px;
	margin-bottom: -5px;
}
#testimonials{
	width: 1000px;
}
p.testimonials{
	margin-bottom: 45px;
}
/* -----------------------------------------------------------------------
=FORM ELEMENTS
-------------------------------------------------------------------------*/
form {
	margin: 1.5em 10px;
}
fieldset {
	border: 0px solid #ccc;
}
legend {
	padding: 0;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
form br{
	clear: left;
}
form label {
	margin-bottom: 10px;
	display: block;
	float: left;
	width: 250px;
}

input[type="text"],input[type="password"] {
	margin: 0px 10px 10px 10px;
	padding: 3px;
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
}
select {
	margin: 0px 10px 10px 10px;
	padding: 3px;
	width: 200px;
	float: left;
	display: block;
	background: #f4f4f4;
	border: 1px solid #ccc;
}
textarea {
	width: 500px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0px 10px 10px 10px;
}
input[type="submit"] {
	padding: 5px 20px ;
	background: #8EB7F7;
	border: 1px solid #003366;
	color: #003366;
}
input[type="submit"] {
	cursor: pointer;
}
/* Employment form */
div.checks{
	float: left;
	margin: 0px 10px 10px 10px;
}
div.checks .otherWorkSite{
	float: left;
}
form label span{
	width: 200px;
	
}
form h3{
	margin: 1.5em 0px;
	display: block;
	clear: both;
}
form table{
	border-collapse: collapse;
	margin: 1.5em 0px;
}
form th{
	background-color: #000080;
	border: 1px solid #000080;
	color: #fff;
	text-align: center;
	padding: 5px;
}
form td{	
	border: 1px solid #000080;
	padding: 5px;
	vertical-align: top;
}

/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	color: #fff;
	width: 1004px;
	height: 50px;
	margin: 10px auto;
	overflow: auto;

}
#footer ul{
	list-style-type: none;
	float: left;
	margin: 0 20px;
}
#footer ul li{
	float: left;
	margin: 0 10px;
}
#footer p{
	margin: 0 20px;
	float: left;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}


/* -----------------------------------------------------------------------
=LOGBOOKS ELEMENTS
-------------------------------------------------------------------------*/
#logbooksleft{
	float: left;
	width: 310px;
	clear: both;
	margin: 0px 10px;
}
#logbooksleft dd{
	display: block;
	clear: both;
	margin: 1.5em 0px;
	overflow: hidden;
}
#logbooksleft dd img{
	float: left;
	margin-right: 10px;
}
#logbooksleft dd div{
	float: left;
	width: 200px;
}
#duties{
	float: left;
	width: 600px;
	padding: 20px;
	background: #FFFF3E;
}
body.hortonville #duties{
	background: #FFCACA;
}
body.howard #duties{
	background: #CECFE7;
}
body.kaukauna #duties{
	background: #F4CC9F;
}
body.kimberly #duties{
	background: #F49B97;
}
body.lena #duties{
	background: #D7D7FF;
}
body.littlechute #duties{
	background: #72A9DC;
}
body.seymour #duties{
	background: #D7D7FF;
}
body.waupaca #duties{
	background: #C1C1D9;
}
body.waupacacounty #duties{
	background: #FFFF3E;
}
#duties dl dt{
	font-weight: bold;
}
#duties dl dd ul{
	margin-left: 20px;
}
#duties p{
	margin: 1.5em 0px;
}
#duties h3{
	margin: 10px 0px;
}
input.readonly{
	border: 0px;
	background: none;
}
img.logo{
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
/* -----------------------------------------------------------------------
=SUPERVISOR ELEMENTS
-------------------------------------------------------------------------*/
#supervisor h3{
	margin: 1.5em 0px 0px 0px;
}
#supervisor ul{
	margin: 0px 0px 1.5em 30px;
}
table{
	border-collapse: collapse;
}
table tr th{
	border: 1px solid #000;
	padding: 2px 5px;
	background: #ccc;
}
table tr td{
	border: 1px solid #000;
	padding: 2px 5px;
}
/* -----------------------------------------------------------------------
=JOBS ELEMENTS
-------------------------------------------------------------------------*/
dl.job {
	border-bottom: 1px solid #000;
	padding-bottom: 1.5em;
	overflow: hidden;
	margin-top: 1.5em;
	margin-left: 10px;
	width: 630px;
}
dl.job dd{
	clear: both;
}
dl.job .strong{
	display: block;
	width: 110px;
	font-weight: bold;
	clear: both;
	float: left;
}
dl.job .value{
	float: left;
	width: 500px;
}
dl.job p{
	float: left;
	width: 500px;
	margin: 0px;
}










