/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{
	color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,legend{color:#000;}
/* 
/* FONTS */
/*
@font-face {
	font-family: 'PTSansBoldItalic';
	src: url('https://centerforclergycare.com/style/PTS76F-webfont.eot');
	src: local('☺'), url('https://centerforclergycare.com/style/PTS76F-webfont.woff') format('woff'), url('https://centerforclergycare.com/style/PTS76F-webfont.ttf') format('truetype'), url('https://centerforclergycare.com/style/PTS76F-webfont.svg#webfont2OZu98Lg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url('https://centerforclergycare.com/style/PTS75F-webfont.eot');
	src: local('☺'), url('https://centerforclergycare.com/style/PTS75F-webfont.woff') format('woff'), url('https://centerforclergycare.com/style/PTS75F-webfont.ttf') format('truetype'), url('https://centerforclergycare.com/style/PTS75F-webfont.svg#webfontpfl2y6jq') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansItalic';
	src: url('https://centerforclergycare.com/style/PTS56F-webfont.eot');
	src: local('☺'), url('https://centerforclergycare.com/style/PTS56F-webfont.woff') format('woff'), url('https://centerforclergycare.com/style/PTS56F-webfont.ttf') format('truetype'), url('https://centerforclergycare.com/style/PTS56F-webfont.svg#webfontYVflOw0s') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansRegular';
	src: url('https://centerforclergycare.com/style/PTS55F-webfont.eot');
	src: local('☺'), url('https://centerforclergycare.com/style/PTS55F-webfont.woff') format('woff'), url('https://centerforclergycare.com/style/PTS55F-webfont.ttf') format('truetype'), url('https://centerforclergycare.com/style/PTS55F-webfont.svg#webfontmBFaK3EM') format('svg');
	font-weight: normal;
	font-style: normal;
} */

html {
	width: 100%; height: 100%;
	padding: 0; margin: 0;
	background: url(/images/background.jpg) fixed no-repeat;
}
h1, h2, h3, h4, h5, th { font-family: 'PT Sans', Verdana, Geneva, sans-serif; font-weight: 700; }
p, ul, ol, td { font-family: 'PT Sans', Verdana, Geneva, sans-serif; font-weight: 400; }
strong { font-weight: bold; }
em { font-style: italic; }
a { color: #006f3c; text-decoration: none; }
a:hover { color: #006f3c; text-decoration: underline; }

.center { text-align: center; }

/* MAIN STYLES */

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 280px;
	height: 225px;
}
#menu {
	position: absolute;
	top: 190px;
	left: 15px;
	width: 290px;
	text-align: right;
}
#menu ul {
	position: relative;
	display: inline;
	list-style: none;
	font-family: 'PT Sans', Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 30px;
}
#menu a {
	padding-right: 14px;
}
li.currentpage {
margin-right: -25px;
padding-right: 25px;
color: #7d6a55;
background: url(/images/menuarrow.gif) right center no-repeat;
}

#main {
	width: 650px;
	margin-left: 330px;
	padding-bottom: 30px;
}
h1#title {
	margin-top: 100px;
	font-size: 32px;
	text-align: right;
	width: 600px;
	color: #7d6a55;
}
.content {
	position: relative;
	width:570px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding: 10px 18px 8px 18px;
	background: rgb(245,248,254);
	background: rgba(255,255,255,.8);
	border-radius: 15px 0 15px 0;
	margin-top: 10px;
}
.content p, .content table {
	font-size: 14px;
	line-height:20px;
	margin: 10px 0px 2px 0px;
}
.content ul {
	font-size: 14px;
	line-height:20px;
	margin: 0px 0px 0px 6px;
	padding-left: 1em;
}
.content li {
	margin: 0px 0px 0px 2px;
	list-style-type: square;
}
.content h1 { font-size: 24px; line-height: 24px; margin-top: 14px; }
.content h2 { font-size: 22px; line-height: 22px; margin-top: 14px; }
.content h3 { font-size: 20px; line-height: 20px; margin-top: 14px; }
.content h4 { font-size: 18px; line-height: 18px; margin-top: 14px; }
.content th, .content td { padding-right: 15px; }
p.imageright {
float: right;
display: inline;
margin: 0 -30px 5px 15px;
padding: 5px;
background-color: #eeeeee;
}
p.sidebar {
float: right;
clear: right;
width: 150px;
background-color: #eeeeee;
padding: 10px;
margin: 0px -30px 10px 10px;
font-size: 10px;
line-height: 12px;
}

.newsdate { margin-bottom: -6px; margin-top: 10px; }
.readmore a { display: block; width: 60px; margin: 5px auto; padding: 5px; background-color: #006f3c; color: #ffffff; text-align: center;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
}
#weatherslinks h2 { font-size: 18px; margin-bottom: 6px; }
#weatherslinks li { list-style: none; margin: 0 0 2px 0; }
#weatherslinks ul { margin-left: 0; padding-left: 0; }

#updateImg {margin-top:15px;}

.clear { clear: both; }
/* Stylesheet: ClergyCareMain Modified On 2015-03-05 13:28:47 */
