/*
Document:	style.css
Client:		Sally Reynolds and Associates
Date:		2005/09/08
Site:		http://www.thelifewellconsidered.com/
Creator:	David Chien, http://nakedgremlin.com/
*/
body
{
	background-color: #fff;
	background-image: url(top.gif);
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#trim
{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(back.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: scroll;
}
#all {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 650px;
}
#content {
	position: relative;
	top: 0;
	width: 420px;
	padding: 10px;
	margin: 0;
}
#sidebar {
	position: absolute;
	z-index: 7;
	top: 400px;
	left: 450px;
	margin: 0;
	padding: 0;
}
#sidebar .photo {
	width: 200px;
	text-align: right;
}
#sidebar .caption {
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	color: #666;
}
#sidebar img {
	border: 1px solid #ccc;
}
#content ul {
	padding-left: 50px;
	margin: 0;
}
#content li {
	list-style-type: square;
}

#footer
{
	background-image: url(footer.gif);
	clear: both;
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding: 20px 0 20px 0;
}
#footer p
{
	clear: both;
	font-family: verdana, san-serif;
	font-size: 10px;
	text-align: center;
	text-indent: 0;
	padding: 20px 0 0 0;
	margin: 0;
}
#footer ul {
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	white-space: nowrap;
}
#footer li
{
	display: inline;
	list-style-type: none;
	font-family: verdana, san-serif;
	font-size: 10px;
	padding: 0 10px 0 10px;
}
#footer a {
	text-decoration: none;
}
#content img {
	float: right;
}	


#header
{
	position: absolute;
	background-image: url(ribbon.gif);
	width: 200px;
	height: 375px;
	padding: 0;
	margin: 0;
	left: 451px;
	top: 0;
	text-align: center;
	z-index: 25;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

#header h1
{
	font-family: arial, san-serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
#header h1 a
{
	display: block;
	visibility: visible;
	width: 200px;
	height: 150px;
	text-decoration: none;
}
#header h1 strong
{
	text-indent: -9000px;
	visibility: hidden;
	overflow: default;
}


#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li a
{
	display: block;
	padding: 5px 0 5px 0;
	color: #333;
	text-decoration: none;
	width: 200px;
	font-family: georgia, serif;
	font-size: 13px;
}
html>body #navigation li a {
	width: auto;
}
#navigation li a:hover {
	background-color: #BDE8FA;/*
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}




.arrow a:hover {
	color: #fff;
}

/* horizontal row hackery */
.hr
{
	clear: both;
	background-image: url(hr.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 200px;
	height: 25px;
	display: block;
	margin: 0 auto;
	border: 0;
}
hr.hidden {
	display: none;
}


#overview h1
{
	font-size: 26px;
	line-height: 32px;
	font-family: 'times new roman', georgia, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 0 5px;
	background-image: none;
	margin: 30px 0 0 0;
}
#overview h3
{
	text-align: right;
	line-height: 32px;
	font-family: 'times new roman', georgia, verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 25px 0;
}
#overview h3 a {
	background-color: #3399CC;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
#overview h3 a:hover {
	background-color: #8BD7F7;

}


.big {
	font-size: 26px;
	line-height: 32px;
	font-family: 'times new roman', georgia, verdana, arial, sans-serif;
}
.focus {
	background-color: #BDE8FA;
}
h2
{
	font-family: 'times new roman', arial, san-serif;
	font-style: italic;
	font-size: 24px;
	padding-left: 5px;
	margin: 30px 0 0 0;
	font-weight: normal;
}
#content p {
	text-indent: 25px;
	padding-left: 10px;
}
#content p.start {
	text-indent: 0;
	padding-left: 10px;
}

li, p, dl, dt {
	font-family: georgia, verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
dd {
	font-family: verdana, san-serif;
	font-size: 11px;
	line-height: 12px;
	padding-left: 200px;
	padding-bottom: 25px;
}
dt {
	font-style: italic;
}
dl {
	padding-left: 10px;
}
a {
	color: #009;
	text-decoration: underline;
}
#content a:hover {
	background-color: #8BD7F7;
}
#footer .accesskey {
	border-bottom: 1px solid #999;
}
#content .message {
	padding: 10px;
}
#content .good {
	background-color: #66CCCC;
}
#content .bad, #content .bad a {
	background-color: #CC3333;
	color: #fff;
}
#content .message p {
	font-family: verdana, sans-serif;
	text-indent: 0;
	font-size: 12px;
}


#contact label {
	font-family: verdana, san-serif;
	font-size: 12px;
	width: 75px;
	float: left;
	padding-right: 5px;
	text-align: right;
}

#contact blockquote {
	margin-left: 115px;
	font-family: georgia, serif;
}
#contact #email,
#contact #name,
#contact #phone {
	padding: 0;
	margin: 0;
	width: 175px;
}
#contact #message {
	padding: 0;
	margin: 0;
	width: 225px;
	height: 200px;
}

#colophon ul {
	padding-bottom: 25px;
}
