/* CSS resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, 
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: inherit;
vertical-align: top;
}
/* 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 - CSS resets */
body {
color: white;
font-family: georgia,times;
}
.container {
margin: 0 auto;
padding: 10px 0;
text-align: left;
clear: both;
overflow: hidden;
width: 980px;
}
.header {
background: #000;
}
.header a {
font-family: helvetica,arial,sans-serif;
font-size: 10pt;
color: #fff;
text-decoration: none;
}
.headline {
background-color: #FFFFFF;
margin: 0 auto 0px;
padding: 0px 0 0;
width: 100%;
}
.headline .heading {
font-size: 20px;
background-repeat: no-repeat;
height: 360px;
color: #666666;
}
.headline .benefits {
float: right;
}
.headline .contact {
text-align: center;
color: #666666;
}
.headline .contact h2 {
font-size: 14pt;
color: #000;
}
.headline .contact a {
color: #01B0CF;
}
.headline .benefits p {
font-style: italic;
color: #000;
font-family: helvetica,arial,sans-serif;
text-align: center;
font-size: 14pt;
font-weight: bold;
width: 490px;
margin-top: 10px;
}
.headline .heading p {
font-style: italic;
color: #000;
font-family: helvetica,arial,sans-serif;
text-align: center;
font-size: 14pt;
font-weight: bold;
width: 490px;
margin-top: 10px;
color: #666666;
}
.content {
font-family: helvetica,arial,sans-serif;
background-image: url("/oakridgenetwork/web/network.nsf/headline-bg.gif");
background-repeat: repeat-x; 
line-height: 1.2em;
color: white;
background-color: #01B0CF;
}
.content p {
margin-bottom: 10px;
}
.content strong {
font-size: 14pt;
color: #000;
}
.footer {
background: #000;
font-family: helvetica,arial,sans-serif;
font-size: 10pt;
color: #fff;
}
.footer a {
font-family: helvetica,arial,sans-serif;
font-size: 10pt;
color: #fff;
text-decoration: none;
}
.content li {
	margin-bottom: 10px;
	font-size: 12pt;
}
.content li h2 {
	margin-bottom: 10px;
	font-size: 14pt;
	font-weight: normal;
	color: #000;
}
.error {
	color: red;
	display: inline;
	margin-left:10px;
	font-size: 10pt;
	font-style: normal;
}
.formfield {
	width: 100%;
	font-size: 10pt;
//	margin-left: 10px;
}
