@charset "UTF-8";

html, body, #container {height: 100%;}

body {
	background-image:url(../_images/oursavior_int_bg.png);
	margin: 0;
	padding: 0;
	height: 100%;
	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;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #666666;
}
.oneColFixCtrHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto; 
	min-height: 100%;
}

.oneColFixCtrHdr #header {
	background: url(../_images/hdr_bg.png) repeat-x;
}

.oneColFixCtrHdr #headerWrap {
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 140px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 306px;
	background-image:url(../_images/hm_mid_bg.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #intContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 178px;
	background-image: url(../_images/main_int_bg.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #2d2783;
	margin: 12px 20px 8px 8px;
	border-bottom: solid 2px #f6ab29;
	padding-bottom: 5px;
} 

h1.top {
	color: #3B2711;
	margin: 4px 20px;
	border-bottom: 0;
	padding-bottom: 0px;
} 

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #2d2783;
	margin: 12px 0px 2px;
}

#btmContent {
	min-height: 300px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}

#footer {
	height: 50px;
	margin-top: -50px;
	position: relative;
	clear: both;
}

#footerWrap {
	width: 985px;
	margin: 0px auto; /* 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 */
	color: #FFF;
	font-size: 9px;
	text-align: left;
}

#mainWrap {
	width: 985px;
	margin: 0px auto;
	padding-top: 53px;
}

#ServiceTimes {
	padding-top: 25px;
	width: 560px;
	float: left;
	
}

#ServiceTimes p {
	margin: 8px 0 0 160px;
	color:#31200F;
	font-size: 13px;
}

#Location {
	padding-top: 25px;
	width: 375px;
	float: right;
	
}

#Location p {
	margin: 8px 0 0 123px;
	font-size: 13px;
	color: #31200F;
}

#Location a {
	color:#2D2683;
	text-decoration: none;	
}

#btmNav {
	float: right;
}

#btmNav a {
	margin-right: 9px;
	color: #FFF;
	text-decoration: none;
}

#btmNav a:hover {
	color: #FFF;
	text-decoration: underline;
}

#Logo {
	margin-top: 25px;
}

#CallOuts {
	background-image: url(../_images/content_bg-home.jpg);
	height: 300px;
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#callout_1 {
	float: left;
	width: 230px;
	padding: 8px;

}

#callout_2 {
	float: left;
	width: 230px;
	padding: 8px;
}

#callout_3 {
	float: left;
	width: 230px;
	padding: 8px;
}

#callout_4 {
	float: right;
	width: 230px;
	padding: 8px;
}

ul#callouts {
	margin-left: 0;
	padding-left: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
}

ul#callouts li {
	list-style-type: none;
	margin-right: 5px;
}

li.callout_hdr {
	width: 230px;
	height: 80px;
	padding: 0px;
	background: url(../_images/callout_hdr.jpg) no-repeat;
}

#navcontainer {
	float: right;
	margin: 80px 0 0 25px;
	padding: 0;
	width: 725px;
}

#btmContent  a {
	color: #2D2683;
	text-decoration: none;
	font-weight: bold;
}

#btmContent  a:hover {
	text-decoration: underline;
}

#btmContent  p {
	margin: 4px 0px 6px 0px;
}

#intContent img.Hdr {
	padding-top: 22px;
	float: left;
}

#intContent img.Photo1 {
	padding-top: 22px;
	padding-left: 5px;
}

#intContent img.Photo2 {
	padding-top: 22px;
	padding-left: 0px;
	clear: right;
	float: right;
}

#intWrap {
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#btmWrap {
	background-image: url(../_images/bg_BtmWrap.jpg);
	background-repeat: repeat-y;
	min-height: 350px;
	width: 985px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#btmWrap p {
	margin: 10px 10px 10px 255px;
	line-height: 1.5em;
	
}

#btmWrap h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #241207;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 12px;
}

.SubNav {
	padding: 15px 10px 10px 10px;
	margin-right: 15px;
	float: left;
	min-height: inherit;
	width: 220px;
}

#Content {
	padding-top: 15px;
	float: right;
	width: 745px;
}

ul.SideNav {
	margin-left: 0;
	margin-top: 4px;
	padding-left: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul.SideNav li {
	margin: 0px;
	padding: 4px;
}

#btmWrap .SubNav .SideNav li #Sub_current {
	color: #3B2711;
	font-weight: bold;
}


ul.Nested {
	margin: 4px 0px 4px 12px;
	padding: 0px;
	line-height: 1.1em;
	font-size: 11px;
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
}

ul.Nested li {
	margin: 0px;
	padding: 4px;
}

.SideHdr {
	font-size: 14px;
	font-weight: bold;
	color: #241206;
}


.SubNav HR {
	background: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F6AC29;
	margin: 0px;
	padding-top: 3px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #33717B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 255px;
}

#CollapsiblePanel1 h3,p {
	margin-left: 0px;
}

#btmContent a.Header {
	font-size: 14px;
	font-weight: bold;
	color: #33717B;
}

ul.Music li {
	margin: 0;
	padding: 0px;
	line-height: 2em;
	list-style-position: inside;
	list-style-type: circle;	
}

ul.Music {
	margin: 0 0 5px 255px;
}

#Map {
	float: right;
	width: 400px;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 15px;
}

#Map p{
	margin: 0;
	padding-top: 15px;
}
.NameTitles {
	margin-top: 12px;
}

.LeftPush {
	margin-left: 255px;
	
}

#yuitabview1 p {
	margin: 8px;
	
}

h2.NoSideNav {
	padding-left: 20px;
	
}

#NoMargin p {
	padding: 0px;
	margin: 8px 20px;
	
}

#NoMargin h3 {
	padding: 0px;
	margin: 8px 20px;
	
}

ul.Interior {
	margin: 10px 20px 5px 255px;
}

ul.Interior li {
	margin: 0;
	padding: 0px;
	line-height: 2em;
	list-style-position: inside;
	list-style-type: circle;
}

.Headline {
	font-weight: bold;
	font-size: 14px;
}

.Details {
	padding-left: 10px;
}

.Category {
	font-size: 18px;
	font-weight: bold;
}


.HomeTitles {
	padding-top: 25px;
}


#btmWrap #yuitabview1 .yui-nav .selected a {
	color: #FFF;
}

td.BorderR {
	border-right: 1px solid #999;
	
}
