@charset "UTF-8";

a:link { color: #000000; text-decoration: underline }
a:active { color: #000000; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline }

.text {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.textFooter {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

.textGreen {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #78aa00;
	padding: 5px 0 5px 0px;
}

.textRedBold {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	padding: 5px 0 5px 0px;
}

.textTitle {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0 5px 0px;
}

body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 0 12px 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 0 0 0 0;
}
#content {
	background-image: url(images/green-divider-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
}


#header  {
	background: #FFFFFF;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#leftTitle {
	width: 306px;
	height: 24px;
	margin: 20px 0 3px 0px;
	background-image: url(images/left-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 0px;
	border-style: solid;
}


#centerTitle {
	width: 400px;
	height: 24px;
	margin: 20px 0 3px 0px;
	background-image: url(images/center-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#rightTitle {
	width: 115px;
	height: 24px;
	margin: 20px 0 3px 0px;
	background-image: url(images/right-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#leftColumn {
	width: 286px;
	margin: 0px 0 20px 0px;
	background-color: #d9ff5c;
	background-image: url(images/column-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-width: 0px;
	border-style: solid;
	padding: 15px 10px 20px 10px;
	text-align: left;
}

#centerColumn {
    width: 380;
	margin: 0px 0 20px 0px;
	background-color: d9ff5c;
	background-image: url(images/column-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#centerSubColumn {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 173px;
	background-color: #d9ff5c;
	background-image: url(images/column-bg.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	border-style: solid;
	padding: 10px 10px 20px 10px;
	text-align: left;
	background-position: bottom;
}

#rightColumn {
    width: 114px;
	margin: 0px 0 20px 0px;
}

#widthColumn {
    margin: 10px 10px 20px 10px;
}

#adoptThumb {
	border: 2px solid #78aa00;
}

/* INTERIOR STYLES */

#intContent {
	background-image: url(images/interior-green-divider-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
}
#intRightTitle {
	width: 115px;
	height: 24px;
	margin: 0px 0 3px 0px;
	background-image: url(images/right-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#intLeftColumn {
    width: 190px;
	margin: 0 0 20px 0px;
	background-color: d9ff5c;
	background-image: url(images/column-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-width: 0px;
	border-style: solid;
	padding: 10px 10px 20px 10px;
}

