body {
	min-width: 880px;
	margin: 0;
	padding: 0;
	background: #58667a url(../images/page-bg.jpg) repeat-y top center;
	color: #fff;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for WinIE5.x */
	}
#wrapper {
	width: 810px;
	margin: 0 auto;
	text-align: left;
	}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
	}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
	}
#blah:active { /* for IE, doesn't hurt others */
	}
#header {
	width: 810px; /* needed for MacOpera and Safari */
	padding: 20px 0 0 0; /* IE ignores top margin, so padding is used instead */
	}
#logo {
	float: left;
	margin: 0;
	}
#site-nav {
	float: right;
	width: 180px;
	margin: 0 0 12px 0;
	padding: 0 0 0 27px;
	border-left: 1px solid #fff;
	list-style: none;
	}
#site-nav li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #2A567F;
	}
#site-nav a {
	background: none;
	}
#photo-banner {
	clear: both;
	height: 194px;
	border-bottom: 5px solid #fff;
	background: url(../images/photo-banner3.jpg) no-repeat;
	}
#flash-banner {
	clear: both;
	height: 199px;
	}
#marquee {
	margin: 0;
	padding: 5px 0 0 0;
	clear: both;
	height: 50px;
	}
#content {
	float: left;
	width: 602px;
	}
#onecolcontent {
	float: left;
	width: 810px;
	}
#sidebar {
	float: right;
	width: 191px;
	}
#sidebar h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 33px;
	background: url(../images/header-link-bg.jpg) no-repeat;
	font-size: 100%;
	}
#content-nav {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline; /* fixes IE gap caused by display: block on inner a's */
	}
#content-nav a {
	display: block;
	margin: 3px 0 0 0;
	padding: 5px 10px 5px 30px;
	border: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
#content-nav a:hover {
	border: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50% #2A567F
	}




#content-subnav {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	}
#content-subnav a {
	display: block;
	margin: 0;
	padding: 2px 10px 2px 30px;
	border-top: none;
	border-right: 1px solid #2A567F;
	border-bottom: 1px solid #2A567F;
	border-left: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50%;
	text-decoration: none;
	}
#content-subnav a:hover {
	margin: 0;
	padding: 2px 10px 2px 30px;
	border-top: none;
	border-right: 1px solid #2A567F;
	border-bottom: 1px solid #2A567F;
	border-left: 1px solid #2A567F;
	background: url(../images/page-icon.gif) no-repeat 5px 50% #2A567F
	}



#footer {
	clear: both;
	padding: 3px 5px 15px 5px;
	border-top: 5px solid #fff;
	text-align: center;
	font-size: 90%;
	}

#footer p {
	padding: 0;
	margin: 0;
	line-height: 1.0;
	}

#footer h4 {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 100%;
	line-height: 1.0;
	}

#footer ul {
	margin: 0;
	padding: 4px;
	}

#footer li {
	display: inline;
	}

#footer a {
	padding: 0;
	background: #5087B4;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

#footer a:hover, #footer a:focus {
	text-decoration: none;
	font-weight: bold;
	}

#footer p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}

#footer p a:hover, #footer p a:focus {
	color: #fc0;
	text-decoration: underline;
	font-weight: bold;
	}

	
/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container {
	float: left; /* makes it contain children floats */
	width: 810px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/home-bg.gif) repeat-y;
	}
#main-content {
	float: left;
	width: 370px;
	padding-top: 0px;
	}
#feature {
	width: 190px;
	margin-left: 395px;
	}
#feature h2 {
	min-height: 18px;
	margin-top: 0;
	padding: 10px 3px 3px 36px;
	background: url(../images/header-list-bg.jpg) no-repeat;
	font-size: 100%;
	}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container {
	float: left; /* makes it contain children floats */
	width: 810px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/inner-bg.gif) repeat-y;
	}
#featureWide {
	width: 602px;
	margin-left: 0px;
	}
#featureWide h2 {
	min-height: 18px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 3px 7px 36px;
	background: url(../images/header-list-bg.jpg) no-repeat;
	font-size: 100%;
	}
#featureWide table {
	width: 602px;
	padding: 0;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	}
#featureWide th, #featureWide td {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #2A567F;
	}
#featureWide th {
	background: #72C0FF;
	color: #2A567F;
	}
.right {
	float: right;
	margin: 0;
	padding: 5px 0 0 2px;
	display: block;
}

/* ONE COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#onecol #container {
	float: left; /* makes it contain children floats */
	width: 810px; /* needed for MacOpera and Safari */
	margin: 15px 0;
	background: url(../images/onecol-bg.gif) repeat-y;
	}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
	}
h1 {
	margin: 0 0 1em 0;
	font-size: 150%;
	}
h2 {
	margin: 0 0 .6em 0;
	font-size: 120%;
	}
h3 {
	margin: 0;
	font-size: 100%;
	}
h4 {
	margin: 0;
	font-size: 100%;
	}
		
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
	padding: 1px 3px;
	background: #6998BE;
	color: #fff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.image-link {
	background: transparent;
	border: 0;
	}
	
/* CONTENT LINKS ------------------------------------------- */
/* --------------------------------------------------------- */
#content a, #onecolcontent a {
	padding: 0;
	background: #5087B4;
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
	}
#content a:hover {
	font-weight: bold;
	color: #fc0;
	}

/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt {
	margin: .5em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
	}
th, td {
	vertical-align: top;
	padding: 7px 15px 7px 5px;
	border-bottom: 1px solid #2A567F;
	}
img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 3px solid #2A567F;
}
th {
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
	}
form table {
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
	}
form th, form td {
	vertical-align: top;
	padding: 3px 7px;
	border-bottom: 1px solid #2A567F;
	}
form th {
	background: #72C0FF;
	color: #2A567F;
	text-align: right;
	}
form th.submit {
	text-align: center;
	}

/* William Easton Design Logo Version 2.0 */

#footer #eastonLogoV2 {
	margin: 0 auto;
	padding: 0;
	width: 110px;
	height: 45px;
}
#footer #eastonLogoV2 ul {
	list-style: none;
	width: 110px;
	margin: 0;
	padding: 0;
}
#footer #eastonLogoV2 li {
	margin: 0;
	padding: 0;
}
#footer #eastonLogoV2 a {
	display: block;
	padding: 0;
	width: 110px;
	height: 45px;
}
#footer li.eastonTextV2, #footer a.eastonTextV2:link, #footer a.eastonTextV2:visited {
	background: url("/images/eastonLogo.gif") no-repeat left top;
}
#footer a.eastonTextV2:hover {
	background-position: 0 -45px!important;
}
#footer #eastonLogoV2 ul li a span {
	display: none;
}
