/* @override http://livingwatercollege.com/templates/rt_technopia_lwc/css/template_css_2010-04-27a.css */

body {
	font-size: 10pt;
	line-height: 16pt;
	font-family: 'Palatino Linotype', Palatino, Georgia, 'Times New Roman', 'Bitstream Vera Serif', serif;
	position: relative;
	margin: 0 .5in;
}

div#side, div#divnav {
	position: absolute;
	left: -10000px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	color: red;
}

.image-float-left, .image-float-right {
	width: auto;
	height: auto;
	max-height: 3in;
	max-width: 5in;
	font-size: 8pt;
	text-align: center;
}

.image-float-left {
	float: left;
	clear: left;
	margin-right: 12pt;
}

.image-float-right {
	float: right;
	clear: right;
	margin-left: 12pt;
}

.image-float-left img, .image-float-right img {
	max-height: 2.25in;
	max-width: 5in;
}

h1, h1 *, h2, h2 *, h3, h3 * {
	font-weight: bold;
	font-style: italic;
	color: black !important;
}

blockquote {
	font-size: 8pt;
}

.contact-info-detail {
	font-weight: bold;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

#printable #high-res-crest {
	height: 1.2in;
}

#printable #high-res-name {
	height: .9in;
	position: relative;
	top: -.2in;
	left: -.1in;
}

#printable h1 {
	font-size: 30pt;
	line-height: 30pt;
}

div.mainbody {
	clear: both;
}

#promotional-slideshow_a_pager {
	display: none;
}

#contact-form {
	display: none;
}

form {
	display: none;
}

.slide {
	display: inherit !important;
	position: relative !important;
	opacity: 1 !important;
	height: auto !important;
	width: auto !important;
}

#promotional-slideshow_a {
	height: auto !important;
	width: auto !important;
}

#printable {
	text-align: center;
}

/* @group HREF Clarifiers */

div.mainbody a:after {
	content: " (http://www.livingwatercollege.com/" attr(href) ") ";
	font-size: 90%;
	font-style: italic;
}
div.mainbody a[href^="/"]:after {
	content: " (http://www.livingwatercollege.com" attr(href) ") ";
}
div.mainbody a[href^="http://"]:after {
	content: " (" attr(href) ") ";
}
div.mainbody a[href^="#"]:after {
	content: "";
}
div.mainbody a[href^="mailto:"]:after {
	content: "";
}

/* Anchors */
a[href^="#"]:before {
	content: url(/resources/images/icons/link-icons/icon_anchor.gif);
	background: white;
	position: relative;
	top: 4px;
	border-right: 2px solid white;
}

a[href^="http://"]:before {
	content: url(/resources/images/icons/link-icons/icon_external.gif);
	background: white;
	position: relative;
	top: 4px;
	border-right: 2px solid white;
}
a[href^="http://www.livingwatercollege"]:before, a[href^="http://livingwatercollege"]:before {
	content: "";
}

a[href$=".pdf"]:before {
	content: url(/resources/images/icons/link-icons/icon_pdf.gif);
	background: white;
	position: relative;
	top: 4px;
	border-right: 2px solid white;
}

a[href$='.jpg']:before, a[href$='.gif']:before, a[href$='.png']:before, a[href$='.bmp']:before, a[href$='.jpeg']:before, a[href$='.svg']:before, a[href$='.eps']:before  {
	content: url(/resources/images/icons/link-icons/icon_pic.gif);
	background: white;
	position: relative;
	top: 4px;
	border-right: 2px solid white;
}

a[href^="mailto:"]:before {
	content: url(/resources/images/icons/link-icons/icon_mailto.gif);
	background: white;
	position: relative;
	top: 4px;
	border-right: 2px solid white;
}

/* @end */