/*
//  Styles For Karen White
//
//  Created by Shea McKinney on 2008-03-24.
//  Copyright (c)  McKMedia. All rights reserved.
*/

html,b,body,br,code,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,hr,i,img,label,li,ol,p,pre,span,strong,table,td,th,tr,ul,input,textarea,fieldset {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 100%;
}
code,pre {
	font-family: monospace;
}
li,dd {
	margin-left: 0px;
	list-style-type: none;
}
input, textarea, fieldset {
	border: solid 1px #2d2d2d;
}
/* my styles */

#container {
	padding-top: 25px;
	position: relative;
	
}
#container2 {
	position: relative;
	
}
#wrapper {
	width: 900px;
	min-width: 900px;
	max-width: 900px;
}
#wrapper2 {
	width: 900px;
	min-width: 900px;
	max-width: 900px;
}
#waterTiler {
	height: 79px;
	min-height: 79px;
	max-height: 79px;
	background: url('../images/bg_tiler.jpg') 2000px 0px repeat-x;
	width: 100%;
	margin: 20px 0px 50px 0px;
}
#footie {
	padding: 40px 0px;
	text-align: right;
}
#lcell {
	padding-right: 50px;
	text-align: left;
	width: 100%;
	position: relative;
}
#rcell {
	width: 300px;
}

/* -=--=-=-=-===--==--=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=--=-=-=-==-- */

#lcell p {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.4em;
}
#lcell h1,
#lcell .heading1 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #222222;
	line-height: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
}
#lcell h2,
#lcell .heading2 {
	text-transform: uppercase;
	font-size: 1.4em;
	color: #222222;
	line-height: 1.4em;
	font-weight: normal;
	padding-bottom: 10px;
}
#lcell h3 {
	
}
#lcell strong,
#lcell b {
	font-weight: bold;
	font-size: 1em;
}
#lcell em,
#lcell i {
	text-transform: italic;
	font-size: 1em;
}

#lcell ul,
#lcell ol {
	list-style-type: none;
	margin-left: 30px;
}
#lcell li {
	font-size: 1.2em;
	color: #666666;
	line-height: 1.4em;
}

.imgHeading {
	padding-bottom: 15px;
}

/* -==--=-=-=-=-=-=- -=-=-=-=--=--= - =-=-=-= -=-- =--= =- -=-=-=  -=-= -= -=  */

#lcell a,
#lcell a:link,
#lcell a:visited {
	color: #6c9cce;
	text-decoration: none;
}
#lcell a:hover {
	color: #28588a;
}

/* -=-=-=-=-=-=--=-=-=-=-= Nav Rollers -=-=-=-=-=-=-=-==--= -=*/
 
#navCell a,
#navCell a:link,
#navCell a:visited {
	border: none;
}
#navCell a:hover {
	border: solid 0px #FF00FF;
}
 
#navCell a img.onup,
#navCell a:link img.onup,
#navCell a:visited img.onup {
	display: inline;
}

#navCell a:hover img.onup {
	display: none;
}
#navCell a img.onover,
#navCell a:link img.onover,
#navCell a:visited img.onover {
	display:none;
}
#navCell a:hover img.onover {
	display:inline;
}
/* =--=-=-==--=-=-=-= Form styles -==--=-==--==--= */
label {
	font-weight: bold;
}
input {
	font-weight: normal;
}
textarea {
	height: 100px;
}
.status {
	border: solid 1px #22DD22;
	color: #22DD22;
	background-color: #BBFFBB;
	padding: 3px;
}
.error {
	border: solid 1px #FF0000;
	color: #990000;
	background-color: #FFABAB;
	padding: 3px;
}

/* -=-==-=-=-=--==- Home page styles =--=-=-=-==--=--==- */
#ltwrap {
	position: absolute;
	margin-top: 0px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 900px;
	width:900px;
	opacity: 0.9;-moz-opacity: 0.9;-khtml-opacity: 0.9;filter: alpha(opacity=90);
}
#ltwrap #opwrap {
	padding: 10px 25px;
	font-size: 12px;
}
