/*** Global *************************************/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: #514542;
	text-align: center;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #029;
}

a img {
	border: none;
}

#container {
	width: 744px;
	background: url(images/page_bg.gif) center repeat-y white;
	margin: 0 auto;
	text-align: left;
}

form .error {
	font-size: .8em;
	color: red;
}


/*** Header *************************************/

#header {
	width: 684px;
	height: 195px;
	background-color: white;
	padding-top: 5px;
	margin: 0 30px;
}

#logo {
	float: left;
	margin-left: 5px;
}

#main_nav {
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.main_nav_div 
{
	width: 153px;
	height: 195px;
	float: left;
	border-left: 5px solid white;
}

#main_nav a 
{
	display: block;
}

#main_nav a img {
	border-bottom: 5px solid white;
}

.main_nav_label,
.main_nav_label:visited,
.main_nav_label:active
{
	width: 153px;
	height: 25px;
	vertical-align:middle;
	line-height: 23px;
	color: White;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
}

#main_nav_worship,
div.worship_page_body h2 {
	background-color: #537ba7; /* #c45941;*/
}

#main_nav_small_groups,
div.small_groups_page_body h2,
#main_nav_grow,
div.grow_page_body h2 {
	background-color: #c45941; /* #7f9b48;*/
}

#main_nav_children,
div.children_page_body h2,
#main_nav_send,
div.send_page_body h2 {
	background-color: #648b45; /* #4f7b9a;*/
}

/*** Body ***************************************/

#body {
	clear: both;
	border-top: 5px solid white;
	width: 684px;
	margin-left: 30px;
	margin-right: 30px;
}

/*** Left Column ********************************/

#side_column {
	width: 200px;
	float: left;
	margin-left: 5px;
	display: inline;
	padding-bottom: 100px;
}

.side_menu {
	border-bottom: 5px solid white;
	padding-bottom: 15px;
	list-style: none;
}

.last_side_menu {
	border-bottom: none;
}

.side_menu h2 {
	background-color: #a18372;
	background-color: #a37756;
	background-color: #b58c69;
	color: white;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	margin-bottom: 7px;
}

#about_us_menu h2,
div.about_us_page_body h2 
{
}

#your_411_menu h2,
div.your_411_page_body h2,
div.media_page_body {
}

.side_menu ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 5px;
}

.side_menu ul li {
	font-size: 13px;
	text-align: left;
	margin-top: 1px;
}

.side_menu a, .side_menu a:visited {
	color: black;
}

.side_menu a:hover {
	color: #0033CC;
}

.side_menu table {
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
}

.side_menu table td {
	vertical-align: top;
	padding-top: 4px;
}

.side_menu table .footnote {
	font-size: 10px;
}

#service_times th 
{
	padding: 0 3px 3px 3px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid black;
}

#service_times td.time 
{
	text-align: right;
	padding-right: 3px;
}

/*** Page Body **********************************/

.page_body {
	width: 474px;
	float: right;
	padding: 0;
	padding-bottom: 100px;
}

.page_body p,
.page_body table,
.page_body h3,
.page_body dl,
.page_body ul,
.page_body ol,
.page_body li {
	margin: 0 20px .7em 20px;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.page_body ul,
.page_body ol 
{
	padding-left: 20px;
}

.page_body dt {
	color: #003399;
	margin-bottom: .2em;
}

.page_body dd {
	margin-bottom: .5em;
}

.page_body h2 {
	background-color: #a18372;
	background-color: #b58c69;
	margin-right: 5px;
	margin-bottom: .7em;
	color: white;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 1px;
	padding: 2px 10px 2px 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.page_body h3 {
	letter-spacing: 1px;
	color: black;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding-left: 5px;
	margin-top: 2em;
}

.page_body h3.first {
	margin-top: 0;
}

.page_body p.vision {
	font-size: .7em;
	text-align: center;
	color: #777;
	font-style: italic;
	margin-bottom: 1em;
}

.page_menu 
{
    text-align: center;
}

/*** Footer *************************************/

#footer {
	clear: both;
	background: url(/images/footer_bg.gif) top center no-repeat #514542;
	font-size: 11px;
	color: #aaa;
	text-align: center;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/*** Misc ***************************************/

#status,
p.form_status
{
    text-align: center;
    margin-bottom: 2em;
	padding: 10px 5px;
	font-size: .9em;
	border: 2px solid red;
}

#emailValidator 
{
    display: block;
    text-align: center;
    margin: 0 20px;
}

.reg_form 
{
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

.reg_form input 
{
	width: 300px;
}

.reg_form .radio input
{
	width: 20px;
}

.reg_form .comments 
{
	width: 420px;
}

.reg_form .button {
	width: auto;
	padding: 0 20px;
	margin: 20px;
}

.reg_form .success {
	text-align: center;
	margin-top: 50px;
}

table.dialog
{
    font-size: 14px;
    background-color: #f7f6f3;
    border: 1px solid #e6e2d8;
    margin: 20px auto;
}

.dialog table
{ 
    margin: 0;
}

.dialog .title
{
    background: #5d7b9d;
    color: White;
    padding: 2px;
    text-align: center;
}

.dialog table td,
.dialog .form_row td,
.dialog .command_row td
{
    padding-top : 10px;
}

.dialog label,
.dialog .label
{
    padding-left: 15px;
}

.dialog input
{
    margin: 0 10px;
}

.dialog .checkbox
{
    text-align: center;
}

.dialog .checkbox label
{
    margin-left: 0;
}

.dialog .checkbox input
{
    margin-right: 0;
}

.dialog .command_row
{
    text-align: right;
}

.dialog .button,
.dialog .command_row input
{
    margin: 5px 20px 15px 0;
}

p.tagline {
	text-align: center;
	margin-top: 2em;
}

/*** 404 ****************************************/
#goog-fixurl {
	font-size: .9em;
}
#goog-fixurl h3 {
	font-weight: normal;
	border: none;
	letter-spacing: normal;
}
#goog-fixurl h3 b {
	font-weight: normal;
}
#goog-fixurl ul {
	padding : 0;
}
#goog-fixurl li {
	margin-right: 0;
	font-size: 1em;
} 
input#goog-wm-qt {
	padding: 2px;
	width: 250px;
	margin-right: 10px;
	margin-top: 5px;
}

/*** Chidren ************************************/

div.children_page_body #wwwsched .event 
{
	margin-bottom: 15px;
}

div.children_page_body #wwwsched .event p
{
	font-size: 12px;
	margin-bottom: 5px;
}

div.children_page_body #wwwsched .event p.date
{
	font-weight: bold;
	font-size: 11px;
}


/*** Contact Us *********************************/

#contact_contact_info {
	margin-top: 15px;
	text-align: center;
}

img#building_photo {
	float: left;
	margin: 0 0 0 10px;
}

.contact_form,
.pr_form,
.email_form {
	border-top: 1px dashed #ddd;
	margin: 0;
	padding-top: 5px;
	font-size: .9em;
	line-height: 1.7em;
	clear: both;
}

.pr_form,
.email_form {
	border-top: none;
	margin: 0;
	padding: 0;
}

.contact_form input,
.pr_form input,
.email_form input {
	width: 350px;
}

.contact_form .city,
.pr_form .city {
	width: 150px;
}

.contact_form .state,
.pr_form .state {
	width: 30px;
}

.contact_form .zip,
.pr_form .zip {
	width: 70px;
}

.contact_form .message,
.pr_form .message,
.email_form .message {
	width: 420px;
	font-size: 1em;
}

.contact_form .button,
.pr_form .button,
.email_form .button {
	width: auto;
	padding: 0 20px;
	margin: 20px;
}

.contact_form .success,
.pr_form .success,
.email_form .success {
	text-align: center;
	margin-top: 50px;
}

/*** Directions *********************************/

#directions_contact_info {
	margin-top: 15px;
	text-align: center;
}

#directions_contact_info h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: .7em;
}

#map,
#jr-high-map {
	width: 450px;
	height: 300px;
	margin: 10px auto;
	border: 1px solid #aaa;
	clear: both;
}

#map_info {
	margin: 0;
}

#directions_form {
    text-align: center;
}

#directions_form .input {
    margin: 0;
    padding: 1px;
    margin-bottom: 5px;
    font-size: .9em;
}

#directions_form .button {
    font-size: 12px;
    padding: 3px 5px;
}

/*** Front Page *********************************/

div.front_page_body {
	padding-top: 10px;
}

div.front_page_body div.event 
{
	margin-bottom: 40px;
}

/*** Media **************************************/

#flashPlayer
{
    margin: 30px;
}

#media_list 
{
    font-size: 12px;
}


#media_list td
{
    padding-right: 5px;
    vertical-align: top;
    padding-bottom: 5px;
}

#media_list td.date 
{
    white-space: nowrap;
    text-align: right;
}

/*** Member FYI *********************************/

table.schedule {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 300px;
}

table.schedule td {
	padding-top: 3px;
	padding-right: 10px;
	font-size: 12px;
}

table.schedule td.date {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding-left: 20px;
}

table.schedule td.group_header
{
	font-weight: normal;
	font-size: 14px;
	padding-top: 1em;
	padding-left: 5px;
	border-bottom: 1px solid #777;
	text-align: left;
}

/*** Small Groups *******************************/

ul#small_groups_list {
	margin-left: 50px;
}

ul#small_groups_list li {
	margin-top: 1em;
}

ul#small_groups_list li p {
	margin-left: 0;
}

/*** Staff **************************************/

div.staff {
	clear: left;
	margin: 20px 20px 20px 40px;
}

div.staff_bio {
	margin: 20px;
}

div.staff img 
{
	margin: 0 10px 0 0;
	margin-top: -10px;
	float: left;
	width: 133px;
	height: 139px;
}

div.staff p {
	margin-left: 10px;
	margin-right: 10px;
}

div.staff p.name
{
	font-size: 16px;
}

.about_us_page_body h3.name {
	margin-bottom: 0;
}

.about_us_page_body .title {
	padding-left: 5px;
	font-size: 12px;
}

div.staff .bio {
	font-size: .9em;
}


/*** Survey *************************************/

div.survey_page_body input,
div.survey2_page_body input 
{
	width: 100%;
	font-size: 1em;
}

div.survey_page_body h3,
div.survey2_page_body h3
{
	margin-top: 10px;
}

div.survey_page_body .multi_input,
div.survey2_page_body .multi_input 
{
	width: 100%;
	height: 7em;
	font-size: 1em;
}

div.survey_page_body .button_row,
div.survey2_page_body .button_row 
{
    text-align: center;
}

div.survey_page_body .button,
div.survey2_page_body .button
{
	width: auto;
	padding: 0 20px;
	margin: 20px;
}

div.survey_page_body .success,
div.survey2_page_body .success
{
	text-align: center;
	margin-top: 50px;
}

div.survey_page_body .checkbox,
div.survey2_page_body .checkbox
{
	margin: 3px 7px 3px 15px;
	width: auto;
}

div.survey_page_body .first_checkbox,
div.survey2_page_body .first_checkbox
{
	margin-top: 10px;
}
div.survey_page_body .last_checkbox,
div.survey2_page_body .last_checkbox
{
	margin-bottom: 1em;
}
