/*
	T.Hughes Consulting style sheet
	Copyright 2007 All rights reserved.
*/

html,body,h1,h2,h3,h4,h5,h6,div,p,p2 {
	margin:0;
	padding:0;
}

body {
	background-color: #332A29;
   color:#524134;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 165%;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin: 15px auto;
	width: 810px;
}

img {border: 0;}

h1 { font-size: 14px;}
h2 { font-size: 1.4em;}
	
a:link {	color: #5E0121; text-decoration: none;}
a:visited {	color: #524134; text-decoration: none;}
a:hover { color: #524134; text-decoration: underline;}

#top-section {
	position: relative;
	left: 0;
	top: 0;
	background-image: url(../img/bg_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 10px 10px 10px;
}
#top-col1 {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 182px;
    padding: 11px 2px 10px 2px;
}
#top-col2 {
	margin: 0 304px 0 206px;
	border-bottom:11px solid #771a27;
	font-size: 12px;
	font-weight: bold;
	padding: 25px 0 0 0;
	height: 83px;
}
#top-col3 {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom:11px solid #771a27;
	margin-right:20px;
	padding: 25px 20px 0 0;
	width: 284px;
	height: 83px;
}

#mid-section {
  position:relative;
  left:0;
  top:0;
	background-image: url(../img/bg_mid.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
}
#mid-col1 {
	position: absolute;
	top: 0;
	left: 0;
   width: 18%;
	display: block;
	margin: 0;
	padding: 14px 0 7px 24px;
}
#mid-col2 {
  position:relative;
  top:0;
  left:25%;
  color:#524134;
  padding-right: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  width:67%;
}
#mid-col3 {
  position:relative;
  top:0;
  left:92%;
  width:8%;
}

#bottom-section {
	position: relative;
	left: 0;
	top: 0;
	background-image: url(../img/bg_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 10px 35px 10px;
}
#bottom-col1 {
  position:absolute;
  top:0;
  left:0;
  width:25%;
}
#bottom-col2 {
  position:relative;
  top:0;
  left:25%;
  font-size: 10px;
  padding: 0 15px 0 0;
  text-align:right;
  width:71%;
}

table.main { font-size: 11px;}

#nav {
	border: 0 none;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 160px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	line-height: 155%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	margin: 0;
	padding: 9px 22px 9px 20px;
}
#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	text-decoration: none;
}
#nav a:hover {
	background-color: #771A27;
	background-image: url(../img/eye.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}
#nav a.current {
	background-color: #771A27;
	color: #ffffff;
	text-decoration: none;
}
