@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

form, input, select {
border: none;
}

/* end reset */

body {
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-color: #e0F2F7;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 938px;
margin: 0 auto;
}

#main {
background-image: url('images/top.gif');
width: 938px;
height: 326px;
position: relative;
}

#main h2 {
font-size: 24pt;
letter-spacing: -1px;
float: right;
color: #333;
line-height: normal;
font-weight: normal;
margin: 60px 200px 0 0;
width: 350px;
}

#main p {
float: right;
clear: both;
margin-right: 200px;
margin-top: 6px;
width: 348px;
line-height: normal;
color: #333;
}

#logo {
text-align: center;
padding-top: 54px;
}

.contact {
width: 400px;
margin: 0 auto;
}

.contact input {
border: 1px solid #ccc;
margin: 5px;
}

#content {
margin-top: 40px;
text-align: center;
}

#content h2 {
color: #333;
font-weight: normal;
font-size: 16pt;
}

#footer {
margin-top: 40px;
text-align: center;
}

#footernav a {
margin: 10px;
text-decoration: none;
font-size: 10pt;
color: #333;
}

#footernav a:hover {
color: #888;
}

#footer p {
text-align: center;
font-size: 8pt;
color: #888;
padding: 10px;
}

#main form {
position: absolute;
bottom: 26px;
left: 270px;
vertical-align: middle;
}

input.emailsearch {
padding: 7px 10px;
color: #555;
font-size: 11pt;
width: 314px;
vertical-align: middle;
border: 0;
}

input.search {
vertical-align: middle;
margin-left: 5px;
}

.reversesearch {
background-image: url('images/reverseform.gif');
width: 612px;
height: 58px;
padding: 0 10px;
margin: 10px auto 60px auto;
}

.reversesearch select {
margin-top: 18px;
margin-left: 16px;
width: 140px;
padding: 3px 4px;
float: left;
border: 0;
}

.reversesearch input {
float: left;
border: 0;
vertical-align: middle;
}

.reversesearch input.lastname, .reversesearch input.firstname {
margin: 18px 7px 0 7px;
padding: 4px 5px;
width: 140px;
border: 0;
}

.reversesearch input.submit {
float: left;
margin-left: 20px;
margin-top: 14px;
}

.article {
text-align: left;
width: 800px;
margin: 0 auto;
}

#content .article h2 {
font-size: 18pt;
margin: 10px 0;
}

.article p {
font-size: 10pt;
line-height: 14pt;
margin-bottom: 20px;
}
