@charset "UTF-8";
.patternBody {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(jpgs/index_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
}
.introList {
	list-style-type: square;
	list-style-position: outside;
}





/* ---- CONTACT STYLES -----*/

.required {
	color:#CC3300;
	}

#formsend {
	width: 300px;
	float: left;
	padding-right: 0px;
	margin-top:5px;
	margin-bottom:25px;
	}
#captchastyle {
	float:left; 
	display:inline; 
	margin-left:100px; 
	margin-top:10px; 
	width:120px;
	height:42px;
	}


label {
	display: block;
	color: #666666;
	text-indent: 5px;
	padding:0px 0px 0px 0px;
	margin:2px 0px 3px 0px;
	/*background-color:#00CC66;*/
	}

textarea {
	width: 200px;
	height: 120px;
    	border: 1px solid #cccccc;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom:0px;
	margin-left:10px;
}

.fieldcontainergroup {
   float:left;
   display:inline;
  margin-left:3px;
margin-bottom:15px;
	margin-top:15px;
width:350px;

}

.fieldcontainer {
   float:left;
   display:inline;
height:30px;
margin-left:10px;

}



form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */

  margin: 0;
  padding: 0;
  width: 340px; 
}



form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0 0px 20px 0px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}



form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:200px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	border: 1px solid #cccccc; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.submit-btn {
	    float: left;
	    display:inline;
            width:66px;
           height:19px;
	    margin-right: 10px;
       	margin-top:0px;
	    outline:none;
		
		}
.error {
 width:300px;
}
.return	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
}

.return a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	text-decoration:underline;
	
	}
.return a:visited { 
	color: #666666;
	text-decoration:none;
	}
.return a:hover { 
	color: #5D2C47;
	background-color: none;
	text-decoration: none;
	}
.return a:active { 
	color: #cccc66;
	text-decoration:none;
	}
