/* CSS Document */

* {margin:0px;padding:0px}
html, body {margin: 0px; padding: 0px; border: 0px;}

body {
color: #000; 
background-color: #E5E5BC; 
font-family: verdana, sans-serif; 
font-size: 70%; 
text-align: center;
margin: 0px;
}

p  {margin: 0px; padding: 0px 15px 15px 15px}

h1 {font-size: 130%; text-align: left; margin:0px; padding: 15px 0px 0px 15px;color:#660000;font-weight: normal}
h2 {font-size: 100%; text-align: left; margin:0px; padding: 15px 0px 0px 15px;color:#993300;font-weight: bold}
h3 {font-size: 100%; text-align: left; margin:0px; padding: 10px 0px 10px 15px;color:#000;font-weight: bold}
h4 {font-size: 120%; text-align: left; margin:0px; padding: 10px 0px 0px 15px;color:#000;font-weight: normal}
h5 {font-size: 120%; text-align: left; margin:0px; padding: 0px 15px 15px 15px;color:#000;font-weight: normal}

ul {
	margin:0px;
	padding: 0px 15px 15px 30px;
	list-style-position: outside;
}
.clear { clear: both }

a, a:visited {color: #000}  
a:hover, a:active {color: #990000}
.graphic a, .graphic a:visited {color: #000;text-decoration:none}  
.graphic a:hover, .graphic a:active {color: #990000;text-decoration:underline}

.alignright {margin-top: 0; text-align: right;}

hr {
	clear:both;
	border: 0;
	color: #E5E5BC;
	background-color: #E5E5BC;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin: 12px 0px 15px 0px;
	text-align:left

}

.wrapper {
margin: 0 auto;
width: 757px;
text-align: left;
background: #E5E5BC;
border: 1px solid #E5E5BC;
text-align:left;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 760; 
w\idth: 757px; 
}
.samples {
	width:100%;
	height: 200px;
	background:#990000;
}
.outer {
border-left: 159px solid #E5E5BC;  
border-right: 159px solid #E5E5BC;
text-align: left;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 
***/

* html .outer {
	text-align: left;
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 598px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 1px solid #E5E5BC;
border-width: 0 0 0 1px;
text-align: left;

}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 597px;
margin-left: -159px;       /*** Same length as left column width ***/
text-align: left;
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.subfloat-wrap {
float: left;
width: 757px;
margin-left: -159px;       /*** Same length as left column width ***/
	text-align: left;
}
.allfloat-wrap {
float: left;
width: 757px;
margin-left: 0px;       /*** Same length as left column width ***/
text-align: left;
}
.left {
float: left;
width: 159px;
background:#FFF;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right; 
width: 159px;
background:#FFF;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
text-align: left;
border-left: 1px solid #E5E5BC;
}
.right p{padding:10px 5px 10px 15px; color: #7F7D66}
.right a,.right a:visited{color: #7F7D66}
.right a:hover{color: #990000}

* html .right {
margin: 0 -161px 0 0px; /*** IE gets this margin. ***/
}
.full {
float: left;
width: 757px;
background: #FFF;
text-align:left;
padding-bottom:0px;
}
.center-and-right {
float: right;
width: 597px;
background: #FFF;
text-align:left;
padding-bottom:0px}
.center {
float: right;
width: 437px;
background: #FFF;
text-align:left;
}
.utility {
float: right;
width: 437px;
background: #E5E5BC url(images/shadow.gif) repeat-x top;
margin-top:-6px;
text-align:left;
}
.subutility {
float: left;
width: 597px;
background: #E5E5BC url(images/shadow.gif) repeat-x top;
margin-top:-6px;
text-align:left;
}
.allfloat-wrap .subutility {
float: left;
width: 757px;
background: #E5E5BC url(images/shadow.gif) repeat-x top;
margin-top:-6px;
text-align:left;
}

.widetop {
background: #FFF;    /* header and footer colours */
width: 100%; 
border: 1px solid #E5E5BC;
}
.widebottom {
background: #FFF;    /* header and footer colours */
width: 100%; 
border: 1px solid #E5E5BC;
font-weight: bold;
}
.widetop p;.widebottom p {padding: 15px;}


/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}
.redbar {
	line-height: 20px;
	width: 100%;
	height:20px;
	line-height:20px;
	background: #660000;
	color: #FFF;
	font-size: 90%;
	font-weight: normal}
.redbar a {
	color: #FFF;
	text-decoration: none;
}
.redbar  a:hover, .redbar a:active {color: #FFF; text-decoration: underline}
.redbar a:link, .redbar a:visited {font-weight: normal}
.redbar p {margin:0px 0px 0px 15px; padding:0px;line-height:20px}
.Horiznav {
   	position:absolut;
	marging:0px;padding:0px;
	white-space : nowrap;
	width: 100%;
	height:20px;
	background: #FFF;
	color: #000;
	line-height: 20px;
}
.Horiznav a {
	color: #000;
	width: auto;
	text-decoration: none;
	border-right: 1px solid #E5E5BC;
	padding: 0px 23px 0px 0px;
   	margin: 0px 0px 0px 15px;	
}
.last a {
	color: #000;
	width: auto;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 0px 15px 0px 15px;
   	margin: 0px;	
}
.Horiznav a:hover, .Horiznav a:active {color: #990000; text-decoration: underline}
.Horiznav a:link, .Horiznav a:visited {font-weight: normal}


.redlevel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	list-style-position: outside;
}
.redlevel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 159px;
	background-color: #660000;
}
.redlevel ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 95%;
	display: block;
	border-bottom: 1px solid #C2BF9F;
	list-style-type: none;
	line-height: 20px;
}
.redlevel a { color: #FFF}
.redlevel  a:link, .redlevel  a:visited {color: #FFF;text-decoration: none;}
.redlevel  a:hover, .redlevel  a:active {color: #FFF;;text-decoration: underline;}
.whitelevel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
.whitelevel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #990000;
}
.whitelevel ul li {
	margin: 0px;	
	padding: 0px 0px 0px 15px;
	display: block;
	border-bottom: 1px solid #C2BF9F;
	list-style-type: none;
	line-height: 20px;

}
.whitelevel ul ul {
	list-style-type: none;
	margin: 0px 0px 0px -15px;	
	padding: 4px 0px 4px 0px;
	background-color: #FFF;
	text-transform: none;
	width:159px;
}
.whitelevel ul ul li {
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 4px 30px;
	line-height: 11px;
	display: block;
	list-style-type: none;
	border-bottom: 0px solid #FFF;
}
.whitelevel ul ul ul {
	list-style-type: none;
	margin: 5px 0px 0px -15px;	
	padding: 0px;
	background-color: #FFF;
	text-transform: none;
	width:130px;
}
.whitelevel ul ul ul li {
	margin: 0px 0px 0px -5px;
	padding: 2px 0px 3px 30px;
	line-height: 12px;
	display: block;
	list-style-type: none;
	border-bottom: 0px solid #FFF;
}
.whitelevel ul a {color: #000}
.whitelevel ul a:link, .whitelevel ul a:visited {
	color: #FFF;
	text-decoration: none;
}
.whitelevel ul ul strong, .whitelevel ul ul ul strong {color:#660000}
.whitelevel ul a:hover, .whitelevel ul a:active {color: #FFF; text-decoration: underline}
.whitelevel ul ul a {color: #000}
.whitelevel ul ul a:link, .whitelevel ul ul a:visited {color: #000;text-decoration: none}
.whitelevel ul ul a:hover, .whitelevel ul ul a:active {color: #990000; text-decoration: underline}
.whitelevel ul ul ul a {color: #000}
.whitelevel ul ul ul a:link, .whitelevel ul ul ul a:visited {color: #000; text-decoration: none}
.whitelevel ul ul ul a:hover, .whitelevel ul ul ul a:active {color: #990000; text-decoration: underline}
.greylevel {
	left:0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	list-style-position: outside;
	font-weight: normal;
}
.greylevel ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-color: #9C9977;
	line-height: 20px;
}
.greylevel ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	border-bottom: 1px solid #E5E5BC;
	list-style-type: none;
	line-height: 20px;
}
.headerlevel {
	left:0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #7F7D66;
	list-style-position: outside;
	font-weight: normal;
}
.headerlevel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
	line-height: 20px;
}
.headerlevel ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	display: block;
	border-bottom: 1px solid #E5E5BC;
	list-style-type: none;
	line-height: 20px;
}
.headerlevel p, .headerlevel A, .headerlevel A:visited {
	color: #7F7D66;
	text-decoration: none;
}
.headerlevel A:hover, .headerlevel A:active { 
	color: #990000; 
	text-decoration: underline;
}
.featurebox {
	float:left;
	width: 200px;
	height: auto;
	margin: 0px;
  	padding: 10px 0px 16px 0px;
	background: #FFF url(images/shadow.gif) repeat-x left bottom;
	border-top: 1px solid #C2BF9F;
	color:#A8A88E
	}
.featurebox p{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 0px 0px 15px;
	line-height: 14px;
	color:#7F7D66
}
.featurebox A, .featurebox A:visited {
	color: #7F7D66;
	text-decoration: none;
}
.featurebox A:hover, .featurebox A:active { 
	color: #990000; 
	text-decoration: underline;
}
.backbox {
	float:right;
	width: 160px;
	height:26px;
	margin: 0px;
	padding: 0px;
	background: #FFF url(images/shadow.gif) repeat-x left bottom;
	border-top: 1px solid #C2BF9F;
	text-align: left;
}
.backbox p{margin:0px;padding:0px;line-height:20px}
.backbox A, .backbox A:visited {
  	margin: 0px; 
	padding: 0px;
	color: #7F7D66; 
	text-decoration: none;
	
}
.backbox A:hover, .backbox A:active { 
	color: #FFF; 
	text-decoration: none;
}
.space {
	position:relative;
	margin: 0px; 
	padding: 0px 15px 0px 15px;
}
.spaces {
	width:15px
}
.spacer {
	clear: both;
	height: 20px;
	font-size: 0px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
img {border:0px}
.shadow {
	width: 100%;
	height:6px;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 0px solid #FFF;
	overflow: hidden;       
}
.current {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
.larger { border: 1px solid #E5E5BC; padding:2px; margin:0px; float:right; color: #C2BF9F;text-decoration:none}
.colone {float:left;width:90px;height:140px;margin-left:15px;padding-right:15px;margin-top:15px}
.colfive {float:left;width:180px;height:auto;margin-left:5px;margin-top:10px}
.colfour {color:#A8A88E; font-weight:bold;float:left;width:100px;height:auto;margin:15px 30px 15px 15px}
.colsix {width:180;height:auto;margin-left:5px;margin-top:10px}
.colone img { border: 1px solid #E5E5BC; padding:1px;} 
.colfive img {padding:0px 0px 0px 10px;} 
.colfour img {
	border: 1px solid #E5E5BC; 
	padding:1px;
	WIDTH:80px; 
	HEIGHT:80px}

.colone a{background:#FFF;padding:0px;text-decoration:none}
.colfive a{color:#990000;padding:0px;text-decoration:none}
.colfive H1 {font-size:100%;font-weight: bold;color:#000;padding:0px 0px 0px 15px}
.graphic-design {width:100%;height:220px;background:#990000}
.label {background:#330000;height:20px;width:160px;color:#FFF}
.label p{margin:0px;padding:0px 0px 0px 15px;line-height:18px}
.services {background:#FFF;height:auto;width:100%}.services p{padding:0px 15px 0px 15px}.services h2{padding:15px 15px 0px 15px}
.coltwo {float:left;width:33%;height:auto}
.colthree {
	float:left;
	width:33%;
	border-left: 1px solid #E5E5BC;
	border-right: 1px solid #E5E5BC;
	padding-bottom:0px;
	margin-bottom:0px;
	
	}
form p
{
	clear: both;
}

form p label
{
	float: left;
	text-align: left;
	vertical-align: top;
width:auto;
}

form p input, form p textarea, form p select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding: 3px;
	color:#999;
}

form #submit{
	margin-left:68px;
}

form p textarea{
	width:214px;
	*width:218px;
}
.slightlyright{
	padding: 15px;
	text-align: left;
	width:300px;
	float:left;
	border-left: 1px solid #E5E5BC;
	
}
.slightlyleft{
	padding: 15px;
	text-align: left;
	width:300px;
	float:left;
}
.highlight {
	color: #990000;
	font-weight: bold;
}
.grey {
	color: #999999;
}
.indent{
	position:relative;
	left: 15px;}
.indent li {color:#990000}
.graphic{font-size:100%} .graphic td{border-top:1px solid #E5E5BC;padding-bottom:15px} .graphic img{border-left: 15px solid #FFF;border-top: 15px solid #FFF}
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:top}
.prop {
    height:inherit;width: 95%; float:left;
  }
  .results {width:600px}  
  .results label {width:500px;padding-bottom:5px}
  
.imgleft { margin:0 10px 10px 0; }
