body { 
	background-color: #222; 
	background-repeat: repeat-x; 
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E5E5E5;
}
	
td	{
	font-size: 13px;
	color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFD520;
	border-bottom: 1px dotted #FFD520;
	padding-bottom: 2px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/*** The Team page ***/
#team-cat {
	display: block;
	padding: 1px;
	padding-bottom: 2px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

a#team-cat {
	text-decoration: none;
}

a#team-cat:hover {
	color: #FFD520;
	border-bottom: 2px solid #FFD520;
	text-decoration: none;
}

div#na-lnk {
	display: inline;
	float: left;
	margin: 4px;
	padding: 2px;
	color: #a49760;
	border: 1px solid #666;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#dog-lnk a {
	display: inline;
	float: left;
	margin: 4px;
	padding: 2px;
	color: #ffd520;
	border: 1px solid #666;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#dog-lnk a:hover {
	color: #000;
	background-color: #ffd520;
	border: 1px solid #ffd520;
}

div#jump a {
	display: inline;
	float: right;
	margin: 0 0 3px 5px;
	padding: 2px;
	border: 1px solid #ffd520;
   	background: #000;
   	color: #ffd520;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

div#jump a:hover {
	display: block;
	border: 1px solid #fff;
  	color: #fff;
}

div#dog-block {
	display: block;
	padding: 8px;
	border: 1px solid #999;
	background-image: url(team/block_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #222222;
}

div#dog-block p {
	margin: 0;
	text-align: justify;
}

div#dog-header {
	width: 250px;
	display: inline;
	float: left;
	margin-right: 8px;
	marin-bottom: 8px;
	padding: 0px;
	background-color: #000;
	border: 2px solid #FFD520;
	border-top: none;
}

div#dog-header .dogname {
	padding: 4px;
	background-color: #FFD520;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 18px;
}

div#dog-header .doginfo {
	padding: 4px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	line-height: 16px;
}

div#dog-photos {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

a.team-thumb img {
	margin: 4px;
	border: 2px solid #6ab5fc;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

a.team-thumb:hover img {
	border: 2px solid #FFD520;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
/***/
div#dog-photos a img {
	margin: 4px;
	border: 2px solid #6ab5fc;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

div#dog-photos a:hover img {
	border: 2px solid #FFD520;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
/***/
/*** The Team page ***/

.highlight { color: #FFE37D; font-weight: bold; }

td#nav-col {
	width: 150px;
	background-image: url(img/sidebar_bkgd.gif);
	border-bottom: none;
	border-left: none;
}

td#body-col {
	width: 100%;
	background-color: #000;
	padding: 25px;
}

table#title-bar {
	padding: 0;
	background-color: #FFD520;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table#title-bar td {
	height: 30px;
	color: #222;
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 5px;
}


/* News & Announcements *****/
table#announcements {
	border: 3px solid #a59f86;
	border-top: none;
}
table#announcements th {
	padding: 3px;
	background-image: url(/img/ancmnt-hdr-gradient.jpg);
	background-repeat: repeat-y;
	background-color: #a59f86;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

table#announcements td {
	padding: 0 10px 10px 0;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
table#announcements td ul {
	margin: 0;
	padding-left: 25px;
}
table#announcements td ul li {
	margin-top: 10px;
}
table#announcements td a:link, a:visited {
	color: #cc0000; text-decoration: underline
}
table#announcements td a:active, a:hover {
	color: #000; text-decoration: underline
}
/* News & Announcements *****/

.bullet {
	font-size: 16px;
	font-weight: bold;
	line-height: 10px;
}

.caption {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#nav a {
	margin-top: 8px;
	display: block;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
   	background: #FFD520;
  	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	/*
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	*/
}

div#nav a:hover {
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #222;
  	color: #FFD520;
	text-align: right;
	text-decoration: none;
	/*
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	*/
}

div.nav a {
	margin-top: 8px;
	display: block;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
   	background: #FFD520;
  	color: #000;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

div.nav a:hover {
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #222;
  	color: #FFD520;
	text-align: right;
	text-decoration: none;
}

div#gallery-back a {
	display: inline;
	float: left;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #fff;
   	background: #FFD520;
   	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

div#gallery-back a:hover {
	display: block;
	border: 1px solid #fff;
	background: #222;
  	color: #FFD520;
}

table#gallery-photo {
	background-color: #E0EBFF;
	border: 1px solid #ccc;
}

table#gallery-photo td {
	padding: 5px;
}

table#gallery-photo .photo-caption {
	color: #202020;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0;
}

a.thumb img {
	border: 2px solid #fff;
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

a.thumb:hover img {
	border: 2px solid #FFD520;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

#inline-photo-r {
	display: inline-table;
	float: right;
	margin-left: 5px;
	border: 1px solid #fff;
}

#inline-photo-l {
	display: inline-table;
	float: right;
	margin-right: 5px;
	border: 1px solid #fff;
}

#inline-photo-c {
	display: table;
	border: 1px solid #fff;
}

/* Sliedeshow/Feature styles */
#photoholder {
  width: 350px;
  height: 230px;
  background-color: #E0EBFF;
  border: 1px solid #222;
}

#thephoto {
  width: 350px;
  height:230px;
}

.btn {
	border: 1px solid #222;
	border-top: none;
	background-color: #E0EBFF;
	color: #333;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	width: 46px;
	cursor: pointer;
}

.slideshow		{ padding: 5px; padding-bottom: 0; background-color: #E0EBFF; border: 1px solid #222; border-bottom: none; }

.slideshow-txt	{ padding: 5px; width: 350px; height: 60px; vertical-align: top; border: 1px solid #222; border-top: none; background-color: #E0EBFF; color: #202020; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
/* END Slideshow/Feature styles */

div#photo-def {
	display: inline;
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

div#photo-rt {
	display: inline;
	float: right;
	margin-left: 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

div#photo-lt {
	display: inline;
	float: left;
	margin-left: 8px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

table#blog-photos {

}

table#blog-photos td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#photo-brdr { border: 1px solid #ffd520; margin-bottom: 3px; }

div#footer {
	margin: 10px 0;
	text-align: center;
}
div#copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

a:link			{ color: #6ab5fc; text-decoration: underline }
a:visited		{ color: #6ab5fc; text-decoration: underline }
a:active		{ color: #FFD520; text-decoration: underline }
a:hover			{ color: #FFD520; text-decoration: underline }

a.close:link	{ color: #FFF; text-decoration: none }
a.close:visited	{ color: #FFF; text-decoration: none }
a.close:active	{ color: #F2F1C2; text-decoration: underline }
a.close:hover	{ color: #F2F1C2; text-decoration: underline }
