/* @override http://www.visionamerica.us/css/layout.css */
body  {
	font: .9em Georgia, "Times New Roman", Times, serif;
	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;
	background-color: #3c5a80;
}

p{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 3px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, serif;
}
.layout #wraper { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e0daca url(../images/header_bg.jpg) repeat-x 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #header {
	padding: 0;
	height: 230px;
} 
.layout #header #logo{
	
	height: 173px;
	width: 100%;
	background: url(../images/logo.jpg) no-repeat 0 0;
	margin-left: -45px;
} 

.layout #header #searchbar{
	z-index: 1;
	
	position: relative;
	left: 80%;
	background: url(../images/search_bg.jpg) no-repeat;
	width: 273px;
	height: 38px;
	padding-top: 4px;
	padding-left: 15px;
}
.layout #header #searchbar input{
	float: left;
	margin-right: 10px;
}

.layout #header #searchbar .mcmsSearch{
	width: 56px;
	height: 20px;
	float: left;
	background: url(../images/search_btn.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.layout #header #searchbar #searchForm fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}

.layout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.layout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding: 5px 0 0;
	
}
.layout #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
   width: 220px;  /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0 15px;
	
	font-size: .9em;
}
.layout #mainContent {
	background: url(../images/middle_column_bg.jpg) no-repeat;
	color: #1e1e1e;
	margin: 5px 229px 0;
	font: 0.8125em/1.8 Verdana, sans-serif;
	padding: 15px;
} 
.layout #footer { /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #3c5a80;
	border-top: 4px solid #9dafc2;
	padding: 0;
} 

.layout #footer #footer_content{
	width: 950px;
	margin: auto;
}
.layout #footer #footer_content p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.prop {
    height:560px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* @group Sidebar2 Content Layout/Styling */

.layout #sidebar2 .sidebarHeading{
	color: #fff;
	font-size: .9em;
	background-color: #354f70;
	border-bottom: 3px solid #a49e85;
	padding: 7px 10px 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.layout #sidebar2 ul{
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0;
}

.layout #sidebar2 li{
	padding-bottom: 15px;
}

.layout #sidebar2 li a{
	color: #000;
	text-decoration: none;
}
.layout #sidebar2 li a:hover{
	text-decoration: underline;
}

/* @end */

/* @group Navigation */


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9em;

		
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	height: 29px;
	padding-top: 12px;
	text-align: center;
	
}

#nav li {
	float: left;
	width: 8em;
	
}

#nav li .current{
	background: url(../images/nav_bg.jpg) repeat-x;
	
}
#nav li:hover .current{
	background: url(../images/nav_bg.jpg) repeat-x;
	
}

#nav li:hover{
	background: url(../images/nav_bg.jpg) repeat-x;
}

#nav li ul {
	position: absolute;
	left: -999em;
	font: .9em Verdana;
	
}
#nav li ul li{
	
	clear: left;
	width: 150px;
}
#nav li ul li a{
	background-color: #3c5a80;
	padding-left: 10px;
	border-left: 2px solid #354f70;
	border-right: 2px solid #354f70;
	text-align: left;
}

#nav li ul li a:hover{
	background-image: none;
	color: #ddd;
	background-color: #354f70;
}

#nav li:hover ul {
	left: auto;	
}

#nav li.sfhover{
	background: url(../images/nav_bg.jpg) repeat-x;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;	

}

/* @end */

/* @group Sidebar1 Quicklinks */
.layout #sidebar1 ul#quicklinks{
	background-color: #e7e3d0;
	border: 1px solid #ccc7b3;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.layout #sidebar1 ul#quicklinks li{
	padding-left: 10px;
	text-transform: uppercase;
	color: #625d4b;
	background: url(../images/quicklink_btn_bg.jpg) repeat-x;
	height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.layout #sidebar1 ul#quicklinks li a{
	text-decoration: none;
	color: #625d4b;
}
.layout #sidebar1 ul#quicklinks li:hover, .layout #sidebar1 ul#quicklinks li.qlhover{
	background: #cbc6bb url(../images/quicklink_btn_bg_hover.jpg) repeat-x;
}

.layout #sidebar1 a img{
	border-style: none;
}

/* @end */



/* @group Sidebar QuicklinksNM */
.layout #sidebar1 ul#quicklinksNM{
	background-color: #ebe8d7;
	border: 1px solid #ccc7b3;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.layout #sidebar1 ul#quicklinksNM li{
	padding-left: 10px;
	text-transform: uppercase;
	color: #625d4b;
	border-bottom: 1px double #ccc7b3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.layout #sidebar1 ul#quicklinksNM li a{
	text-decoration: none;
	color: #625d4b;
	font-size: 1em !Important;
	text-transform: capitalize;
}
.layout #sidebar1 ul#quicklinksNM a:hover{
	color: #1c1410;
}

/* @end */

#billboard{
	border-bottom: 3px solid #82230f;
	width: 448px;
	margin: 0;
	padding: 0;

}

.formUpdates{
	margin-top: 10px;
}
.formUpdates label{
	color: #3e3e3e;
	font: .8em Geneva, Arial, Helvetica;
	text-transform: uppercase;
	margin-right: 10px;
}

#footer_content{
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer_content #fleft{
	width: 450px;
	color: #cbcbcb;
	font-size: 70%;
	float: left;
}
#footer_content #fright{
	float: right;
	width: 300px;
}

#footer_content #fright ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#footer_content #fright li{
	text-align: center;
	float: left;
	padding: 10px 10px;
	color: #dcdcdc;
	font: .8em Geneva, Arial, Helvetica;
	text-transform: uppercase;
}

#footer_content #fright li a{
	color: #dcdcdc;
	text-decoration: none;
}

#footer_content #fright li a:hover{
	color: #fff;
}
#footer_content #fright li#fone{
	background-color: #5985b0;
}
#footer_content #fright li#ftwo{
	background-color: #537da6;
}
#footer_content #fright li#fthree{
	background-color: #4d759c;
}


#mainContent  ul#byline{
	list-style-type: none;
	padding: 0;
	
}

#mainContent  ul#byline li{
	padding-right: 10px;
	color: #1e1b16;
}

#mainContent  ul#byline li#bl_date{
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #3c5a80;
}

#mainContent  ul#byline li#bl_preacher{
	color: #434343;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}
#mainContent #mediabox{
 
   list-style: none;
   font: 1em Georgia, "Times New Roman", Times, serif;
	background-color: #f6f3e3;
	border: 1px dotted #c3c0b1;
	padding: 10px;
	margin: 0 0 10px;
}


#mainContent  #mediabox li{
   padding: 0 15px 0 0;
   background: none;
   font-weight: bold;
	display: inline;
}

#mainContent  #mediabox li a{
	
   height: 12px;
   padding: 2px 0 2px 20px;
   background-repeat: no-repeat;
   background-position: left top;
   border-style: none;
   color: #938e77;
   display: inline-block;
}

#mainContent  #mediabox li#mb_print a{
   background-image: url(http://www.visionamerica.us/images/mb_print.gif);
}

#mainContent  #mediabox li#mb_video a{
   background-image: url(http://www.visionamerica.us/images/mb_video.gif);
}

#mainContent  #mediabox li#mb_download a{
   background-image: url(../images/icon_download.gif);
}

#mainContent  #mediabox li#mb_notes a{
   background-image: url(http://www.visionamerica.us/images/icon_notes.gif);
}

#mainContent  #mediabox li#mb_jukebox a{
   background-image: url(../images/icon_play.gif);
}

#mainContent  #mediabox li#mb_podcast a{
   background-image: url(../images/icon_podcast.gif);
}

#mainContent  #mediabox li a:hover{
   background-color: transparent;
   background-position: left bottom;
   color: #a49e85;
   text-decoration: none;
}

#mainContent  .eventtime{
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #3c5a80;
}

/* @group Email Signup Form */

#mainContent .signup  {
	border: 1px dotted #bfbcad;
	margin-left: 5px;
	padding: 10px;
	margin-bottom: 5px;
}
#mainContent .signup #newsletter{
	padding: 0;
	margin: 0;
}
#mainContent .signup #newsletter input{
	display: block;
}

#mainContent .signup #newsletter fieldset{
	
	border-style: hidden;
	margin: 0;
	padding: 0;
}

#mainContent .signup #newsletter input#newsletter_submit{
	padding-top: 5px;
	padding-left: 2px;
}

#sidebar2 .signup {
	border: 1px dotted #bfbcad;
	background-color: #ede8d5;
	padding-top: 10px;
	padding-left: 10px;
}

#sidebar2 .signup #newsletter fieldset{
	border-style: hidden;
	padding: 0;
	margin: 0;
}

#sidebar2 .signup input{

	padding-top: 5px;
	display: block;
}

#sidebar2 .signup input#newsletter_submit{
	padding-left: 2px;
}


/* @end */

#branchnav ul.ui-tabs-nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 462px;
	height: 32px;
	
}


#branchnav ul.ui-tabs-nav li{
	display: block;
	float: left;
	background-color: #354f70;
	padding: 6px 8px;
	margin-right: 1px;
	border-left: 1px solid #ccc7b3;
	border-right: 1px solid #ccc7b3;
	border-top: 1px solid #ccc7b3;
}
#branchnav ul.ui-tabs-nav li a{
	text-decoration: none;
	color: #fff;
	border-bottom-style: none;
	font-size: .9em;
}

#branchnav ul.ui-tabs-nav li a:hover{
	background-color: transparent;
}

#branchnav ul.ui-tabs-nav li.ui-tabs-selected{
	background-color: #97aac0;
}

#branchnav ul.ui-tabs-nav li.ui-tabs-selected a{
	color: #354f70;
}

#branchnav .ui-tabs-panel{
border-top: 5px solid #97aac0;

	width: 460px;
	padding-top: 10px;
}

div.group{
	line-height: 1.4em;
	padding:10px;
	border: 1px solid #ccc7b3;
	background-color: #ebe8d7;
	margin-bottom: 15px;
}

#mainContent #nmtable{
	border-collapse: collapse;
	border: 1px solid #cbc8b7;
}
#mainContent #nmtable tbody tr{
	background-color: #e8e5d4;
	
}

#mainContent #nmtable tbody span{
	font-size: .9em;
	line-height: 1.5em;
}

#mainContent #nmtable tr.heading{
	text-align: center;
	background-color: #cbc8b7;

}

/* @group Form Style */

#mainContent form fieldset{


}

#mainContent form fieldset legend{
	color: #811d1d;
}

#mainContent form fieldset p.data{
	display: inline-block;
	padding: 5px;
}

#mainContent form fieldset p.data:hover{
	background-color: #ccc7b3;
}

#mainContent form fieldset p.data label{
	color: #3e3e3e;
	text-transform: uppercase;
	font-size: .9em;
	padding-right: 5px;
}

#mainContent form fieldset p.data input{
	display: block;
	border: 1px dotted #a49e85;
	height: 15px;
	width: 300px;
}

#sidebar2 form.monkForm fieldset{
	border: 1px solid #dbd8c7;
}

#sidebar2 form.monkForm fieldset legend{
	font-size: .8em;
	font-weight: bold;
	color: #721913;
}

#sidebar2 form.monkForm fieldset p.data label{
	text-transform: uppercase;
	color: #363636;
	font: .8em/1.5em Geneva, Arial, Helvetica;
}

#sidebar2 form fieldset p.data input, #sidebar2 form fieldset p.data textArea{
	display: block;
	border: 1px dotted #a49e85;
	height: 15px;
	width: 170px;
}

#sidebar2 form fieldset p.data textArea{
	height: 40px;
}
/* @end */

#footer #login{
	clear: both;
	text-align: right;
	padding-top: 10px;
	color: #fff;
	font: .8em Verdana, "Lucida Grande", Lucida, sans-serif;
}

#footer #login a{
	color: #dcdcdc;
}

#footer #login b{
	font-weight: bold;
	color: #9dafc2;
}

#footer #login .logout{
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	text-decoration: none;
}

#footer #login .logout:hover{
	background-color: #4d759c;
}


#mainContent  table.info{
	width: 450px;
}