/* HERE COMES THE CSS REST  */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------   END RESET    ---------- */


body {
background: url(images/top_bg.jpg) #ffffff repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

a {
color: #1D5D8C;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#wrapper {
background: url(images/header_bg.jpg) no-repeat top center;
width: 909px;
min-height: 500px;
margin: auto;
}

#header {
height: 370px; 
margin: auto;
}

#logo {
float:left;
height:113px;
position:relative;
top:61px;
width:500px;
}

#logo a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#logo a span {
visibility: hidden;
}

#contact {
float:right;
height:116px;
position:relative;
right:62px;
top:58px;
width:239px;
}


#contact a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#contact a span {
visibility: hidden;
}

#blurb {
height:116px;
left:8px;
position:relative;
right:62px;
top:207px;
width:500px;
}

#blurb span {
visibility: hidden;
}

#form {
position: relative;
float: right; 
background: url(images/form_bg.jpg) no-repeat top center;
width: 334px;
height: 409px;
top: -162px;
right: 13px;
}

#form td {
padding: 5px;
text-align: right;
font-size: 14px;
}

#form td input {
background: url(images/input_bg.jpg) #ffffff repeat-x bottom left; 
border: 1px solid #999999;
height: 17px;
padding: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

#form td textarea {
background: url(images/textarea_bg.jpg) #ffffff repeat-x bottom left; 
border: 1px solid #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
height: 17px;
padding: 3px;
height: 60px;
width: 185px;
}

#form input.button {
width: 191px;
height: 25px;
border: 0px;
background: url(images/button_bg.jpg) no-repeat top center;
}

#content {
background: url(images/content_bg.jpg) repeat-y top center;
width: 500px;
margin-top: 4px;
margin-left: 3px;
float: left;
font-family: Helvetica, Arial, Tahoma;
font-size: 14px;
color: #333333;
line-height: 1.7;
}

#content p {
padding-left: 3px;
margin-top: 10px;
}

#content ul {
margin-left: 5px;
width: 240px; 
float: left;
}

#content ul li {
padding-left: 35px; 
background: url(images/ul_bg.jpg) no-repeat left;
}


#footer { 
text-align: left;
width: 100%;
clear: both;
position: relative;
top: -160;
}


.clear {
clear: both;
}


