@charset "utf-8";


/* CSS Document */


.page_container {
	position: relative;
	width: 900px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/page_border.png);
	text-align: justify;
}


.banner_container {
	width: 900px;
	height: 172px;
	position: relative;
	background-color: #FFF;
}

.navigation_container {
	background-color: #693353;
	width: 900px;
	height: 22px;
}

.navigation {
	margin-right: 55px;
	margin-left: 55px;
}
.nav_container_2 {
	background-color: #E4DBE0;
	width: 900px;
	height: 22px;
}
.nav2 {
	margin-right: auto;
	margin-left: auto;
	width: 545px;
}
.button {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.button a:active {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #30869D;
}



.new_navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


.content_container {
	background-color: #FFF;
	position: relative;
}
.content_left {
	float: left;
	width: 193px;
}
.content_left_slim {
	float: left;
	width: 193px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.left_ad_header {
	background-color: #693353;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}
.ad_header {
	background-color: #693353;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	padding-left: 5px;
}

.left_ad {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}



.content_center {
	width: 650px;
	position: relative;
	clear: none;
	float: left;
	padding-left: 5px;
	padding-top: 6px;
	background-color: #FFFFFF;
}
.content_middle {
	width: 447px;
	position: relative;
	clear: none;
	float: left;
	padding-left: 5px;
	padding-top: 6px;
}

.center_ad1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.center_ad2 {
	margin-right: 14px;
	margin-left: 14px;
}


.content_right {
	float: right;
	background-color: #FFF;
	width: 225px;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

.childrens_choir {
	padding-left: 5px;
}
.childrens_choir .h3 {
	font-size: 12px;
}
.right_ad {
	text-align: left;
}

.right_ad_margin {
	margin-left: 5px;
}

.content_right img   {
	text-decoration: none;	
}


.footer_container {
	background-image: url(../images/ParishMembers.jpg);
	background-repeat: no-repeat;
	width: 900px;
	clear: both;
}.footer {
	text-align: center;
	padding-top: 75px;
}

.clergy_picture {
	border: 1px solid #30869D;
	float: left;
	padding: 3px;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.right_picture {
	float: right;
	border: 1px solid #30869D;
	padding: 3px;
	margin-left: 10px;
	clear: left;
	background-color: #FFF;
}

.xml_img {
	float: right;
	border: 1px solid #30869D;
	padding: 3px;
	margin-left: 10px;
	background-color: #FFF;
	text-align: right;
	height: 25%;
	width: 25%;
}

.left_picture {
	clear: none;
	border: 1px solid #30869D;
	padding: 3px;
	float: left;
	margin-right: 10px;
	background-color: #FFF;
}

.rounded-corners {
    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}


/*Text decorations start here */

.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #47292B;
}

.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #96A37C;
}
.h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #47292B;
}


.h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #30869D;
	margin-left: 3px;
}

.h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-left: 5px;
}

.author{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #96A37C;
	line-height: normal;
	text-align: right;
}

body {
	background-image: url(../test%20web/images/blueback.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:22px;
	color: #47292B;
}


a {
  color: #47292B;
  text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #30869D;
	text-decoration: underline;
}

a:active {
  color: #47292B;
  text-decoration: none;
}

.body {
  color: #47292B;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:22px;
}

.p {
	color: #47292B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:22px;
	margin-left: 5px;
}
.classes_left {
	float: left;
	width: 295px;
}
.classes_right {
	float: right;
	width: 295px;
}
.panel_contnet {
	padding: 8px;
}

.wrapper_top {
	background-image: url(../images/shadowtop3.png);
	background-repeat: repeat;
	padding-top: 19px;
	padding-left: 20px;
}

.wrapper_bottom {
	background-image: url(../images/shadowbottom3.png);
}
	padding-bottom: 22px;
	background-repeat: no-repeat;
.feature {
	clear: both;
}
.bottom_ad_left {
	float: left;
	width: 320px;
}
.bottom_ad_right {
	width: 320px;
	float: right;
}
.poster {
	width: 475px;
}
.poster_text_right {
	margin-left: 150px;
}

.poster_right {
	float: right;
	width: 370px;
	margin-left: 10px;
	margin-right: 5px;
}
.poster_content_center {
	margin-top: 6px;
	margin-left: 5px;
}

.blue {
  color: #30869D;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height:22px;
}.blue_reg {
	color: #30869D;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:22px;
}
.hangingindent {
	text-indent: -22px;
	padding-left: 25px;
}


.feature_center {
	background-color: #693353;
}

