/*
	T.Hughes Consulting style sheet
	for ZAX, Inc.
	Copyright 2007 All rights reserved.
*/

html,body,h1,h2,h3,h4,h5,h6,div,p,p2 {
	margin:0;
	padding:0;
}

BODY {
	background-color: #292929;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-family: Verdana, Sans-serif, Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

#wrapper {
	margin: 16px auto;
	text-align: left;
	width: 832px;
	background-image: url(../img/bg_wrapper.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

img {border: 0;}


a {color: #333333; text-decoration: underline;}
a:active {}
a:link {}
a:visited {}
a:hover {color: #333333; text-decoration: underline;}

#top-section {
	position: relative;
	left: 0;
	top: 0;
   height: 135px;
	padding: 0 8px 0 8px;
}
#top-col1 {
  position:absolute;
  top:0;
  left:0;
  padding-left: 20px;
  padding-top: 35px;
  width:40%;
}
#top-col2 {
  position:relative;
  top:0;
  left:40%;
  color: #404040;
  font-weight: bold;
  line-height: 165%;
  padding-top: 45px;
  text-align: right;
  width:55%;
}
#top-col3 {
  position:absolute;
  top:0;
  left:95%;
  width:5%;
}

#mid-section {
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	background-color: #ffffff;
	margin: 0 6px 0 6px;
}
#midfullspan {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 5px;	
	padding-right:0;	
	padding-bottom: 5px;
	padding-left: 52px;
    width:95%;
}
#mid-col1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 15px;	
	padding-right:0;	
	padding-bottom: 25px;
	padding-left: 45px;
    width:26%;
}
#mid-col2 {
  position:relative;
  top:0;
  left:31%;
  padding: 15px 0 25px 24px;
  width:63%;
}

#mid-col3 {
  position:absolute;
  top:0;
  left:95%;
  padding-top: 15px;
  width:5%;
}
#midpage1-col1 {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 3px;
	width: 40%;
}
#midpage1-col2 {
	position: relative;
	top: 0;
	left: 41%;
	background-image: url(../img/indeliblef.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-top: 11px;
	width: 35%;
}
#midpage1-col3 {
  position:absolute;
  top:0;
  left:77%;
  padding-top: 35px;
  padding-right: 10px;  
  padding-bottom: 25px;
  padding-left: 0;
  text-align: right;
  width:18%;
}

#bottom-section {
	position: relative;
	left: 0;
	top: 0;
	background-color: #ffffff;
	margin: 0 6px 0 6px;
}
#bottom-col1 {
	position: absolute;
	top: 0;
	left: 0;
	font-size:10px;
	padding-top: 20px;
	text-align: right;
	width: 95%;
}
#bottom-col2 {
	position: relative;
	top: 0;
	left: 95%;
	width: 5%;
}

#nav {
	background-color: #000000;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	list-style: none;
	padding:0;
	text-align: center;
}
#nav li {
	color: #DEB871;
	display: inline;
}
#nav ul li a {
	padding: 0 15px 0 15px;
	color: #DEB871;
	text-decoration: none;
}
#nav ul li a.current {
	color: #DEB871;
} 
#nav ul li a:hover {
	color: #DEB871;
	text-decoration: underline;
}
#breadcrumbs {
	padding:0;
	font-size:10px;
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs a.current {
	color: #790000;
	font-style:italic;
} 
#breadcrumbs a:hover {
	color: #790000;
	text-decoration: none;
}
#portfolio {
	list-style: none;
}
#right-align {
	padding: 25px 20px 0 0;
	text-align:right;
}
