/* 04/16/07	 - KJ - Added li.lastBulletClose for bulleted lists, where they appear before a heading tag and should have less space below them 
8/8/07 - KJ - added new style for parent/child lists 
8/8/07 - KJ - added footerCityNav class for footer city links

*/


html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4; 
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	}
	

p, td, ul, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif, verdana;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4; 
	}

#mainTable .homelink { text-indent: -9999px; border: 0; }

#mainTable a.homelink:link, #mainTable a.homelink:visited, #mainTable a.homelink:hover {
	display: block;	
	width: 280px;
	height: 100px;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
}	
.medium {
	font-size: 11px;
}

.mediumFooter {
	font-size: 11px;
	color: #626262;
}
	
.small {
	font-size: 10px;
}

/* 8/16/2007 - KJ - created backLink class with space under it. Used with the H1 title with link */
.backLink {
	font-size: 10px;
	margin-bottom: 10px;
}

.smallright {
	font-size: 10px;
	margin-left: 200px;
}

.tiny {
	font-size: 9px;
}

.vtiny {
	font-size: 8px;
}

.vvtiny {
	font-size: 7px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	}
	
ul.intro {
	color: #0087C9;
	font-size: 14px;
	line-height: 1.2;
	list-style-type: square;
	margin-top: 0;
	margin-bottom: 10px;
	}
	
ul.round {
	font-size: 14px;
	line-height: 1.2;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 10px;
	}

ul.roundClose {
	font-size: 14px;
	line-height: 1.2;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
	}
	
ul.second {
	color: "black";
	list-style-type: disc;
}
		
ul.smallSpace {
	margin-top: 0;
	margin-bottom: 0px;
	list-style: none;
	line-height: 0em; 
	}
	
/* 8/8/07 - KJ - added the ul.PCList for all parent/child lists 
   8/16/07 - KJ - reduced the bottom and top margins of the UL.pcList*/
	
ul.PCList  {
	font-size: 14px;
	line-height: 1.2;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 5px;
	}
	
/* 8/16/07 - KJ - added class="pcList"  LI.  */
	
li.PCList  {
	margin-bottom: 0px;
	}
	
	
	
li {
	margin-bottom: 5px;
	}
	
li.lastBulletClose {
	margin-bottom: -15px;
	}
		
	
li.smallSpace {
	margin-bottom: 2px;
	line-height: 1.2em; 
	}
		
li.lessindent {
	margin-bottom: 5px;
	margin-left: -20px;
	line-height: 1.0em; 
	}
	
li.moreindent {
	margin-bottom: 5px;
	margin-left: 50px;
	}

			
img {
	display: block;
	border: 0;
	}

form {
	margin: 0;
	} 

.inline {
	display: inline;
	border: 0;
	}

.hide {
	display: none;
	}
	
	
a:link {
	color: #5B8615;
	text-decoration: none;
}
a:visited {
	color: #5B8615;
	text-decoration: none;
}
a:hover {
	color: #5B8615;
	text-decoration:underline;
}
a:active {
	color: #5B8615;
	text-decoration:underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #324591;
	margin: 0px 0px 10px;
}

/* 8/16/2007 - KJ - created h1 with less space below it, so that the back to link can go directly under it */
h1.wBackLink {
	font-size: 18px;
	font-weight: bold;
	color: #324591;
	margin: 0px 0px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #0871bd;
	margin: 20px 0px 2px;
}

h2.less {
	font-size: 15px;
	font-weight: bold;
	color: #0871bd;
	margin: 8px 0px 10px;
}

h2.nospace {
	font-size: 15px;
	font-weight: bold;
	color: #0871bd;
	margin: 0px 0px 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #324591;
	margin: 4px 0px 2px;
	line-height: 1.4; 
}

h3.b {
	font-size: 13px;
	font-weight: bold;
	color: #0871bd;
	margin: 4px 0px 2px;
	line-height: 1.4; 
}

td.sidecell h3 {
	font-size: 13px;
	font-weight: bold;
	color: #E06121;
	margin: 4px 0px 2px;
	line-height: 1.4; 
}

h3.nospace {
	font-size: 13px;
	font-weight: bold;
	color: #324591;
	margin: 0px 0px 0px;
	line-height: 1.4; 
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: black;
	margin: 6px 0px 10px 0px;
	line-height: 1.0; 
}


#mainTable {
border: 1px solid white;
}

#main {
	padding: 20px 10px 0 20px;
	}

#sideNav {
width: 178px;
padding-top: 20px;
padding-left: 9px;
border-right: 4px solid #E2EECA;
}

#sideNav .address {
color: #182076;
font-size: 11px;
}

#body {
width: 602px;
padding-top: 20px;
padding-left: 20px;
padding-right: 5px;
border: 0 /* 1px solid black*/;
}

#body .pubs {
padding-left: 20px;
width: 137px;
}

#body .ps {
width: 247px;
padding-right: 5px;
padding-top: 10px;
}

#body .spotlight {
padding-left: 10px;
padding-right: 12px;
width: 137px;
}

.welcome {
color: #182076;
font-weight: bold;
font-size: 13px;
}

.copyright {
	color: #696969;
	font-weight: normal;
	font-size: 11px;
	position: relative;
	margin: -25px 0px 20px 468px;
}

td.topnav, a.topnav:link, a.topnav:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
}

a.topnav:hover {
	text-decoration: underline;
}

td.bottomnav, a.bottomnav:link, a.bottomnav:visited {
	color: #5C74AE;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;
}

a.bottomnav:hover {
	text-decoration: underline;
}

/* 8/8/07 - KJ - added footerCityNav class for footer city links */
td.footerCityNav, a.footerCityNav:link, a.footerCityNav:visited {
	color: #5C74AE;
	text-decoration: none;
}

a.footerCityNav:hover {
	color: #5C74AE;
	text-decoration: underline;
}


p.intro {
	color: #0087C9;
	font-weight: bold;	
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.2; 
	}

hr {
	color:#cdcdcd;
	background: #cdcdcd;
	border: 0;
	Height:1px;
	margin-right: 3px;
	}

hr.nomargin {
	color:#cdcdcd;
	background: #cdcdcd;
	border: 0;
	Height:1px;
	margin-right: 0px;
	}
		
.footertext {
	color: #696969;
	font-weight: normal;
	font-size: 11px;
}


ul.footertext {
	margin-left: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	}
	
li.footertext {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	}

a.email, a.email:link, a.email:hover, a.email:visited {
	color: #3B3C96;
	font-weight: normal;
	font-size: 10px;
	padding-left: 19px;
}

/* sidebar attributes */
#sidebar {
	margin: 35px 0 10px 10px;
	}
	
.sidebarHeading {
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	font-size: 16px;
	padding: 5px 0 0 0;
	}
	
#sidebarDonate {
	background: #f9fce9 url(images/nav_topDropShadow.gif) top repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	/*border-right: 1px solid #3A8C3B;*/
	}
.sidebarContent {
	padding: 10px 10px;
	background: #E9F2C7;
	border-left: #152E89 2px solid; 
	border-right: #152E89 2px solid;
	}
#sidebar p {
	vertical-align: top;
	line-height: 1.1; 
	font-size: 12px;
	}
	
#sidebar p a:link, #sidebar p a:visited {
	text-decoration: none;
	background: transparent;
	}
	
#sidebar p a:hover {
	text-decoration: none;
	background: #B9DBB3;
	}

#sidebar p a:active {
	text-decoration: none;
	background: #B9DBB3;
	}
	
#sidebarDonate p {
	line-height: 1.1; 
	font-size: 10px;
	}
	
#sidebarDonate p a:link, #sidebarDonate p a:visited {
	color: #3A8C3B;
	text-decoration: none;
	background: transparent;
	}
	
#sidebarDonate p a:hover {
	text-decoration: none;
	color: #3A8C3B;
	background: #FFFFFF;
	}

#sidebarDonate p a:active {
	text-decoration: none;
	color: #3A8C3B;
	background: #B9DBB3;
	}

	
td.main {
	width: 570px;
	padding-right: 0px;
	border: 0 /* 1px solid black */;
}

#sidetable { 
	background: url(images/BoxBackground.jpg) repeat-y;
	margin-left: 8px;
	margin-bottom: 5px;
	}

#sidetable td.sidecell {
	width: 110px;
	padding: 0px 10px 0px 10px;
	border: 0 /* 1px solid black */;
	font-size: 11px;
}

#sidetable p {
	width: 110px;
	padding: 0px 10px 0px 3px;
	margin: 5px 0px 10px 0px;
	border: 0 /* 1px solid black */;
	font-size: 11px;
}

ul.sidecell {
    margin:0;
    padding:0;
    list-style:none;
    }

#sidetable li {
    margin:0;
    padding:0;
	font-size: 11px;
	line-height: 1.3em; 	
    }

.extraSpace {
	margin-bottom: 10px;
	line-height: 2.0em; 
	}
img.spaceRight {
	padding-right: 20px;
	}

p.morespace {
	/*text-indent: -5pt; */
	line-height: 1.0em; 
	}
	
.searchPercent {
	font-size: 10px;
	color: #666666;
	}
	