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

 

/* div {
border: red 1px solid;
} */



/* main navigation */

ul#nav {
	position: relative;
	float: left;
	top: 160px;
	left: -183px;
	width: 266px;
	height: 78px;
	}


ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#nav li a {
border:0;
text-decoration:none;
display:block;
background:transparent url(images/navigation.gif) no-repeat;
}


li#about a {
width:70px;
height:21px;
}

li#services a {
width:57px;
height:21px;
}

li#contact a {
width:78px;
height:21px;
}



li#about a:link, li#about a:visited {
background-position:-30px -8px;
}
li#about a:hover, li#about a:focus {
background-position:-30px -29px;
}

li#services a:link, li#services a:visited {
background-position:-100px -8px;
}
li#services a:hover, li#services a:focus {
background-position:-100px -29px;
}

li#contact a:link, li#contact a:visited {
background-position: -157px -8px;
}
li#contact a:hover, li#contact a:focus {
background-position:-157px -29px;
}

#aboutpg ul#nav li#about a {
background-position: -30px -49px;
}

#servicespg ul#nav li#services a {
background-position: -100px -49px;
}

#contactpg ul#nav li#contact a {
background-position: -157px -49px;
}



/* universal stuff */

p {
padding: 0;
margin: 0;
}


a:link { color: #8f8f8f; text-decoration: none }
a:visited { color: #8f8f8f; text-decoration: none }
a:hover { color: #ee3124; text-decoration: underline }

#wrapper {
width: 899px;
height: auto;
}

#top {
background: url(images/top_bg.gif) no-repeat;
width: 900px;
height: 230px;
overflow: hidden;
}

#header {
background: url(images/logo.gif) no-repeat;
float: left;
height: 129px;
width: 272px;
padding: 0;
margin: 0;
text-indent: -9999px;
position: relative;
top: 50px;
left: 95px;
}

#footer {
background: url(images/btm_frame.gif) no-repeat;
height: 81px;
width: 900px;
position: relative;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
color: #8f8f8f;
text-align: left;
padding-left: 73px;
padding-top: 25px;
}


#about_btm p, serv_btm p {
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
color: #000000;
text-align: left;
font-weight: normal;
line-height: 22px;
text-indent: 0;
padding-left: 25px;
}

strong {
font-family: helvetica, arial, verdana, sans-serif;
font-size: 12px;
color: #ee3124;
text-align: left;
font-weight: normal;
line-height: 22px;
text-indent: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* about page */

#introtxt {
position: relative;
float: left;
left: 155px;
top: -60px;
width: 380px;
height: auto;
border-left: #c9c5c0 1px solid;
}

#introtxt p {
padding-left: 30px;
padding-top: 0px;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
color: #8f8f8f;
text-align: left;
font-weight: normal;
line-height: 20px;
}

#about_btm {
background: url(images/mid_bg.gif) repeat-y;
width: 900px;
height: 462px;
position: relative;
padding-left: 75px;
padding-top: 30px;
}

#homecol1 {
float: left;
width: 220px;
padding-top: 10px;
padding-left: 25px;
text-align: left;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
line-height: 22px;
color: #000000;
}

#homecol2 {
float: left;
text-align: left;
padding-left: 40px;
padding-top: 10px;
width: 220px;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
line-height: 22px;
color: #000000;
}

#homecol3 {
float: left;
width: 220px;
padding-left: 20px;
padding-top: 10px;
text-align: left;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
line-height: 22px;
color: #000000;
}

#homecol1 ul, #homecol2 ul, #homecol3 ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#homecol1 li, #homecol2 li, #homecol3 li {
padding-top: 10px;
}

#homecol1 em, #homecol2 em, #homecol3 em {
font-size: 11px;
color: #8f8f8f;
}

#about_mid {
background: url(images/about_mid.gif) no-repeat;
position: relative;
width: 900px;
height: 55px;
padding: 0;
margin: 0;
}

/* services page */

#servtxt {
	position: relative;
	float: left;
	left: 155px;
	top: -70px;
	width: 380px;
	height: 190px;
	border-left: #c9c5c0 1px solid;
	padding: 0;
	margin: 0;
}

#servtxt p {
padding-left: 30px;
padding-top: 60px;
padding-bottom: 0;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
color: #8f8f8f;
text-align: left;
font-weight: normal;
line-height: 20px;
}

#services_mid {
background: url(images/services_mid.gif) no-repeat;
width: 900px;
height: 55px;
padding: 0;
margin: 0;
}

#serv_btm {
background: url(images/mid_bg.gif) repeat-y;
width: 900px;
height: 195px;
padding-left: 75px;
padding-top: 30px;
}

/* contact page */

#contact_mid {
background: url(images/contact_mid.gif) no-repeat;
width: 900px;
height: 55px;
padding: 0;
margin: 0;
}

#contact_btm {
background: url(images/mid_bg.gif) repeat-y;
width: 900px;
height: 409px;
padding-top: 30px;
}

#contact_map {
background:url(images/map.gif) no-repeat;
width: 755px;
height: 379px;
}

#contacttxt {
	position: relative;
	float: left;
	left: 155px;
	top: -70px;
	width: 380px;
	height: 190px;
	border-left: #c9c5c0 1px solid;
	padding: 0;
	margin: 0;
}

#contacttxt p {
padding-left: 30px;
padding-top: 20px;
padding-bottom: 0;
font-family: helvetica, arial, verdana, sans-serif;
font-size: 11px;
color: #8f8f8f;
text-align: left;
font-weight: normal;
line-height: 20px;
}

