/* Default CSS */

body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
}
p, td, ol, dd {
	font-size: 1.2em;
}
img {
	display: block;
	border: none;
}
.hide {
	display: none;
}
a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: #4C6872;
	background-color: #FFEF6E;
	padding: 0.25em 0;
}
a:active {
	text-decoration: none;
	color: black;
}
.spacer {
	clear: both;
}

/* site specific */

h2 {
	font-size: 2em;
	color: #B31A46;
	margin: 0;
	padding: 0.9em 0 0.5em 0;
}
h3 {
	font-size: 1.7em;
	color: #B31A46;
	margin: 0 0 0.8em 0;
	line-height: 1.1;	
}
#head {
	width: 100%;
	height: 180px;
	background: #B31A46 url(../images/head_bg_slice.jpg) repeat-x top left;
}
#head a:hover {
	background: none;
}
.wrapper {
	width: 907px;
	margin: 0 auto;
}
#tagline {
	float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-style: italic;
	color: #E6E6E6;
	font-size: 1.4em;
	text-align: right;
	padding-top: 0.2em;
}
#logo {
	padding: 9px 0 0 8px;
}
#logo h1 {
	margin: 0;
}
#nav {
	margin: 1px 8px 0 8px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	width: 174px;
	height: 32px;
	text-align: center;
	margin: 0 2px;
	background: #ECE7CB url(../images/nav_bg_slice.jpg) repeat-x bottom left;
	font-size: 1.5em;	
}
#nav ul li a {
	font-family: "Helvetic Neue", Helvetica;
	font-size: 1.25em;
	font-weight: bold;
	color: #50622B;
	line-height: 2;
}
#nav li.current {
	background: #ECE7CB;
}
#boiler {
	width: 100%;
	height: 60px;
	background: #ECE7CB url(../images/boiler_bg_slice.jpg) repeat-x top left;
	border-bottom: 1px solid #ccc;
}
#stairs {
	float: left;
}
#grounded {
	float: right;
}
#grounded, #stairs {
	padding-top: 10px;	
}
#boiler h2 {
	font-family: Baskerville, Georgia, "Bodoni MT", serif;
	font-size: 4em;
	font-weight: normal;
	line-height: 0.55;
	color: black;
	margin-left: 10px;
}
#contentbody {
	width: 571px;
	padding-left: 10px;
}
#contentbody p, #articlebody p {
	font-size: 1.7em;
	margin: 0;
	padding: 0.5em 0;
}
#articlebody ul {
	list-style: none;
	padding-left: 24px;
	margin-left: 0;
}
#articlebody li {
	font-size: 1.7em;
	padding-bottom: 0.25em;
}
#articlebody li li {
	font-size: 1em;
	padding-bottom: 0;
}

#contentbody a:link, #articlebody a:link, #contentbody a:visited, #articlebody a:visited, div.leftcol a:link, div.leftcol a:visited, div.rightcol a:link, div.rightcol a:visited {
	text-decoration: underline;
}
#articlebody {
	padding: 3em 170px 0 155px;
	text-align: justify;
}
#articlebody div.pullout {
	float: left;
	width: 230px;
	margin: 10px 10px 10px -72px;
}
#articlebody div.pullout p {
	font-family: Baskerville, Georgia, "Bodoni MT", serif;
	font-size: 3em;
	padding: 0;
	text-align: left;
}
div.aside {
	float: right;
	width: 230px;
	margin: 10px -72px 10px 10px;
	background-color: #ECE7CB;
}

div.rightcol, div.leftcol {
	width: 413px;
	font-size: 1.2em;
	text-align: justify;
	line-height: 1.5em;	
	float: left;
	padding: 3em 20px 0 20px;
}
div#extradavid, div#extrafiona, div#extragil, div#extrafad {
	margin-bottom: 1em;
}
div#extradavid p, div#extrafiona p, div#extragil p, div#extrafad p {
	margin-top: 0;
}
div.leftcol div, div.rightcol div {
	clear:left;
}
div.leftcol h4, div.rightcol h4 {
	font-size: 1.2em;
	margin: 0;
	text-align: left;
}
div.leftcol img, div.rightcol img {
	float: left;
	padding: 0 16px 12px 0;
}

#articlebody div.aside p {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0.25em 6px;
	text-align: left;
}
#articlebody div.aside img {
	border: 1px solid #ECE7CB;
}
#articlebody div.oddrow, #articlebody div.evenrow {
	clear: both;
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 6px 10px;
	min-height: 112px;
	height: auto !important;
	height: 112px;
}
#articlebody div.oddrow {
}
#articlebody div.evenrow {
}
#articlebody div.term {
	margin: 0 10px 10px 0;
	float: left;
}
#articlebody div.defn {
	font-size: 1em;
}
#articlebody div.defn h4 {
	font-size: 1.5em;
	margin: 0 0 0.1em 0;
}
#articlebody div.defn p {
	padding: 0;
}

#sidebar {
	float: right;
	width: 291px;
	background: #ECE7CB url(../images/sidebar_bg_slice.jpg) repeat-x top left;
	padding: 8px;
	margin-top: 1.1em;
	position: relative;
}
#sidebar p {
	line-height: 1.3;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 1px 0 0 0;
	position: relative;
}
#sidebar ul li {
	border-top: 1px solid #ccc;
	line-height: 1.7;
	padding-left: 10px;
	font-size: 1.5em;	
}

#sidebar h3 img {
	float: left;
	padding-right: 4px;
}
#lift {
	position: absolute;
	left: 30px;
}
#foot {
	clear: both;
	width: 100%;
	height: 87px;
	background: #B31A46 url(../images/foot_bg_slice.jpg) repeat-x bottom left;
}
#foot div.wrapper {
	padding-top: 16px;
}
#foot p {
	margin: 0;
	padding-left: 10px;
	color: white;
	font-size: 1.2em;
	line-height: 1.3;
}
.design {
	float: right;
	text-align: right;
	padding-top: 19px;
}
#foot a:link, #foot a:visited, #foot a:active {
	color: white;
}
#foot a:hover {
	color: #4C6872;
}
.break {
	clear: both;
	border-top: 1px solid #ccc;
}


/* Forms generic */

#formPanel {
	width: 571px;
	color: black;
	padding: 20px 0 20px 0;
	float: left;
}
#formPanel form {
	margin:0;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row label {
	float: left;
	width: 29%;
	text-align: right;
	font-size: 1.7em;
}
div.row span.formw {
	float: right;
	width: 66%;
	text-align: left;
}
.textField {
	width: 80%;
}
.shortField {
	width: 60%;
}