@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* Set 1em to 10px */
body {font-size: 62.5%;}
html>body {font-size: 10px;}

/* Base font face */
* {font-family: Helvetica, Arial, sans-serif;} 
html>body * {font-family: Helvetica, Arial, sans-serif;}

/* Base font size */
.content {
	font-size: 1em;
	line-height: 1.3em;
}

a, a:link, a:visited {
	color: #000000;
	text-decoration: none;

}

body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/mainBG.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}

#container {
	width: 854px;
	margin: 0 auto;
	text-align: left;
}


/* header */

#header {

}

#logo {
	float: left;
	width: 120px;
	height: 100px;
	display: block;
	padding: 12px 0px 0px 0px;
	font-size: 4.0em;
	line-height: .9em;
	font-weight: bold;
}

#logo img {
	border: 0;
}

#number {
	float: right;
	width: 195px;
	background-color: #FFFFFF;
	border: solid 6px #FF9900;
	border-top: none;
	padding: 10px 10px 10px 15px;
	font-size: 1.4em;
	line-height: 1.4em;
}

#number .phone {
	font-size: 2.0em;
	line-height: 1.0em;
	font-weight: bold;
	color: #1C2674;
	letter-spacing: -0.01em;
}

/* header NAV */

#nav {
	height: 40px;
	border-bottom: solid 2px #1C2674;
}

#nav ul {
	float: right;
}

#nav li {
	height: 38px;
	width: 94px;
	margin: 0px 0px 0px 4px;
	float: left;
	display: block;
	list-style-type: none;
	color: #ffffff;
	background-color: #1C2674;
	border: solid 2px #1C2674;
	text-align: center;
}

#nav li.selected {
	height: 40px;
	background-color: #f7f7f6;
	border-bottom: none;
}

#nav li.selected a {
	color: #1C2674;
}

#nav li p {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .02em;
	padding: 11px 0px 0px 0px;
}

#nav li p a {
	color: #ffffff;
}



/* search (new) */

.searchBar {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 15px 10px 15px;
}

.search {
	float: left;
	width: 580px;
	padding: 10px 0px 0px 0px;
}

input.searchField { /* input */
	float: left;
	padding: 8px 2px 0px 6px;
	font-size: 2.4em;
	height: 32px;
	width: 520px;
	border: solid 2px #FF9900;
}

input.submitButton { /*submit button */
	float: left;
	border: 0px;
	margin: 5px 0px 4px 15px;
	height: 32px;
	width: 32px;
	background: url(../images/search.png) no-repeat top left;
	cursor: pointer;
}

.searchCat {
	float: left;
	width: 175px;
	margin: 0px 0px 0px 25px;
}

.searchCat li {
	list-style-type: none;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
}

.searchCat li a {
	color: #FF9900;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 0px 0px;
}



/* body MAIN */

.mainWrap {
	background-color: #f7f7f6;
	min-height: 450px;
	padding: 15px 15px 15px 15px;
	border: solid 2px #1C2674;
	border-top: none;
	z-index: 0;
}

#textBar {
	margin: 0px 0px 10px 0px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
}

#textBar p {
	padding: 15px 15px 15px 15px;
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: bold;
	color: #1C2674;
}

#textBar h1 {
	padding: 12px 0px 5px 15px;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
}

#textBar h2 {
	padding: 15px 0px 5px 15px;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
}

#textBar p.AtoZ {
	padding: 0px 15px 15px 15px;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	word-spacing: .095em;
	color: #999999;
	text-align: justify;
}

#textBar p.AtoZ a {
	color: #000000;
	border-bottom: solid 2px #FF9900;
}


/* MAIN CONTENT  */

/* main content type */

#mainText h1,
.mainTextFull h1 {
	padding: 15px 5px 5px 15px;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
}

#mainText h1 a,
.dirBlock h1 a {
	text-decoration: none;
	border-bottom: solid 1px #FF9900;
}

#mainText .sectionlink a,
.mainTextFull .sectionlink a,
.dirBlock span.sectionlink a,
#textBar a {
	text-decoration: none;
	border-bottom: none;
	color: #000000;
}

#mainText .sectionlink a:hover,
.mainTextFull .sectionlink a:hover,
.dirBlock span.sectionlink a:hover,
#textBar a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #FF9900;
}

.mainTextFull h2 {
	padding: 15px 0px 0px 15px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: .05em;
}


#mainContent {
	background-color: #FFFFFF;
}

#mainText {
	float: left;
	width: 505px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#mainText p {
	padding: 15px 15px 15px 15px;
	font-size: 1.4em;
	line-height: 1.5em;
}

#mainText p a {
	border-bottom: solid 1px #FF9900;
}

#mainText p.entryTitle {
	padding: 10px 15px 2px 15px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

#mainText p.entryDate {
	padding: 0px 15px 0px 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
}

#mainText p.entryDate a {
	border-bottom: none;
	text-decoration: none;
}

#mainText p.entryDate a:hover{
	border-bottom: none;
	text-decoration: none;
	color: #FF9900;
}

#mainText p.entryOrg {
	padding: 5px 15px 3px 15px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}

/*#mainText div.entry, #mainTextFull div.entry {
	margin: 5px 0px 0px 5px;
	background: black;
}*/


/* directory specific */
#mainText p.catList {
	padding: 5px 15px 20px 15px;
	font-size: 1.6em;
	line-height: 1.8em;
}

#mainText ul.catList {
	list-style-type: none;
	padding: 5px 15px 20px 15px;
	font-size: 1.6em;
	line-height: 2em;
}

#mainText ul.catList a {
	border-bottom: solid 1px #FF9900;
	text-decoration: none;
}

/* directory SINGLE listing */

#mainText p.catName {
	padding: 0px 0px 0px 15px;
	font-size: 1.4em;
	line-height: 1em;
	font-style: italic;
}




/* pagination */
/* inspired by flickr */
#pagination {
	padding: 10px 0px 15px 0px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
}

.pages {
	margin-left: auto;
	margin-right: auto;
}

#pagination div.results {
	text-align:center;
	font-size: 1em;
	color: #999999;
	padding: 10px 0px 0px 0px;
}

#pagination .currentPage {
	text-decoration: none;
	background: #FFFFFF;
	border: none;
	color: #FF9900;
	font-weight: bold;
}

#pagination .next {
	margin-left: 7px;
}

#pagination .prev {
	margin-right: 7px;
}

#pagination a {
	text-decoration: none;
	background: white;
	border: solid 1px #FF9900;
}
#pagination a:hover {
	background: #FF9900;
	border: solid 1px #FF9900;
	color: white;
}
#pagination a, #pagination span { 
	padding: 5px 5px 3px 5px;
	margin: 0px 2px 0px 2px;
}
#pagination a.page {
	text-decoration: none;
}
#pagination a.page:hover{ 
	background: #FF9900;
	border: solid 1px #FF9900;
	color: white;
}
#pagination p {
	color:#000000;
}

p.viewMore {
	font-weight: bold;
	float: right;
}

p.viewPrev {
	font-weight: bold;
	float: left;
}

p.viewPrev a, p.viewMore a, p.byLetterMore a {
	padding: 5px 5px 3px 5px;
	border: solid 1px #FF9900;
}

p.viewPrev a:hover, p.viewMore a:hover, p.byLetterMore a:hover {
	padding: 5px 5px 3px 5px;
	border: solid 1px #FF9900;
	color: #FFFFFF;
	background-color: #FF9900;
}

/* Letter Pagination */

#paginationLetter {
	margin: 5px 15px 75px 0px;
	font-size: 1em;
	line-height: 1.3em;
}

#paginationLetter div.results {
	text-align:center;
	font-size: 1em;
	color: #999999;
	padding: 10px 0px 0px 0px;
}

#paginationLetter a {
	text-decoration: none;
	background: white;
	border: solid 1px #FF9900;
}
#paginationLetter a:hover {
	background: #FF9900;
	border: solid 1px #FF9900;
	color: white;
}

#paginationLetter p {
	color:#000000;
}

p.byLetterMore {
	font-size: 1em;
	font-weight: bold;
	float: left;
}

/* body MAIN FULL */

.mainTextFull {
	margin: 0px 0px 0px 0px;
}

.mainTextFull p {
	padding: 5px 15px 15px 15px;
	font-size: 1.4em;
	line-height: 1.5em;
}

.mainTextFull p a {
	border-bottom: solid 1px #FF9900;
}

.mainTextFull .column {
	float: left;
	width: 380px;
	margin: 0px 0px 5px 0px;
}

.mainTextFull .column a {
	border-bottom: solid 1px #FF9900;
}


.mainTextFull ul {
	padding: 0px 15px 15px 15px;
}

.mainTextFull li {
	list-style-type: none;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 10px 0px 0px 0px;
}

li.subcat {
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 7px 0px 0px 5px;
}

.mainTextFull li a {
	border-bottom: 1px solid #000000;
}

.breadcrumbs {
	color: #999999;
}

.breadcrumbs a {
	color: #999999;
	border: none;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #FF9900;
	border: none;
	text-decoration: none;
}

.searchTerms {
	color: #FF9900;
}

.mainTextFull h1 a {
	border: none;
	text-decoration: none;
}

.mainTextFull h1 a:hover {
	border: none;
	text-decoration: none;
	color: #FF9900;
}

/* body TABLE DATA */

.tableData {
	margin: 10px 15px 15px 15px;
}

.tableData p {
	padding: 0px 0px 5px 0px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
}

.tableData p.catName {
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
}

.tableData p.catName a {
	border: none;
	text-decoration: none;
}

.tableData p.catName a:hover {
	border: none;
	text-decoration: none;
	color: #FF9900;
}

.tableData p.location {
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.tableData p.contact {
	padding: 0px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
}

table.header {
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #000000;
}

table.header p {
	font-size: 1.3em;
	line-height: .5em;
	letter-spacing: .05em;
	font-variant: small-caps;
}

table.entry {
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #000000;
}

table.entry td {
	padding: 0px 0px 15px 0px;
}


/*table.entry a {
	border-bottom: 1px solid #000000;
}*/

/* body A-Z */

p.byLetter {
	padding: 0px 15px 15px 15px;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	word-spacing: .1em;
	color: #CCCCCC;
	text-align: justify;
}

p.letter {
	padding: 0px 0px 0px 0px;
	font-size: 14em;
	line-height: .9em;
	font-weight: bold;
	color: #FF9900;
	width: 150px;
}

table.byLetterDate p {
	padding: 0px 0px 5px 0px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
}

tr.byLetter {
	margin: 0px 0px 15px 0px;
}

td.header {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #000000;
}

td.header p {
	font-size: 1.3em;
	line-height: .5em;
	letter-spacing: .05em;
	font-variant: small-caps;
}


/* body VOLUNTEER */

p.volTitle {
	padding: 0px 15px 5px 0px;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

p.volOrg {
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	line-height: 1.2em;
}

p.volDesc {
	padding: 10px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
}

p.volCat {
	padding: 3px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	
}

/* body PARTNERS */

p.partRel {
	padding: 0px 0px 0px 0px;
	font-size: 1.4em;
	line-height: 1.2em;
	font-style: italic;
}

p.partAddress {
	padding: 5px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}


/* sidebar MAIN */

#sidebar {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 15px;
}

/* sidebar INDEX */

#sidebar .block1 {
	background-color: #131B51;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}

#sidebar .block2 {
	background-color: #1C2674;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}

#sidebar .block3 {
	background-color: #9EA9FE;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
}

#sidebar .block1 p, #sidebar .block2 p, #sidebar .block3 p {
	padding: 15px 15px 15px 15px;
	font-size: 1.8em;
	line-height: 1.4em;
}

#sidebar .block1 a, #sidebar .block2 a, #sidebar .block3 a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

/* sidebar type */

#sidebar .contactBlock h1, 
#sidebar .dirBlock h1,
#sidebar .archiveBlock h1 {
	padding: 0px 0px 5px 0px;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
}

#sidebar .contactBlock h2, 
#sidebar .dirBlock h2,
#sidebar .archiveBlock h2 {
	padding: 15px 0px 5px 0px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: .05em;
}

/* sidebar DIRECTORY */

#sidebar .dirBlock {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	color: #000000;
}

#sidebar .dirBlock p {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

#sidebar .dirBlock a {
	text-decoration: none;
	border-bottom: 1px solid #FF9900;
}

#sidebar .dirBlock h1 a {
	text-decoration: none;
	border-bottom: none;
}


/* sidebar Directory SINGLE */

#sidebar .dirBlock p {

}

/* sidebar EVENTS */

#sidebar .archiveBlock {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	color: #000000;
}

#sidebar .archiveBlock p {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

#sidebar .archiveBlock a {
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

#sidebar .archiveBlock ul {
	padding: 0px 15px 5px 15px;
}

#sidebar .archiveBlock li {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: none;
}

#sidebar .archiveBlock p.year {
	text-decoration: none;
	font-weight: bold;
}


/* sidebar CONTACT */

#sidebar .contactBlock {
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 15px 15px 15px 15px;
	color: #000000;
}

#sidebar .contactBlock p {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000000;
	margin: 10px 0px 0px 0px;
}

#sidebar .contactBlock a {
	text-decoration: none;
	border-bottom: 1px solid #999999;
}

#sidebar p.phone {
	margin: 10px 0px 10px 0px;
	font-size: 3.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #1C2674;
}


/* contact Form */
input.contactField { /*input */
	margin: 10px 0px 0px 15px;
	padding: 8px 2px 0px 6px;
	font-size: 2em;
	height: 30px;
	width: 465px;
	border: solid 2px #1C2674;
}

textarea.contactText { /*input */
	margin: 10px 0px 0px 15px;
	padding: 8px 2px 0px 6px;
	font-size: 1.6em;
	line-height: 1.4em;
	height: 350px;
	width: 463px;
	border: solid 2px #1C2674;
}

input.contactSubmit { /*submit button */
	margin: 10px 0px 15px 15px;
	border: 0;
	padding: 2px 2px 0px 2px;
	font-size: 1.6em;
	line-height: 1.4em;
	height: 30px;
	width: 73px;
	background-color: #1C2674;
	color: #FFFFFF;
	cursor: pointer;
}


/* footer */

#footer {
	margin: 10px 0px 15px 0px;
}

#footer p {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.4em;
}

#footer a {
	color: #333333;
	border-bottom: solid 1px #1C2674;
}


/* Fixin's */

.clearfloat {
	clear: both;
	display: block;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

