@charset "UTF-8";
/* CSS Document */
/* ** contact us * cleaned 5-29-11 ************  ** */

/* *** main container div contact us with Ron pic  **** */
/* *** removed height 100% 4-7-11 ** this causes IE8 & 9 Bug with disappearing divs inside the main container and disappearing footers *** */
#cntcu {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../graphics/contactRon.jpg) no-repeat 510px 200px;
} 
/* header div  Contact Us */
#hdrCu {
	width: 100%;
	height: 166px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/nav/contact.jpg);
}
/* ************** left sidebar for form Contact Us  ****************** */
#LScu2 {
	font-size: 0.95em;
	position: relative;
	float: left;
	width: 63%;
	height: 100%;
	padding: 0px 0px 0px 15px;
	margin: 20px 0px 0px;
}
/* ** width of paragraph on top of form ** */
.p87 {width: 87%;}
/* ************ main content (right side content) Contact Us * 8/23 ************* */
#infcu  {
	font-weight: 500;
	position: relative;
	float: left;
	width: 22%;
	height: auto;
	padding: 0px;
	margin: 270px 0px 0px 115px;
}
 /* ************** text formatting ********************************************** */
 /* form paragraph questions */
.qstr {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #454545;
	width: 92%;
	padding: 0px;
	margin: 0px 0px 4px;
}
/* paragraph Contact US -- for "items required on form" ** */
.frmrq {font-size: 0.75em;
		line-height: 1.3em;
		margin: 5px 0px 3px;}
 
/* Contact Us Stripe ** paragraph class for form stripe  */
/* ** keeping line height 5px nad height 1px eliminates need to background: no-repeat ** */
/* ** margin doesn't make too much difference in line spacing -- line-height does make a difference ** */
.fstrp {
	line-height: 5px;
	width: 92%;
	height: 1px;
	padding: 0px;
	margin: 10px 0px;
	background-image: url(../graphics/images/StripeOrg.gif);/*	background-repeat: no-repeat;*/
}
/* ********* forms formating Contact Us - note: must keep generic textarea, select and input for Safari browsers and*/
form {
	position: relative;
	float: left;
	width: 93%;
	height: 100%;
	margin: 0px 0px 10px;
	padding: 0px;
	}
label {
	font-size: 0.95em;
	line-height: 1.1em;
	text-align: left;
	color: #454545;
}
/* fieldset hidden (test) used to validate strict xhtml */
fieldset {display: none;}
textarea {border: thin solid #F0C393;}
input {
	line-height: 1.3em;
	height: 1.1em;
	margin: 3px 0px;
	padding: 0px;
}
/* inpput class for all textbox  lines */
.t90 {
	width: 92%;
	margin-bottom: 12px;
	height: auto;
}
/* ******************** */
select {
	padding: 1px;
	margin-top: 4px;
	margin-left: 10px;
	line-height: 1.1em;
	height: 1%;
}
checkbox {
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 0px 0px 0px 5px;
	text-align: left;
	left: -20px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
/* ******** Table Formatting ***************************** */
table {
	width: 99%;
	border-style: none;
	text-align: left;
	border: 0 none;
	margin: 0px;
	padding: 0px;
}
/* misc formatting */
td {
	font-size: 0.85em;
	border: 0 none;
	margin: 0px;
	padding: 0px;
}

/* td 1 - contact -  contact section labels */
td.lbl {
	width: 12%;
	height: 15px;
	padding: 0px;
	margin: 3px 0px 3px;
}
/* td 2 - contact and request - contact section input lines */
td.inp {
	width: 80%;
	height: auto;
	margin: 3px 0px;
	padding: 0px;}

/* input class for all full lines ** must keep class as well as td.inp ** */
.tif {
	font-size: 0.8em;
	width: 92%;
	border-width: 0px;
	height: auto;
	line-height: 1.4em;
	border: thin solid #F0C393;
	margin: 2px 0px;
	padding: 2px 0px;
}
/* ************ tables for Check Boxes  ** */
/* td 1 checkbox */
td.ck1 {width: 3%;}
/* td 2  No */
td.ck2 {width: 15%;
	margin: 0px;
	padding-right: 0px;
}
/* td 3 already subscribed ** added 4-20-09 */
td.ck3 {width: 65%;}
/* **************  Submit section Contact US ** 8/23 *****  */
h4 {
	font-size: 0.85em;
	line-height: 1.1em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
/* ** Contact ** 8/23 ** paragraph please be patient */
.pc {
	font-size: 0.85em;
	text-align: center;
	margin: 5px 0px;
}
.button {
	font-family:  Georgia, "Times New Roman", "Palatino Linotype", serif;
	font-size: 0.9em;
	line-height: normal;
	font-weight: normal;
	padding: 3px 3px 1px;
	width: 150px;
	height: auto;
	border: thin solid #CCCCCC;
	background-color: #E7E7E7;
}

