

/* Begin Main Layout */

html,body {

     margin: 0px;
     padding: 0px;
     font-family:Arial,Helvetica,sans-serif;
     font-size:90%;
     color:#000;

}

body {
     background-color:#500;
     background-image:url('/wp-content/themes/z80/images/bk.png');
}

p { line-height:1.2em; }

a { text-decoration:underline; color: #00847c; }
a:hover { color:#000; }

h2 { color:#7e0b0b; }

img, div { behavior: url('/wp-content/themes/z80/iepngfix.htc') }

img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}


#titlebar {
   width:927px;
   height:130px;
   margin:95px auto 0px;
   background-image:url('/wp-content/themes/z80/images/tb.png');
   background-repeat: no-repeat;
   z-index:1;
}

#titlebar a { margin-right:25px; }

#leftnav {
   float:left;
   margin:48px 60px;
   z-index:3;
}

#rightnav {
   float:right;
   margin:48px 50px;
   z-index:3;
}


#coffeering {
   position:absolute;
   right:0px;
   top:0px;
   width:259px;
   height:247px;
}

#superstruct {
   width:927px;
   margin:20px auto;
   background-image:url('/wp-content/themes/z80/images/cb.png');

}

#content {
   width:910px;
   margin:-30px 0px 0px 8px;
   padding-top:5px;
   background-color:#fdfdf5;
   background-image:url('/wp-content/themes/z80/images/strbak.png');
}

#footer {
   width:927px;
   height:89px;
   margin:-20px auto;
   background-image: url('/wp-content/themes/z80/images/ftr.png');
   background-repeat: no-repeat;
   padding-top:20px;
}

#footer #footer_t {
   margin-left:8px;
   padding-top:5px;
   width:910px;
   text-align:center;
   color:#000000;
   border-top:1px DASHED #e1e1c0;
   font-size:85%;
}


#statement { margin-top:-15px; }

#the123 table { margin:20px 20px; }

#the123 td { width:300px; margin:20px 40px;}

.cbox {
   height:199px;
   width:301px;
   background-image: url('/wp-content/themes/z80/images/brdr2.png');
   background-repeat: no-repeat;
   margin-left:20px;
   padding:20px 0px 0px 20px;
   float:right;
}

.cbox ul { margin-left: .35em; padding-left: .35em; }

#wdc {
   height:301px;
   width:251px;
   background-image: url('/wp-content/themes/z80/images/wdb.png');
   background-repeat: no-repeat;
   padding:10px 0px 0px 25px;
}

#wdc .blurb { width:215px;margin-top:20px;text-align:left; }

#whc {
   height:317px;
   width:260px;
   background-image: url('/wp-content/themes/z80/images/whb.png');
   background-repeat: no-repeat;
   padding:10px 0px 0px 12px;
}

#whc .blurb { width:235px;margin-top:20px;text-align:left; }

#smc {
   height:317px;
   width:251px;
   background-image: url('/wp-content/themes/z80/images/smb.png');
   background-repeat: no-repeat;
   padding:10px 0px 0px 12px;
}

#smc .blurb { width:235px;margin-top:20px;text-align:left; }

.ar { margin:0 15px; }

#process {
   width:420px;
   background-color:#d6eede;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   padding:10px 15px 0px 15px;
   margin-left:15px;
}

/* End Main Layout */

/* Begin Post and Page Layout */

.post { margin:0px 30px; }


#contact_left {
      width:450px;
}

#contact_right {
      float:right;
}
br.clear { clear:both }

li { margin-bottom:10px; }


.wpcf7-form {
        border:5px DOUBLE #e1e1c0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
        padding:10px;
}

.wpcf7-form p { font-size:85%; }


/* End Post and Page Layout */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


