@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
fieldset{
	border:0;
}

body{
	margin:8px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	background:url(../images/main_bg.jpg) repeat-x
}
#wrapper{
	width:90%;
	margin:0 auto 0 auto;
	background:#fff;
	min-width:1000px;
	min-height:600px;
}
#wrapper.meditation{
	background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(../images/meditation/meditation-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#header{
	width:auto;
	height:79px;
	background:#65A8E6;
	padding:4px;
}
h4{
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#65A8E6;
}
img {
	border:0;
}

/* NAVIGATION */
#nav{
	width:152px;
	float:left;
	margin:10px 30px 0 10px;
}
#nav.meditiation{
	margin: 10px 30px 0 10px;
}
#nav ul
{
padding-left: 0;
list-style-type: none;
font-size:13px;
line-height:17px;
margin:0;
}

#nav a
{
display: block;
padding: 3px 0 5px 5px;
width: 145px;
background-color: #65A8E6;
border: 1px solid #65A8E6;
margin-bottom:4px;
text-decoration:none;
}

#nav a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}
#nav a:visited
{
	color: #fff;
	text-decoration:none;
}

#nav a:hover
{
background-color: #fff;
color: #65A8E6;
border: 1px solid #65A8E6;
text-decoration:none;
}

#article{
	width:80%;
	float:left;
	padding:10px 0 0 0;
}
#article.meditiation{
	width: 80%;
    float: left;
    padding: 10px 0 0 0;
    margin-top: 10px;
}
#article h1 {
	font-size: medium;
	font-weight: bold;
	color: #65A8E6;
	letter-spacing: 0.25em;
	margin:0;
}
#article h2 {
	font-size: 16px;
	font-weight: bold;
	color: #65A8E6;
	margin:10px 0 0 0;
}
#article p{
	font-size:12px;
	color:#006;
	margin:15px 0 0 0;
	line-height: 1.5;
}
#article ul{
	list-style-type:disc;
	list-style-position:inside;
	font-size:12px;
	color:#006;
	margin:5px 0 0 10px;
}
#article a:link{
	color:#006;
	text-decoration:underline;
}
#article a:visited{
	color:#006;
}
#article a:hover{
	color:#6699FF;
}
#footer{
	width:90%;
	min-width:1000px;
	margin:0 auto 0 auto;
	background:#65A8E6;
	padding:3px 0 5px 0;
}
#footer p{
	color:#fff;
	text-align:center;
	font-size:14px;
}
#footer a:link{
	color:#fff;
	text-decoration:none;
}
#footer a:visited{
	color:#fff;
}
#footer a:hover{
	text-decoration:underline
}
#belowFooter{
	width:1000px;
	/* [disabled]height:300px; */
	text-align:center;
	margin:0px auto 0 auto;
}

#belowFooter p{
	font-size:9px;
	color:#ccc;
}
#footerCredit{
	float:right;
	width:1000px;
	height:25px;
	text-align:right;
}
#footerCredit p{
	font-size:11px;
	color:#65A8E6;
}
#announcement{
	padding:1px 15px 0px 10px;
	background:#65A8E6;
	border:1px solid #65A8E6;
	float:left;
	color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:470px;
}
#announcement p{
	font-size:12px;
	margin-bottom:5px;
	line-height:16px;
}
#announcement h1{
	font-size:20px;
	margin-bottom:1px;
	color:#ffffff;
}
#announcement a:link{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#announcement a:visited{
	color:#ffffff;
}
#announcement a:hover{
	text-decoration:underline;
}
#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../images/form_assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.bluePanel{
	clear: right;
    float: left;
    width: auto;
    background: #fff;
    color: #68a9e4;
    font-size: 14px;
    line-height: 18px;
    padding: 25px 10px;
    border-radius: 5px;
    margin: 0 0 0 20px;
}
.bluePanel p{
	font-size: 17px;
	line-height: 1.2;
}
ul.contactUs{
	list-style-position:outside !important;
	margin: 5px 0 0 25px !important;
}
.covidpanel{
	clear: both;
    background: #f00;
    width: 96%;
    margin: 10px auto;
    padding: 15px 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.covidpanelblue{
	clear: both;
    background: #fff;
    color: #65A8E6;
    width: 96%;
    margin: 10px 0 0px auto;
    padding: 15px 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #65a8e6;
}