@charset "utf-8";
body {
	background: #FFFFFF;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 1014px;
	background-color: #FFFFFF;
	background-image:url(../images/pathfinder_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#header {
	height: 210px;
	margin-left: 95px;
	margin-right: 95px;
	margin-top: 20px;
}
#header h1 a, #header h1 {
	color: #002D56;
	margin-top: 60px;
	text-decoration: none;
	
}
#bucket {
	width: 984px;
	margin: 0 auto;
}
#menu {
	width: 325px;
	float: left;
	clear: none;
	margin-left: 55px;
	margin-top: 15px;
}

#menu-testimonails {
	width: 255px;
	float: left;
	clear: none;
	margin-left: 55px;
	margin-top: 15px;
}

#menu li, #menu-testimonails li {
	
	list-style:none;
	color: #0000FF;
	text-align: left;
	font-weight:bold;
	
	
}
#menu li:hover {
	
}
#menu li a, #menu-testimonails li a {
	text-decoration: none;
	color: #28FF28;
	text-align: left;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 200%;
}
#content {
	width: 500px;
	margin-left: 390px;
	margin-right: 20px;
	text-align: left;
	font-size: 75%;
}

#content-testimonails {
	width: 640px;
	margin-left: 300px;
	margin-right: 20px;
	text-align: left;
	font-size: 75%;
}

#content a, #content-testimonails a {
	color: #002D56;
}
#content img, #content-testimonails img {
	margin-bottom: 20px;
}
#content h1, h2, h3, #content-testimonails h1, #content-testimonails h2, #content-testimonails h3{
	color: #0000FF;
	font-size: 18px;
	text-align: center;

}
#footer {
	height: 40px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: smaller;
	clear:both;
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 70px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#form {
	width: 340px;
	background-color: #FFFFFF;
	text-align: right;
}
#form a {
	color: #002D56;
}
#form img {
	margin-bottom: 20px;
}
#form h1 {
	width: 650px;
	height: 34px;
	background-image:url(../img/dito_h1.gif);
	color: #FFFFFF;
	font-size: 24px;
	line-height: 33px;
	text-align: left;
}
label {
	padding-right: 40px;
}
input {
	margin-right: 60px;
}
#contact {
	float: right;
	padding: 10px;
	margin-top: 80px;
	margin-right: 20px;
	
	}
#left {
	float: left;
	width: 34%;
	margin-right: 3%;
}
#right {
	float: right;
	width: 63%;

}
