@charset "utf-8";
/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Document */
body {
	font-size: 11px;
	/* font-size: 62.5%; */
	font-family: Tahoma;
	background-position: top;
	line-height: 1.6em;
	text-align: center;
	color: #444444;
	background-color: #c7c7c7;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
#wrapper {
	text-align: left;
	margin: auto;
	margin-top: 10px;
	width: 750px;
	border: 1px solid #17007b;
	background-color: #FFF;
}
#header {
	background-image: url(/test/images/header_bg.gif);
	height: 225px;
	background-repeat: repeat-x;
}
#header p {
	color: #FFF;
	font-size: 30px;
	margin-left: 165px;
	padding-top: 20px;
}
#header img {
	margin-left: 60px;/* margin-top: 10px; */
}
#nav {
	background-image: url(/test/images/nav_bg.jpg);
	background-repeat: no-repeat;
	height: 47px;
}
#nav ul {
	padding-top: 15px;
	margin-left: 128px;
}
#nav li {
	display: inline;
	padding-right: 20px;
	color: #ffffff;
	font-size: 1.2em;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #17007b;
}
#nav a:active {
	color: #ff0000;
}
 
.titlebg {
	background-color: #17007b;
	height: 25px;
	margin-top: 10px;
	
}
.serviceh1 {
	margin-left: 10px;
	padding-top: 5px;
	color: #FFF;
	float: left;
}
.constructionh1 {
	padding-top: 5px;
	color: #FFF;
	margin-left: 440px;
}
.Commercialnav ol {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 35px;
}

.navh2 {
	margin-left: 25px;
}
.left {
	width: 255px;
	float: left;
}
.left2 {
	width: 225px;
	float: left;
}
#maincontent2 {
	float:left;
	width: 255px;
	padding-left: 35px;
}
#maincontent3 {
	float:left;
	width: 225px;
}
#construction {
	margin-left: 275px;
	
}
.right {
	float: left;
	width: 200px;
}
.right2 {
	float: left;
	width: 300px;
}
.pec {
	padding-top: 10px;
	clear: both;
}
#pecnav ul {
	margin-left: 155px;
	}
#pecnav li {
	display: inline;
	padding-right: 100px;
	font-size: 14px;
}
.titlebg2 {
	background-color: #17007b;
	height: 25px;
	color: #FFF;
}
.titlebg2 h1 {
	padding-top: 5px;
	text-align: center;
}
.tier6 {
	float: left;
	width: 187px;
}
.tier7 {
	float: left;
	width: 187px;
}
.tier8 {
	float: left;
	width: 187px;
}
.tier9 {
	float: left;
	width: 187px;
}
#cust1 img {
	padding: 10px;
	margin-left: 60px;
}
.pl {
	margin-left: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
/*


 .navh4 {
	
}
.navh3 {
	padding-left: 25px;
	
}



*/



#maincontent {
	background-color: #FFF;
}
#maincontent p {
	padding: 10px;
}
.contactpl {
	margin-left: 40px;
	padding-top: 10px;
}
#bottompic {
	background-image: url(/test/images/bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 262px;
	clear: both;
}
#footertop {
	background-color: #17007b;
	height: 10px;
}
#footerbottom {
	background-color: #fe7700;
	height: 25px;
	clear: both;
}
#footerbottom p {
	margin-left: 10px;
	padding-top: 5px;
	color: #FFF;
}
/* Forms */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	font:100% verdana, arial, sans-serif;
	margin-left: 95px;
	padding-bottom: 20px;
	min-width: 500px;
	max-width: 600px;
	width: 560px;
}
form fieldset {
	/* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll shift the nice offset on top of border  */
}
form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 150px;
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter *//* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}
form .required {
	font-weight:bold;
} /* uses class instead of div, more efficient */
form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
