/* CSS for Hallmark Massage      */
/* Designed by Stephen Rowling   */
/* http://www.springworks.co.uk/ */
/* (c) 2006  All Rights Reserved */

html {
	/* cf. http://www.hicksdesign.co.uk/journal/535/ */
	height: 100%;
	margin-bottom: 1px;
	}

body {
background: #fff;
font-family: Arial, "Lucida Grande", "Lucida Grande Unicode", Arial, sans-serif;
font-size: 84%;
color: #000;
text-align: center;
margin-top: 0;
}

body * {
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}

img {
border: 1px solid #bbb;
padding: 5px;
margin: 3px 0 6px 15px;
float: right;
}

/*set font sizes*/
p, ul, ol, li {
font-size: 1em;
line-height: 160%;
}

p {
margin: 0 0 1.6em 0;
line-height: 160%;
text-align: left;
}

ul + p {
margin-top: 1.6em;
}

#main p + ul {
margin-top: -0.8em;
}

h2 {
font-family: "Trebuchet MS", sans-serif;
font-size: 1.4em;
color: #888;
margin-bottom: 0.5em;
}

h3 {
font-family: "Trebuchet MS", sans-serif;
font-size: 1em;
font-weight: normal;
text-transform: uppercase;
color: #888;
}

#main ul {
margin: 0 0 0 1.4em;
}

#main ul li {
list-style: disc outside;
margin: 0 0 0.8em 0;
}

#tagline h4 {
font-family: Arial, "Lucida Grande", "Lucida Grande Unicode", Arial, sans-serif;
font-size: 1em;
line-height: 150%;
font-weight: normal;
font-style: italic;
color: #000;
}

#banner {
display: none;
}

#footer p {
text-align: center;
font-size: 0.75em;
}

dl {
margin-bottom: 2em;
}

dt {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
font-size: 0.9em;
font-weight: bold;
text-transform: uppercase;
float: left;
color: #888;
}

dd {
margin-left: 4em;
margin-bottom: 1em;
line-height: 150%;
}

/*links*/
a:link {
color: #888;
text-decoration: underline;
}

a:visited {
color: #888;
text-decoration: underline;
}

a:hover {
color: #888;
background-color: #fff;
text-decoration: underline;
}

/*set page structure*/
#container {
margin: 0 2em;
text-align: left;
}

#header {
}

#header h1 {
font-family: "Trebuchet MS", sans-serif;
font-size: 1.5em;
}

#tagline {
padding: 1em 0;
margin-bottom: 1em;
border-bottom: 1pt solid #888;
}

#main {
}

#footer {
padding-top: 1em;
}

/*navigation*/
#nav {
display: none;
}

#nav-footer {
font-size: 0.8em;
}

#nav-footer li {
display: inline;
margin: 0;
padding: 0 0.5em;
border-right: 1px solid #777;
}

#nav-footer li.last {
border: none;
}

/* Contact Form */
label {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
color: #888;
display: block;
margin: 1em 0 0 0.25em;
}

label span {
font-weight: normal;
text-transform: none;
color: #bbb;
}

.missingdata {
background: #888;
width: 20em;
}

input {
width: 20em;
display: block;
margin-bottom: 1em;
padding: 2px;
}

input.button {
margin-top: 1em;
padding: 2px;
width: auto;
}

.error {
font-weight: bold;
color: #888;
}

form p.error {
margin-bottom:-0.5em;
}