@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #44637d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #44637d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */


}
.oneColFixCtr #header {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	border-top: 3px solid #837a77;
	border-left: 3px solid #837a77;
	border-right: 3px solid #837a77;
	height: 273px;
}
.oneColFixCtr #insideheader {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	border-top: 3px solid #837a77;
	border-left: 3px solid #837a77;
	border-right: 3px solid #837a77;
	height: 121px;
}
.oneColFixCtr #nav {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:37px;
	background: #5c75b7;
	border-left: 3px solid #837a77;
	border-right: 3px solid #837a77;
}
.oneColFixCtr #mainContent {
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d8ecf7;
	border-bottom: 3px solid #837a77;
	border-left: 3px solid #837a77;
	border-right: 3px solid #837a77;

}
.oneColFixCtr #footer {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #44637d;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:5px;
	text-align: left;
	color: #ffffff;
}
.oneColFixCtr #bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	width: 641px;
}
.oneColFixCtr #bodyCopyNoRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	width: 916px;
	}
.oneColFixCtr #rightNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #d8ecf7;
	text-align: left;
	padding: 15px;
	width: 245px;
	float: right;
}
.oneColFixCtr #rightNavNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #d8ecf7;
	text-align: left;
	padding-top: 15px;
	width: 260px;
	float: right;
}


/*MENU START*/
.indentmenu{
font: normal 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
overflow:hidden;
height:35px;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #435581; /*dark purple border*/
border-width: 1px 0;
background: #5c75b7 url(http://methodisthealth.or-live.com/vbtb/assets/images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
height:35px;
float: left;
color: white; /*text color*/
padding: 9px 10px;
text-decoration: none;
border-right: 1px solid #435581; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 11px; /*shift text down 1px for selected and active item*/
padding-bottom: 9px; /*shift text down 1px for selected and active item*/
background: #5c75b7 url(http://methodisthealth.or-live.com/vbtb/assets/images/indentbg2.gif) center center repeat-x;
}
#socialBtns {
	background-color: #FFFFFF;
	padding-bottom: 8px;
	height: 10px;
	width: 100%;
	float: right;
}

/*FOOTER START*/
.footerText{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:50px;
}

.footerText ul{
height:13px;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
margin-bottom:10px;
}

.footerText ul li{
display: inline;
}

.footerText ul li a{
height:13px;
float: left;
color: white; /*text color*/
padding: 2px 5px;
text-decoration: none;
border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
}

.footerText ul li a:visited{
color: white;
}

.footerText ul li a:hover{
color: white !important; /*text color of selected and active item*/
/*padding-top: 3px; shift text down 1px for selected and active item*/
padding-bottom: 1px; /*shift text down 1px for selected and active item*/
text-decoration:underline;
}
.bio_table {
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14pt;
}
.bio_table a:link {
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14pt;
}
.bio_table a:visited{
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14pt;
}
.bio_table a:hover {
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3B647D;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14pt;
}
.bio_table a:active{
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 14pt;
}
/*@media all {
 ul { margin-left: 0; }
 li { margin-left: 2em; }
}*/

.bio_table ul {
	margin: 0;
	padding:0;
}
.bio_table ul li {
	margin-left: 2em;
	padding:0;
}
.bio_table p {
	margin-bottom: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #837a77;
	text-decoration: underline;
}
.bio_label1 {
	margin-bottom: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #837a77;
}
.pageTitle {
	margin-bottom: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #837a77;
}
h1.bio_label2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #837a77;
}

h1.bio_label2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #837a77;
	text-decoration: underline;
}
h1.bio_label2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #837a77;
	text-decoration: underline;
}
h1.bio_label2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3B647D;
	text-decoration: underline;
}
h1.bio_label2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #837a77;
	text-decoration: underline;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('http://methodisthealth.or-live.com/vbtb/assets/images/square-tan-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('http://methodisthealth.or-live.com/vbtb/assets/images/square-tan-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


OBJECT#player {z-index:1 !important;}
OBJECT#playlist {z-index:1 !important;}

