/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-small;
	color: #000000;
}
body {
	background-image: url(images/page-bg.gif);
	margin: 0px;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	}
#header, #headerSub {
	position: relative;
	background: white;
	}
#header { height: 331px }
#headerSub { height: 185px }
#content, #contentSub {
	position: relative;
	width: 900px;
	border-top: 1px solid white;
	}
#contentSub {
	background: #FFF;
	}
#content {
	background: url(images/content-bg.gif) repeat-y;
	}
#footer { width: 900px }
.topLink {
	float: right;
	height: 25px; width: 270px;
	color: white;
	text-align: center;
	font-size: small;
	padding: 3px 0px;
	}
.topLink a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
.logo {
	float: right;
	width: 354px; height: 131px;
	background:url(images/800cad-logo.png) no-repeat;
	}
.logo h1, .logo p {
	display: none;
	}
.serviceDiv {
	float: left;
	padding-left: 40px; margin-top: 30px;
	width: 175px; height: 170px;
	overflow: hidden;
	}
.serviceDivSub {
	float: left;
	margin-left: 40px; margin-top: 30px;
	width: 175px; height: 24px;
	overflow: hidden;
	}
.servTitle {
	height: 23px;
	padding-left: 10px; padding-top: 5px;
	}
.servTitle a {
	text-decoration: none;
	color: white;
	}
.servTitle h2 {
	padding: 0px; margin: 0px;
	color: white;
	font-weight: bold; font-size: small;
	}
.servFeatures {
	clear: left;
	padding-left: 5px;
	}
.servFeatures a{
	font-weight: bold;
	}
.servFeatures ul {
	padding: 5px 0px 0px 5px; margin: 0px;
	list-style: none;
	line-height: 1.4em;
	}
.servFeatures ul li {
	color: #333333;
	}
.cont1, .footer1 {
	float: left;
	width: 215px;
	}
.cont2, .footer2, .footer2Sub {
	float: left;
	width: 255px;
	}
.cont3, .footer3 {
	float: left;
	width: 430px;
	}
.contSub {
	width: 685px;
	float: left;
	}
.footer1 {
	background:url(images/footer1.png) no-repeat top left;
	}
.footer2 {
	background:url(images/footer2.gif);
	}
.footer2Sub {
	background:url(images/footer-sub.gif) top left no-repeat;
	}
.footer3 {
	background: url(images/footer3.png) no-repeat top left;
	}
.footer1, .footer2, .footer3 { height: 70px }
.copyright {
	padding: 10px 5px 5px 5px;
	color: #2a4577;
	}
.copyright a{
	font-weight: bold;
	text-decoration: none;
	color: #2a4577;
	}
.footAddress {
	padding: 10px 5px;
	color: black;
	}
.leftLinks {
	list-style: none;
	margin: 0px; padding: 0px;
	line-height: 2.5em;
	}
.leftLinks li {
	font-size: medium;
	font-weight: bold;
	margin: 0px; padding: 0px;
	border-bottom: #a2c7d4 solid 1px;
	}
.leftLinks li a {
	text-decoration: none;
	color: black;
	padding-left: 30px;
	}
.leftLinks li a:hover {
	text-decoration: none;
	color: red;
	}
.activeLink { color: red !important }
.link1 { background: url(images/link1.gif) no-repeat; }
.link2 { background: url(images/link2.gif) no-repeat; }
.link3 { background: url(images/link3.gif) no-repeat; }
.link4 { background: url(images/link4.gif) no-repeat; }
.link5 { background: url(images/link5.gif) no-repeat; }
.link6 { background: url(images/link6.gif) no-repeat; }
.link7 { background: url(images/link7.gif) no-repeat; }
.mainContent {
	font-size: 11px;
	text-align: justify;
	padding: 5px 20px 20px 20px;
	font-family: Verdana, Geneva, sans-serif;
	}
.mainContent h1 {
	margin: 0px;
	padding: 5px 0px;
	color: red;
	font-size: large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.mainContent h3 {
	font-size: medium;
	color: #069;
	font-weight: bold;
	padding: 0px; margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.portfolio {
	width: 255px;
	color: white;
	}
.portfolioTitle {
	font-weight: bold;
	color: #00CC00;
	font-size: medium;
	}
	
.clearDiv { clear: both }
