
/* General page settings  */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #FFFFFF url('http://wdholden.com/images/background.jpg') repeat-x 0 0;
	color: #666666;
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	min-width: 820px;
	text-align: center;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, blockquote, pre {
	margin: 0 0 .8em 0;
}

/* Headings - Generic styles */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	color: #5F5F5F;
	font-weight: normal;
	letter-spacing: .1em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #88aacc;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content h5{
	font-size: 1em;
}

#content h6 {
	font-size: 1em;
}

#content-b h3 {
	height: 15px;
	width: auto;
	font-size: 1.5em;
}

/* Anchors */
a img {
	border: none;
}

a:link {
	background: transparent;
	color: #333333;
}

a:visited, a:hover, a:focus, a:active {
	background: transparent;
	color: #000000;
}

/* Lists */
#content ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	background: transparent url('http://wdholden.com/images/li_bullet.gif') no-repeat 0 4px;
	padding-left: 18px;
}

#content dt {
	font-weight: bold;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}

/* Main Navigation */
#nav-a {
	right: 30px;
	list-style-type: none;
	position: absolute;
	top: 15px;
}

#nav-a li {
	float: left;
	margin: 0 3px;
	width: 96px;
}

#nav-a li a {
	display: block;
	width: 96px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: transparent url(../images/nav.gif) repeat-x 0 0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#nav-a a:hover, #nav-a a:focus, #nav-a a:active {
	background-position: 0 -20px;
}

/* Heading Layout */
#heading {
	background: #FFFFFF url(../images/heading_background.jpg) no-repeat 0 0;
	height: 200px;
	position: relative;
	width: 820px;
}

#heading .logo {
	position: absolute;
	left: 45px;
	top: 75px;
	display: block;
	width: 360px;
	height: 70px;
}

#heading-intro {
	border-left: 1px solid #88aacc;
	position: absolute;
	left: 510px;
	top: 90px;
	padding-left: 10px;
	width: 240px;
	color: #EEEEEE;
}

#heading h1 a {
	display: block;
	background: url(../images/heading_logo_2.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px;
	height: 45px;
	width: 270px;
}
#heading h2 {
	margin: -5px 0 0 0;
	color: #EEEEEE;
	font-size: 1.1em;
}

/* Content Layout */
#content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#content-a {
	float: left;
	font-size: 1.2em;
	width: 530px;
	padding: 8px 8px;
}

#content-b {
	float: right;
	font-size: 1.1em;
	width: 220px;
	padding: 8px 8px 8px 18px;
}

#content-c {
	clear: both;
	font-size: 1.2em;
	width:800px;
	padding: 8px 8px;
}

#content-b div {
	margin-bottom: .8em;
}

/* Top Of Page etc */
ul#nav-b li {
	background: none;
	display: inline;
	margin-left: 5px;
	padding: 0;
}

#nav-b li a {
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: .9em;
	padding: 3px 4px 3px 20px;
	text-decoration: none;
}

#nav-b li a:hover, #nav-b li a:focus, #nav-b li a:active {
	color: #666666;
	border: 1px solid #666666;
}

#totop a {
	background: url(../images/totop.gif) no-repeat 4px 50%;
}

#tonavigation a {
	background: url(../images/tonavigation.gif) no-repeat 4px 50%;
}

#accessibility a {
	background: url(../images/accessibility.gif) no-repeat 4px 50%;
}

#colophon a {
	background: url(../images/colophon.gif) no-repeat 4px 50%;
}

/* Footer */
#footer {
	background: url(../images/footer.gif) no-repeat 50% bottom;
	padding: 15px 0 12px 0;
}

#footer p {
	color: #EEEEEE;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #88aacc;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFFFFF;
}

/* Forms */
label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #88aacc;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: transparent url('http://wdholden.com/images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}

input.imagesubmit {
	border: none;
	margin: 0;
	padding: 0;
}

/* Quotations */
blockquote {
	font-style: normal;
	text-indent: -.7em;
}

blockquote cite {
	display: block;
	font-style: normal;
	margin: .8em 0 0 .6em;
}

/* Misc. Text Formatting */
kbd {
	background: transparent;
	color: #000000;
	font: 1em Pragmata, "Courier New", Courier, monospace;
}

del {
	background: transparent;
	color: #DDDDDD;
}

ins {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/* Floats */
.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin-left: 10px;
}

/* Warnings and notes */
p.note-general, p.note-warning {
	background: transparent;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-size: .9em;
	padding: 2px 4px 2px 34px;
}

p.note-general {
	background: url(../images/note_general.gif) no-repeat 8px 50%;
}

p.note-warning {
	background: url(../images/note_warning.gif) no-repeat 8px 50%;
}

p.note-general:before {
	color: #669900;
	content: 'Nota Bene: ';
	font-weight: bold;
}

p.note-warning:before {
	color: #cc0000;
	content: 'Critical Note: ';
	font-weight: bold;
}

p.note-general:hover {
	border: 1px solid #669900;
	color: #666666;
}

p.note-warning:hover {
	border: 1px solid #cc0000;
	color: #666666;
}
