﻿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: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
h2
{
    margin: 10px 0;
}
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: "" "";
}
table tr td
{
    vertical-align: top;
}
input
{    
    font-family: Arial;
    font-size: 100%;
}
p
{
    margin: 10px 0;
}
select
{    
    font-family: Arial;
    font-size: 100%;
}
textarea
{    
    font-family: Arial;
    font-size: 100%;
}



/* START MARKUP */


a
{
    color: #478abc;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
body
{
    background-color: #ededed;
    color: #333;
    font-family: Verdana, Arial;
    font-size: 70%;
}
div#container
{
    background-image: url(container-middle.gif);
    background-position: center top;
    background-repeat: repeat-y;
    margin: 10px auto 0px auto;
    width: 782px;
}
div#container div.top
{
    background-image: url(container-top.gif);
    background-position: center top;
    background-repeat: no-repeat;
}
div#container div.bottom
{
    background-image: url(container-bottom.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 1px;
}
div#content
{
    margin: 20px;   
}
div#footer
{
    border-top: solid 2px #ccc;
    color: #999;
    font-size: 90%;
    margin-top: 30px;
}
div#footer div.logo
{
    float: right;
    margin-top: 20px;
}
div#footer p
{
    margin-top: 10px;
}
div#header
{
    background-image: url(header.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}
div#header img.logo
{
    margin-top: 27px;
}
div#navigation
{
    margin-top: 2px;
}
div#navigation ul
{
    background-image: url(nav-bar.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 25px;
    padding-left: 5px;
}
div#navigation ul li
{
    background-image: url(nav-divide.gif);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    line-height: 23px;
    padding: 0px 20px 2px 20px;
}
div#navigation ul li.lastchild
{
    background-image: none;
}
div#navigation ul li a
{
    color: #fff;
}
h1
{
    color: #478dc0;
    font-size: 150%;
    margin-bottom: 20px;
}
table.homegroups tr td.group
{
    background-image: url(home-group.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 0px 10px 10px 10px;
    width: 150px;
}
table.homegroups tr td.group img
{
    margin-bottom: 10px;
}
table.homegroups tr td.group p.intro
{
    margin-bottom: 10px;
}
table.homegroups tr td.spacer
{
    width: 20px;
}