body {
	background: #99cccc url(images/body-bkg.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

div#wrapper {
	background: url(images/wrapper-bkg.png) repeat-x top left;
}

div#header {
	width: 994px;
	height: 72px;
	margin: 0 auto;
	position: relative;
}

div#header h1 {
	width: 249px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
}

div#header h1 a {
	width: 249px;
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 90px;
	background: url(images/h1-logo.png) no-repeat top left;
}

ul#nav {
	width: 902px;
	height: 28px;
	margin: 16px auto 0;
	padding-right: 38px;
}

ul#nav li {
	float: right;
	margin-left: 3px;
	display: linline;
}

ul#nav li a {
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000;
}

li#home a {
	width: 75px;
	background-image: url(images/nav-home.png);
}

li#home a:hover {
	background-position: -75px 0;
}

li#who-how a {
	width: 131px;
	background-image: url(images/nav-who.png);
}

li#who-how a:hover {
	background-position: -131px 0;
}

li#media a {
	width: 81px;
	background-image: url(images/nav-media.png);
}

li#media a:hover {
	background-position: -81px 0;
}

li#volunteer a {
	width: 144px;
	background-image: url(images/nav-volunteer.png);
}

li#volunteer a:hover {
	background-position: -144px 0;
}

li#sponsor a {
	width: 107px;
	background-image: url(images/nav-sponsor.png);
}

li#sponsor a:hover {
	background-position: -108px 0;
}

li#kids a {
	width: 64px;
	background-image: url(images/nav-kids.png);
}

li#kids a:hover {
	background-position: -64px 0;
}

li#contact a {
	width: 145px;
	background-image: url(images/nav-contact.png);
}

li#contact a:hover {
	background-position: -145px 0;
}


div#content {
	width: 864px;
	margin: 16px auto;
}

div#left-column {
	width: 666px;
	float: left;
}

div#video, div#slideshow {
	width: 638px;
	height: 479px;
	border: 7px solid #000;
	background: #000;
}

div#slideshow {
	overflow: hidden;
}

div#right-column {
	width: 194px;
	float: right;
}

div#right-column h2 {
	width: 194px;
	height: 0;
	overflow: hidden;
/*	padding-top: 159px;
	background: url(images/h2-pizza-beer.png) no-repeat 4px 0; */
}

div#right-column div {
	padding: 15px 12px 16px;
	background: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
}

div#right-column.pizza div {
    height: 303px;
}

div#right-column.services div {
    padding-bottom: 20px;
}

body.index div#right-column div#formResponse {
    font-size: 1em; 
    font-style: italic;
    height: auto;
}

h3#were-buying {
	width: 172px;
	height: 0;
	overflow: hidden;
	margin-bottom: 7px;
	padding-top: 18px;
	background: url(images/h3-were-buying.png) no-repeat top left;
}

h3#monthly-services {
	width: 170px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 56px;
	background: url(images/h3-monthly-services.png) no-repeat top left;
}

h3#weekly-services {
	width: 170px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 57px;
	background: url(images/h3-weekly-services.png) no-repeat top left;
}

div#right-column div a {
	font-weight: bold;
	text-decoration: none;
	color: #99cccc;
}

div#right-column div a:hover {
	text-decoration: underline;
	color: #fff;
}

p#pizza-video {
	margin-top: 15px;
}

div#right-column div p#pizza-video a {
	color: #ffff00;
}

div#right-column div p#pizza-video a:hover {
	color: #fff;
}

h4#pizzaVideo {
	width: 186px;
	height: 190px;
	margin-top: 10px;
}

h4#pizzaVideo a {
	width: 186px;
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 190px;
	background: url(images/pizza-beer-icon.png) no-repeat top left;
}

div#footer {
	padding-top: 15px;
	clear: both;
	font-size: 1em;
	color: #231f20;
}

div#footer a {
	color: #231f20;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

div#right-column form {
	margin-top: 8px;
}

div#right-column form label {
	display: block;
	font-size: .9em;
	font-weight: bold;
	color: #ccc;
}

div#right-column form input {
	width: 164px;
	height: 12px;
	margin-bottom: 10px;
	padding: 5px 3px;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

button#signup {
	width: 69px;
	height: 24px;
	cursor: pointer;
	border: 0 none;
	background: url(images/btn-submit.png) no-repeat top left;
}

div#photo-slider {
	width: 738px;
	height: 72px;
	float: right;
}

div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 680px; 
    height:72px; 
} 

div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 

div.scrollable div.items a {
	width: 170px; 
	float:left; 
}

div.scrollable div.items img {
	width: 170px;
	height: 72px;
}

a.browse {
	width: 19px;
	height: 0;
	overflow: hidden;
	padding-top: 22px;
	float: left;
	display: block;
	cursor: pointer;
}

a.left {
	margin: 26px 8px 0 0;
	background: url(images/btn-leftArrow.png) no-repeat top left;
}

a.right {
	margin: -46px 0 0 8px;
	background: url(images/btn-rightArrow.png) no-repeat top left;
	float: right;
}

a.disabled {
	cursor: default;
	background: none;
}



/* INSIDE PAGE TEMPLATE
================================================================ */

div#page-content {
	width: 620px;
	min-height: 441px;
	padding: 9px 9px 30px;
	border: 7px solid #000;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #333;
}

h2.page-header {
	width: 620px;
	height: 0;
	margin-bottom: 24px;
	overflow: hidden;
	padding-top: 101px;
	background-position: top left;
	background-repeat: no-repeat;
}

h2#about-head {
	background-image: url(images/header-about.png);
}

h2#volunteer-head {
	background-image: url(images/header-openings.png);
}

h2#sponsor-head {
	background-image: url(images/header-sponsor.png);
}

h2#kids-head {
	background-image: url(images/header-kids.jpg);
}

h2#contact-head {
	background-image: url(images/header-contact.png);
}

h2#media-head {
	background-image: url(images/header-media.jpg);
}

div#text {
	padding: 0 24px;
}

div#text p, div#text ul, div#text ol {
	margin-bottom: 10px;
}

div#text h3 {
	margin: 14px 0 6px;
	font-size: 1.3em;
	font-weight: bold;
	color: #669999;
}

div#text ul {
	margin: 12px 0 0 16px;
	list-style: disc;
}

div#text a {
	color: #669999;
	text-decoration: none;
	border-bottom: 1px dotted #669999;
}

div#text a:hover {
	border: 0 none;
	background: #669999;
	color: #fff;
}



/* ABOUT PAGE
================================================================ */

body.body-about div#text h3, body.body-openings div#text h3, body.body-sponsor div#text h3 {
	padding-top: 14px;
	border-top: 1px solid #c2c2c2;
}

body.body-about div#text h3.no-border, body.body-openings div#text h3.no-border {
	border: 0 none;
}

body.body-about div#text {
	width: 400px;
	float: left;
}

div#sermons {
	width: 146px;
	float: right;
	padding-right: 24px;
	display: inline;
}

div#sermons img {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

div#sermons p {
	width: 146px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 14px;
	background: url(images/sermon-preview.png) no-repeat top left;
}

body.body-about div#text a.iframe, body.body-about div#text a.iframe:hover {
	border: 0 none;
	background: none;
}



/* CONTACT PAGE
================================================================ */

body.body-contact div#page-content {
	background: #fff url(images/pastor-photo-sm.jpg) no-repeat 350px 130px;
}

body.body-contact div#text {
	width: 304px;
}

body.body-contact div#text h3 {
	margin: 20px 0 6px;
}



/* SPONSOR PAGE
================================================================ */

div#right-column h2#donate-head {
	padding-top: 84px;
	background: url(images/donate-sidebar-head.jpg) no-repeat top left;
}

body.body-sponsor div#right-column p {
	margin-bottom: 8px;
}

h3#friends {
	width: 165px;
	height: 0;
	overflow: hidden;
	margin: 0 0 7px 0;
	padding-top: 18px;
	background: url(images/donate-sidebar-headline.jpg) no-repeat top left;
}

body.body-sponsor form {
	margin-bottom: 10px;
}

body.body-sponsor form#monthly {
	margin-bottom: 20px;
}

body.body-sponsor label {
	display: none;
}

body.body-sponsor input {
	width: 150px;
	height: 12px;
	margin-right: 6px;
	padding: 5px 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	border: 1px solid #ccc;
}

body.body-sponsor button.donate {
	float: left;
	border: 0 none;
	margin-top: 3px;
	width: 55px;
	height: 18px;
	cursor: pointer;
	background: url(images/donate-btn.png) no-repeat top left;
	border: 0 none;
}


/* SURVEY PAGE
================================================================ */

div#text iframe {
	margin-top: 12px;
}

body.body-survey iframe {
	border: 2px solid #000;
}



/* SURVEY PAGE
================================================================ */

body.body-openings div#right-column h2 {
	width: 194px;
	height: 0;
	overflow: hidden;
	padding-top: 112px;
	background: url(images/sidebar-info.png) no-repeat 4px 0;
}

h3#free-info {
	width: 168px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 22px;
	background: url(images/h3-free-info.png) no-repeat top left;
}
