/***********************
Predefined tag css 
************************/

body {
	text-align:center;
	background:#333;
}
a {
	text-decoration:none;
}
ul {
	list-style:none;
	margin:0;
	padding:0 0 0 8px;
}
a img {
	border:none;
}
p {
	padding: 3px 8px;
	margin: 2px 4px;

}
h1, h2,h3,h4,h5,h6 {
	text-align:center;
}
/***********************
End Predefined tag css

Begin Common ID's
*************************/

#wrapper {
	width:980px;
	text-align:left;
	margin: 0 auto;
	background:#000;
	overflow:hidden;
}
#logo {
	float:left;
}
#head-ad {
	float:right;
	padding:3px;
}
#left-col {
	float:left;
	width:180px;
	text-align:center;
}
#center {
	float:left;
	width:625px;
	background:#ccc;
}
#right-col {
	width:170px;
	float:right;
	text-align:center;
}
#home-text {
	font-size:17px;
	line-height:1.2em;
	padding:8px;
}
#home-text p {
	margin:25px 5px;
}
#home-text ul {
	margin:0 0 0 55px;
}
#home-text li {
	list-style:disc;
}

/*************************
End Common ID's

Common Classes
**************************/
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.bold {font-weight:bold}
.italic {text-decoration:italic}

.adLink {
	text-align:center;
	color:#fff;
	font-size:.65em;
}
.adimg {
	width:170px;
	float:left;
	margin:3px 0;
}

.center-banner {
	width:625px;
	margin: 3px 0;
}
/**************************
End Common Classes

Navigation Styles
***************************/
.nav  {
	background:url('../img/nav-btn.png') no-repeat;
	width:170px;
	height:40px;
	line-height:2em;
	font-family:'times new roman';
	padding: 0 0 0 10px;
	font-size:22px;
	color:black;
	text-align:left;
}
li.nav:hover {
	background:url('../img/nav-btn-sel.png') no-repeat;
}
li.nav a {
	color:black;
	text-decoration:none;
}
li.nav a:hover {
	color:#ff0;
	text-decoration:none;
	filter:alpha(opacity=100);
	opacity:1;
}

a li.nav:hover {
	color:#ff0;
}
#top-nav {
	background:#555;
	width:617px;
	text-align:center;
}
#top-nav li {
	display:inline;
	padding: 0 8px;
	color:yellow;
	font-weight:bold;
	font-size:19px;
}
.top-nav a {
	color:yellow;
}
.top-nav a:hover {
	color:red;
}
/******************************
Table styles for contact numbers
*******************************/
#center table {
	margin:8px auto;
	width:575px;
}
#center tr {
	background:white;
	font-size:18px;
}

#center tr.light {
	background:#444;
	color:#eee;
}
#center tr.light a {
	color:yellow;
}
#center tr.light a:hover {
	color:aqua;
}
#center tr.alt a:hover {
	color:red;
}
#center tr.tableHead {
	background:#ff0;
}
#center tr td {
	padding:4px;
}
/************************
Info Table styling
*************************/
.event {
	clear:both;
}
.eventTitle img {
	float:right;
	margin:0 10px;
}
.eventTitle h2 {
	float:left;
	width:470px;
}
.eventInfo  p {
	clear:left;
	font-size:20px;
	margin:10px 8px;
}
/***********************
City Government
************************/

#cityGovernment table tr.light a {
	color:yellow;
}
#cityGovernment table tr.alt a {
	color:blue;
}
#center tr.denomHead {
	background:url('../img/church_head_bg.jpg') no-repeat;
	width:550px;
	height:50px;
}
/*************************
Schools Styles
**************************/
#center tr.gradeHead {
	background:url('../img/schools.jpg') no-repeat;
	width:550px;
	height:50px;
}
/*************************
Job Ads
**************************/
#coming_soon {
	text-align:center;
	font-size:34px;
	padding:20px 0;
}

/*************************
News Styles
**************************/
#newsBlock {
	margin:auto 0;
	text-align:center;
}
.newsInfo {
	display:inline-block;
	zoom:1;
	*display:inline;
	width:200px;
	height:130px;
}
.newsInfo a:hover {
	color:red;
}
/*************************
Calendar Styles
**************************/
a.CALBODYLINKS_SEL {
   text-decoration: none;
   color: #0000FF;
   font-family: arial;
   font-size: 20px;
}
a.CALBODYLINKS_SEL:hover {
   text-decoration: none;
   color: #FFFFFF;
   font-family: arial;
   font-size: 20px;
}
TD.CALBODYLINKS_SEL{
   background-color:#DDB600;
}
/***************************
Movies Styles
****************************/
.day_cell {
	color:black;
	background:#ddd;
	font-weight:bold;
	text-align:center;
}
.day_cell_cur {
	color:red;
}
#seoHeader {
	font-size:1.1em;
	color:#fff;
	text-align:center;
}
#wiki {
	clear:both;
	width:980px;
	margin:25px auto;
	text-align:left;
	font-size:14pt;
	color:#fff;
}
#wiki h4 {
	text-align:left;
	font-size:1.2em;
}
#jobAds p{
	font-size:1.2em;
	margin-bottom:15px;
}
