   <!--
   *{
	margin: 0;
	padding: 0;
}
html{
	font-size: 125%;
}
body{
	font-size: 60%;
	margin: 0;
	padding: 0;
/*	background: #a3bdd6 url('/images/layout/background.jpg') center no-repeat;  696969 5a5a5a 005e8a*/
/*	background: #5a5a5a url('/images/layout/houndstooth.jpg') top left repeat;*/
	background: #3a3a3a;
	background-attachment: fixed;
}

img{
	border: 0;
}

/*      LAYOUT DIVs   */

div#container{
	margin: auto;
	text-align: center;
	width: 100%;
}

div#leftcol{
	background: url('/images/layout/tl.jpg') top left no-repeat;
	width: 134px;
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	padding-top: 200px;
	text-align: right;
	padding-right: 40px;
}
div#leftcol a{
 	font-family: arial;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 1.4em	;
}

div#leftcol a:hover{
	color: white;
	background: transparent;
	text-decoration: none;
	border: 0;
}

div#middlecol{

	position: absolute;
	top: 0;
	left: 135px;
	width: 611px; /* Width was 651px but reduced to 611px because of 40px total width padding */
	min-height: 250px;
	height: 250px;
	height: auto !important;

	text-align: justify;
}
div#middlecontent{
 	padding-bottom: 0px;
	/*padding-top: 260px;*/
	padding-top: 330px;
	
	padding-left: 20px;
	padding-right: 19px;
	background-color: white;
	width: 611px;
}
div#rightcol{
	height: 500px;
	background: url('/images/layout/orangestrip.jpg') top left no-repeat;
	margin: 0 0 0 785px;
	padding-top: 145px;
	width: auto;
	text-align: left;
}

div#logoheader{
	width: 651px;
	position: absolute;
	top: 0px;
	left: 134px;
}
div#logoheader img{
	float: left;
}

div#topright{
	background: url('/images/layout/toporange.jpg') top right no-repeat;
	width: 335px;
	height: 123px;
	text-align: right;
	font-size: 1em;
	color: gray;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
}

div#menubuttons{
	width: 345px;
	height: 49px;
	float: left;
	border:none; 
	text-align: left;
}
div{
	color: #3c3c3c;
}
div.result{ padding: 5px; margin: 10px; border: 1px solid navy; width: 135px; height: 80px; text-align: center; float: left; }

div#footer{
	width: 100%;
	height: 15px;
	max-height: 45px;
	

	background: black;
	color: #eaeaea;
	font-size: 0.9em;
	border-top: 3px solid #5C5C5D;
	text-align: center;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}


/*  CONTENT DIVs */

div.whitebox{
	width: 195px;
	margin-bottom: 20px;
	overflow: visible;
	padding: 0;
		line-height: 0.8em;
	height: auto !important;
	vertical-align: top;
}

div.whitetop{
	height: 10px;
	width: 195px;
}
/*div.whiteback{
	background: url('/images/layout/boximages/backbox.gif') top left repeat-y;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	overflow: visible;
	padding-bottom: 1em;
	height: auto !important;
	
}*/

div.whiteback{

	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	overflow: visible;
	padding-bottom: 0em;
	height: auto !important;

}


div.whitebox span{
	overflow: hidden;
	height: 10px;

}
div.whitebot{
	height: 10px;
	width: 195px;
margin: 0;
padding: 0;
}
div.whitebot img{
	position: relative;
	left: 0;
	top: -1px;
}
div#copybox{
	float: left; width: 260px; text-align: left;
}
div.imagebox img{
	float: left;
}

#footer span.privacy{
	float: right;
	padding-right: 20px;
}
#footer span.copyright{
	color: white;

}
span.littlelinks{
	float: right;
	
}

div.copyright{
 font-size: 0.85em;
	float: left; 
	text-align: left; 
	color: #c3c3c3;
	position: relative;
}
span.copyright{
	color: #c3c3c3;
}
.copyright a:link{
	color: #c3c3c3;
	text-decoration: underline;
}
.copyright  a:visited{
	color: #c3c3c3;
}
.copyright  a:hover{
	text-decoration: none;
}
.copyright  a:active{
	color: #c3c3c3;
}

div.leftquote{
	float: left;

	width: 26px;
	height: 22px;
/*	background: url('/images/layout/quote_left.jpg') top left no-repeat;*/
}
div.rightquote{
	float: right;
	width: 26px;
	height: 22px;
	position: relative; 
	top: -35px; 
/*	background: url('/images/layout/quote_right.jpg') top left no-repeat;*/
}
div.clear{
	clear: both;
	height: 5px;
}

div.buttonbox{
	width: 152px;
	float: left;
	font-size: 1.1em;
	padding: 0px;
	text-align: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.textpad{
	width: 146px;
	text-align: left;
}
div.buttonbox img{
	text-align: center;
	border: 0;
}
div.pixeldot{
	width: 100%;
	height: 5px;
	background: url('/images/layout/pixeldot.jpg') top left repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*  FONTS  */
body{
	font-family:  "tahoma", arial, verdana, sans-serif;
	font-weight: normal;

}
p{
	font-size: 0.98em;
	margin-bottom: 1.15em;
	color: #3c3c3c;
	line-height: 1.3em;


}
h1{
	font-size: 1.6em;
	font-family: arial;
	color: #4873a4;
	margin-bottom: 0;
	text-transform: uppercase;
}
h2{
	font-size: 1.4em;
		font-family: arial;
	color: #4873a4;
		text-transform: uppercase;
/*	color: #FEA414;*/
	margin-bottom: 0.9em;
}
h2.subheading{
 	font-size: 1.25em;
	margin-top: 0;
	color: #b7b3b3;
	font-weight: bold;
}
h3{
	font-size: 1.4em;
	letter-spacing: 0.2em;
	color: #FEA414;
	margin-bottom: 0.9em;
}

/*.whitebox h2{
	color: #FEA414;
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: 0;

	font-family: impact, "Arial Bold", Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}*/
/*
.whitebox h2{
	font-size: 1.4em;
	text-transform: lowercase;
}

.whitebox p{
	font-size: 1.1em;
	letter-spacing: 0em;
	line-height: 1.3em;
	margin-bottom: 1.2em;
	margin-top: 0;
}
*/
.whitebox{
	font-size: 0.9em;
}
.whitebox h2{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #d2d2d2;
}
.whitebox h2.quote{
	font-size: 1.6em;

}

.whitebox p{

	letter-spacing: 0em;

	margin-bottom: 1.1em;
	margin-top: 0;
color: #fff;

	font-weight: normal;
}
span.newsdate{
	font-weight: bold;
	color: #b7b3b3;
}
p.news{

}

a:link{
	color: #f5681b;
}
a:visited{
	color: #f5681b;
}
a:hover{
	color: #567692;
	text-decoration: none;
}
a:active{
	color: #567692;
}
div#leftcol a:link, div#leftcol a:visited{
	color: #FEA414;
}

p.client{
	font-weight: bold;
	font-style: italic;
}

h4{
	font-size: 1.05em;
	color: #4873a4;
	margin-top: 1em;
	margin-bottom: 0;
}

















/* MENU CODING */

ul#primary-nav,
ul#primary-nav ul {

	margin: 0;
	padding: 0;
	background: transparent; /* IE6 Bug */
	font-size: 100%;

	}

ul#primary-nav {
	width: 345px;
	z-index: 999999;
	position: absolute;
	}

ul#primary-nav:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	float: left;
	width: 80px; /* Width of Menu Items */
	}

ul#primary-nav li.home {
 	width: 69px;
 }
ul#primary-nav li.about {
 	width: 63px;
 } 
ul#primary-nav li.services {
 	width: 78px;
 }
ul#primary-nav li.clients {
 	width: 67px;
 }
ul#primary-nav li.contact {
 	width: 68px;
 }

ul#primary-nav li.home ul{
	left: -69px;
}
ul#primary-nav li.about ul{
	left: -63px;
}
ul#primary-nav li.services ul{
	left: -78px;
}
ul#primary-nav li.clients ul{
	left: -67px;
}
ul#primary-nav li.contact ul{
	left: -68px;
}

ul#primary-nav li a,
ul#primary-nav li li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 5px;
font-weight: bold;
	text-align: center;
	

	}

ul#primary-nav li ul{
	top: 49px;
	left: 0px;
}

	/* Fix IE. Hide from IE Mac \*/
	* html ul#primary-nav li { float: left; height: 1%; }
	* html ul#primary-nav li a { height: 1%; }
	/* End */

	ul#primary-nav ul {
		position: absolute;
		display: none;
		}

ul#primary-nav ul ul {
	left: 169px;
	top: 0;
	
	}

ul#primary-nav li ul li a { padding: 2px 5px; width: 160px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent; }



ul#primary-nav li ul li a{

height:15px;
padding:1px 0px 1px 15px;
background: white;
border-left:1px solid #f9f9f9;
border-right:1px solid #f9f9f9;
border-bottom:1px solid #f9f9f9;
font-weight:bold;
text-align: left;

color: #FF7F00;

}




ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { 
 background-color: #ececdd !important;  
 }

ul#primary-nav li.menuparent:hover{  }

ul#primary-nav li ul li a:hover{ color: white; background: #FF7F00; }

ul#primary-nav li a:hover { color: #ffc90f; }

ul#primary-nav li li.menuparent2 ul, ul#primary-nav li ul.menuparent2 li a{
	margin-left:7px; 
}


ul#primary-nav a{
/*background:#ffffff;*/
}

ul#primary-nav li.menuparent {

	margin:0;
  	padding:0 0 0 0px;

  font-weight:bold;
	}
	
	/* END MENU */





select {
/*border: 1px solid #FEA414;
background-color: #ffffff;
font-size: 1em;*/
}

input:focus, textarea:focus{
	/*background: #FFD47F;*/
}
input, select, textarea { /*border: 0px solid #FEA414;
border: 1px solid #696969;
font-size: 1em; 
height: 17px; 
padding: 3px;*/

}

select{
/*	padding: 0;*/
}

input{
/*	width: 150px;*/
}
.whiteback input { width: 100%;
height: 15px;
padding: 3px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

 }

.whiteback input.submit{
	width: 108px;
	margin-top: 10px;
	height: 23px;
	background: #ffa415;
	color: white;
	font-weight: bold;
	cursor: hand;
	padding: 0px;
	border: 0;
	
}

.whiteback textarea{
	width: 100%;

	height: 100px;
	font-size: 12px;
	font-family: arial, sans-serif;
	padding: 3px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

textarea{
		/*border: 1px solid #FEA414;
	height: 50px;
	font-size: 1em;*/
	font-family: arial, sans-serif;
}

input.text { /*border: 1px solid #FEA414; width: 155px; */ }
input.radio{ border: 0; width: 10px; height: 15px; }
input.image{border: 0;}

.form { margin: 2px; font-size: 12px; padding-bottom: 1px; }

#form1 {
  display:none;
}

#form5 {
  display:none;
}

img{ border: 0px; }

#form2 {
  display:none;
}

#form3 {

  display:none;
}

#form4 {

  display:none;
}

#someID{ width: 140px; }




/* PORTFOLIO */

.spacing{ width: 15px; }
.portfolio{ border: 1px solid #cdcdcd; }
.thumbnailtd{ width: 220px; }
a.morelink{ text-decoration:none; color: orange; font-weight: bold; }
a.morelink:hover{ font-weight: bold; text-decoration: none; }

.thumbnailtd{
	text-align: left;
}

span.copyright{
		font-size: 0.9em;
}

div#bubble{
float: right; text-align: right;
}

div#roundcorner{
	width: 100%;
	float: right;
	clear: both;
/*	background: transparent url('/images/layout/roundcorner.png') top right no-repeat; */
	height: 41px;
}

td.content input.message, td.content textarea{
	width: 225px;
	border: 1px solid #3a3a3a;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
td.header2{
	font-weight: bold;
}
-->