@charset "UTF-8";

/* Default CSS for LifeQuest ======================== */

/* Author: Dave Kolb, dave@hightouchweb.com, Colorado Springs, CO --- */
/* Designer: HighTouch Marketing and Design, (hightouchweb.com) ---- */

/* HTML ELEMENTS ================================================= */

body {
	background-image: url(/css/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #114862;	
	text-decoration: underline;
}

a:active, a:hover {
	color: #999900;	
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
	border-bottom: #aeaeae solid 1px;
}

img {
	border: none;
}

/* BEGIN PAGE HEADINGS ======================================== */

h1 {
	font-size: 21px;
	color: #000;
	margin: 2px 0 8px 0;
	padding: 0 0 4px 0;
	font-weight: bold;
}

h2 {
	color: #433e2b;
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 8px 0 8px 0;
	font-weight: bold;
	border-bottom: 1px solid #aeaeae;
}	

h3 {
	color: #234e63;	
	font-size: 14px;
	font-weight: bold;
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
}

h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 8px 0 4px 0;
	border-top: 1px solid #aeaeae;
}	

h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active,
h2 a, h2 a:link, h2 a:visited, h2 a:focus, h2 a:hover, h2 a:active,
h3 a, h3 a:link, h3 a:visited, h3 a:focus, h3 a:hover, h3 a:active,
h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover, h4 a:active {
	text-decoration : none;
}

/* CONTAINER FOR ALL SECTIONS ==================================== */

#container-home {
	background: url(/css/bg-container-home.gif) repeat-x;
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#wrapper {
	clear: left;
	width: 100%;
	margin: 25px 0 0 0;
}

#wrapper-footer {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-top: 25px;
}

#wrapper-home {
	clear: left;
	width: 100%;	
	margin: 0 auto;
	margin-bottom: 10px;
}

/* HEADER SECTION ================================================ */

#header {
	height: 96px;
}

#nav-bar {
	height: 21px;
	text-align: right;
	padding: 8px 5px 0 0;
}

/* TOP NAVIGATION ==================================================== */

#top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#top-nav a:link {
	color: #114862;
	text-decoration: none;
}

#top-nav a:visited {
	color: #114862;
	text-decoration: none;
}

#top-nav a:hover {
	color: #000;	
	text-decoration: underline;	
}

#top-nav a:active {
	color: #000;	
	text-decoration: none;	
}

.pipe {
	padding: 0 4px 3px 4px;
	color: #787878;
	font-weight: 100;	
}

/* SIDEBAR NAVIGATION ==================================================== */

.sidebar-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999900;
	padding-left: 0;
	margin: 5px 0 0 0;
	width: 215px;
}	

.sidebar-nav a { 
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #224e63;
	padding-left: 0;
	margin: 5px 0 0 0;
	width: 215px;	
}

.sidebar-nav a:hover { 
	color: #999900;	
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 0;
	margin: 5px 0 0 0;
	width: 215px;	
}

/* SIDEBAR SUB NAVIGATION ==================================================== */

.sidebar-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	padding: 3px 0 3px 15px;
	text-decoration: none;	
	border-bottom: 1px solid #ccc;
	width: 190px;	
}	

.sidebar-sub-hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #999900;	
	font-weight: bold;
	margin-top: 0px;
	padding: 3px 0 3px 15px;
	text-decoration: underline;
	border-bottom: 1px solid #ccc;
	width: 190px;	
}

.sidebar-sub-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #999900;
	font-weight: bold;
	margin-top: 0px;
	padding: 3px 0 3px 15px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	width: 190px;	
}

/* CONTENT SECTION =================================================== */

#content-home {
	width: 900px;
	vertical-align: top;
	padding-top: 15px;
	margin: 0;
}

#content {
	margin: 0 0 25px 0;
	width: 650px;
	vertical-align: top;
	padding: 15px 0 25px 25px;
}

#content-blog {
	margin: 0 0 25px 0;
	width: 100%;
	vertical-align: top;
	padding: 15px 0 25px 25px;
}

#sidebar {
	margin: 25px 0 25px 0;
	border-right: 1px solid #aeaeae;
	padding: 15px 0 25px 5px;
	vertical-align: top;
	width: 220px;
}

#sidebar p {
	margin: 10px 0 0 0;
}

.sidebar-address {
	margin-bottom: 20px;
	border-left: 10px solid #ccc;
	padding: 10px 0 10px 15px;
	font-size: 14px;
	color: #000;
}	

#album {
	padding: 23px 0 8px 33px;
	background-color: #000;
	margin-bottom: 25px;
}

#album a {
	color: #fafafa;
	font-size: 14px;
	font-weight: bold;
}	

/* FOOTER SECTION =================================================== */

#footer{
	clear: left;
	width: 100%;
	margin-top: 15px;
	height: 226px;
	background: url(/css/bg-foot.gif) repeat-x;
	text-align: center;
}

#footer-home{
	clear: left;
	width: 100%;
	margin-top: 0;
	height: 226px;
	background: url(/css/bg-foot.gif) repeat-x;
	text-align: center;
}

#news {
	width: 507px;
	vertical-align: top;
	text-align: left;
	padding: 0 25px 25px 10px;
	font-size: 12px;
	color: #333;
}

#address {
	border-left: 1px solid #aeaeae;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
	padding: 0 0 25px 25px;
	width: 230px;
	font-size: 12px;
	color: #333;
}

#address h3 {
	color: #433e2b;	
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	line-height: 1;
	margin: 0;
	padding: 15px 0 0 0;
	border: none;
}

/* SPECIAL CLASSES ================================================== */

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
}

.phone {
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.noline {
	border: none;
}	

.answer {
	border: 1px solid #dddddd;
	background: #f8f8f8;
	padding: 8px 8px 8px 20px;
	color: #444444;
}

.banner {
	border: 2px solid #d7d780;
	background: #ffff99;
	color: #000;
	padding: 6px;
	text-align: left;
}	

.gallery {
	border: #cccccc dotted 1px;
	background: #f1f1f1;
	text-align: center;
	margin: 25px 0 25px 0;
	padding: 10px 0 0 0;
}

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffff99;
}

.bigtext {
	font-size: 15px;
}	

.icon {
	vertical-align: middle;
	padding: 0 2px 0 5px;
	border: none;
}

.icon-social {
	padding: 5px 5px 0 0;
}

.req {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;
}

.testimony {
	margin: 10px 0 10px 0;
	border-left: 8px solid #d7d3c7;
	padding: 10px;
	font-size: 13px;
	color: #666;
}		

.rotator {
	padding: 20px 0 20px 0;
}	


/* END DEFAULT CSS ================================================== */


