/* ===================CSS RESET=====================/* 


/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}



body{
	background: url(images/background.png) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	line-height: 18px;	
}




a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}




h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


h3{
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h4{
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


.center{
	 text-align: center;
}

.right {
	text-align: right;	
}

.right img{
	float: right;
	margin: 10px;
}


.left img{
	float: left;
	margin: 10px;
}


input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
	background: #fff;
}


select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

/*===================Wrapper addition in a new part of the theme to conform to layout requirement=======================*/
#wrapper{
	
    margin: 0px auto;
}

#wrapper a{

}


#wrapper2{

}



#top{
	width: 100%;
	height: 40px;
	background: #6c0b00;
}

#page {
	width: 960px;
	background: #fff;
	margin:0px auto;
	position: relative;
}

#page a{
	
}


/*==============PAGE TO DIV IS FOR THE SECONDARY PAGES AND DEPARTMENT PAGES====================*/

#page2{
	width: 960px;
	background: url(images/container_bg.gif) repeat-y;
	margin:0px auto
}


/*--- Main Columns ---*/
#columns{
	padding: 0px  0px 0px;
	margin: 0px;
}


.col1{
	float: left;
	width: 640px;
	display: inline;
	background: #fff;
	padding-bottom: 20px;
	min-height: 1250px;
}


.col2{
	float: right;
	width: 320px;
	/*
	height: auto;*/
	display: inline;
	
}
/*--- Sub Columns ---*/
.subcol{
	width:  0px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}

/*========= Dynamic image scroller[ located below featured links] =========*/

#imagescroller{
	width: 640px;
	height: 180px;
	background: url(images/picture_holder.gif);
	clear:both;
}




/*========MO 3/5/09 == THE FOLLOWING DIV ADS THE DYNAMIC LINKS 


/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 0px 0px !important;
	background-color: #FFFFFF;
	margin: 0px auto !important;
	width: 960px !important;
}

#navcontainer{ 
	width: 960px;
	height: 30px;
	/*-----Removing for use of color wheel styler*/
	background: #cc0000;
	
	margin: 0px auto 5px auto;	
}


#navcontainer2{ 
	width: 960px;
	height: 30px;
	background: #000;
	margin: -5px auto 5px auto;	
	background: #cc0;
	
}

#nav-left {
	
	width: 640px;
	height: 30px;
	display: inline;
	float: left;
	}
	
#nav-right {
	float:right;
	display:inline;
	width:320px;
	height: 30px;
	margin:0px !important;
	padding:0px !important;
	/*Removed for use of custom syler====MO======Customer now given the ability to update their own colors
	background: url(images/nav_bg.gif);*/
	}

/*- Dropdowns-*/

#nav1, #nav1 ul{
	padding: 0;
	float:left;
	list-style: none;
	/*This is absolutely necessary because of the large pngs used in the background and the filter  This makes the links clickable*/
	position: relative;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: uppercase;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-size:12px;
	font-weight:bold;	
	color: #fff;
}

#nav1 li a:hover {

	text-decoration:none;
	color:#ffffff;
}


#nav1 li ul {
	position: absolute;
	width:  10em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav1 li ul li {
    background: #5c0400;		
	line-height:28px;	
	width: 20em;
	


}
#nav1 li:hover, #nav1 li.hover {
    position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0  10em;
		
}

#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
} 


/*- Category Navigation -*/


/*- Nav / Dropdowns-*/
/*--Using Secondary Nav for dropdown for pages-->*/



#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
	/*This is absolutely necessary because of the large pngs used in the background and the filter  This makes the links clickable*/
	position: relative;
	z-index: 100;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	background: none;
}
#nav2 a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size:12px;
	font-weight: normal;
	text-decoration: uppercase;
	background: none;

}
#nav2 li {
	float: left;
	line-height:30px;
	font-size:12px;
	font-weight:bold;	
	color: #fff;
}

#nav2 li a:hover {
	text-decoration:none;
	color:#ffcc33;
}
#nav2 li ul {
	position: absolute;
	width:  10em;
	left: -999em;
	padding-top:1px;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #5C0400;		
	line-height:28px;	
	width: 20em;
	


}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0  10em;
		
}

#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 

.nav2 li.current{
	color: #ffcc33;
}

/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:195px;
	margin: 2px 0px 0px !important;
	padding:0px !important;
	position: relative;
}

#searchtitle {
	color: #fff;
	position:absolute;
	left: -50px;
	top: 3px;
	display: none;
}


* html #search{
	margin-right: 0px;
}
#search input{
	background: #fff;
	border: 1px solid #6c0b00;
	color: #000;
	float: left;
	font-size: 11px;
	width:148px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
}

/*- Header -*/
#header{
	height: 174px;
	width: 960px;
	background: url(images/header_bg.png);
	padding: 0px;
	margin: 0px auto;
}


#s{
	color: #fff;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 93px;
	width: 389px;
	color: #000000;
	font-size: 28px;
}


/*Header for departments*/
#header2{
	width: 960px;
	height:100px;
	background: url(images/header_bg.png);
	margin: 0px auto;
}

/*- Top Banner -*/
#topbanner {
	margin:0px auto;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}



/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

#postwrap{
  width: 630px;
  background: url(imagas/column_bg.gif);
}




/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0  10px;
	line-height:  10px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top:  10px;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0;
	/*  Ads texture backgroung for post */
	background: #fff;
}
.box .post{
	width: 285px;
	background-color: #ffffff;
	
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
	width: 100px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0px 0px  10px 0px;
    display: inline;		
}

.post-alt h2{
	font-size: 24px;
	padding: 0;
	color:#510501;
	line-height: 26px;
	margin: 10px 0px 10px 10px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	margin-left: 10px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
	margin-left: 10px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0  10px;
	margin-left: 0px 20px 0px 10px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height:  10px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	clear:both;
	margin: 0px auto;
	display: none;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}

.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left:  20px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #990000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:600px;
	margin-bottom: 10px;
	margin-left: 20px;
	float:left;
	display: inline;
	
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right: 10px;
}
.alignright{
	display:inline;
	float:right;
	margin-left: 10px;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom: 0px;
	padding:10px;
	color:#000 !important;
	
	
}

#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
	
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;

	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px  10px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }


.entry h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}

.entry table {
	margin: 20px auto;}
	.entry table td {
		width: 50%;
		padding-left: 20px;}
	.entry table td p {
		padding-left: 0;
		padding-right: 0;}


.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	margin-left: 20px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto  10px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
	
.entry a{
	color: #cc0000;
}	
	
	/* =================Control size of entries on blog home page================================*/
	width: 100px;
	height: 100px;
	}
.wp-caption img {
	margin-bottom: 10px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0  10px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom: 10px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left: 10px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0  10px 0;
	font-weight:bold !important;
	color:#000000;
}

.commentlist{
border: 1px solid #e9e5ce;
}

ol.commentlist{
	margin: 10px 0 20px 10px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	background: none;
	width: 600px;
	
}
	
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
po	{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 620px;
	padding-top: 10px;
	margin-left: 10px;
	background: #f9f5de;
	clear:both;
}

#comment h2{
	margin-left: 10px;

}

#comments_wrap h2{
	font-size: 12px;
	clear:both;

}


/*========= THREADED COMMENTS =========*/



ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
		
	margin:0px 0 0px;
	padding: 10px 10px 10px;
	background: #f1ebd2;
}

ol.commentlist li .even{
	background:#fff;

}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
	margin-top: 10px;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
	margin-left: 20px;
}



/*========= SIDEBAR =========*/

#mpu_banner {
	width:302px;
	height:250px;
	background: #fff;
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #808080;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:302px !important;
	height:auto !important;
	min-height:258px;
	padding: 8px;
	background: none;
	float:left;
	display: block;
	
}
.col2 .xtabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	padding-bottom: -4px;
	background: #626262;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin:0px 5px -4px 0px !important;
	padding: 0px 5px 0px 5px !important;
	cursor: pointer;
	
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	text-decoration: none;
	background: #fff;
	color: #000;
}
.col2 .mootabs_panel {
	display: none;
	clear: none;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul{
	width: 293px !important;
	padding:5px !important;
	border: !important;
	margin:0px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	color:#000;
	}
	
/*================================STYLING FOR EVENTS=============================================	*/
	
	
	
	.col2 .mootabs_events{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_events li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 34px;
	padding-bottom: -4px;
	background: #626262;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin:0px 5px -4px 0px !important;
	padding: 0px 5px 0px 5px !important;
	cursor: pointer;
	
}

.col2 .mootabs_events li a{
	color: #fff;
}

.col2 .mootabs_events li a:hover{
	text-decoration:none;
	
}



#eventspanel{
	background: #fff;
	width: 302px;
	height:auto !important;
	clear:both;
	float:left;	
	padding-bottom: 10px;
}	
	
#upcomingeventscurrent{
	background: #fff;
	color: #000;
}	

/*=================================STYLING CALENDER IN UPCOMING EVENTS============================================	*/

.upcoming-events{
	margin: 5px 0px 0px 20px;
}
	
.upcoming-events ul{
	font-weight: bold;
}	
	
.upcoming-events li{
	margin-bottom: 10px;
}
	
.upcoming-events h2{
	display: none;
}	
	
/*=============================================================================	*/	
	
	
	
	
	
	
	
.list1 li,.list2 li, .list3 li{
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list3 li a,.list4 li a, .list5 li a{
	color: #666666;
	font-size: 12px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:6px 0px;
}
#tagcloud {
	float:left;
	width:302px;
	background: #fff;
}
/*- Ads -*/
.ads{
	border: 1px solid #ddd;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0  10px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px  10px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr .flickr_badge_image img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom: 10px;
	
}	
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin: 10px 0 0 0;
}

	/*========= FOOTER =========*/




#footer{
	clear: both;
	color: #ffcc33;
	height: 35px;
	line-height: 35px;
	margin: 0px auto 10px auto;
	background: #640201;
	width: 100%;
	text-align:center;
}

#footer2{
	clear: both;
	color: #ffcc33;
	height: 35px;
	line-height: 35px;
	margin: 0px auto 10px auto;
	background: none;
	width: 960px;
}

#footer2 p{
	color: #000;
	text-align:center;
}


#departmentfooter{
	margin: 40px 0px 20px 0px;
	text-align: center;

}


/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px  10px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:620px !important;
	float:left;
	background: #fff;
	display: inline;
}
.between{
	height:2px;
	margin-bottom: 10px;
	}
.fl{
	float: left;
	margin-left: 10px;
}
.fr{
	float: right;
	margin: 0px 0px 10px 0px;
	color: #000;
	
}

.frdate{
	float: right;
	margin: 10px 0px 10px 0px;
	color: #fff;
	font-weight:bold;
	width:190px;
}

.ac{
	text-align: center;
}
.ar{
	text-align: right;
	margin-right: 20px;
	
	
}
.th{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color:#000000; 
}

table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}


/*========================================MARIO O:  THEME ADDITIONS========================= */

/*========================The following is for the departments==============================*/
#departmentheader{
	width: 630px;
	height: 150px;
	background: #ccc;
	float: left;
	display: inline;
	margin: 5px 0px 0px 5px;
}

/*========================The following Flash==============================*/

object{
	float: left;
	display: inline;
	margin: 5px 0px 0px 5px;
}


	/*===========================Leatured Links Navigation===============================================*/
ul#leftlink li {
	display: inline; 
	list-style: none;
	
}


ul#leftlink li a:link, ul#leftlink li a:visited, ul#leftlink li a:active {
	color: #fff;
	width: 230px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 12px 15px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #808080;
	font-family:Tahoma, sans-serif;
	padding: 0px 0px 0px 20px;

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	background: #000;
	color:#fff;

	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background: none;
	text-align: center;
}

#breakingnews{
	background: url(images/breakingnews_bg.gif) repeat-x;
	width: 960px;
	height: 35px;
	margin: 0px auto 5px auto;
	clear: both;
	display: block;
}

#breakingnews h2{
    text-transform:uppercase;
	color: #6c6112;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 2px 0px 0px 5px;	
	border: none;
}

/*==============Custom Classes=========================*/

.clear{
	clear:both;
}

.2column{
	float: left;
}

/* ALL TABLES ===========================*/

table tr td {
	font-size: 12px;
	line-height: 18px;	
	}

table td ul li {
margin-left: 0;
padding-left: 0;
list-style-type:disc;

}

table td p ul li {
margin-left: 0;
padding-left: 0;

}


/* TABLE - 1 COLUMN TABLE =============================== */

.table-1column {
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
}

.table-1column td {
vertical-align: top;
text-align:left;
width: 620px;
padding-right: 10px;
}

.table-1column td img {
max-width: 450px;
max-height: 330px;
}

.table-1column p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
}

.table-1column br {
line-height: 18px;
}

.table-1column td ul {
margin-left: 0;
padding-left: 0;
width: 620px;
}

.table-1column td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-1column td ol {
margin-left: 0;
padding-left: 0;
width: 620px;
}

.table-1column td ol li {
list-style-type:decimal;
}
	
/* TABLE - 2 COLUMN TABLE =============================== */

.table-2columns{
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
}

.table-2columns td {
vertical-align: top;
text-align:left;
width: 270px;
padding-right: 10px;
}

.table-2columns td img {
max-width: 270px;
max-height: 310px;
}

.table-2columns p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
}

.table-2columns br {
line-height: 18px;
}

.table-2columns td ul {
margin-left: 0;
padding-left: 0;
width: 310px;
}

.table-2columns td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-2columns td ol {
margin-left: 0;
padding-left: 0;
width: 310px;
}

.table-2columns td ol li {
list-style-type:decimal;
}
	

/* TABLE - 3 COLUMN TABLE =============================== */

.table-3columns{
 width: 620px;
 margin-botton: 15px;
}

.table-3columns td {
vertical-align: top;
text-align:left;
width: 185px;
}

.table-3columns td img {
max-width: 150px;
max-height: 170px;
}

.table-3columns p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
}

.table-3columns br {
line-height: 18px;
}

.table-3columns td ul {
margin-left: 0;
padding-left: 0;
width: 185px;
}

.table-3columns td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-3columns td ol {
margin-left: 0;
padding-left: 0;
width: 185px;
}

.table-3columns td ol li {
list-style-type:decimal;
}

/* TABLE - 4 COLUMN TABLE =============================== */

.table-4columns{
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
 text-align:center;
}

.table-4columns td {
vertical-align: top;
text-align:left;
width: 130px;
padding-right: 5px;
}

.table-4columns td img {
max-width: 110px;
max-height: 120px;
}

.table-4columns p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
}

.table-4columns br {
line-height: 18px;
}

.table-4columns td ul {
margin-left: 0;
padding-left: 0;
width: 130px;
}

.table-4columns td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-4columns td ol {
margin-left: 0;
padding-left: 0;
width: 130px;
}

.table-4columns td ol li {
list-style-type:decimal;
}

/*TABLES FOR CENTER ELEMENTS ============================================================== */

/* TABLE - 1 COLUMN TABLE CENTERED =============================== */

.table-1column-centered {
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
 text-align: center;
}

.table-1column-centered td {
vertical-align: top;
text-align:left;
width: 620px;
padding-right: 5px;
 text-align: center;
}

.table-1column-centered td img {
max-width: 450px;
max-height: 330px;
 text-align: center;
}

.table-1column-centered p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
 text-align: center;
}

.table-1column-centered br {
line-height: 18px;
text-align: center;
}

.table-1column-centered td ul {
margin-left: 0;
padding-left: 0;
width: 620px;
}

.table-1column-centered td ul li {
list-style-position:inside;
list-style-type:disc;
}


.table-1column-centered td ol {
margin-left: 0;
padding-left: 0;
width: 620px;
}

.table-1column-centered td ol li {
list-style-type:decimal;
}
	
/* TABLE - 2 COLUMN TABLE CENTERED =============================== */

.table-2columns-centered {
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
 text-align: center;
}

.table-2columns-centered td {
vertical-align: top;
width: 310px;
padding-right: 10px;
 text-align: center;
}

.table-2columns-centered td img {
max-width: 270px;
max-height: 310px;
 text-align: center;
}

.table-2columns-centered p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
 text-align: center;
}

.table-2columns-centered br {
line-height: 18px;
 text-align: center;
}

.table-2columns-centered td ul {
margin-left: 0;
padding-left: 0;
width: 280px;
}

.table-2columns-centered td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-2columns-centered td ol {
margin-left: 0;
padding-left: 0;
width: 310px;
}

.table-2columns-centered td ol li {
list-style-type:decimal;
}

/* TABLE - 3 COLUMN TABLE CENTERED =============================== */

.table-3columns-centered {
 width: 620px;
 margin-botton: 15px;
 text-align: center;
}

.table-3columns-centered td {
vertical-align: top;
text-align:left;
width: 185px;
 text-align: center;
}

.table-3columns-centered td img {
max-width: 150px;
max-height: 170px;
text-align: center;
}

.table-3columns-centered p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
text-align: center;
}

.table-3columns-centered br {
line-height: 18px;
 text-align: center;
}

.table-3columns-centered td ul {
margin-left: 0;
padding-left: 0;
width: 185px;
}

.table-3columns-centered td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-3columns-centered td ol {
margin-left: 0;
padding-left: 0;
width: 310px;
}

.table-3columns-centered td ol li {
list-style-type:decimal;
}

/* TABLE - 4 COLUMN TABLE CENTERED =============================== */

.table-4columns-centered {
 width: 620px;
 margin-left: 5px;
 margin-botton: 15px;
 text-align:center;
}

.table-4columns-centered td {
vertical-align: top;
text-align: center;
width: 130px;
padding-right: 10px;
}

.table-4columns-centered td img {
max-width: 110px;
max-height: 120px;
text-align: center;
}

.table-4columns-centered p {
line-height: 18px;
margin-left: 0;
padding-left: 0;
 text-align: center;
}

.table-4columns-centered br {
line-height: 18px;
 text-align: center;
}

.table-4columns-centered td ul {
margin-left: 0;
padding-left: 0;
width: 130px;
}

.table-4columns-centered td ul li {
list-style-position:inside;
list-style-type:disc;
}

.table-4columns-centered td ol {
margin-left: 0;
padding-left: 0;
width: 130px;
}

.table-4columns-centered td ol li {
list-style-type:decimal;
}


.table-personel-title {
font-size: 12px;
line-height: 15px;
font-weight:bold;
}


.table-personel-title-special {
font-size: 12px;
line-height: 15px;
font-weight:bold;
font-style:italic;
}


.table-personel-subtitle {
font-size: 10px;
line-height: 13px;
font-weight:bold;
}


.table-personel-subtitle-special {
font-size: 10px;
line-height: 13px;
font-weight:bold;
font-style:italic;
}

/*OTHER */



.entry h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 0 0 0 0px;
}

.entry img {
max-width: 590px;
}

hr {
/*background:url(../images/myImage.GIF) bottom left repeat-x;*/
background-color: #C9C9C9;
clear:both;
margin-left:auto;
margin-right:auto;
margin-top:1em;
margin-bottom:1em;
padding-top:0.1em;
padding-bottom:0.1em;
text-align: center! important;
width:90%;
}

.entry ul {
margin-left: 25px;
}

.entry ol {
margin-left: 25px;
}

/*COGIC VIDEOS*/

#cogicvideos{
	width:302px;
	height:270px;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 8px 8px 0px 8px;
	border: 1px solid #808080;
}

#cogicvideos object{
	height: 250px;
	height: 300px;
	margin-left: 2px;

}

#webcast{	
	width:302px;
	height:80px;
	background: url(images/ads_bg.gif);
	margin-bottom: 10px;
	padding: 8px;
	border: 1px solid #320e08;
	margin: 0px auto;
}

#presidingbishop{	
	width:302px;
	
	background: url(images/ads_bg.gif);
	margin: 0px 0x 10px 0px;
	padding: 8px;
	border: 1px solid #320e08;
}
