@charset "utf-8";

/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #BDCFBF;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 15px 0;
}

.darktext {
	color: #333333;
	font-style: normal;
}

.colortext1 {
	color: #2E0557;
	font-style: normal;
}

.colortext1b {
	color: #2E0557;
	font-style: normal;
	font-weight: bold;
}

/* links */
a, a:visited {	
	color: #255F2B; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #dbd5c5;
}
/* External Links */
a[href ^="http://"] {
padding: 5px 20px 5px 0;
background: transparent url(icon_external.gif) no-repeat center right;
}
a[href *="randolphhumane.org"] {
padding: 5px 0 5px 0;
background: none;
}
/* pdf links */
a[href$='.pdf'],a.application-pdf {
padding-right: 18px;
background: transparent url(icon_pdf.gif) no-repeat center right;
}

/* mailto links */
a[href ^="mailto:"] {
padding-right: 18px;
background: transparent url(icon_mailto.gif) no-repeat center right;
}

/* headers */
h1, h2, h3 {
	font-family: 'Times New Roman', Trebuchet MS, Tahoma, sans-serif;
	font-weight: bold;
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

.subh1 {
	font-family: 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	font-weight: bold;
	font-size: 130%; 	
	color: #86709F;		
}
.subh2 {
	font: normal 1.5em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #255F2B;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.subh3 {
	font: normal 1.5em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #2E0557;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

/* images */
img {
	background: #FAFAFA;
	border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
img.galthumbs {
  	margin: 0px 5px 5px 0px;
	padding: 5px;
}
img.galthumbs2 {
  	margin: 0px 2px 2px 0px;
	padding: 2px;
	float: left;
	max-width: 70px;
	/* Resize the image for IE6 */
	width: expression(this.width > 70 ? 70: true);
}
img.indexthumbs {
  	margin: 5px 10px 5px 0px;
	padding: 5px;
	max-height: 80px;
	/* Resize the image for IE6 */
	height: expression(this.height > 80 ? 80: true);
	float: left;
}
img.indexthumbs2 {
  	margin: 5px 0px 5px 0px;
	padding: 5px;
	max-width: 100px;
	/* Resize the image for IE6 */
	width: expression(this.width > 100 ? 100: true);
	float: left;
}
img.blogthumbs {
  	margin: 5px 10px 5px 0px;
	padding: 5px;
}
img.nobdr {
  	margin: 5px 10px 5px 0px;
	padding: 5px;
	background: none;
	border: none;
}
img.noformat {
  	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: none;
	border: none;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #333;
}
th {
	background: #e7e6e6 url(button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
td.full {
	padding-left: 0px;
	padding-right: 5px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

.dividercell {
	height: 20px;
	background-image: url(horz-rule-6px.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 5px 7px 5px 7px;
	text-align: center;/*align it for IE*/
}
.dividercell2 {
	height: 16px;
	background-image: url(horz-rule-6px.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 5px 7px 5px 10px;
	text-align: center;/*align it for IE*/
}
.dividercell-blank {
	height: 16px;
}
.dividercell-blank2 {
	height: 10px;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	background: #F3F3F3;	
}
form.long {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: none;	
}
label {
	display:block;
	margin:5px 0;
	font-weight: bold;
	color: #86709F; 
}
input {
	padding:2px;
	border:1px solid #e2e2e2;
	font: normal 1em Verdana, sans-serif;
	color:#666666;
}
textarea {
	width:90%;
	padding:5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #e2e2e2;
	height:75px;
	display:block;
	color:#666666;
}
.error {
	color: #FF0000;
}
.success {
	color: #255F2B;
}
input.button { 
	font: normal 1em Arial, sans-serif; 
	height: 22px;
	margin: 0;
	padding: 2px 2px; 
	color: #666666;
	background: #e7e6e6 url(btn_bg.gif) repeat-x;
	border: 1px solid #dadada;
}

.listselect {
	border:1px solid #e2e2e2;
	font: normal 11px Verdana, sans-serif;
	color:#666666;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(content.jpg) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0; 	
	border-top: 5px solid #fff;
	background: #fff url(content-wrap.jpg) repeat-x; 
}
#header {
	position: relative;
	background: #fff url(header-bg.jpg) repeat-y center top;
	height: 16px;
	width:910px;	
	padding: 0;	
	color: #fff;
}

/* header links */
#header-photo #headerlinks {
	position: absolute;
	top: -24px;
	right: 690px;
	color: #838181;
	font-size: 90%;
	font-weight: normal;
}
#header-photo #headerlinks p {	
	padding: 0;	margin: 0;	
}
#header-photo #headerlinks a {	
	color: #838181;
	text-decoration: none;	
}
#header-photo #headerlinks a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 200px;
	width: 850px;
	background: #fff url(header-photo-2.jpg) no-repeat center center;
}
#header-photo h1#header-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 18px 'Times New Roman', 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: -1px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* adjust header-text*/
	top: 5px; left: 30px;
}

#header-photo h2#topnavtitle {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 11px Helvetica, 'Trebuchet MS', 'Times New Roman', Arial, sans-serif;
	text-transform: none;
	color: #ffffff;
	
	/* adjust topnavtitle*/
	top: 218px; left: 10px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0px;		
}
#nav ul {
	float: left;
	list-style: none;
	background: #e8e8e8 url(nav.jpg) repeat-x;	
	width: 850px;		
	padding: 0;	margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	/*text-transform: uppercase;*/
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px 15px 0px 15px;	
	border-bottom: none;
	color: #2E0557;
	font: bold 135%/39px 'Times New Roman', Georgia, Times, serif;
	/*font: bold 13px/39px Helvetica, Georgia, "Times New Roman", Trebuchet MS, Arial, Geneva, sans-serif;*/
	text-decoration: none;	
	letter-spacing: 0px;
	/*border-right: 1px solid #dadada;*/
	/*border-left: 1px solid #fafafa;*/
	/*text-transform: uppercase;*/
	/*text-shadow:0px 1px 2px #666;*/
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #255F2B;
}
#nav ul li#current a {	
	background: #DBDBDB url(nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
	text-align: left;
}

.two-col #main {
	margin: 10px 5px 0 200px;
	text-align: justify;
}

#main h1 {
	margin: 10px 10px 0 10px;
	font: normal 1.8em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #444444;
	padding: 15px 0 2px 0px; 		
	border-bottom: 1px solid #dadada;
}

#main ul li {
	list-style-image: url(bullet.gif);
}
table#main {
	border-collapse: collapse;
	margin: 0px 0px 0px 10px;
	width: 100%;
	height: 100%;
}
td#main {
	padding: 5px 0px 5px 5px;
	border-left: 0px;
	border-bottom: 0px;
	vertical-align: top;
}
#main .leftcol {
	padding: 10px 0px 5px 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 175px;
	vertical-align: top;
}
#main .rightcol {
	vertical-align: top;
}
#main .singlecol {
	padding: 0px 0px 5px 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 97%;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
#main .tblinsinglecol {
	padding: 0px 0px 5px 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 97%;
	height: 20px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
#main .tblinsinglecol tr {
	height: 25px;
}
.page-next-prev {
	text-align:center;
}
th#main {
	background: none;
	background-color: #fff;
	border-left: none;
	border-bottom: solid 1px #C3B9D1;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px; 
	font: bold 1em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #86709F;
	height: 18px; 		
}
/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
#sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: 1.5em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #2E0557; 		
}
/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	line-height: 110%;
	padding: 0px 0px 0px 5px;
	margin: 15px 0px 0px 5px;	
}
#rightcolumn p{
	line-height: 110%;
	padding-top: 0px;
	padding-bottom: 5px;
}
#rightcolumn .darktext{
	color: #333333;
	font-style: normal;
	padding-left: 0px;
}
#rightcolumn a {
	padding-left: 0px;
	margin-left: 0px;
}
#rightcolumn h1 {
	margin: 10px 5px 0 5px;
	padding: 0px 0px 0px 5px; 
	font: 1.5em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #2E0557; 		
}
#rightcolumn ul, #rightcolumn li {
	list-style-image: url(bullet.gif);
}

.list_wrap {overflow:hidden; margin-left:0px;}
ul.column_list {float:left; margin: 0 5px 0 20px; padding-left: 10px; width:100%;}
.column_list ul {display:inline;}
ul.column_list li {padding-left: 10px; float:left; width:195px;}

#rightcolumn table {
	border-collapse: collapse;
	margin: 0px 0px 0px 10px;
}
#rightcolumn tr {
	height: 20px;
}
#rightcolumn td {
	padding: 5px 0px 5px 5px;
	border-left: none;
	border-bottom: none;
	line-height: 13px;
}
#rightcolumn th {
	background: none;
	background-color: #fff;
	border-left: none;
	border-bottom: solid 1px #C3B9D1;
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px; 
	font: bold 1em Georgia, 'Times New Roman', 'Trebuchet MS', Tahoma, sans-serif;
	color: #86709F;
	height: 18px; 		
}
/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #255F2B; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F3F3F3;
	border-top: 1px solid #E2E2E2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.galthumbs  { float: left; }
.blogthumbs  { float: left; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.archive-links {
	font: normal 1em arial, helvetica, sans-serif;
}
	
.post-by {	
	padding-top: 0;
	color: #2E0557;
	font-style: normal;
}
.post-footer {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	padding: 5px;
	margin: 20px 10px 0 10px;	
	font-size: .95em;	
	color: #666666;
	text-align: center;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Horizontal Rule */

div.hr {display: none}
/*/*/
div.hr {
  display: block;
  height: 20px;
  background-image: url(horz-rule-6px.gif);
  background-repeat: repeat-x;
  background-position: center center;
  margin: 5px 7px 5px 7px;
  text-align: center;/*align it for IE*/
}
hr {display:none}
/* */
