@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0px;
	background-image: url(background-strip.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #b6d8f4;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #3f5165;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f5165;
}
#contentDiv iframe {
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentDiv img {
margin: 10px;
}

#mainDiv {
	text-align:left;
	width:800px;
	margin:0 auto;
	position:relative;
	height: 600px;
	background-image: url(background-strip.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #b6d8f4;
}
.imgspacer img{
	margin-left: 0.5em;
	margin-right: 0.5em;



}

.imgspacer{
	text-align: center;
	width: 99%;
}

#headerDiv {
	position: absolute;
	left:0px;
	top:24px;
	width:800px;
	height:214px;
	z-index:1;
	background-image: url(header.jpg);
	line-height:214px;
}
#headerDiv img {
	vertical-align: bottom;
	padding-left: 40px;
	padding-top: 150px;
}
#headertop {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:24px;
	z-index:1;
	background-image: url(headerbg.png);
		background-position: 20px 0px;
	background-repeat:no-repeat;
}
#logoDiv {
	position:absolute;
	left:622px;
	top:24px;
	width:223px;
	height:186px;
	z-index:1;
}
#menuDiv {
	position:absolute;
	left:20px;
	top:239px;
	width:217px;
	z-index:2;
	height: 360px;
	overflow: hidden;
}
#phoneDiv {
	position:absolute;
	left:119px;
	top:168px;
	width:216px;
	height:50px;
	z-index:3;
	text-align: right;
	vertical-align: baseline;
}
#menubottomDiv {
	position:absolute;
	left:20px;
	top:599px;
	width:217px;
	height:1078px;
	z-index:2;
	background-image: url(menubottombg.png);
	background-repeat: repeat-y;
}
#contentDiv {
	position:absolute;
	left:238px;
	top:239px;
	width:542px;
	height:498px;
	z-index:2;
	padding: 10px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(background-strip.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b6d8f4;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #3f5165;
}
#serviceslist   li {
	list-style-type:circle;
	display: inline;
	padding-right: 20px;
}
.contactform { 
overflow: hidden;
padding-left: 20px;
padding-top: 20px;

} 

.contactform div, 
.contactform label, 
.contactform input, 
.contactform select, 
.contactform textarea {
  float: left;
}

textarea:focus, input:focus, select:focus{
	background-color: #FFFF99;
}

.contactform input, 
.contactform select, 
.contactform textarea {
  /* set width: auto to allow form element content 
  to set width otherwise 90% is a good setting */
  width: 90%; /* determines space between form elements */
 border: 1px solid #284279; 
}

/* Increase width of elements in twoper 
   columns to provide better alignment */
.contactform .twoper input.text, 
.contactform .twoper select, 
.contactform .twoper textarea {
  width: 95%;
}
.contactform div {
  width: 99%;
  margin-bottom: 1em; /* space between rows */
  clear: both;
}

/* Nested divs shouldn't clear floated elements */
/* keeps nested divs from compounding margin value */
.contactform div div {
  margin-bottom: 0; 
  clear: none;
}
/* Nested div label contents should determine their own width */
.contactform div div label {
  width: auto;
  white-space: normal;
  /* unccomment to stack form inputs inside a row */
  /* clear: left; */
  margin-right: 1em;
}
/* Fix paragraph white space in Safari */
.contactform div div p {
  margin: 0;
  padding: 0;
}

/* Compact layout - Set item width within rows */
/*
.oneper label, .oneper div    { width: 99%; }
.twoper label, .twoper div     { width: 46%; }
.threeper label, .threeper div { width: 32%; }
.fourper label, .fourper div   { width: 23%; }
 
.oneper label, .oneper div, 
.twoper label, .twoper div, 
.threeper label, .threeper div, 
.fourper label, .fourper div, {
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-collapse: collapse;
}
*/

.loadinggif {
	display: none;
}

</style>
