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

body {
background:#000000;
margin: 0px;
padding: 0px;
font:Arial, Helvetica, sans-serif;
color: #ffffff;
}

a {
  color : #0a6874;
}

a:hover, a:active {
  color : #ffffff;
  text-decoration : underline;
}

a:active {
  color : #0a6874;
}

#wrapper {
width: 950px;
margin:auto;
}

.header {
background-image: url('images/header.jpg');
height: 128px;
}

.text {
padding: 0px 10px 0px 10px;
} 

.text1 {
padding: 0px 15px 0px 15px;
} 

.text2 {
text-indent: 50px;
padding: 0px 15px 0px 15px;
}

.style2 {
color: #0a6874;
font-weight: bold;}
 

.mainnav {
width: 950px;
}

ul.cssmenu {
 	list-style: none;
	padding: 0px;
	margin: auto;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 190px;
	height: 41px;
	background: url('images/menu_sprite.jpg');
	}

ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.services a {
	background-position: -190px 0;
	}

ul.cssmenu li.commercial a {
	background-position: -380px 0;
	}

ul.cssmenu li.contact a {
	background-position: -570px 0;
	}

ul.cssmenu li.faq a {
	background-position: -760px 0;
	}

ul.cssmenu li.home a:hover {
	background-position: 0 -41px;
	}

ul.cssmenu li.services a:hover {
	background-position: -190px -41px;
	}

ul.cssmenu li.commercial a:hover {
	background-position: -380px -41px;
	}

ul.cssmenu li.contact a:hover {
	background-position: -570px -41px;
	}

ul.cssmenu li.faq a:hover {
	background-position: -760px -41px;
	}

.content {
}

ul.bullet {
list-style-type: none;
padding: 0;
margin-left: 3em;
}

li.star {
background-image: url('images/star.gif');
background-repeat:no-repeat;
background-position: 0 1px;
padding-left: 1em;
}

.homeImage {
width: 475px;
height: 373px;
float:left;
}

.serviceImage {
width: 400px;
height: 600px;
float: left;
}

.serviceContent {
width: 550px;
height: 600px;
float:left;
}

.heading {
font-size:24px;
font-family: Georgia;
font-weight: bold;
padding: 8px;}

.comMenu {
width: 950px;
height: 50px;
}

ul.menuLinks {
list-style-type: none;
}

li.menu {
display:inline;
}

.comMenu ul li a {
text-decoration: none;
padding: 0px 80px;
font-size: 25px;
}

.contactImage {
width: 300px;
height: 225px;
padding-top: 30px;
float: left;
}

.contactContent {
width: 650px;
float: left;
}

.creditform {
width:850px;
border: ridge 2px #ffffff;
margin-left:auto;
margin-right:auto;
margin-top: 50px;
padding-top: 5px;
padding-bottom: 20px;
}

.formhead {height:20px;
background-color:#29727b;
color:#000000;}

.formsection {
border-top: solid 1px #ffffff;
padding: 2px;
}

.formsectionlast {
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
padding: 2px;
}

.comp {color:#FFFFFF;
}

.head {color:#FFFFFF;
font-size:18px;
font-variant:small-caps;
font-weight: bolder;
margin: 0px;
}

.labels {
color:#FFFFFF;
margin: 0 5px 0 5px;}

label {
color:#FFFFFF;
margin: 0 5px 0 5px;}

.textbox {
background-color:#000000;
border-color: #000000;
border-style:solid;
border-width:1px;
color:#FFFFFF;
}

input {
background-color:#29727b;
border-color: #ffffff;
border-style:solid;
border-width:1px;
color:#000000;
}

table.table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: white;
}
table.table th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.table td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: 0px 0px 0px 0px;
}

.buttons{
margin-left: 5px;
margin-top: 5px;
width: 80px;
}

#foot {
width: 950px;
}
