/*-----------------------------------------------------------------------------
AJD Screen Stylesheet

version:	1.0
created:	12/28/06
updated:	05/05/07
author:	Niall Doherty
email:	himself@ndoherty.com
website:	http://www.ndoherty.com
-----------------------------------------------------------------------------*/

* { 
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
	margin: auto;
	text-align: center; /* IE centered */
	font: 80%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 100%; /* IE lightbox position */
	background: #fff;
}

#header_wrap {
	position: relative;
	height: 195px;
	width: 770px;
	margin: auto;
}

h1 {
	position: absolute;
	top: 0;
	padding-top: 15px;
	text-decoration: none;
}

h1 a {
	display: block;
	height: 175px;
	width: 760px;
	text-indent: -900em;
	text-decoration: none;
	line-height: 100%;
	background: url(images/header.gif);
	float: left;
	outline: 0;
}

h1 a:hover{
	text-decoration: none;
}

h2 {
	font-size: 15px;
}

#contact {
	float: right;
	margin: 10px;
}

#contact {
	position: absolute;
	top: 0; right: 0;
}

#contact p {
	text-align: right;
}

#body_wrap {
	width: 770px;
	min-height: 500px;
	margin: auto;
}

#body_wrap p a, #body_wrap p a:hover, #body_wrap p a:visited {
	color: #423222;
	text-decoration: none;
	border-bottom: 1px #423222 dotted;
}

#footer_wrap {
	margin-top: 20px;
	height: 100px;
	background: url(images/footer-bg.jpg) center;
}

#footer_wrap p {
	color: #fff;
	padding-top: 75px;
	font: 80%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer_wrap a, #footer_wrap a:hover, #footer_wrap a:visited {
	color: #c89f76;
	text-decoration: none;
	border-bottom: 1px #c89f76 dotted;
}

#footer_wrap .wrapper {
	width: 770px;
	margin: auto;
}

#body_wrap a img {
	border: 0;
	padding: 10px;
	margin: 5px;
	background: #53371c;
}

#body_wrap a:hover img {
	background: #f00;
}

#body_wrap p {
	text-align: right;
	margin: 10px;
}

#body_wrap p a {
	text-decoration: none;
}

#body_wrap p a:hover {
	color: #f00;
}

ul.nav {
	background: url(images/nav-bg.jpg) no-repeat center;
	list-style: none;
	height: 27px;
	margin: 15px auto;
	text-align: center;
}

ul.nav li {
	display: inline;
	position: relative;
	left: 1px;
}

ul.nav-top li {
	top: 3px;
}

ul.nav-bottom li {
	top: 4px;
}

ul.nav-top li a {
	background: url('images/nav-item-top.gif') repeat-x;
}

ul.nav-bottom li a {
	background: url('images/nav-item-bottom.gif') repeat-x bottom;
}

ul.nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul.nav-top li a {
	padding: 8px 5px 15px 5px;
}

ul.nav-bottom li a {
	padding: 15px 5px 8px 5px;
}

#page1 #li-page1-top a, #page2 #li-page2-top a {
	background: url('images/nav-item-active-top.gif') no-repeat;
}

#page1 #li-page1-bottom a, #page2 #li-page2-bottom a {
	background: url('images/nav-item-active-bottom.gif') no-repeat;
}

ul.nav-top li a:hover {
	background: url('images/nav-item-hover-top.gif') repeat-x;
}

ul.nav-bottom li a:hover {
	background: url('images/nav-item-hover-bottom.gif') repeat-x bottom;
}