@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */

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;
}


/* End style reset */


body {
background-image: url('images/background.gif');
background-repeat: repeat-x;
background-position: top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color: #7AA12E;
}

#wrapper {
width: 890px;
margin: 0 auto;
}

#headline {
margin-top: 22px;
width: 890px;
height: 112px;
}

#headline h2 {
font-size: 42pt;
text-align: center;
}

#headline h2 span.blue {
	color: #036;
font-style: italic;
}

#bullets {
width: 220px;
height: 200px;
float: right;
margin-top: 40px;
margin-right: 50px;
}

#bullets ul {
margin-top: 10px;	
}

#bullets ul li {
background-image: url('images/bullet.png');
background-repeat: no-repeat;
padding-left: 24px;
font-size: 16pt;
margin-bottom: 20px;
}

#middle {
background-image: url('images/middle.jpg');
width: 890px;
height: 469px;

}

#emailform {
	clear: right;
	float: right;
	margin-top: 100px;
	width: 300px;
}


#emailform input.text {
background-color: transparent;
border: none;
margin-left: 28px;
font-size: 12pt;
margin-top: 8px;
width: 200px;
}

#emailform input.submit {
text-align: center;
margin-top: 10px;
margin-left: 16px;
}

#footer {
	text-align: center;
	margin-top: 40px;
	font-size: 10pt;
	font-weight: bold;
}

#footer a {
margin: 20px 5px 5px 5px;
font-size: 10pt;
}

#footer .footerlinks {
	width: 170px;
margin: 0 auto;	
}

#footer .footerlinks li {
list-style-type: none;
float: left;
}