/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO SENT COMMUNITY SECTION  -----------------------------------------------------------*/


/* Secondar Nav Highlights 

ul.overview a#overview:link		{ background: #808284; }
ul.overview a#overview:visited	{ background: #808284; }
*/





/* GET INVOLVED FORM ------------------------------------------------------------------*/
/* Basic Form Styles are defined in baseStyles.css */


/* Row 1 */
/*#getInvolved textarea#prayerTopic	{ width: 432px; height: 75px }*/

/* Row 2 */
#getInvolved input#name			{ width: 382px; }
#getInvolved input#phone		{ width: 234px; }

/* Row 3 */
#getInvolved input#address		{ width: 630px; }

/* Row 4 */
#getInvolved input#city			{ width: 327px; }
#getInvolved input#state		{ width: 192px; }
#getInvolved input#zip			{ width: 83px;}

/* Row 5 */
#getInvolved input#email		{ width: 630px; }

#getInvolved textarea#interests	{ width: 630px; height: 75px }




/* PRAYER REQUEST FORM ----------------------------------------------------------------*/
/* Basis Form Styles are defined in baseStyles.css */


/* Row 1 */
#prayerRequest textarea#prayerTopic	{ width: 630px; height: 75px }

/* Row 2 */
#prayerRequest input#name			{ width: 382px; }
#prayerRequest input#phone			{ width: 234px; }

/* Row 3 */
#prayerRequest input#address		{ width: 630px; }

/* Row 4 */
#prayerRequest input#city			{ width: 327px; }
#prayerRequest input#state			{ width: 192px; }
#prayerRequest input#zip			{ width: 83px;}

/* Row 5 */
#prayerRequest input#email			{ width: 630px; margin: 0 0 15px 0; }

#prayerRequest label.radioLabel	{ position: relative; top: -.6em; }




/* ANSWERS TO PRAYER FORM --------------------------------------------------------------*/
/* Basis Form Styles are defined in baseStyles.css */

/* Row 1 */
#prayerAnswer textarea#answer		{ width: 630px; height: 75px }

/* Row 2 */
#prayerAnswer input#name			{ width: 630px; }
#prayerAnswer input#email			{ width: 630px; margin: 0 0 15px 0; }

#prayerAnswer label.radioLabel	{ position: relative; top: -.6em; }
