/*
COLORS
#8CA1C4; blue - body background
#A4BADF; light blue - LayerOne background
#6C82A6; Nav a blue
#BDCDE9; lighter blue - Util a
#8396B5; darker blue - JoinUsTextBox p
#D8EA86; green - LayerTwo background 
#C8D97A; darker green - LayerThree border
#77920A; dark green - Nav a:hover, WelcomeBox h1, WelcomeBox li a, a:hover
#0070E3; bright blue - a
#5678B0; strong blue - ColumnOne h2, CalendarAudioTabs li a 
#F4F2EA; khaki - ServiceScheduleBox div, NewsBox div
#EFECE0; tan - leftImg, rightImg
#495A77; darkest blue- ColumnOne p, address
#DFE8F6; baby blue - CalendarAudioBox tabContent,
#277cbc: bright sky blue
#1c6ba6; layerOne border, nav text
#6d643f; brown text
#988b58; light brown text
*/
body {
	background: #277cbc url(bg_body.png);
	padding: 5px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
   
}
* {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
#LayerOne {/* light blue w/ darker blue border */
	background: #A4BADF url(bg_layer1.gif) repeat-x top;
	border-top: 1px solid #1c6ba6;
	border-bottom: 1px solid #1c6ba6;
}
#LayerTwo {/* green w/ white border */
	background: #D8EA86 url(bg_layer2.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	overflow: hidden;
}
#LayerThree {/* white w/ green border */
	background: #fff;
	border-top: 2px solid #C8D97A;
	border-bottom: 2px solid #C8D97A;
	padding-bottom: 5px;
}
#Head {
	width: 970px;
	margin: 0 auto;
	height:90px;
}
#Banner, #Content, #Footer {
	width: 960px;
	padding: 5px;
	margin: 0 auto; 
}
#Content {
	overflow: hidden;
}

/* GENERAL STYLES */
#Nav a, h1, h2, h3, h4, h5, h6, #LogoText {
	font-family: sylfaen,'book antiqua',georgia,serrif;
	font-weight: normal;
}
h1 {
color:#FFFFFF;
font-size:22px;
}
h2 {
	font-size: 2.5em;
	color: #77920A;
	line-height: 1.0em;
	margin-bottom: 10px;
}
h3 {
	font-size: 2.0em;
	color: #8396B5;
	line-height: 1.0em;
	margin-bottom: 10px;
	font-variant: small-caps;
}
p, .home ColumnOne p {
	color: #495A77;
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.5em;
}
#ColumnOne p {
	font-size: 1.2em;
}
a img {
	border: none;
}
.pad {
	padding: 5px;
}
a {
	color: #77920A;
	text-decoration: underline;
}
a:hover {
	color: #0070E3;
	text-decoration: none;
}
#Content a {
	color: #0070E3;
	text-decoration: underline;
}
$Content a:hover {
	color: #77920A;
	text-decoration: none;
}	
ul {
	list-style: none;
}
.leftImg {
	float: left;
	margin: 5px 15px 10px 0;
	padding: 3px;
	border: 1px solid #EFECE0;
}	
.rightImg {
	float: right;
	margin: 5px 0 10px 15px;
	padding: 3px;
	border: 1px solid #EFECE0;
}
.moreLink {
	display: block;
	text-align: right;
}
.smallText, #ColumnOne p.smallText {
	font-size: 11px;
}
address {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #495A77;
}
ul.normalList {
	color: #495A77;
	margin-bottom: 15px;
	font-size: 1.4em;
} 
blockquote {
	font-size: 1.2em;
	color: #827653; 
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
}
cite {
	display: block;
	font-size: 1.1em;
	padding: 15px;
	border: 1px solid #EFECE0;
	background: #F4F2EA;
	color: #495A77;
	font-style: normal;
}
/* NAV STYLES */
#Nav {	
	position: absolute;
	left: 17px;
	bottom: -1px;
	margin: 0;
	padding: 0;
	width: 936px;
}
#Nav li {
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#Nav li a {
	display: block;
	width: 117px;
	height: 30px;
	background: url(bg_navtab.png) no-repeat 0 0;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 1.5em;
	color: #1c6ba6;
	cursor: pointer;
}
#Nav li a:hover {
	background-position: 0 -30px;
	color: #77920A;
}

/* NAV TAB ACTIVE STATES */
.home #Nav li.home a, 
.contact #Nav li.contact a,
.links #Nav li.links a,
.map #Nav li.map a,
.about #Nav li.about a, 
.missions #Nav li.missions a,
.classes #Nav li.classes a,
.audio #Nav li.audio a,
.calendar #Nav li.calendar a {
	background-position: 0 -30px;
	color: #77920A;
}

/* LEFTNAV STYLES */
ul#LeftNav {
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
}
ul#LeftNav li {
	float: left;
	width: 100%; 
	margin: 0;
	padding: 0;
}
ul#LeftNav li a {
	display: block;
	padding: 5px;
	line-height: 2.1em;
	font-size: 11px;
	background: #EFF6FF;
	margin: 0 0 2px 0;
	text-decoration: none;
	color: #0066CC;
}
ul#LeftNav li a:hover, ul#LeftNav li.active a {
	background: #CFE5FF;
	border-right: 3px solid #5A9AE7;
}


/* HEAD STYLES */
#Head {
	height: 90px;
	position: relative;
	/*background: url(bg_head.gif) no-repeat center top;*/
}
#LogoImg {
	position: absolute;
	left: 25px;
	top: 5px;
}

#LogoText {
color:#FFFFFF;
font-size:16px;
left:326px;
line-height:0.9em;
padding:0 0 5px;
position:relative;
top:57px;
width:120px;
}
#LogoText span {
	font-size: 14px;
	position: absolute;
	left: 50px;
	top: 45px;
	display: block;
	whitespace: nowrap;
	color: #99c5eb;
}
#Util {
	display: block;
	position: absolute;
	top: 0px;
	right: 25px;
	background: url(bg_util.jpg) no-repeat;
	width: 209px;
	height: 26px;
	text-align: center;
	color: #A4BADF;
	font-size: 1.1em;
}
#Util a {
	color: #BDCDE9;
	line-height: 24px;
	font-size: 1.1em;
	text-decoration: none;
}	
#Util a:hover {
	color: #fff;
}

/* HOMEPAGE STYLES */
/* HOME BANNER STYLES */
#Banner {
	overflow: hidden; /* fix for floated children */
}
#Banner h1 span, #Banner h2 span, #Banner p span {
	display: block;
}
.home #Banner a {
	font-size: 11px;
} 
 
/* HOMEPAGE PROMO BOX STYLES*/
#PromoBox {
	position: relative;
	width: 470px;
	height: 230px;
	padding: 5px;
	*padding: 0px;
	background: url(bg_promobox.gif) no-repeat 5px 5px;
	float: left;
}
.contentDiv{
width:455px;
height:195px;
	display: none;
	padding:0px 15px;
}

.contentDiv img{
padding-top:15px;
width:167px;
height:180px;
}

.pagination{
	position: absolute;
	top: 210px;
	right: 20px;
	width: 300px;
	text-align: right;
	padding: 4px;
}
.pagination a{
	padding: 2px 6px;
	color: #77920A; 
}
.pagination a.selected{
	background: url(bg_currentpromonumber.gif) no-repeat center 2px;
}

/* HOMEPAGE WELCOMEBOX BOX STYLES*/
#WelcomeBox {
	width: 230px;
	height: 230px;
	position: relative;
	padding: 5px;
	background: url(bg_welcomebox.gif) no-repeat 5px 5px;
	float: left;
}
#WelcomeBox h1 {
	font-size: 1.5em;
	color: #77920A;
	padding: 10px 10px 5px;
	line-height: 1.0em;
	margin-bottom: 0
}
#WelcomeBox h2 {
	font-size: 2.8em;
	color: #77920A;
	margin: 10px 10px 5px 0;
}
#WelcomeBox p {
	font-size: 1.1em;
	color: #77920A;
	margin: 0 10px 15px;
	line-height: 1.3em;
}
#WelcomeBox address {
	margin: 5px 10px 15px;
	color: #77920A;
	font-size: 1.1em;
}

/* welcomebox tabs */
#WelcomeTabs {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 7px;
	left: 5px;
}
#WelcomeTabs li {
	float: left;
	height: 24px;
	width: 110px;
	/*overflow: hidden;*/
}
#WelcomeTabs li a {
	display: block;
	line-height: 24px;
	padding-left: 13px;
	background: url(bg_welcomboxtab.gif) no-repeat 0 -24px;
	color: #77920A;
}
#WelcomeTabs li a:hover, #WelcomeTabs li.selected a {
	text-decoration: none;
	background-position: 0 0; 
}
#WelcomeBox .tabContent {
	width: 220px; 
	height: 195px;
	text-align: right;
	overflow: hidden;
	display: none;
	position: absolute;
	padding: 5px;
	/*background: url(bg_welcomebox-tabcontent.jpg) no-repeat 5px 5px;*/
}

/* HOMEPAGE PODCAST BOX STYLES*/
#PodcastBox {
	width: 230px;
	height: 110px;
	padding: 5px;
	position: relative;
	background: url(bg_230x110box.gif) no-repeat 5px 5px; 
	float: left;
}
#PodcastBox p {
	font-size: 1.1em;
	color: #77920A;
	margin: 0 10px 5px;  
	line-height: 1.3em;
}
#PodcastBox h2 {
	font-size: 1.5em;
	color: #77920A;
	padding: 15px 10px 5px;
	line-height: 1.0em;	
	margin-bottom: 0;
}


#PodcastBox img {
	position: absolute;
	right:15px;
	top:27px;
}


/* HOMEPAGE STAFFBOX STYLES*/
#StaffBox {
	width: 230px;
	height: 110px;
	padding: 5px;
	position: relative;
	background: url(bg_230x110box.gif) no-repeat 5px 5px; 
	float: left;
}
#StaffBox span {
	display: block;
	width: 92px;
	height: 122px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
#StaffBox h2 {
	font-size: 2.5em;
	position: absolute;
	left: 95px;
	top: 20px;
	color: #77920A;
	line-height: 1.0em;	
}
#StaffBox p {
	font-size: 1.1em;
	position: absolute;
	left: 95px;
	top: 77px;
}

/* HOMEPAGE COLUMNONE STYLES */
.home #ColumnOne {
	width: 720px;
	float: left;
	padding-top: 0px;
}
.home #ColumnOne h2 {
color:#5678B0;
font-size:20px;
padding-left:10px;
}
.home #ColumnOne h3, .home #ColumnTwo h2 {
	font-size: 1.7em;
	color: #5678B0;
	font-variant: small-caps;
	margin-bottom: 0;
}
.home #ColumnOne p {
	color: #495A77;
	font-size: 1.2em;
	margin-bottom: 15px; 
}

/* JOIN US IN WORSHIP AREA */
.joinUsPic {
	float: left;
	padding: 5px;
}
#JoinUsTextBox {
	padding: 15px 5px;
	background:#dfe8f6 url(bg_joinustextboxTOP.jpg) no-repeat top;
	width: 698px;
	float: left;
	margin-left:5px;
}
.home #ColumnOne #JoinUsTextBox p {
	padding:0px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
}
/* SERVICE SCHEDULE AREA */
#ServiceScheduleBox {
	width: 350px;
	padding: 5px 5px 7px;
	background: url(bg_home_khaki_bottom.gif) no-repeat bottom;
	float: left;
}
.home #ColumnOne #ServiceScheduleBox h2 {
	padding-top: 10px;
	color: #6d643f;
}
.home #ColumnOne #ServiceScheduleBox h3 {
	color: #6d643f;
}
.home #ColumnOne #ServiceScheduleBox p {
	color: #988b58;
}
#ServiceScheduleBox div {
	background: #F4F2EA url(bg_home_khaki_top.gif) no-repeat top;
	padding: 5px 15px 10px;
}

/* MBC NEWS AREA -  ON HOMEPAGE*/
#NewsBox {
	width: 350px;
	padding: 5px 5px 7px;
	background: url(bg_home_khaki_bottom.gif) no-repeat bottom;
	float: right;
}
.home #ColumnOne #NewsBox h2 {
	padding-top: 10px;
	color: #6d643f;
	font-size:20px;
}
.home #ColumnOne #NewsBox h3 {
	color: #6d643f;
	font-size:15px;
}
.home #ColumnOne #NewsBox p {
	color: #988b58;
}
#NewsBox div {
	background: #F4F2EA url(bg_home_khaki_top.gif) no-repeat top;
	padding: 5px 15px 10px;
	height:468px;
}
#NewsBox p a {
	display: block;
}

.adbox {
	float: left;
	padding: 10px 5px 0;
}


/* HOMEPAGE COLUMNTWO STYLES */
.home #ColumnTwo {
	width: 240px;
	float: left;
}
p.calendarLink {
	background: url(bg_calendaricon.gif) no-repeat 5px 10px;
}
p.calendarLink span {
	margin-left: 35px;
	display: block;
	width: 160px;
}
p.sermonsLink {
	background: url(bg_sermonsicon.gif) no-repeat 5px 10px;
}
p.sermonsLink span {
	margin-left: 35px;
	display: block;
	width: 160px;
}


/* COLUMNTABSBOX STYLES */
#ColumnTabsBox {
	padding: 5px;
}
#ColumnTabs {
	margin: 0;
	padding: 3px 0 0 0;
	background: url(bg_calendaraudiobox.gif) no-repeat top;
	height: 24px;
}
#ColumnTabs li {
	float: left;
	height: 24px;
	width: 110px;
	overflow: hidden;
}
#ColumnTabs li a {
	display: block;
	line-height: 24px;
	padding-left: 13px;
	background: url(bg_calendaraudiotabs.gif) no-repeat 0 -24px;
	color: #5678B0;
	font-size: 11px;
}
#ColumnTabs li a:hover, #ColumnTabs li.selected a {
	text-decoration: none;
	background-position: 0 0;
}
#ColumnTabsBox .tabContent {
	width: 210px;
	padding: 10px;
	display: none;
	background: #DFE8F6 url(bg_content_tabcontent.gif) no-repeat bottom;
}
#ColumnTabsBox .tabContent p {
	font-size: 1.1em;
	padding: 5px;
	margin-bottom: 0;
}

/* HEADLINES STYES */
#Headlines {
	padding: 5px 5px 7px 5px;
	background: url(bg_headlines_bottom.gif) no-repeat bottom;
}
#Headlines div {
	background: #F4F2EA url(bg_headlines_top.gif) no-repeat top;
	padding: 10px 15px 10px;
}
#Headlines ul li {
	padding: 7px 0;
}
.home #Content #Headlines h2 {
	color: #6d643f;
	margin-top: 5px;
}

/* END HOMEPAGE STYLES */

/* GENERAL PAGE STYLES */
#ColumnOne {
	width: 240px;
	float: left;
	padding: 20px 0 15px;
}
#ColumnTwo {
	width: 700px;
	float: left;
	padding-bottom: 15px;
}
#ColumnOne .pad {
	width: 90%;
}
#ColumnTwo .pad {
	padding-top: 15px;
}
.fullWidth #ColumnOne {
	display: none;
}
.fullWidth #ColumnTwo {
	width: 960px;
	float: none;
	overflow: hidden;
}
.fullWidth #ColumnTwo .pad {
	padding: 15px 20px 5px;
}


/* CUSTOM BULLET LIST STYLES */
.customBulletList li {
	padding: 7px 0;
}	
.customBulletList li a {
	padding: 0 0 0 15px;
	background: url(bullet_arrow.gif) no-repeat left 2px;
}	

/* AUDIO ARCHIVE STYLES */
#PodcastTable {
	border-bottom: 1px solid #98B2E1;
	margin-bottom: 15px;
}
#PodcastTable .headingRow td {
border-top: 1px solid #98B2E1;
padding: 3px 0 3px 5px;
background: #E8F0FF;
font-size: 11px;
color: #495A77;
}
#PodcastTable .podcastRow td {
border-top: 1px solid #98B2E1;
padding: 10px 0 10px 5px;
}
#PodcastTable .podcastRow td.podcastName {
color: #A4CA00;
font-weight: bold;
font-size: 11px;
}
#PodcastTable .podcastRow span, .podcastShortDesc, .podcastDate {
font-weight: normal;
font-size: 10px;
color: #9A9A9A;
padding-right: 7px;
}
#Content #PodcastLink {
text-align: right; 
padding: 10px; 
font-size: 10px; 
}
#Content #PodcastLink a {
color: #0066CC; 
text-decoration: none;
}

/* CONTACT FORM STYLES */
.boldredtext {
	color: #FF6600;
	font-weight: bold;
}
form{
	margin-top: 0;
	padding-top: 0;
}
input, select {
	font-size: 1.1em;
	margin-top: 3px;
    letter-spacing: .1em;
    
}
textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1.1em;
    letter-spacing: .1em;
	margin-top: 3px;
}
.btnSubmit {
    display: block;
	margin: 0 0 15px 0;
	padding: 7px 10px;
    clear: both;
}   
label {
	display: block;
    color: #5474AD;
	font-weight: bold;
}
.fred {
	float: left;
	margin: 8px 8px 8px 0;
}

/* COMMON CALENDAR STYLES */
.calendar .error {
	color: red;
	font-size: 1.0em;
}
.calendar table {
	border-collapse: collapse;
	display: block;
}
/* navbox styles - top navigation area - common to all views */
.calendar .calendarNavBox {
	margin: 0 0 15px 0;
	color: #5678B0;
}
.calendar .calendarNavBox td input,
.calendar .calendarNavBox select {
	vertical-align: middle;
	margin: 5px 0;
	padding: 0;
}
/* calendarfooter styles - date and calendar types chooser area - common to all views */
.calendar .calendarFooter {
	width: 920px;
	clear: both;
}
.calendar .calendarFooter td {
	padding-top: 10px;
}
.calendar .calendarFooter td.calendarTypes {
	width: 320px;
	text-align: right;
}
.calendar .calendarFooter td.dateNavigator {
	width: 600px;
	text-align: left;
}
.calendar .calendarFooter td.dateNavigator a {
	text-decoration: none;
}
.calendar .calendarFooter td.dateNavigator td * {
	margin: 3px;
	vertical-align: middle;
}
/* infoPanel */
.calendar .infoPanel {
	width: 200px;
	float: left;
}
.calendar .infoPanel table td {
	padding:6px;
	background: #EFECE0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.calendar .infoPanel td.CalendarWeekdayName,
.calendar .infoPanel td.CalendarWeekendName  {
	background: #D8EA86;
}
.calendar .infoPanel td.CalendarSelectedDay {
	background: #F4F2EA;
}
.calendar .infoPanel td.CalendarSelectedDay a {
	font-weight: bold;
}
.calendar .infoPanel td.CalendarSelectedDay a.today {
	color: blue;
}

/* CALENDAR VIEWS */
/* month view */
.calendar .Grid {
	width: 100%;
}
.calendar .Grid tr.daysWrapper td {
	border-bottom: 1px solid #fff;
}
.calendar .Grid td {
	padding: 5px;
	border-right: 1px solid #fff;
}
.calendar .Grid tr.daysWrapper td {
	height: 100px;
	vertical-align: top;
	margin: 1px;
	background: #F4F2EA;
	width: 125px;
}
.calendar .Grid tr.daysWrapper td:hover,
.calendar .Grid tr.daysWrapper td.CalendarWeekend:hover {
	background: #DFE8F6;
	cursor: pointer;
}
.calendar .Grid tr.daysWrapper td.CalendarToday {
	background: #DFE8F6;
}
.calendar .Grid tr.weekDayNameWrapper {
	border-bottom: 1px solid #fff;
}
.calendar .Grid tr.weekDayNameWrapper td.CalendarWeekdayName {
	width: 119px;
	color: #77920A; 
}
.calendar .Grid tr.weekDayNameWrapper td {
	background: #D8EA86;
}
	
.calendar .Grid tr.daysWrapper td.CalendarWeekend {
	background: #EFECE0;
}
.calendar .Grid tr.daysWrapper td.emptyDay {
	background: #EFECE0;
}
.calendar .Grid .CalendarDay .CalandarEvent a {
	display: block;
	padding: 5px 0;
}
.calendar .Grid tr.daysWrapper .weekButtonTd {
	width: 13px;
	text-align: center;
	vertical-align: middle;
}
/* week view */
.calendar .weekGrid {
	width: 705px;
	margin-left: 15px;
	margin-top: 30px;
	float: left;
	color: #495A77;
}
.calendar .weekGrid td {
	padding: 6px;
}
.calendar .weekGrid .dateTd {
	background: #D8EA86;
}
.calendar .weekGrid .timeTd {
	width: 175px;
	padding-bottom: 10px;
	background: #EFECE0;
	border-bottom: 5px solid #fff;
}
.calendar .weekGrid .eventTd {
	width: 530px;
	padding-bottom: 10px;
	background: #F4F2EA;
	border-bottom: 5px solid #fff;
}
.calendar .weekGrid td, .calendar .weekGrid th {
	text-align: left;
}
/* day view */
.calendar .dayGrid {
	width: 705px;
	margin-left: 15px;
	margin-top: 30px;
	float: left;
	color: #495A77;
}
.calendar .dayGrid td {
	padding: 6px;
}
.calendar .dayGrid .timeTd {
	width: 175px;
	padding-bottom: 10px;
	background: #EFECE0;
	border-bottom: 5px solid #fff;
}
.calendar .dayGrid .eventTd {
	width: 530px;
	padding-bottom: 10px;
	background: #F4F2EA;
	border-bottom: 5px solid #fff;
}
.calendar .dayGrid td, .calendar .dayGrid th {
	text-align: left;
}
/* calendar login styles */
.calendar .record td, .calendar .record th {
	padding: 3px 5px 3px 0;
	text-align: left;
	color: #495A77;
}
/* calendar search styles */
.calendar .searchGrid {
	text-align: left;
	color: #495A77;
}
.calendar .searchGrid td, .searchGrid th {
	padding: 6px;
	width: 250px;
}
.calendar .record td * {
	vertical-align: middle;
}
.calendar .record td label { 
	display: inline;
}
.calendar .searchGrid .caption {
	background: #D8EA86; 
}
.calendar .searchGrid .row {
	background: #EFECE0;
	border-bottom: 5px solid #fff;
}

/* NEWS STYLES */
.customBulletList .date {
	padding-left: 15px;
	font-size: 10px;
	color: #8396B5;
}
/* news episode pager styles */
.newsItem {
}
.newsItem h3, .newsItem h2 {
	margin-bottom: 0;
}
.newsItem p {
	margin-top: 0;
}
.pagerTop {
	border-bottom: 1px solid #98B2E1;
	padding-bottom: 4px;
}
.pagerBottom {
	border-top: 1px solid #98B2E1;
	padding-top: 4px;
}

/* STAFF PAGE STYLES */
.staffBox {
	float: left;
	width: 25%;
}
.staffBox h3 {
	margin: 0;
	font-size: 14px;
}
.staffBox p { 
	font-size: 11px;
}

/* FOOTER STYLES */
#Footer {
	position: relative;
	overflow: hidden;
	margin-bottom: -1px;
	text-align:center;
}

#Footer  a{
font-size:12px;
color:#ffffff;
padding-right:15px;
}


/*footer sitemap styles */
#FooterSiteMapWrapper {
	width: 468px;
	float: left;
	margin: 5px;
	background: #A8BDE0;
	height: 200px;
	border: 1px solid #ACC0E1;
}
#FooterSiteMapWrapper #RowOne, 
#FooterSiteMapWrapper #RowTwo, 
#FooterSiteMapWrapper #RowThree {
	width: 152px;
	float: left;
	margin-top: 10px;
}
#FooterSiteMapWrapper #RowOne {
	margin-left: 10px;
}
#FooterSiteMapWrapper ul a {
	font-size: 1.2em;
	color: #5678B0;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: bold;
}
#FooterSiteMapWrapper ul a:hover {;
	text-decoration: underline;
	color: #fff;
}
#FooterSiteMapWrapper ul ul a {
	font-size: 1.0em;
	color: #5678B0;
	background: url(bg_footerlinkarrow.gif) no-repeat left;
	padding-left: 7px;
	font-weight: normal;
}
#FooterSiteMapWrapper ul ul {
	padding: 0 0 7px 0;
}
#FooterSiteMapWrapper ul li.podcastFooterLink img {
	margin-bottom: -2px;
}
/* miscbox styles */
#MiscBox {
	float: left;
	width: 228px;
	margin: 5px;
	background: #A8BDE0;
	height: 200px;
	border: 1px solid #ACC0E1;
}
/* infobox styles */	
#InfoBox {
	float: left;
	width: 228px;
	margin: 5px;
	background: #A8BDE0;
	border: 1px solid #ACC0E1;
}
#InfoBox p, #InfoBox address {
	font-size: 10px;
	margin: 5px 10px 10px 10px;
	letter-spacing: -.01em;
}
#InfoBox address {
	margin-top: 15px;
	font-style: normal;
}
#InfoBox a {
	color: #5678B0;
	text-decoration: none;
}
#InfoBox a:hover {
	text-decoration: underline;
}
#InfoBox h4 {
	font-size: 1.6em;
	color: #495A77;
}
/* footerutil styles */	
#FooterUtil {
	display: block;
	position: absolute;
	bottom: -1px;
	z-index: 50;
	right: 25px;
	background: url(bg_footer_util.jpg) no-repeat;
	width: 209px;
	height: 28px;
	text-align: center;
	color: #A4BADF;
	font-size: 1.1em;
	padding-left:10px;
}
#FooterUtil a {
	color: #BDCDE9;
	line-height: 24px;
	font-size: 1.1em;
	text-decoration: none;
}	
#FooterUtil a:hover {
	color: #fff;
}

/* THICKBOX STYLES */
/* THICKBOX LINK AND FONT SETTINGS */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* THICKBOX SETTINGS */
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* CLASSES STYLES */
.classBox {
	float: left;
	width: 345px;
}
.classBox h3 {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 1.9em;
}
.classBox p {
	margin-top: 0;
	font-size: 1.1em;
	width: 95%;
}




/*-----------------------------*/

#NewsBox, #ServiceScheduleBox h3.titleArticles {
font-size:15px;
line-height:1.5;
color:#6D643F !important;
padding-bottom:5px;
}

#NewsBox h3.titleArticles {
font-size:15px;
line-height:1.5;
color:#6D643F !important;
margin-bottom:-5px;
margin-top:15px;
}

#ServiceScheduleBox h3.titleArticles a{
text-decoration:none;
color:#6D643F;
} 
#ServiceScheduleBox h3.titleArticles a:hover{text-decoration:underline;}

#NewsBox h3.titleArticles a{
text-decoration:none;
color:#6D643F;
}
#NewsBox h3.titleArticles a:hover{text-decoration:underline;}

#bimba img{
border:#E7F3AD 3px solid;
}
