body {
	background-color: white;
	color: black; /* was #666, then #555*/
	text-align: center;  /* for IE stupidity */
	margin: 0px;
	padding: 0px;
	font: 11px/1.4em verdana, arial, helvetica, sans-serif;
}

/* accomodate grey-to-black from frame to thin text */
h1 { color: #666; font-family:serif; font-size:210%; }
h2 { color: #444; line-height:115%;}
h3 { color: #222; }

.hidden { display: none; }

a			{ font-weight: bold; text-decoration: none; }
a:link		{ font-weight: bold; text-decoration: none; }
a:visited	{ }
a:hover		{ text-decoration: underline; }
a:active	{ }
a, a:link, a:visited, a:hover, a:active {
	background-color:inherit;
	color:#1d3572;
}

#wrapper {
	margin: 20px auto auto auto;     /* top right bottom left */
	width: 770px;
	position: relative;  /* The container must be positioned in order to contain positioned elements */
	text-align: left;  /* corrects for IE hack */
}

#header {
	height: 55px;
}

#logo {
	float: left;
}

#menu {
	float: right;
}
#menu ul {
	margin: 39px 14px 0px 0px;  /* Tweak button centering on bar */
	padding: 0px 0px 0px 0px;
	font: 10px/1.4em arial, verdana, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#menu ul li { display: inline; }
#menu ul li a {
	margin: 0px 41px 0px 0px;
	text-decoration: none;
	color: #999;
	background-color:inherit;
}
#menu ul li a.active {
	color: black;
	background-color:inherit;
}
#menu li a:hover {
	color: black;
	background-color:inherit;
}

#subnav {
	margin-left: 2px;
}
#subnav_benefits {
	margin-left: 8px;
}
#subnav_aboutus_subpages {
	float:left;
	width:180px;
	padding:50px 0px 0px 20px; /* top right bottom left */
}

#subnav a:link img, #subnav_benefits a:link img		{ border: 1px solid white; }
#subnav a:visited img, #subnav_benefits a:visited img	{ border: 1px solid white; }
#subnav a:hover img, #subnav_benefits a:hover img 	{ border: 1px solid #069; }
#subnav a:active img, #subnav_benefits a:active img 	{ border: 1px solid #069; }

#content {
	border: 1px solid #999;
	height: 368px;
	clear: both;  /* prevent logo from interfering with content. -e' */
}
#content.home {
	height: 368px;
}
#content img {
	margin-bottom: -2px;
}
html>body #content img {
	margin-bottom: 0px;
}

#text, #text_wide {
	float: left;
	overflow: auto;
}
#text {
	height: 200px;
	margin-top: 69px;
	margin-left: 10px;
	padding-right: 12px;
	width: 270px;
}
#text_wide {
	height: 290px;
	margin-top: 50px;
	margin-left: 10px;
	padding-right: 12px;
	width: 520px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
html>body ul {
	list-style-position: inside;
}

.linklist li {
	margin: 0px;
	padding: 0px 0px 5px 0px;      /* top right bottom left */
	list-style-type: none;
	text-transform: uppercase;
}

p {
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	margin-top: 1px;
	padding: 2px 58px 0px 0px;     /* top right bottom left */
	background: url('../images/footer_squares.gif') top right no-repeat;
	font: 10px/1.3em verdana, serif;
	color: #999;
	background-color:inherit;
	text-align: right;
}
#footer a {
	font-weight: normal;
}

#publish {
	text-align:left;
}
#publish * a {
	text-decoration:none;
	text-transform:uppercase;
	color:black;
	background-color:yellow;
	border:outset #550;
	padding:0.1em 0.25em 0.1em 0.25em;
}

.phone { }
.dot { padding:1px; }

