/* style.css - jfm, 2007-11-01 
Copyright © 2007 Factor of 4, LLC -- http://factorof4.com/
All Rights Reserved.
*/
html,
body  { 
	color: black; 
	font-size: 10pt; line-height: 1.167; 
	font-family: verdana, arial, helvetica, sans-serif;  
}

body { 
	background-color: white;
	margin: 0; 
	border: none; 
	/* border-left: 25px solid #BCD; */
	padding: 0;
}	


#logo-bar { 
	margin: 0;  border-bottom: 1px solid #000066; padding: 0;
	white-space: nowrap;
}

#logo-bar img {
	padding: 0; 
	padding-left: 9px;
	margin: 0;  
	border: none;
	background-color: #000066;
}

#header-nav {
	color: #6E003F;
	border-bottom: 2px solid black;
	font-size: 0.8em;
	line-height: 1;
	margin-top: 2px;
	padding-bottom: 1px;
	text-transform: uppercase;
	clear: both;
	white-space: nowrap;
}
#header-nav a:link, #header-nav a:visited {
	margin: 0 9px;
	color: #6E007E;
	text-decoration: none;
}
#header-nav a:hover, #header-nav a:active {
	margin: 0 9px;
	color: #C30D27;
	text-decoration: none;
}

#tag-bar {
	color: #323232;
	font-size: 0.9em;
	border: none;
	margin: 0.5em 2em 1em 50px;
}


#footer {
	color: #841152;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

h1 { 
	font-size: 1.3em;  line-height: 1;
	margin-bottom: 0.25em;
}

/*
table { 
	border-collapse: collapse;
}
*/
tr {
	vertical-align: top;
}

#section-top {
	padding-left: 50px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: #FFFFE5;
}

#section-top h1 {
	color: #88193F;
}
	

#section-mid {
	padding-left: 50px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: #FFFFFF;
}

#section-mid h1 {
	color: #000066;
}

#section-bot {
	padding-left: 50px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: #E5E5E5;
}

#section-bot h1 {
	color: #6E003F;
}

.section-2-up col {
	width: 50%;
}

.item {
	margin: 0 1em 1em 0;
}

.section-2-up .item img {
	width: 175px;
}

.item img {
	float: left;
	border: 1px solid white;
}

.item img:hover {
	border: 1px solid gray;
}

.section-2-up .item h2,
.section-2-up .item p {
	margin-left: 195px;
}

.item h2 {
	padding-top: 0.5em;
	margin-bottom: 0.25em;
	font-size: 1.1em;
	color: #000066;
}

.item p {
	font-size: 0.9em;
	color: #323232;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
}

.item p.more-info {
	color: #88193F;
	text-decoration: underline;
	text-align: left;
	margin-right: 5%;
	margin-top: 0.5em;
}

p.more-info a,
p.more-info a:visited {
	text-decoration: underline;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:active,
a:hover {
	text-decoration: underline;
}

a.plain-link,
a.plain-link:visited {
	text-decoration: underline;
}

a.plain-link:active,
a.plain-link:hover {
	color: black;
}

/* IE 6 and 7 fail to honor the above "color: inherit" for links.
The following rules are dedicated to Microsoft, without whose 
efforts they (the extra rules) would be redundant.
*/

#footer a,
#footer a:visited {
	color: #841152;
}

#section-top h1 a,
#section-top h1 a:visited {
	color: #88193F;
}

#section-mid h1 a,
#section-mid h1 a:visited {
	color: #000066;
}

#section-bot h1 a,
#section-bot h1 a:visited {
	color: #6E003F;
}

.item h2 a,
.item h2 a:visited {
	color: #000066;
}

p a,
p a:visited {
	color: #323232;
}

p.more-info a,
p.more-info a:visited {
	color: #841152;
}
