/* CONTAINER */

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL */
		
		h1 {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 2em;
			color: #CC6633;
			margin-bottom: 30px;
		}
		
		h2 {
			color: #015CAB;
			font-size: 1.5em;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			margin-top: 10px;
		}

		
		
		h3 {
			color: #666;
			font-size: 1.2em;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			margin-top: 10px;
		}
		
		h4 {
			color: #015CAB;
			font-size: 1em;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		}
		
		h5 {
			color: #015CAB;
			font-size: 1.2em;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			margin-top: 1px;
		}
		
		a {
			color:#015CAB;
			text-decoration: none;
		}

		a:hover {
			color:#015CAB;
			background-color: #F5F5F5;
		}

		
		form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		
		
/* HEADER */

		#header {
/*			border-bottom: 4px solid #008658; */
			border-bottom: 4px solid #015CAB;  
			padding-top: 0px;
			clear: both;
			margin-bottom: 0px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION */
	

		 #navigation ul {
			margin-top: 10px;
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation ul li#ourproducts {
			display: block;
			padding: 5px;
			width: 140px;
			color: #fff;
			background-color: #999;
			border-bottom: 1px solid #d3d3d3;
			border-bottom: 6px solid #fff;
		}
		
		#navigation ul li#mission {
			border: 1px solid #d3d3d3;
			width: 138px;
			padding: 5px;
			background: #f1f1f1;
			text-align: center;
			color:#015CAB;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			background-color: #F5F5F5;
			border-bottom: 1px solid #d3d3d3;
		}

		#navigation a:link, #navlist a:visited {
			color:#015CAB;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000;
			background-color: #d3d3d3;
			color:#015CAB;
		}

		body#udt #navigation a.udt {
			background-color: #d3d3d3;
			color:#015CAB;
		}

		body#sdt #navigation a.sdt {
			background-color: #d3d3d3;
			color:#015CAB;
		}

		body#adt #navigation a.adt {
			background-color: #d3d3d3;
			color:#015CAB;
		}

		body#contact #navigation a.contact {
			background-color: #d3d3d3;
			color:#015CAB;
		}

		body#services #navigation a.services {
			background-color: #d3d3d3;
			color:#015CAB;
		}
		

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 20px;
			padding: 5px;
		}
		
		 #mission p {
			width: 130px;
			text-align: left;
			clear: both;
			margin: 0;
			padding: 0;
		}		
		
/* CONTENT */

		#content {
			width: 372px;
			margin-left: 168px;
			margin-right: 200px;
		}
		
		#content p {
			padding-bottom: 2px;
		}

	
		
		#content p#breadcrumbs {
			margin-top: 5px;
		}
		
		#single-column-content {
			width: 535px;
			margin-left: 170px;
		}
		
		#single-column-content p {
			padding-bottom: 2px;
		}


/* SIDEBAR */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
		
		#sidebar p.bar-above {
			padding: 10px 0;
			border-top: 1px solid #DDDDDD;
		}
		
		#sidebar h2.testimonial {
			font-size: 1.2em;
			background-color: #015CAB;
			color: #fff;
			padding: 4px;
			margin-left: 0px;
		}
		
		#sidebar h3.testimonial {
			color: #015CAB;
			margin-bottom: 0;
			line-height: 1.2em;
		}
		
		#sidebar h3.cutoff {
			color: #015CAB;
			margin-bottom: 0;
			line-height: 1.2em;
		}
		
		#sidebar p.instruction {
			font-weight: bold;
			border-bottom: 1px solid #DDDDDD;
			border-top: 1px solid #DDDDDD;
			font-size: .8em;
			color: #015CAB;
			line-height: 1.4em;
			padding-left: 0px;
			padding-top: 6px;
		}
		
		#sidebar p.author {
			font-weight: bold;
		}
		
		#sidebar ul {
			margin-left: 0;
			padding-left: 1.5em;
		}
		
		#sidebar li {
			text-indent: 0;
		}

/* FOOTER */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#015CAB;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
		}
		
		#footer p a:hover {
			color: #ccc;
			background-color:#015CAB;
		}
		