@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #9B92CE;
}
a:visited {
	color: #9B92CE;
}
a:hover  {
	color: #CCCCCC;
}
a:active {
	color: #999999;
}
body {
	background: #5e5757;
	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: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
}
#topbox   {
	background-color: #5F5757;
	height: 75px;
	width: 800px;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(images_layout/sub_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 85px;
	width: 800px;
}
#header h1 {
	margin-left: -9000px;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px;
}
#navbarHome {
	background-color: #FFF;
	height: 30px;
	width: 560px;
	background-image: url(images_layout/navbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 0px;
	padding-left: 240px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#navbarHome ul {
	margin: 0px;
	padding: 0px;
}

#navbarHome  li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
#navbarHome a {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: bottom;
}

#navbarHome a:link {
	color: #FFF;
}
#navbarHome a:visited {
	color: #FFFFFF;
}
#navbarHome a:hover  {
	color: #555172;
}
#navbarHome a:active {
	color: #5F5757;
}
#navbar {
	background-color: #FFF;
	height: 30px;
	width: 595px;
	background-image: url(images_layout/navbar_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-right: 0px;
	padding-left: 205px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}

#navbar  li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}
#navbar a {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: bottom;
}

#navbar a:link {
	color: #FFF;
}
#navbar a:visited {
	color: #FFFFFF;
}
#navbar a:hover  {
	color: #555172;
}
#navbar a:active {
	color: #5F5757;
}
#mainContentHome {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	height: 585px;
	width: 800px;
}
#homeTagline {
	stext-align: center;
	height: 150px;
	width: 800px;
	vertical-align: bottom;
	background-image: url(images_layout/home_we_build.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#homeAnimation {
	text-align: center;
	height: 175px;
	width: 800px;
}
#animateTable td {
	padding-right: 4px;
	width: 179px;
}
#homeLogo {
	background-image: url(images_layout/home_copley.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;
	width: 800px;
}
#homeLogo h1 {
	margin-left: -9000px;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0px;
}
#homeDescription {
	font-size: 13px;
	line-height: 20px;
	padding-left: 325px;
	padding-right: 70px;
	color: #666;
	padding-top: 0px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	width: 800px;
}
#footer {
	background-color: #333;
	text-align: right;
	height: 30px;
	width: 790px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6a6464;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2B2B2;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#copyright {
	height: 30px;
	background-color: #5F5757;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copyright p {
	font-size: 10px;
	color: #aea7a7;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainTable {
	margin-top: 40px;
	width: 800px;
	background-color: #FFF;
}
#photos {
	width: 405px;
	vertical-align: top;
}
#photos img {
	padding-bottom: 10px;
}
#photos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#photos td {
	height: 60px;
	width: 60px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 8px;
}
#description {
	text-align: left;
	vertical-align: top;
	width: 315px;
	padding-left: 30px;
	padding-right: 45px;
	height: 460px;
}
#description h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#description h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #878787;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding-right: 8px;
}
#description li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 0px;
	list-style-image: url(images_layout/bullet2.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
}
.clickon {
	font-size: 11px;
}
.lighter {
	color: #605757;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}
.testimonial {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
}
.testimonialName {
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	padding-left: 15px;
	letter-spacing: .075em;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonialPop {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.smalltype {
	font-size: 9px;
	color: #CCC;
}

