@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/back2.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#323232;
}

#cms_content {
	width: 800px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 850px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 7px;
}

#nav {
	margin: 0px;
	padding: 0px;
	height: 36px;
}

#image {
	margin: 0px;
	margin-top: -27px;
	padding: 0px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 260px;
	background-image:url(../images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-color:#ded8c0;
	float: left;
}

.calendar {
	padding: 10px;
	text-align: center;
	background-color:#ccc5a8;
	width: 130px;
	position: relative; 
	left: 110px;
}

.newsletter {
	background-color:#b5ac8b;
	padding: 10px;
}

.submit {
	background-color:#766f5c;
	color:#fff;
	text-align: center;
	border: none;
	padding: 2px;
	height: 25px;
}

.none {
	list-style-type: none;
	padding-top: 10px;
}

#content {
	margin: 0px;
	padding: 10px;
	width: 550px;
	background-color:#fff;
	float: right;
	line-height: 1.4em;
}

#prayer-form fieldset {
	padding:5px 10px;
}
#prayer-form label {
	display:block;
	float:left;
	width: 125px;
}
#prayer-form .small input {
	width:100px;
}
#prayer-form input[type=submit] {
	clear:both;
	background:#DED8C0;
	border: 1px solid #ccc;
	cursor:pointer;
	float:left;
	margin:10px 0 0;
	color:#595854;
}

#footer {
	clear: both;
	background-color:#e4b367;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer a{
	text-decoration: none;
}

a {
	color:#323232;
	text-decoration: underline;
}

a:hover {
	color:#666666;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color:#595854;
}

h2 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color:#595854;
	margin: 0px;
	padding: 0px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:850px;
  height:36px;
  margin-top: 13px;
  
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 5px 14px 5px 14px;
text-decoration: none;
color: #323232;
display:inline;
border-right: 1px solid #eac8a2;
}

.suckertreemenu ul li a:hover{

color:#a17b50;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding-top: 10px;
margin-top: -1px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color:#f5ddbb;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #323232;
text-decoration: none;
padding: 3px 5px;
background-color:#f5ddbb;
border-bottom: 1px solid #eac8a2;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #a17b50;
text-decoration: none;
padding: 3px 5px;
background-color:#f8ebd9;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
   





