body {
	font: small Arial, Helvetica, sans-serif;
	background: white url(/images/background.jpg) repeat-y;
	color: #6C7F7D;
	margin: 0; padding: 0; border: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 20px 0;
}

h2 {
	color: #A2A08B;
	font-size: 150%;
}

h3 {
	font-size: 150%;
}

h5 {
	font-size: 100%;
}

a:link, a:visited, a:active {
	color: #6C7F7D;
}
a:hover {
	text-decoration: none;
}

a img { border: 0; }

th {
	vertical-align: top;
	text-align: right;
}

.error {
	color: #C00;
}

.printonly {
	display: none;
}

/* generic fix for IE alpha transparency */
img{behavior: url("fix-png-bug-in-ie.htc")}
#btn_send{behavior: url("fix-png-bug-in-ie.htc")}

/* Tony Thompson img top left */
img#logo {
	position: absolute;
	top: 18px;
	left: 15px;
}

/* image map left navigation */
img#leftnav {
	position: absolute;
	top: 104px;
	left: 5px;
}

ul#leftnav li {
	background: #BFD8D3;
	list-style: none;
	padding: 5px;
	margin: 0;
	margin-bottom: 2px;
}

div#main {
	margin-left: 127px;
	width: 500px;
}

div.shadow {float: left;padding: 0 15px 15px 0;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/shadow.png')
}
/* IE ignores styles with [attributes], so it will skip the following. */
div.shadow[class] {
    background: url(/images/shadow.png) no-repeat bottom right;
}

div#content {
	position: relative; /* fixes IE wierdness */
	padding: 40px 40px 13px 13px;
	width: 442px;
	background: white url(/images/top_slice.gif) repeat-x;
}

span.backnext { float: right;}

ul#footernav {
	background: white url(/images/bottom_slice.gif) repeat-x;
	position: relative;
	margin: 0;
	padding: 80px 12px 12px 12px;
	list-style-type:			none;
	text-align:					right;
}

/* actually the main nav, but in the footer of the main content */
ul#footernav li {
	display:					inline;
}

/* latest work column on rhs */
div#latest {
	position: absolute;
	top: 0; left: 607px;
}
div#latest h4 {
	margin: 41px 32px;
}
img#latest1 {
	position: absolute;
	top: 77px;
	left: 0;
}
img#latest2 {
	position: absolute;
	top: 223px;
	left: 29px;
}
img#btn_viewwork {
	position: absolute;
	top: 346px;
	left: 71px;
}


/* copyright, privacy and accessibility */
p#footer {
	text-align:					right;
	color: white;
	padding: 0 10px;
}

span#copyright { float: left;}

p#footer a {
	color: white;
	text-decoration: none;
}

p#footer a:hover {
	text-decoration: underline;
}
