/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                             print.css                          
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#flashContent,
#staticTopBanner,
#site_navigation,
#pageContentRight,
#upperContentRight,
#contentRight,
#footer,
#copyright,
.img,
.noprint
{
	display: none;
}


#container, #pagecontent {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
div#content {
	padding-top: 1em;
   }
div#upperContentLeft {
   margin-bottom: -8px;
   }
div#upperContentLeft img {
   vertical-align: bottom;
   border:none;
   text-decoration:none;
   margin-bottom:10pt;
}
a:link, a:visited {
   color: #781351;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.lowercaherhouse.com" attr(href) ") ";
   }








/* ------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	outline: 0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight:400; vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

body {
	font-size: 12pt;
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5;
	background:#FFFFFF;
}


/* -[Headings]-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #333333;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

h1 { font-size: 16pt }
h2 { font-size: 14pt }
h3 { font-size: 12pt }
h4 { font-size: 12pt }
h5 { font-size: 12pt }
h6 { font-size: 10pt }

/* -[Text Elements]--------------------------------------------------------- */

p			{ margin: 0 0 1.5em; }
p+p			{ margin-top: -.8em; }

ul, ol		{ margin:0 1.5em 1.5em 2em; }
ul			{ list-style-type: circle; }
ol			{ list-style-type: decimal; }
dl			{ margin: 0 0 1.5em 0; }
dl dt		{ font-weight: bold; }
dd			{ margin-left: 1.5em;}

abbr, 
acronym		{ border-bottom: 1px dotted #666; cursor: help; }
address		{ margin-top: 1.5em; font-style: italic; }
del			{ color:#666; }

a { text-decoration: none; color: #36c; }


blockquote  { margin: 1.5em; color: #666; font-style: italic; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; text-align: center; }
blockquote > p { margin-top: 1em; }
blockquote *:first-child:before { content: "\201C"; font-size: 2em; }
blockquote *:first-child:after { content: "\201D"; font-size: 2em; }

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */

hr { height: 1px; color: #ccc; border-top: 1px solid #ccc; }

/* -[Tables]---------------------------------------------------------------- */

table	{ margin-bottom: 0; font-size:10pt; }

caption	{ font-weight:bold; text-align:center; }
tfoot	{ font-style: italic; }

/* ------------------------------------------------------------------------- */
/* FORMS */
form {
	margin: 0;
	padding: 0;
}

.formRow {
	clear: both;
	margin-bottom: 5px;
}
.formRow label {
	float: left;
	width: 35%;
	font-weight: bold;
}
.formRow label em {
	color: #f00;
}

.formRow input.text {
}

.formRow .formError {
	margin: 0 0 10px 35%;
	color: #f00;
	font-size: 0.9em;
}
.formRow .formInfo {
	margin: 0 0 10px 35%;
	font-size: 0.9em;
}

.formRowBtns {
	clear: both;
	text-align: right;
}

.formRowBtns input {
	margin-left: 20px;
	line-height: 1;
}