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

/* Author: Michelle Pakron (www.michellepakron.com)
   Version 1.0 7/15/08
*/


/* resets css, meyerweb.com*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

} 

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}


body {
	background-image: url(images/common/tile01.gif);
	background-repeat: repeat;
	text-align: center;
	font-size: 1em;

}

image {
display:inherit !important;
}

#content {
	width:900px;
	text-align:left;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.donate {
	background-color: #50675c;
	border-bottom: 1px black;
	text-align: center;
}


#banner {
	background-image: url(images/common/banner.jpg);
	background-repeat: no-repeat;
	height: 217px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f8cd86;
	border-bottom-color: #000000;
}

#banner .logo {
	margin: 0px;
	padding-top: 6px;
	padding-left: 8px;
}

#banner #global_nav {
	width: 257px;
	margin-top: 50px;
	margin-left: 600px;
}

#page_content {
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;

}

div.colorBar01 {
	background-color:#991418;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	margin-bottom: 12px;
}


#page_content .navColumn {
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;

}


#page_content .mainColumn {
	width: 590px;
	margin-right: 10px;
	margin-left: 20px;

}

.mainColumn h3 {
	font-size: 0.75em;
	color: #991418;
	background-image: url(images/common/cross_red.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #991418;
	border-bottom-color: #991418;
	margin-bottom: 5px;
	padding-bottom: 2px;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* main nav area */

.mainNav {
	margin-bottom: 20px;
	text-align: left;
}

.mainNav h3 {
	font-size: 0.75em;
	color: #f09702;
	background-image: url(images/common/cross_orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F09702;
	border-bottom-color: #F09702;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.mainNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	list-style-type: none;

}

.mainNav li {
	background-color: #f9f4ec;
	padding-left: 15px;
	margin-bottom: 2px;

	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;

	border-bottom-color: #c7c7c7;
	padding-bottom: 2px;

}

.mainNav .navItem {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
	padding-left: 10px;
	line-height: 110%;
	padding-top: 4px;
	background-color: #F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDEDD;
	background-image: url(images/common/nav-tile.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 4px;
}

.ad {
	margin-bottom: 10px;

}

.smallBox {
	height: 140px;
	width: 165px;
	background-image: url(images/common/smBoxBkgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #4c6186;
	background-color: #B5BECD;
	padding: 5px;
	text-align: center;
	float: left;
	margin-right: 10px;

}

.smallBox h3 {
	color: #ede1cc;
	font-size: 0.7em;
	text-align: center;
	margin-bottom: 3px;

}

.smallBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #FFFFFF;
	margin-bottom: 5px;

}


/* link styles
----------------------------------------------------------------------------------------------- */
a:link {
	color: #002360;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #f09702;
	text-decoration: none;
}
a:active {
	color: #991418;
}

.mainNav a:link {
	text-decoration: none;
}

.mainNav a:visited {
	text-decoration: none;
}

/* main column styles 
------------------------------------------------------------------------------------------------*/

.miniBox {
	width: 129px;
	height: 52px;
	margin-right: 16px;
	padding: 2px;
	border: 1px solid #991418;
	background-color: #ede1cc;
	float: left;
	margin-bottom: 10px;

}



.noBorder {

	border: none;


}

.miniBoxRt {
	width: 129px;
	height: 52px;
	padding: 2px;
	border: 1px solid #991418;
	background-color: #ede1cc;
	float: left;
	margin-bottom: 10px;

}

.miniBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #3e5783;
	font-weight: bold;

}

.miniBox h4 {
	color: #991418;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.miniBoxRt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #3e5783;
	font-weight: bold;

}

.miniBoxRt h4 {
	color: #991418;
	font-size: .75em;

}

/* main feature styles */

.mainFeature {
	padding-bottom: 10px;

}

.mainFeature h2 {
	color: #991418;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;

}

.mainFeature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 165%;
	margin-top: 10px;
	margin-bottom: 10px;

}

.copyline {
	color: #666666;
	font-style: italic;
	padding-bottom: 5px;

}


/* sub features styles */

ul.feature {


}

ul.feature li {
    margin-right: 15px;
    list-style-type: none;
   /* min-height: 7ems; */
    margin-bottom: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999999;
    padding-top: 10px;
}

ul.feature li.top {
    margin-bottom: 10px;
    border:none;
}


ul.feature li.bottom {

    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
    margin-bottom: 10px;
}


ul.feature h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #990000;
	margin-bottom: 0px;
	margin-top: 0px;

}

ul.feature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 140%;
	margin-bottom: 5px;

}

ul.feature p.copyline {
	color:#666666;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 0px;

}

ul.feature .imageLeft {
border:1px solid #333333;
float:left;
margin-bottom:10px;
margin-right:10px;
padding:5px;
}

ul.feature .imageRight {
border:1px solid #333333;
float:right;
margin-bottom:10px;
margin-left:10px;
padding:5px;

}

ul.feature .imageLeft  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;
}

ul.feature .imageRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;


}

ul.feature img {
	border:1px solid #333333;

}


/*

.subFeature {
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;

}

.subFeature h2 {
	color: #991418;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;

}

.subFeature p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 165%;

}

p.subFeatureLft {
	padding-right: 185px;
	padding-left: 0px;

}

h2.subFeatureLft {
	padding-right: 185px;
	padding-left: 0px;
}
*/

/* ad styles */

.subAdColumn {
	background-color:#F9F4EC;
	float:right;
	margin-bottom:10px;
	margin-right:20px;
	padding:10px;
	width:185px;
	margin-left: 10px;
}

.subAdContainer {
	border: 1px solid #333333;
	padding: 5px;
	margin-bottom: 10px;

}


.subAdText {
	border: 1px solid #666666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;

}

.subAdText h3 {
	font-size: 120%;

}

.subAdText h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;

}

.subAdText h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #002360;

}

.subAdText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 5px;

}

.subAdText ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;

}

/* sub ad styles */

body.sub .mainColumn .subAdColumn {
	background-color:#F9F4EC;
	float:right;
	margin-bottom:10px;
	margin-right:20px;
	padding:10px;
	width:185px;
	margin-left: 10px;
}

body.sub .mainColumn .subAdContainer {
	border: 1px solid #333333;
	padding: 5px;
	margin-bottom: 10px;

}


body.sub .mainColumn .subAdText {
	border: 1px solid #666666;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;

}

body.sub .mainColumn .subAdText h3 {
	font-size: 120%;

}

body.sub .mainColumn .subAdText h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;

}

body.sub .mainColumn .subAdText h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #002360;

}

body.sub .mainColumn .subAdText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	margin-top: 5px;
	margin-bottom: 5px;

}

body.sub .mainColumn .subAdText ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;

}

.featuredPets {
	margin: 10px;

}

/*  image styles */



.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
	padding: 5px;
}

.imageRight {
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;

}

.imageCenter{
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;

}

.imageRight img {
	border: 1px solid #333333;
	display: block;

}

.imageLeft img {
	border: 1px solid #333333;
		display: block;

}

.imageCenter img {
	border: 1px solid #333333;
		display: block;

}

.imageLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

.imageRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

.imageCenter p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

p.w200 {
	width: 200px;
}
p.w250 {
	width: 250px;
} 

p.w300 {
	width: 300px;
} 

p.w350 {
	width: 350px;
} 

p.w400 {
	width: 400px;
} 


p.w450 {
	width: 450px;
} 

/* no border image styles */

.imageLeft_noBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

	padding: 5px;
}

.imageRight_noBorder {
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;


}


.imageLeft_noBorder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

.imageRight_noBorder p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}



/* misc */

.clear {
	margin: 0px;
	padding: 0px;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
.smText {
	font-size: 75%;
}

.attention {
	color: #8F1316;
	font-style: italic;
}

.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: .85em;
	background-color: #414141;
	padding: 10px;

}

ul.links {

}

ul.links li {
	margin-bottom: 10px;

}

ul.links a {
	font-weight: bold;

}

/* footer styles */

#footer {
	background-color: #50675C;
	padding: 10px;
	margin-top: 20px;
	clear: both;

}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFFFFF;
	line-height: 140%;
	text-align: center;

}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;

}

/* small ad area */

#bottomAds {

}

/* sub page styles */

body.sub {

}

body.sub .mainColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #8F1316;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #991418;
	margin-bottom: 10px;

}

body.sub .mainColumn h1.titleImage {
	border: none;

}


body.sub .mainColumn h1.titleImage img {


}


body.sub .mainColumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #50675C;
	line-height: 100%;
	margin-bottom: -3px;
	margin-top: 15px;
	font-style: italic;

}


div.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	color: #50675C;
	font-weight: bold;
}

body.sub .mainColumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #F09702;

}

body.sub .mainColumn h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color: #8F1316;
	line-height: 145%;
	margin-top: 10px;
	margin-bottom: 10px;

}

body.sub .mainColumn h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #002360;
	line-height: 145%;

}

body.sub .mainColumn h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #666666;
	font-style: italic;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;

}

body.sub .mainColumn p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 165%;
	margin-top: 10px;
	margin-bottom: 10px;

}

body.sub .mainColumn p.endText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 165%;
	margin-top: 10px;
	margin-bottom: 10px;

}


body.sub .mainColumn ul {
	font-size: 0.75em;
	line-height: 165%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 15px;
	margin-top: 10px;

}

body.sub .mainColumn ol {
	font-size: 0.75em;
	line-height: 165%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-top: 10px;

}

body.sub .mainColumn p.first {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;

}

body.sub .mainColumn .copyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

body.sub .mainColumn .imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	margin-top: 5px;
}

body.sub .mainColumn .imageRight {
	float: right;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 5px;


}

body.sub .mainColumn .imageRight img {
	border: 1px solid #333333;

}

body.sub .mainColumn .imageLeft img {
	border: 1px solid #333333;

}


body.sub .mainColumn .imageLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

body.sub .mainColumn .imageRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 130%;
	padding: 0px;
	margin: 0px;

}

p.special {
	font-style: italic;
	color: #333333;

}

h2>p {
	margin-top: 0px;
}

/* form styles */

table.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 140%;

}

table.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	line-height: 145%;

}

.infoBox {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #F9F4EC;

}

.infoBox ul {

}


.infoBoc li {

}

.infoBox h3 {
	color: #991418 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: .75em!important;

}

/* form styles */

table.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 140%;

}


div.alert a {
	color: white;
}


p.backTop {
	clear: both;

}

/* text ad boxes in nav column */
.navColumnAd {
	background-color: #F9F4EC;
	border: 1px solid #50675C;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.navColumnAd p{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 140%;
	margin-bottom: 5px;

}

.navColumnAd .image {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;

}

.navColumnAd .image img {
	border: 1px solid #666666;


}


/* styles for recent features list  on home page */

ul.recentFeatures {
	list-style-type: none;

}

ul.recentFeatures li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 75px;

}

ul.recentFeatures li.alt {
	background-color: #EDF1EF;

}

ul.recentFeatures h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 0.85em;

}

ul.recentFeatures p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;

}

ul.recentFeatures p.copyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;

}


ul.recentFeatures img {
	border: 1px solid #333333;
	float: left;
	margin-right: 5px;

}

span.emphasis {
	font-style: italic;
	color: #50675C;

}

blockqoute.right, blockqoute.left {
	font-size: 115%;
	width: 300px;

}

blockqoute.left {
	width: 275px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: italic;
	background-image: url(images/common/qoute.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 35px;
	line-height: 145%;
	color: #51695C;
	font-size: 90%;
}

blockqoute.right {
	font-size: 90%;
	width: 275px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: italic;
	background-image: url(images/common/qoute.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 35px;
	line-height: 145%;
	color: #51695C;
	margin-right: 20px;
}

blockqoute.center {
	margin-right: 10px;
	margin-bottom: 10px;
	font-style: italic;
	background-image: url(images/common/qoute.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
	padding-left: 35px;
	line-height: 145%;
	color: #51695C;
	font-size: 90%;
	float: left;
	clear: both;
}


.signature {
	font-style: italic;
	font-size: 1em;
	color: #50675C;
	font-weight: bold;

}

.indent {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;

}


.qouteRt {
	float: right;
	width: 300px;
	padding: 10px;
	margin: 10px;
	background-color: #ECF0EE;

}

.qouteRt p {
	color: #50675C;
	font-weight: bold;
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

}
