
/* dk blue #2A385B */
/* lt blue #BFC9D8 */

body {
	background-color: #E0ECF4;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-top: 1px;
}

table  { border-collapse: collapse; border-spacing: 0; font-family: Verdana; font-size: 10px; }
td, th { padding: 0; vertical-align:top; }

a:link, a:visited, a:active {
	font-family: Verdana, Arial;
}
a:hover { }

h1, h2, h3 {
	font-size: 14px;
	color: #2A385B;
	margin: 0px;
	margin-bottom: 3px;
}
h3 { color: gray; }

table#container {
	width: 780px;
}

table#container td#right { 
	width: 18px; 
	background-image: url(/images/bshade_left_bg.jpg);
	background-repeat: repeat-y;
}
table#container td#left { 
	width: 18px;
	background-image: url(/images/bshade_right_bg.jpg);
	background-repeat: repeat-y;
}

table#container td#center { 
	width: 744px; 
	background-color: white;
}

table#hdr {
	width: 744px;
	background-color: #2A385B;
}

table#body { width: 744px; }

/* Left Navigation */
table#body td#lnav { background-color: #BFC9D8; }

div.navtree { padding-left: 8px; padding-right: 8px; }

div.navtree div { border-top: 1px solid #8C99AD; padding-top: 3px; padding-bottom: 3px; }

div.navtree a:link, div.navtree a:visited, div.navtree a:active {
	color: #2A385B;
	font-size: 12px;
	text-decoration: none;
	background-image: url(/images/paw_blue.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	height: 18px;
	
}
div.navtree a:hover { color: white; }

div.navtree div.subnav { padding-left: 3px; padding-bottom: 10px; border-top: 0px solid #2A385B; }
div.subnav div { padding-top: 0px; padding-bottom: 0px; border-top: 0px solid #2A385B; }

div.subnav a:link, div.subnav a:visited, div.subnav a:active {
	color: #505F84;
	font-size: 12px;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	height: 12px;
}
div.subnav a:hover { color: white; }


/* CENTER BODY */
table#body td#cbody {
	background-color: white;
	background-image: url(/images/cbody_bg.jpg);
	background-repeat: repeat-y;
}

td#cbody a:link,
td#cbody a:visited,
td#cbody a:active {
	color: #2A385B;
}

td#cbody div#info {
	padding: 8px;
	padding-left: 10px;
}

td#cbody div#full {
	padding: 25px;
	padding-top: 0px;
}


table#body td#rnav {
	background-color: #BFC9D8;
	background-image: url(/images/column_right_bg.jpg);
	background-repeat: repeat-y;
}

table#body td#footer {
	color: white;
	background-color: #2A385B;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-y;
}

div.footlinks {
	padding-left: 10px;
	padding-top: 28px;
}

a:link, a:visited, a:active {
	font-family: Verdana, Arial;
	color: white;
	text-decoration:none;
}
a:hover { color: pink;}

table#news td {
	background-image: url(/images/news_bg.jpg);
	background-repeat: repeat-y;
}
table#news td#nbody {
	padding: 10px;
	padding-left: 15px;
}

table#newsline td {
	background-image: none;
}

table#newsline td#dt {
	padding-right: 10px;
	font-size: 12px;
}

table#newsline td#desc { padding-bottom: 15px; }

table#newsline td#desc a:link,
table#newsline td#desc a:active,
table#newsline td#desc a:visited {
	font-size: 12px;
	color: #717F9A;
	font-weight: bold;
}

table#newsline td#desc a:hover { color: white; }

/* Right Featured */
table#rfeatured { margin-left: 12px; margin-right: 12px; color: #2A385B; font-size: 11px; }
table#rfeatured h1 {
	color: white;
	font-size: 18px;
}

table#rfeatured tr.row td { padding-top: 10px; }
table#rfeatured td#desc { padding-left: 10px; }
table#rfeatured a { font-size: 14px; }


img.pimg { border: 1px solid #2F3E61; }

/* adoptable pets */
div.pet {
	width: 170px;
	xborder: 1px solid red;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.petName { font-size: 14px; }

/* news styles */
div.newsitem {

	padding-bottom: 10px;
}

div.newsitem a.title { font-size: 14px; }

div.newsitem div.date {
	width: 140px;
	float: left;
	xxborder: 1px solid blue;
	color: #666666;
}

div.newsitem div.text {
	width: 340px;
	xxborder: 1px solid red;

}

div.newsdetail div.newsinfo {
	xxxborder: 1px solid red;
	width: 360px;
	float: left;
}

div.newsdetail div.newspet {
	width: 140px;
	padding-left: 20px;
	text-align: center;
	xxxborder: 1px solid blue;
}