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

BODY {
	background-color: #e8e5e5;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

A { color: #d73b21; }
A:viisted { color: #d73b21; }

.text {
line-height: 20px;
padding-left: 65px;
padding-right: 10px;
padding-top: 9px;
color: #333333;
}
.calendar {
padding-left: 20px;
padding-right: 20px;
color: #333333;
}

.smtext {
line-height: 13px;
font-size: 10px;
}


.header {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color: #d73b21;
}

OL {
 list-style-image: url(images/bullet2.gif);
 list-style-type: circle;
 vertical-align: bottom; 
}

.maincontent {
background-image: url(/images/hope_watermark.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

.orgcontent {
background-image: url(/images/org_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.servicescontent {
background-image: url(/images/services_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.membercontent {
background-image: url(/images/membership_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.fertilitycontent {
background-image: url(/images/fertility_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.adoptioncontent {
background-image: url(/images/adoption_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.procontent {
background-image: url(/images/professionals_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}

.contactcontent {
background-image: url(/images/contact_watermark.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
.searchbox {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
height: 17px;
width: 108px;
border: 1px;
border-style: solid;
border-color: #cccccc;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	/*float: left;*/
	/*width: 13em;*/
	position:relative;
}
#nav ul { /* all list items */
	width: 18em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 5px;
	padding-left: 10px;
	line-height: 2;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 196px;
	top: 0px;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	border: 1px;
	border-style: solid;
	border-color: #993312;
}
a.link {
	color: #333333;
	text-decoration: none;
}
a.link:hover {
	color: #d73b21;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #333333;
	text-decoration: none;
}
a.link:visited:hover {
	color: #d73b21;
	font-weight: bold;
	text-decoration: none;
}
a.footer {
	color: #666666;
	text-decoration: none;
}
a.footer:hover {
	color: #666666;
	text-decoration: underline;
}
a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #666666;
	text-decoration: underline;
}
.flash_msg {
  font-style:italic;
  font-weight:bold;
}
.searchresults {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}

