/* Cascading style sheet for F.J. Kerrigan web site */
body {
	width: 656px;
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 16px;
	margin-left: auto; /* centers everything in the browser */
	margin-right: auto; /* centers everything in the browser */
	background: #eee;
	color: black;
}

#shell {
	border: 3px solid #00681F;
	margin: 0;
	text-align: center; /* get around IE 5.x bug with margin auto failing to center */
	padding: 5px; /* space between the border and the page contents */
	background: white;
}

/* some browsers don't inherit body styles correctly, so we have */
/* to explicitly specify them here */
div, p, th, td, li, dd, dl, dt {
	font-family: "Times New Roman", times, georgia, serif;
	font-size: 16px;
	line-height: 20px;
}

p {
	margin-top: 5px;
}

#content ul {
	margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, geneva, arial, sans-serif;
	font-weight: bold;
	color: #00681F;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}

#header img {
	text-decoration: none;
	border: 0;
}

#nav {
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 0;
}

#nav ul {
	list-style: none;
	margin: 15px 5px 0 0;
	padding: 0;
}

#nav li {
	font: 14px verdana, geneva, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px; /* spaces them apart vertically */
}

#nav li a {
	color: #00681F;
}
		
#content {
	vertical-align: top;
	padding: 15px 15px 5px 15px;
	margin: 0px;
	text-align: justify; 
	margin-bottom: 5px;
}

#content li {
	text-align: left;
}

#contact p {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	margin: 0 5px 0 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}

#contact a {
	margin-left: 15px;
}

#rightrail {
	vertical-align: top;
	padding: 15px 0 0 0;
	margin: 0;
}

#rightrail img {
	display: block;
	border: 1px solid #00681F;
	padding: 0;
	margin-bottom: 5px; /* space between vertically-stacked images */
}

#rightrail p {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 10px;
}

.tagline {
	color: #00681F;
}

#footer {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	padding: 5px 15px 15px 15px;
}

#footer p {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align: left;
}

#footer p.credit {
	font-size: 10px;
}

#footer img {
	border: 0;
	vertical-align: middle;
}

#footer a {
	text-decoration: none;
}
