@import url("reset.css");
body {
	background: #FFFFFF url(../images/body_back.jpg) repeat-x;
}
#wrapper {
	background: url(../images/wrapper-bk.jpg) no-repeat;
	margin: 0px auto;
	width: 860px;
	position: relative;
}
#container {
	margin: 0 auto;
	width: 800px;
}
#header {
	margin: 0;
	position: relative;
	height: 170px;
}
#header #home_logo {
	display: block;
	position: absolute;
	height: 63px;
	width: 473px;
	left: 9px;
	top: 16px;
}
#header #topNav {
	position: absolute;
	height: 45px;
	width: 795px;
	top: 100px;
	background: #333235;
}
#header #topNav #topNavBG {
	background: url(../images/navigation-bar.gif) no-repeat;
	position: absolute;
	height: 45px;
	width: 795px;
}	
#header #topNav ul {
	position: absolute;
	z-index: 2;
}
#header #topNav ul li {
	float: left;
	height: 45px;
}
#topNav ul li a {
	background: url(../images/navigation-bar.gif) no-repeat;
	color: #fff;
	display: block;
	height: 45px;
}


/*  Main Navigation location controls
-----------------------------------------------*/

#topNav ul li#home a {
	width: 88px;
}
#topNav ul li#about a {
	background-position: -88px 0;
	width: 100px;
}
#topNav ul li#services a {
	background-position: -188px 0;
	width: 90px;
}
#topNav ul li#contact a {
	background-position: -278px 0;
	width: 91px;
}
#topNav ul li#links a {
	background-position: -369px 0;
	width: 71px;
}
#topNav ul li#latestnews a {
	background-position: -440px 0;
	width: 115px;
}
#topNav ul li#login a {
	background-position: -555px 0;
	width: 122px;
}
#topNav ul li#calendar a {
	background-position: -677px 0;
	width: 118px;
}

#topNav ul li#home a:hover, #topNav ul li#home a.current {background-position: 0 -45px;}
#topNav ul li#about a:hover, #topNav ul li#about a.current {background-position: -88px -45px;}
#topNav ul li#services a:hover, #topNav ul li#services a.current {background-position: -188px -45px;}
#topNav ul li#contact a:hover, #topNav ul li#contact a.current {background-position: -278px -45px;}
#topNav ul li#links a:hover, #topNav ul li#links a.current {background-position: -369px -45px;}
#topNav ul li#latestnews a:hover, #topNav ul li#latestnews a.current {background-position: -440px -45px;}
#topNav ul li#login a:hover, #topNav ul li#login a.current {background-position: -555px -45px;}
#topNav ul li#calendar a:hover, #topNav ul li#calendar a.current {background-position: -677px -45px;}

#topNav ul li a span {display: none;  hide html text 
}

#header #secNav {
	background: #CFCFBD url(../images/secNav-bkg.gif) repeat-x;
	height: 25px;
	width: 795px;
	top: 145px;
	position: absolute;
	display: block;
}
#container #main {
	width: 795px;
	background: #FFFFFF;
	line-height: 1em;
}
#main #banner {
	height: 85px;
	width: 795px;
	border-bottom: 1px solid #FFFFFF;
}


/*  Left Column styles
-----------------------------------------*/

#main #leftCol {
	background: #CFCFBD;
	float: left;
	width: 190px;
	padding-top: 5px;
}
#main #leftCol p {
	color: #000000;
	text-decoration: none;
	margin-top: 8px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
#main #leftCol img {
	margin-top: 8px;
	margin-bottom: 20px;
	border: 1px solid #333333;
	padding: 7px;
}
#main #leftCol a {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main  #leftCol  a:hover  {
	color: #000000;
	text-decoration: underline;
}
#leftCol #left_colm-textBox {
	margin: 16px 15px 10px;
	border: 1px solid #333333;
	padding: 4px 14px 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#leftCol #left_colm-textBox h3 {
	color: #800000;
	font-size: 26px;
	font-family: Braggadocio;
	letter-spacing: 0.1em;
	padding: 0px;
	font-weight: normal;
	margin: 12px 0px 10px;
	text-align: center;
}
#leftCol #left_colm-textBox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
}


/*  Right Column styles
----------------------------------------*/

#main #rightCol {
	background: #FFFFFF;
	position: relative;
	width: 605px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
#main #rightCol h1 {
	font-size: 16px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
}
#main #rightCol h3 {
	margin-left: 20px;
}
#main #rightCol p {
	margin: 10px 25px;
}
#main #rightCol ul {
	margin-left: 50px;
	margin-right: 60px;
	list-style: url(../images/list-Bullet.gif);
}
#main #rightCol li {
	margin-top: 5px;
	text-indent: 5px;
}

/*  individual page styles
-------------------------------------------*/

#main #rightCol #Bios_link p {
	margin: 0px 0px 8px;
	padding: 0px;
}
#rightCol #Bios_link a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#rightCol #Bios_link a:hover {
	color: #000000;
	text-decoration: underline;
}

/* *** Links page styles ***  */

#rightCol  #links  a  {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 14px;
	color: #444;
}
#rightCol  #links  a:hover  {
	text-decoration: underline;
	color: #000000;
}
#rightCol #links li {
	margin-bottom: 8px;
}

/* *** Latest News page styles *** */

#rightCol  #news li {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.4;
}
#rightCol  #news  a  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}
#rightCol #news a:hover {
	color: #000000;
	text-decoration: underline;
}
#rightCol #newsDateLine {
	background: #73180F;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	font-weight: lighter;
}
#rightCol #aboutFooter {
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
}
#rightCol  #aboutFooter a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 5px;
}
#rightCol  #aboutFooter  a:hover {
	color: #666666;
	text-decoration: underline;
}
#newsDateLine a {
	color: #eee;
	text-decoration: none;
}
#newsDateLine a:hover {
	color: #fff;
	text-decoration: underline;
}
#newsDateLine #date_inner {
	width: 200px;
	display: inline-block;
	white-space: normal;
}


/*  Footer styles
-----------------------------  */

#container #footer {
	clear: both;
	height: 30px;
	width: 795px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCC;
	color: #888;
	margin-bottom: 15px;
	padding-top: 10px;
}
#footer ul {
	padding-top: 8px;
	margin-left: 40px;
}
#footer li {
	display: inline;
	border-right: 1px solid #888;
	padding-left: 9px;
	padding-right: 12px;
}
#footer li.end {
	border-style: none;
}
#footer li a {
	color: #888;
	text-decoration: none;
}
#footer li a:hover {
	color: #666;
	text-decoration: underline;
}
#main #calendar {
	margin-top: 10px;
}
.flushRight {
	float: right;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 7px;
}
.border {
	border: 1px solid #333333;
}
.newsTitle {
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-right: 26px;
	line-height: 1.2;
	margin-top: 0px;
	padding-top: 0px;
}
#main #leftCol #john_thmb {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#main #leftCol #karl_thmb {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#rightCol .firms {
	line-height: 1;
	padding-top: 10px;
}

/*  community sercice styles
-------------------------------------------*/

#Table_01 #comServ {
	overflow: auto;
	height: 386px;
	width: 538px;
	background: #e3dacc url(../newSite/images/parchBack.jpg);
}
#Table_01 #comServ p {
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
#comServ table.commSer   {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin: 20px 0px 0px;
	padding: 0px;
}
#comServ table.commSer th {
	padding-bottom: 10px;
	text-decoration: underline;
}
#comServ table.commSer td {
	padding-bottom: 8px;
}
#comm_quote  #winston_ch   {
	margin: 0px;
	padding: 0px;
	float: none;
}
#comServ h3 {
	margin-left: 5px;
	margin-top: 35px;
	margin-bottom: 15px;
}
#comServ  a  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
}
#comServ  a:hover  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0000CC;
	text-decoration: underline;
}
#comServ  .opening  {
	font-size: 17px;
	margin-right: 8px;
	margin-left: 8px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.3;
}
#comServ .opening a {
	color: #333333;
	font-size: 17px;
}
#comServ .opening a:hover {
	color: #333333;
	font-size: 17px;
	text-decoration: underline;
}
