/* STYLES FOR CALVARY CHURCH */
/* TAGs */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

html {
	background-image: url(../gui/background_global.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F1EEE5;
}

body {
	background-image: url(../gui/background_content.jpg);
	background-repeat: no-repeat;
	background-position: center 160px;
	font-size: 69%;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;
	line-height: 14px;*/
	font-size: 1em;
	line-height: 1.25em;
	color: #330000;
}


h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 16px;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
}

hr {
	width: 100%;
	color: #CBC1A5;
	height: 0px;
	border-top: 1px dashed #CBC1A5;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	/*padding: 0px;
	margin: 0px;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

/* IDs */
#shell {
	width: 780px;
	margin: auto;
	padding: 0px;
	position: relative;
	background-color: #F1EEE5;
}

#header {
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../gui/background_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

/* LOGO LINK */
#header a {
	margin: auto;
	padding: 0px;
	width: 780px;
	height: 125px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

#menu {
	width: 780px;
	/*width: 100%;*/
	min-height: 35px;
	_height: 35px;
	margin: auto;
	padding: 0px;
	position: relative;
	z-index: 3;
}

#body {
	width: 760px;
    /*min-height: 400px;
    _height: 400px;*/
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: auto;
	padding: 10px 10px 30px 10px;
	position: relative;
	float: left;
}

#home_top {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#home_top div {
	float: left;
}

#home_top #image_area {
	width: 505px;
	margin: 0px;
	padding: 0px;
}

#home_top #worship_times {
	width: 250px;
	margin: 0px 0px 0px 5px;
	padding: 30px 0px 0px 0px;
	background-image: url(../gui/header_worship_times.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666666;
}

#home_top #worship_times p {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}
#home_bottom p {
	margin: 0px;
	padding: 5px;
}

#home_bottom {
	width: 760px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

#home_bottom div {
	float: left;
	color: #666666;
}

#home_bottom p {
	margin: 0px;
	padding: 5px;
}

#home_bottom a, #home_bottom a:visited {
	font-weight: bold;
	color: #666666;
}

#home_bottom a:hover {
	text-decoration: none;
}

#home_bottom #get_involved {
	width: 250px;
	margin: 0px 5px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(../gui/header_get_involved.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#home_bottom #spot_light {
	width: 250px;
	margin: 0px 5px 0px 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(../gui/header_spot_light.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#home_bottom #new_calvary {
	width: 250px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-image: url(../gui/header_new_calvary.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#content div {
	float: left;
}

#content_left {
	width: 270px;
	background-image: url(../gui/background_content_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_left div {
	clear: left;
}

#content_right {
	width: 490px;
}

#content_right div {
	clear: left;
}

#footer {
	width: 100%;
	margin: 0px;
	padding: 37px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
	color: #6699CC;
	background-image: url(../gui/background_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear: left;
}

#footer a {
	color: #6699CC;
}

#ten_pix {
	width: 100%;
	height: 10px;
}

#twenty_pix {
	width: 100%;
	height: 20px;
}

/* CLASSEs */
.hidden_old {
	/*text-indent: -9999px;*/
	visibility: hidden;
	display: none;
}

