body {
	margin: 0;
	padding: 0;
	background: #5c442b;

	font-family: Tahoma, Arial, sans-serif;
	color: #5f5f5f;
	font-size: 62.5%;
}

a img { border: 0; }

*:focus { outline: none; }

/*** =STRUCTURE ***/

#outer {
	background: #ffffff url(../img/body-bg.jpg) repeat-x top center;
}

#container {
	width: 792px;
	margin: 0 auto 0 auto;
	position: relative;
}

#main {
	background: url(../img/main-bg.png) no-repeat top;
	padding: 10px 14px 10px 25px;
	min-height: 350px;
}

	#main-push {
		width: 792px;
		height: 119px;
	}

	#main-content {
		background-image: url(../img/main-content-bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		padding: 10px 25px;
		min-height: 350px;
	}

#content-home {
	font-size: 1.2em;
}

#content {
	margin: 0 0 0 220px;
	font-size: 1.2em;
	line-height: 1.7em;
}



/*** end =STRUCTURE ***/



/*** =HEADER ***/

#header {
	height: 119px;
	width: 792px;
	position: absolute;
	top: 0; left: 0;
	z-index: 2;
}

	#logo {
		position: absolute;
		top: 18px;
		left: 10px;
		width: 458px;
		height: 65px;
	}

	#auxnav {
		position: absolute;
		top: 11px;
		right: 8px;
		height: 27px;
		line-height: 27px;
		background: url(../img/auxnav-bg.png) no-repeat right top;
		color: #795837;
		font-size: 1.1em;
		font-weight: bold;
		padding: 0 16px;
	}

	#auxnav #bl {
		position: absolute;
		top: 0px; left: 0px;
		height: 27px;
		width: 5px;
		background: url(../img/auxnav-bg.png) no-repeat left top;
	}

	#auxnav a, #auxnav a:link, #auxnav a:visited {
		padding: 0 3px;
		text-decoration: none;
		font-weight: normal;
		color: #eae7d2
	}

     /*** header address ***/

     /*** end header address ***/

     #head-address {
     	position: absolute;
     	bottom: 0;
     	right: 0;

     	font-size: 1.2em;
     	color: #eae7d2;
     }

	/*** =NAVIGATION ***/

	ul#nav {
		position: absolute;
		bottom: 0px;
		left: 9px;
		margin: 0;
		padding: 0;
		border: 0;
		list-style-type: none;
	}

	ul#nav li {
		float: left;
	}
	ul#nav li a {
		display: block;
		height: 31px;
		background-image: url(../img/nav-sprite.png);

		font-family: "Century Gothic", Tahoma, Arial, sans-serif;
		color: #eae7d2;
		font-size: 1.4em;
		line-height: 31px;
		text-align: center;
	}

	a#nav-about, a#nav-about:link, a#nav-about:visited 	{ width: 137px; background-position: 0px 0px; }
	a#nav-about-on, a#nav-about:hover, a#nav-about:active 	{ width: 137px; background-position: 0px 31px; }
	a#nav-paris, a#nav-paris:link, a#nav-paris:visited 	{ width: 147px; background-position: -137px 0px; }
	a#nav-paris-on, a#nav-paris:hover, a#nav-paris:active 	{ width: 147px; background-position: -137px 31px; }
	a#nav-faith, a#nav-faith:link, a#nav-faith:visited 	{ width: 106px; background-position: -284px 0px; }
	a#nav-faith-on, a#nav-faith:hover, a#nav-faith:active 	{ width: 106px; background-position: -284px 31px; }
	a#nav-commu, a#nav-commu:link, a#nav-commu:visited 	{ width: 230px; background-position: -390px 0px; }
	a#nav-commu-on, a#nav-commu:hover, a#nav-commu:active 	{ width: 230px; background-position: -390px 31px; }
	a#nav-youth, a#nav-youth:link, a#nav-youth:visited 	{ width: 153px; background-position: -620px 0px; }
	a#nav-youth-on, a#nav-youth:hover, a#nav-youth:active 	{ width: 153px; background-position: -620px 31px; }


	ul#nav li ul {
		position: absolute;
		list-style-type: none;
		display: none;
		margin: 0;
		padding: 0 0 4px 16px;
		background-color: #7e654b;
		width: 170px;
	}

	ul#nav li ul li {
		float: none;
		margin: 6px 0;
	}

	ul#nav li ul li a, ul#nav li ul li a:link, ul#nav li ul li a:visited {
		display: inline;
		background: none;
		font-size: 1.2em;
		text-decoration: none;
		text-align: left;
		line-height: 1.4em;
	}
	ul#nav li ul li a:hover, ul#nav li ul li a:active {
		color: white;
	}

	/*** end =NAVIGATION ***/


/*** end =HEADER ***/



/*** =FEATURES ***/

#feature-pane {
	height: 201px;
	margin: 0 0 12px 0;
	padding-top: 131px;
	z-index: 1;
}

ul#features {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 287px;
	float: right;
}

ul#features li {
	margin: 0;
	padding: 8px 32px 0 32px;
	background: url(../img/feature-li.gif) no-repeat center bottom;
	color: #838383;
	font-size: 1.2em;
	height: 22px;
}

ul#features li.cap {
	padding: 0 !important;
	background: url(../img/feature-cap.gif) no-repeat center top;
	height: 7px;
	font-size: 1px;
}

ul#features li.cup {
	padding: 0 !important;
	background: url(../img/feature-cup.gif) no-repeat center top;
	height: 8px;
	font-size: 1px;
	position: relative;
	top: -1px;
}

ul#features li.on {
	background: url(../img/feature-li-on.gif) no-repeat center top;
	color: #ffffff;
}

#banner-frame {
	width: 500px;
	height: 197px;
	background: url(../img/banner-frame.gif);
	position: relative;
}

#banner {
	position: absolute;
	top: 11px;
	left: 38px;
	width: 451px;
	height: 172px;
	overflow: hidden;
}


#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*** end =FEATURES ***/



/*** =FOOTER ***/

#footer {
	width: 960px;
	margin: 0 auto 0 auto;
	font-size: 1.2em;
}

#footer #inner {
	padding: 30px 50px 20px 80px;
}

#footer .panel {
	float: left;
	width: 190px;
	margin-left: 44px;
}

#footer .box, #footer .panel h3 {
	background-color: #4e3a25;
	border: 1px solid #3d2d1c;
	margin: 0 0 14px;
	padding: 0.6em;

	font-weight: normal;
	color: white;
	font-size: 14px;
}

	#footer .panel h3 a, #footer .panel h3 a:link, #footer .panel h3 a:visited, #footer .panel h3 a:hover, #footer .panel h3 a:active {
		text-decoration: none;
		color: white;
	}

#footer #contact-info {
	width: 240px;
}

	#footer #contact-info h4 {
		margin: 0;
		font-size: 14px;
		font-weight: normal;
	}

	#footer #contact-info h4 a, #footer #contact-info h4 a:link, #footer #contact-info h4 a:visited, #footer #contact-info h4 a:hover, #footer #contact-info h4 a:active {
		text-decoration: none;
		color: white;
	}

/*** end =FOOTER ***/



/*** =SUBNAV ***/

#left {
	float: left;
}

#subnav {
	width: 194px;
	margin: 0 0 10px 0;
}

ul.subnav-d {
	list-style-type: none;
	border-color: #e3e2d7;
	border-style: solid;
	border-width: 0 0 6px 0;
	margin: 0;
	padding: 0 0 0 6px;
}

ul.subnav-p {
	list-style-type: none;
	border-color: #e3e2d7;
	border-style: solid;
	border-width: 6px 0 0 0;
	margin: 16px 0 0 0;
	padding: 0 0 0 6px;
}

ul.subnav-d ul.subnav-p, ul.subnav-d ul.subnav-d {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 6px;
}

ul.subnav-d li, ul.subnav-p li {
	border-color: #e3e2d7;
	border-style: solid;
	border-width: 0 6px 0 0;
	padding: 0;
	margin: 0;
	background: url(../img/subnav.png) repeat-y;
}

ul.subnav-d li.on, ul.subnav-p li.p-on {
	border-color: #e3e2d7;
	border-style: solid;
	border-width: 6px 0;

	background-image: none;
	background-color: #ffffff;
}

ul.subnav-d li a, ul.subnav-d li a:link, ul.subnav-d li a:visited, ul.subnav-p li a, ul.subnav-p li a:link, ul.subnav-p li a:visited {
	display: block;
	border-color: #e3e2d7;
	border-style: dashed;
	border-width: 0 0 1px 0;
	padding: 7px 10px;

	color: #9f8465;
	font-family: Georgia, Times, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	text-align: right;
}


ul.subnav-d li.on a, ul.subnav-d li.on a:link, ul.subnav-d li.on a:visited, ul.subnav-p li.on a, ul.subnav-p li.on a:link, ul.subnav-p li.on a:visited {
	display: block;
	border: 0;
	background: url(../img/on-arrow.png) no-repeat right center;
	color: #5c442b;
	padding-right: 16px;
}

ul.subnav-d li.on ul, ul.subnav-p li.on ul {
	list-style-type: none;
	padding: 0;
}

ul.subnav-d li.on ul li, ul.subnav-p li.on ul li {
	border-width: 0 6px 0 0;
	border-style: solid;
	border-color: #ffffff;
	background: none;
}

ul.subnav-d li.on ul.subnav-p {
	border-top: none;
}
ul.subnav-d li.on ul.subnav-d {
	border-bottom: none;
}

ul.subnav-d li.on ul li a, ul.subnav-d li.on ul li a:link, ul.subnav-d li.on ul li a:visited, ul.subnav-p li.on ul li a, ul.subnav-p li.on ul li a:link, ul.subnav-p li.on ul li a:visited {
	color: #909090;
	border: 0;
	background: none;
	padding-right: 10px;
}

ul.subnav-d li.on ul.subnav-d li.on {
	border-width: 1px 0;
	border-color: #e3e2d7;
	border-style: solid;
	margin-bottom: 6px;
}

	ul.subnav-d li.on ul.subnav-d li.on a, ul.subnav-d li.on ul.subnav-d li.on a:link, ul.subnav-d li.on ul.subnav-d li.on a:visited {
		font-weight: bold;
	}

	ul.subnav-d li.on ul.subnav-d li.on ul.subnav-p a, ul.subnav-d li.on ul.subnav-d li.on ul.subnav-p a:link, ul.subnav-d li.on ul.subnav-d li.on ul.subnav-p a:visited {
		color: #909090;
		border: 0;
		background: none;
		padding-right: 10px;
		font-weight: normal;
	}

	li.p-on a, li.p-on a:link {
		display: block !important;
		background: url(../img/on-arrow.png) !important;
		background-repeat: no-repeat !important;
		background-position: right center !important;
		font-style: italic;
		padding-right: 16px !important;
	}

/*** end =SUBNAV ***/

/*** highlights under subnav ***/

ul#newsfeed {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#newsfeed li {
	margin: 10px 0;
}

	ul#newsfeed li a.hl-title {
		display: block;
		background-image: url(../img/hl-link-bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		width: 194px;
		height: 24px;

		text-indent: 4px;
		text-decoration: none;
		line-height: 24px;
		font-size: 12px;
		font-weight: bold;
		color: #5c442b;
	}

	ul#newsfeed li a.hl-pic {
		display: block;
		text-decoration: none;
		border: 5px solid #e3e2d7;
	}

/*** end highlights ***/

/*** =DIALOG ***/


#dialog-top {
	width: 629px;
	height: 30px;
	background: url(../img/dialog-top.gif) no-repeat top center;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-indent: 20px;
	font-size: 16px;
}

#dialog-body {
	background: #ffffff;
	border-style: solid;
	border-color: #dcb987;
	border-width: 1px 1px 0px 1px;
	padding: 15px 15px 5px 14px;
}

#dialog-bot {
	width: 629px;
	height: 9px;
	font-size: 1px;
	background: url(../img/dialog-bot.gif) no-repeat top center;
}

#feedback-top {
	width: 300px;
	height: 30px;
	background: transparent url(../img/feedback-top.gif) no-repeat top center;
	color: white;
	font-weight: bold;
	line-height: 30px;
	text-indent: 20px;
	font-size: 16px;
}

#feedback-body {
	background: #ffffff;
	border-style: solid;
	border-color: #dcb987;
	border-width: 1px 1px 0px 1px;
	padding: 15px 15px 5px 14px;
}


#feedback-bot {
	width: 300px;
	height: 9px;
	font-size: 1px;
	background: transparent url(../img/feedback-bot.gif) no-repeat top center;
}

/*** end =DIALOG ***/


.cleanup {
	clear: both;
	height: 20px;
}

.clear-me {
	clear: both;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
}

fieldset legend {
	font-size: 1.1em;
	font-weight: bold;
}

fieldset label.txt {
	display: inline-block;
	width: 120px;
}

fieldset ol {
	margin: 12px 0;
	padding: 0 0 0 30px;
	list-style-type: none;
}

	fieldset ol li ol {
		margin: 0;
		padding: 0 0 0 30px;
		list-style-type: none;
	}

fieldset ol.txt-fields li {
	margin: 5px 0;
}

fieldset .field-padd {
	padding: 0 0 0 30px;
}

fieldset textarea#new-programs {
	width: 350px;
	height: 78px;

	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
}

fieldset .error {
	color: #df9f53;
}

/** SEARCH ***/

#search {
	color: #EAE7D2;
	font-size: 12px;

	position: absolute;
	right: 8px;
	top: 50px;
}


/** end SEARCH **/

input#botcheck {
	visibility: hidden;
	width: 20px;
}