@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}
p {
	font-size: 1.3em;
	margin: 0;
}
h1    {
	background: url(logo.gif) no-repeat;
	width: 183px;
	height: 35px;
	margin: 0;
	text-indent: -9999px;
}
h1 a {
	height: 35px;
	width: 183px;
	border-bottom-style: none;
	display: block;
}
h1 a:hover {
	border-bottom-style: none;
}
h2  {
    display: none;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 12px 0;
	padding: 0 0 1px 0;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 6px 0;
	color: #555555;
}

a {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;
}

ul {
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}
form {
	margin: 0;
}

input {
	border: 1px solid #CCCCCC;
	margin: 0 0 6px 0;
}
label {
	display: block;
	padding: 0 0 1px 0;
}

textarea {
	border: 1px solid #CCCCCC;
	margin: 0 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.bold {
	font-weight: bold;
}
.bar {
	clear: both;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}

#container {
	width: 888px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 20px 0;
}

#navigation {
	padding: 41px 0 0 0;
	float: right;

}
#navigation ul {
	font-size: 1.3em;
	letter-spacing: 0em;
}

#navigation   li {
	list-style: none;
	margin: 0;
	display: inline;
	text-transform: none;
	padding: 0 0 0 18px;
}
#navigation li a {
	text-decoration: none;
	color: #BBBBBB;
	border-bottom-style: none;
}
#navigation li a:hover {
	color: #333333;
}

#welcome {
	text-align: center;
	padding: 80px 0;
}

#main {
	margin: 24px 0;

}

#main h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main h3 a {
	text-decoration: none;
	border-bottom: none;
}
#main h3 a:hover {
	color: #CCCCCC;
}

#about {
	width: 272px;
	float: left;
}
#services {
	width: 272px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0 18px;
	margin: 0 0 0 288px;
}
#contact {
	width: 272px;
	float: right;
}

#footer {
	margin: 12px 0;
}
#footer p {
	width: 888px;
	height: 37px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#left {
	width: 207px;
	float: left;
}

#right {
	width: 507px;
	margin: 0 0 0 207px;
	padding: 0 24px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#button:hover {
	color: #CCCCCC;
}
