/* default text style */
body,td,th,p,a,div,li {
	font-size: 10pt;
	font-family: "Trebuchet MS", TrebuchetMS, Trebuchet, sans-serif;
}

/* default link styles */
a { 
	color:#666600;
}
a:hover { color:#ff6633; }
a:visited { 
	color:#666600; 
}

/* general table style: eliminate cellpadding and cellspacing, borders */
table {
  border:none;
  border-collapse:collapse; 
}
/* no cellpadding, default vertical align is top */
td {
	vertical-align:top;
	padding-left: 2;
} 

body {
/*	margin: 10px auto;
*/
	margin: 10 0 0 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 100%;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	}
h2	{font-weight:bold;
	font-size: large;
	text-align: center;
}


/* change lists so they aren't as far indented to the left */
ul,ol{
	padding-left:15px; /* for firefox */
	margin-left:0px; /* for IE */
}

/* remove white space created by forms */
form {
	display:inline;
}

/* Div gets wrapped around all content to center the page */
#centerContent {
  width:700px;
  margin: 0px auto;
  text-align:left;
  border: 1px solid black;
}
/* Main text area styles.  Inherits fonts from parent elements, just creates
   a padding area for the main text */
.mainText {
  padding: 0 7px;
  padding-bottom:15px;
}
/* Main text area styles.  Inherits fonts from parent elements, just creates
   a padding area for the main text */
.headerHistory {
  padding: 0 7px;
  padding-bottom:5px;
}
/* class to style addresses */
.address {
  margin-left:20px;
  margin-top:5px;
  margin-bottom:15px;
}

/* Styles for the rape crisis hotline box */
.crisisBox {
  font-family: arial, sans-serif;
  font-size:9pt;
  color: #a09242;
  background-color:#ece48f;
  text-align:center;
  padding-top:5px;
  padding-bottom:5px;
  line-height:150%;
}
.crisisBox a:link {
  font-size:inherit;
  color:#a09242;
}
.crisisBox a:visited { 
  color:#a09242;
}

/* homepage styles */
/* mission statement */
.mission {
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	color:#ffffff;
	vertical-align:middle;
	font-style:italic;
	font-weight:bold;
	background-color:#b0b579;
	padding: 12px;
}

/* callout area text */
.callOut {
  font-size:9pt;
  text-align:center;
  background-color:#809cc9;
  color:#000000;
  padding-left:10px;
  padding-right:10px;
  padding-top:8px;
  padding-bottom:8px;
  vertical-align:middle;
}

.callOut a:link { color:#ffffff; }
.callOut a:hover { color:#ffffff; }
.callOut a:visited { color:#ffffff; }

.events {
  padding:10px 10px 10px 10px;
  text-align:center;
}

.rightColumn {
  background-color:#e6eecf;
  width:187px;
}
.sectionHeader {
	font-size:12pt;
	font-weight:bold;
	padding: 8px 0;
}
.subHeader {
  font-weight:bold;
  font-size:10pt;
  background-color:#ece48f;
  padding-left:10px;
}
/* We anchor link to some subheaders, make sure they don't look like links */
.subHeader a { color:#000000; }
.subHeader a:hover { color:#000000; }

/* styles for the site-wide footer */
.footer { background-color: #ece48f; }
.footer a:link { color: #666666; text-decoration:none; }
.footer a:visited { color: #666666; text-decoration:none; }
.footer a:hover { color: #ff6633; text-decoration:none; }
.footer a:active { color: #ff6633; text-decoration:none; }
.footer td { 
  padding-top:5px; 
  padding-bottom:5px; 
  font-size:8pt;
  color: #666666;
  text-align:center;
}

/* Style for secondary navigation areas on the right hand column */
#secondaryNav {
  background-color:#ebebeb;
}
/* Styles for the link items in the secondary nav area */
.secondaryNavItem {
  padding-left:5px;
  width:100%;
}
.secondaryNavItem a {
  color: #a09242;
  text-decoration:none;
}
.secondaryNavItem a:visited { color:#a09242; text-decoration:none; }
.secondaryNavItem a:hover { color: #ff6633; text-decoration:none; }
.secondaryNavItem a:active {color:#ff6633; text-decoration:none; }
#secondaryNav ul {
	width:165px;
}
#secondaryNav li {
	list-style-image:url(../images/triangle.gif);
	padding:5px 10px;	
}


/* Style for the selected item in the 2ndary nav */
.selectedSecondaryNav {
  padding-left:5px;
  width:90%;
  background-color:#a09242;
}
.selectedSecondaryNav a {
  font-size: 10pt;
  color: #f3e162;
  text-decoration:none;
}
.selectedSecondaryNav a:visited { color:#f3e162; }

/* Style for the contact us box on the Our Programs pages */
.contactBox {
  color: #A09242;
  background-color:#ece48f;
  text-align:center;
  padding:5px;
  margin-bottom:10px;
}

/* Style for the bottom right box on the our programs page */
.testimonial {
  background-color:#e6eecf;
  font-family: "Times New Roman", Times, serif;
  font-size: 9pt;
  text-align:left;
  padding: 15px 10px;
  font-style:italic;
}
.facebook	{
	text-align:center;
	margin:10px 0;
}

/* Style for the bar on top and bottom of the annual report */
.annualReport {
  background-color:#a09242;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11pt;
  color:#ffffff;
  padding-left:10px;
  font-weight:bold;
  line-height:23px;
}

/* Style for the bars for highlighted items in the report */
.annualReportEntry {
  background-color:#eee48f;
  line-height:18px;
}
.photoCaption {
	font-size:9pt;
}
.small	{font-size:smaller
}
.smaller {
	font-size:xx-small;
}
.bold	{
	font-weight:bold;
}
/*Begin new styling
*/
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/sidebar_color.gif) repeat-y;/*image create a faux sidebar that extends to bottom of page*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px;
}
h4 {
	color: #666666;
	font-weight:bold;
	}
.twoColFixRtHdr #mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.orange {
	color:#ff6633;	
	}																						
/*end new styling*/



	
	
