/**
 * Global styles
 */
body {
    background: #bfe7f1 url(img/ivy.gif) repeat-y;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
	margin: 0;
}

a {
	text-decoration: none;
    color: #0480b6;
}

a:hover {
	color: #82cee2;
}

p {
    text-align: left;
    margin: 0 0 1em 0;
}

div.hr {
	background: url(img/rule.gif) no-repeat;
    width: 132px;
    height: 48px;
    margin: 1em auto;
    clear: both;
}

div.hr hr {
	display: none;
}

/**
 * Headings
 */
h1 {
	font-family: Monotype Corsiva, Lucida Calligraphy, Times New Roman, serif;
	color: #333399;
	font-size: 30pt;
	text-align: right;
	margin: 0;
    text-align: center;
}

h2 {
	font-family: Monotype Corsiva, Lucida Calligraphy, Times New Roman, serif;
	color: #333399;
	font-size: 20pt;
    margin: 0;
}

h3 {
	margin: 1.5em 1em .5em 1em;
	border-bottom: 1px solid black;
}

/**
 * Main content
 */
div.logo {
	text-align: right;
}

div.mainWrapper {
	margin: 0 0 0 226px;
}

div.main {
	clear: both;
    margin: 0;
    padding: 1em;
}

/**
 * Menu
 */
div.menu {
    margin: 0;
	font-size: 16pt;
	height: 2.2em;
	background-color: #82cee2;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

div.menu div {
	float: right;
    width: 4.5em;
    margin: 0 0 0 .1em;
    text-align: center;
}

div.menu div a {
	font-family: Monotype Corsiva, Lucida Calligraphy, Times New Roman, serif;
	font-style: italic;
	font-size: 16pt;
    display: block;
    padding: .5em;
    color: #333399;
}

div.menu div a:hover {
	color: white;
	background-color: #0480B6;
}

/**
 * Services
 */
ul li {
	margin-bottom: 1em;
}

table.services {
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
}

table.services thead tr {
}

table.services tbody tr {
	height: 4em;
	background: #bbe2ec;
}

table.services tbody tr.alt {
	background: #a0d4e2;
}

table.services td,
table.services tbody th {
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: .5em;
	vertical-align: top;
}

.disclaimer {
	text-align: center;
    margin: 2em auto;
    width: 620px;
    font-size: 8pt;
	font-style: italic;
}

/**
 * Samples
 */
table.samples {
	margin: 0 auto;
}

table.samples td {
	padding: 0 1em;
}

/**
 * Contact Us
 */
table.contact {
	margin: 0 auto;
	width: 400px;
}

table.contact td {
	text-align: center;
}

table td.r {
	text-align: right;
}

table td.l {
	text-align: left;
}