/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dcdcdc;
	/*background-image: url(../images/pawwallpaper2.jpg);
	background-repeat: no-repeat;-----Enable Colored Scrollbars-----
	background-attachment: fixed;
	background-position: center top;*/
/*	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #EEE3DC;
	scrollbar-face-color: #888368;
	scrollbar-shadow-color: #888368;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #888000;
	scrollbar-3dlight-color: #888000;*/
}
body,td,th { /*-----Basic font and size of website text-----*/
font-size: 12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}
.sec {
background-color:#000000;
}
.navTop, .navTop a:link, .navTop a:active, .navTop a:visited { /*-----Manipulates Navegation Styles-----*/
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
line-height: 21px;
background-color:#585252; /*-----Change Background Color of Links-----*/
margin-left: 20px;
margin-right: 20px;
}
.navTop a:hover {
text-decoration:underline;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
font-size:10px;
text-decoration:none;
color:#000000;
}
/*-----Change Color of Dropdown Links-----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #000000;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #AEDF6C;
color: #000000;
}	
.imgbrds {
border-style:double;
border-width: 3px;
border-color: #499459;
position: relative;
top: -5px;
left: -5px;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#499459', Positive='true');	
}
.formstyle {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
h1 { /*-----First AKC Reg. Boston Terriers, Yorkies, Australian Shepherd, Minature Australian Shepherds-----*/
	font-size: 16px;
	font-weight: bold;
	color: #CA3030;
}
h2 { 
font-weight:bold;
color: #CA3030;
font-size: 14px;
}
/*-----Enable Colored Links-----*/
/*a:link, a:visited, a:active {
	color: #c8c8c8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #c8c8c8;
}*/
