/* CSS Document */
body {
	font-size: small;
	min-width: 670px;
	margin: 0;
	padding: 0;
	text-align: center;
}
* {
	background: transparent;
}
* html body {
	font-size: x-small;
	f\ont-size: small;
}
html>body {
	font-size: small;
}

#container {
	margin: 0 auto;
	width: 670px;
	text-align: left;
}
a img {
border: none;
}
p, dd {
  font: normal 85%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
#services-container, #about-container, #news-container, #links-container, #contact-container, #downloads-container {
	float: left;
	display: inline;
	width: 670px;
	height: 120px;
}
#home-container {
	float: left;
	display: inline;
	width: 670px;
	height: 87px;
}
#services-container {
	background: url("images/nav/services.jpg") #ffffff no-repeat;
}
#about-container {
	background: url("images/nav/aboutus.jpg") #ffffff no-repeat;
}
#news-container {
	background: url("images/nav/news.jpg") #ffffff no-repeat;
}
#links-container {
	background: url("images/nav/links.jpg") #ffffff no-repeat;
}
#downloads-container {
	background: url("images/nav/downloads.png") #ffffff no-repeat;
}
#contact-container {
	background: url("images/nav/contactus.jpg") #ffffff no-repeat;
}
.homeintro {
  width: 230px;
  float: left;
  display: inline;
  margin: 20px 0px 0 30px;
  font: normal 85%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
.homeenter {
  width: 45px;
  float: left;
  display: inline;
  margin: 60px 0px 0 50px;
  font: normal 85%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}

.homeintro img.img {
          border: none;
  vertical-align: middle;
}

/* FORM STYLING */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 100%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}

.label {
  width: 300px;
  float: left;
  display: block;
}

.input {
  width: 320px;
  background-color: #CCCCCC;
  border: 0px solid black;
}

.textarea {
  width: 320px;
  height: 100px;
  background-color: #CCCCCC;
  border: 0px solid black;
  }

/* NAVIGATION */
#nav {
	float: left;
	width: 670px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FF9900 url("images/nav/nav_bg.gif") no-repeat;
  display: block;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding:0;

}

#nav li {
	float: left;
  margin: 0;
	padding: 0;
  font: normal 85%/100% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}


#nav a {
  float: left;
  display: inline;
  margin: 0;
  padding: 1em 1em;
  color: #000;
  text-decoration: none;
}

#nav a:link {
	color: #333;
}

#nav a:visited {
	color: #333333;
}

#nav a:hover {
  color: #fff;
  text-decoration: none;
	background: #333;
  }

#about #nav-about a, #services #nav-services a, #news #nav-news a, #downloads #nav-downloads a, #links #nav-links a, #contact #nav-contact a {
	color: #fff;
	background: #c63;
}

.services dl {
  float: left;
  width: 200px;
  margin: 0px 0px 0 20px;
  padding: 0;
  display: inline;
  	}
.services dt {
  	width: 200px;
  	height: 27px;
  	margin: 0 0 10px 0;
  	padding: 0;
}
.services dd {
  	margin: 0;
  	padding: 0;
  	color: #000;
	}
.services dd.img img {
	width: 192px;
	height: 67px;
  	margin: 0 0 15px 0;
  	border: 4px solid #f90;
  	}
.services dd.img img:hover {
	width: 192px;
	height: 67px;
  	margin: 0 0 15px 0;
  	border: 4px solid #c60;
  	}

.services dt.img img {
  	float: left;
	height: 39px;
	border: 0;
  	margin: 0;
          padding: 0;
          display: inline;
          }
.services-image img {
  	float: left;
	width: 184px;
	height: 99px;
  	margin: 0 0px 0px 22px;
  	border: 4px solid #D9E0E6;
  	}
.services-header {
	float: left;
	width: 206px;
  	margin: 0 0px 0px 30px;
  	display: inline;
}
.services-intro {
	float: left;
	width: 375px;
  	margin: 0 20px 0px 0;
	padding: 15px;
	color: #336699;
  	border: 1px solid #D9E0E6;
  	display: inline;
  font: normal 85%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
.services-content {
	float: left;
	width: 360px;
  	margin: 0 60px 0px 30px;
	line-height: 2em;
  	display: inline;
	}
p.services-content {
	margin: 0;
	padding: 5px 0 0px 0;
}
.clients-content {
  float: left;
  width: 360px;
  min-height: 320px;
  margin: 0 60px 0px 30px;
  line-height: 2em;
  display: inline;
  background: url("images/about/clients_bg.jpg") no-repeat 0 50%;
	}

#cv-header {
  float: left;
  width: 360px;
  height: 39px;
  margin: 0;
  padding: 0;
  display: inline;
  border: 1px solid black;
}
.cv-header img {
  	margin: 0;
  	padding: 0;
  	border: 1px solid black;
          }

.side-wrapper {
	float: left;
	width: 165px;
	padding: 0px;
	margin: 0;
  }

.side-container {
	float: left;
	width: 165px;
	padding: 8px 8px 8px 16px;
	margin: 0 0 20px 0;
  	border: 1px solid #D9E0E6;
}
.side-contact, .side-testimonial, .corp-clients {
	float: left;
	width: 190px;
	height: 2.3em;
	margin: 0 0 1em 0;
	border: 1px solid #D9E0E6;
}
.side-contact {
	background: url("images/icons/icon_mail.gif") #f90 no-repeat 6px 50%;
}
.side-testimonial {
  background: url("images/icons/page_down.gif") #f90 no-repeat 6px 50%;
}
.side-contact p, .side-testimonial p, .corp-clients p {
  margin: 0;
  padding: 1.1em 0 0 2.6em;
  font: normal 75%/100% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
}
.corp-clients {
	background: url("images/icons/corp_clients.gif") #CC6600 no-repeat 6px 50%;
}
.image-gallery {
  float: left;
  width: 165px;
  padding: 8px 0px 8px 25px;
  margin: 0 0 20px 0;
  border: 1px solid #fff;
  font: 70%/16px Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
  background: url("images/icons/image.gif") #66CC66 no-repeat 6px 50%;
}

.side-contact a:link, .side-contact a:visited, .side-testimonial a:link, .side-testimonial a:visited, .corp-clients a:link, .corp-clients  a:visited, .image-gallery a:link, .image-gallery a:visited {
	color: #fff;
	text-decoration: none;
}
.side-contact a:hover, .side-testimonial a:hover, .corp-clients a:hover, .image-gallery a:hover {
	color: #000;
	text-decoration: none;
        }
.side-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side-container ul li {
	list-style-type: none;
	background: url("images/icons/ttbullet.gif") no-repeat 0 50%;
	padding-left: 13px;
  font: normal 85%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
.side-container li a:link {
	color: #000;
	text-decoration: none;
}
.side-container li a:visited {
	color: #000;
	text-decoration: none;
}
.side-container li a:hover {
	color: #000000;
	text-decoration: underline;
}

.side-images {
	float: left;
	width: 190px;
	border: 0;
  margin: 0;
  display: inline;
}
.side-images img {
  	float: left;
  	margin: 0 0 20px 0;
	border: 0;
  	}

.services-content img {
  width: 120px;
  margin: 0 6px 6px 0;
  border: 0;
}

.mwtable {
    float: left;
    width: 360px;
    border-collapse: collapse;
    border-top: 1px dotted #999;
}
.mwtable th {
  vertical-align:top;
  padding: 5px 0 0px 10px;
  width: 60px;
  font-weight: bold;
  text-align: left;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
  font: normal 85%/160% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
.mwtable td {
  vertical-align: top;
  padding: 5px 0 10px 10px;
  border-bottom: 1px dotted #999;
  background: url("images/about/table_bg.jpg") #ffffff no-repeat;
  font: normal 85%/160% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
  }
.jstable {
    float: left;
    width: 360px;
    border-collapse: collapse;
    border-top: 1px dotted #999;
}
.jstable th {
  width: 180px;
  vertical-align: top;
  padding: 5px 0 10px 10px;
  border-bottom: 1px dotted #999;
  background: url("images/about/table_bg.jpg") #fff no-repeat;
  font: normal 85%/160% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
  text-align: left;}
.jstable td {
  vertical-align:top;
  padding: 5px 0 0px 10px;
  width: 190px;
  text-align: left;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
}
.jstable td.img img {
  width: 190px;
  border: none;
}

.testimonial {
  float: left;
  width: 350px;
  border: 1px solid #ccc;
  padding: .3em 10px 10px 15px;
  margin: 0 0px 20px 0;
  text-indent: 20px;
  background: url("images/about/testimonials_bg.gif") #ffffff no-repeat;
}
p.testimonial {
	margin: 0;
	padding: 5px 0 0px 0;
}
.contact {
  float: left;
  width: 350px;
  border: 1px solid #ccc;
  padding: 15px 10px 10px 15px;
  margin: 0 0px 20px 0;

}

.links {
  float: left;
  width: 370px;
  font: normal 100%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
  line-height: 2em;
}
.links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.links ul li {
	list-style-type: none;
	border-top: 1px dotted #ccc;
	background: url("images/icons/icon_link.gif") no-repeat 0 7px;
	padding: 5px 0 0 23px;
}
.links li a:link {
	color: #000;
	text-decoration: none;
}
.links li a:visited {
	color: #000;
	text-decoration: none;
}
.links li a:hover {
	color: #000000;
        text-decoration: underline;
}
.links p{
	margin: 0;
	padding: 20px 0 0px 0;
}


.clients {
  float: left;
  width: 370px;
  font: normal 85%/100% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
  line-height: 2em;
}
.clients ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.clients ul li {
	list-style-type: none;
	border-top: 0px dotted #ccc;
	background: url("images/icons/icon_link.gif") no-repeat 0 6px;
	padding: 5px 0 0 23px;
}
.clients p{
	margin: 0;
	padding: 20px 0 0px 0;
}






#footer {
	float: left;
	width: 670px;
	height: 20px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px #ccc dotted;
}
.small-text {
	text-align: center;
	color: #999;
  font: normal 75%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
}
.small-text a:link {
	color: #333;
	text-decoration: none;
}
.small-text a:visited {
	color: #333333;
	text-decoration: none;
}
.small-text a:hover {
	color: #000000;
	text-decoration: none;
}

.subhead04, h3 {
	color: #f90;
	text-decoration: none;
  font: normal 95%/150% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
	}
h3 {
	color: #999;
	text-decoration: none;
  font: normal 100%/200% 'Lucida Grande', 'Lucida Sans Unicode', Georgia, Times, Arial, Helvetica, Verdana, sans-serif;
	}

.clear20 {
  clear: left;
  width: 670px;
  height: 20px;
	}
.clear {
  clear: left;
  width: 670px;
  height: 40px;
	}

		
html>body {
	font-size: small;
}

* html ul li {
	height: 1%;
}
* html ul li a {
	height: 1%;
}
