@charset "UTF-8";

/*

#00a99c - teal - logo color

#aabcc3 - column header - blue gray
#899ba2 - side bar - blue gray (darker)

#666666 - body text - gray

#00a99c - link color

*/

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #999 url('images/BACK_DropShadow.gif') repeat-y center;
	margin: 0;
	padding: 0;
	height: 100%;
}

span.yqr, span.yqq, span.lyqr, span.lyqq {
	display: none;
}

table.page_wrapper {
	height: 100%;
}

table.sidebar_wrapper {
	height: 400px;
}

em {
	font-style:italic;
	font-weight: bold;
}

img {
	border: none;
}
img.bulletin_page {
	border: solid 1px black;
}
img.bord1px {
	border: solid 1px #666;
}

.right {
	text-align:right;
}

/*==== special clickable image ====*/
img.clickable {
	border: solid 1px #666;
}
img.clickable:hover {
	border: solid 1px #00a99c;
}


/*==== default LINK style ====*/

a:link, a:visited {
	font-weight: bold;
	color: #00a99c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #eee;
}

/*==== CLICKABLE address_phone ====*/

#address_phone {
	margin-top: 6px;
	margin-right: 8px;
	font-size: 10px;
	color: #666;
}
#address_phone a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#address_phone a:hover {
	color: #00a99c;
}
#address_phone a:active {
	color: #000;
}

#address_phone_bottom {
	font-size: 10px;
	color: #aabcc3;
	margin-top: 16px;
	margin-bottom: 8px;
}

/*==== main navbar ====*/

#navbar {
	display: inline;
}
#navbar table {
	display: inline;
}
#navbar td {
	text-align: center;
	margin: 0px;
	padding: 2px 0px 2px 2px;
}
#navbar a {
	display: block;
	background-color: #dbdbdb;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navbar td a:hover {
	background-color: #eee;
	color: black;
}
#navbar td a:active {
	background-color: white;
	color: black;
}

/*==== subnav ====*/

#subnav table {
	margin-left: 20px;
	margin-top: 3px;
	padding-bottom: 9px;
	margin-bottom: 0px;
}
#subnav td {
	color: #666;
	font-size: 12px;
}
#subnav a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav a:active {
	color: black;
	text-decoration: none;
}

/*==== sidebar ====*/

#sidebar table {
	margin-top: 2px;
	margin-right: 0px;
}
#sidebar td {
	color: white;
	text-align: left;
	background-color: #899ba2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#sidebar h2 {
	display: block;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
#sidebar p {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px dotted white;
}
#sidebar p.last {
	border-bottom: none;
	margin-bottom: 0px;
}

#sidebar .link_area {
	display: block;
	padding-top: 3px;
	text-align: left;
	font-size: 10px;
}
#sidebar a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active {
	color: #899ba2;
}

#sidebar a.reg {
	font-weight: normal;
}

/* basic link */

#sidebar a {
	color: white;
}
#sidebar a:link, #sidebar a:visited {
/*	font-weight: bold; */
	color: white;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active {
	color: #899ba2;
}

/*==== content ====*/

#content table.form {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content {
	text-align: left;
	margin-left: 2px;
	margin-right: 0px;
	color: #444;
}

#content td {
	font-size: 11px;
}

#content .bigger_text {
	font-size: 13px;
}
#content .smaller_text {
	font-size: 10px;
}

#content ul {
	margin-top: 8px;
	margin-bottom: 6px;
	margin-right:14px;
	padding-left: 22px;
	color: #666;
	line-height: 1.2;
}
#content li {
	margin: 0px;
	padding-bottom: 10px;
}
#content h2 {
	color: white;
	background-color: #aabcc3;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#content h2.pad16 {
	padding-left: 16px;
	padding-right: 16px;
}

#content h2.bigbotmarg {
	margin-bottom: 15px;
}
#content h2 a {
	color: white;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#content hr {
	border: none 0;
	border-top:1px solid #aabcc3;
	height: 1px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content p {
	line-height: 1.3;
	margin-top: 12px;
	margin-bottom: 14px;
	margin-left: 16px;
	margin-right: 16px;
	color: #444;
}
#content .smaller {
	font-size: 10px;
}
#content p.first_column {
	margin-left: 18px;
}

#content .tight {
	margin-top: 4px;
	margin-bottom: 6px;
}

#content .breath {
	margin-top: 16px;
	margin-bottom: 16px;
}
#content .breath_bot {
	margin-bottom: 16px;
}
#content .breath_top {
	margin-top: 16px;
}

#content .smallform {
	line-height: 10px;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 4px;
	font-size: 10px;
	line-height: 1.4;
	color: #444;
}

#content .smallformtext {
	font-size: 10px;
}

td.content_column {
	padding: 0px;
	font-size: 11px;
}

#content p.verses a {
	color: #899ba2;
}
#content p.verses_smaller a {
	color: #899ba2;
}

#content p.verses {
	margin-top: 16px;
	margin-bottom: 20px;
	margin-left: 24px;
	margin-right: 24px;
	line-height: 20px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #899ba2;
}
#content p.verses i {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
}
#content p.verses_smaller {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 16px;
	margin-right: 18px;
	line-height: 17px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #899ba2;
}
#content p.verses_smaller i {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
}

a.img_link img {
	border: solid 1px #666;
}
a.img_link img:hover {
	border: solid 1px #00a99c;
}

/*==== messages ====*/

#messages img {
	border: solid 1px #aabcc3;
}
#messages img:hover {
	border: solid 1px #00a99c;
}
#messages table {
	display: block;
	margin-top: 15px;
 	margin-bottom: 15px;
}
#messages td {
	padding-right: 16px;
}
#messages .series {
	font-size: 12px;
	font-weight: bold;
}
#messages .title {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
#messages .speaker {
	font-size: 10px;
	font-weight: normal;
}
#messages .espanol {
	font-size: 10px;
/*	font-weight: bold; */
}
#messages .video {
	font-size: 10px;
}
#messages .description {
	display: block;
	margin-top: 3px;
	margin-right: 16px;
	font-size: 10px;
	font-style: italic;
	color: #444;
}

/*==== leaderpix ====*/

.leaderpix img {
/*	border: solid 1px #00a99c; */
	margin-top: 8px;
	margin-bottom: 4px;
}

.leaderpix b {		/* name */
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.leaderpix i {		/* title */
	display: block;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #888;
	font-style: italic;
	font-weight: normal;
	font-size: 9px;
}

/*==== special ====*/

.form_button {
	background-color: #00a99c;
	color: white;
}
.form_button_alt {
	background-color: #899ba2;
	color: white;
}

.bot2 {
	margin-bottom: 2px;
}
.right2 {
	margin-right: 2px;
}
