@charset "UTF-8";
body {
	font-family: Futura, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 1px;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 10px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
}

/*same as h1, but without the uppercase*/
h2 {
	font-size: 16px;
	padding-top: 20px;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}
.title .skinny {
	font-weight: normal;
}

.generic {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.head1 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	background-image: url(images/dogHead2.jpg);
	background-repeat: no-repeat;
	background-position: 23px top;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
input {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
}

.button {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #333333;
	color: #FFFFFF;
	background-color: #333333;
	text-transform: uppercase;
	cursor: pointer;
}

/*Container for the header on /index.html*/
.MainHeader {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.header {
	height: 105px;
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

/*.head1 #form1 {
	padding-top: 10px;
}*/
.head1 a {
	color: #333333;
	text-decoration: none;
}
.head1sub {
	text-align: right;
	font-size: 11px;
	color: #333333;
	position:absolute;
	top:0px;
	right:0px;
}
.head1sub #form1 input {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #333333;
}
.head1sub #form1 {
	padding-top: 20px;
}
.head1sub a {
	color: #333333;
	text-decoration: none;
}
.logoTop {
    position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.logoBottom {
	position:relative;
	width: 125px;
	z-index: 100;
}
.titleLogo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 39px;
}
.swfHeader {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.smallMenu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	margin-top: 0px;
	height: 27px;
	font-size: 12px;
	color: #e00d23;
}
.smallMenu a {
	color: #e00d23;
	text-decoration: none;
}

.redMenu {
	width: 100%;
	height: 30px;
	background: #e00d23;
	font-size: 12px;
	color: #FFFFFF;
}
.redMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.purpleMenu {
	width: 100%;
	height: 40px;
	background: #57328b;
	font-size: 14px;
	color: #FFFFFF;
	position:absolute;
	/*text-align: right;*/
	z-index: 100;
}
.purpleMenuRel {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	/*background: #57328b;*/
	position: relative;
}

.purpleMenuSub {
	width: 100%;
	height: 40px;
	background: #57328b;
	font-size: 14px;
	color: #FFFFFF;
	position:absolute;
	z-index: 5;
	top: 68px;
}
.mainBody {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	position: relative;
}
.sidebar {
	color: #FFFFFF;
	width: 230px;
	font-size: 11px;
	float: left;
	padding-bottom: 10px;
}
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
/*.sidebar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/WhiteArrow.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;
}*/

.sidebar .on {
	/*color: #FFFFFF;*/
	text-decoration: none;
	background-image: url(images/WhiteArrow.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;
}

.sidebar .dimOn {
	/*color: #FFFFFF;*/
	text-decoration: none;
	background-image: url(images/dimArrow.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;
}


.sidebar .sub {
	padding-left: 15px;
}

#sidebarHome {
	background-color: #e19433;
	padding: 5px 10px 5px 10px;
	/*padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;*/
	margin-bottom: 10px;
}
#sidebarHome a:hover {
	color: #FFFFFF;
	text-decoration: underline;
/*	background-image: url(images/WhiteArrow.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;*/
}

#sidebarAA {
	background-color: #3c0041;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
}
#sidebarDiscover {
	background-color: #2a526b;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 500px;
}
#sidebarDogs {
	background-color: #a05f25;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 500px;
}
#sidebarInvolved {
	background-color: #1d4f48;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 10px;
	height: 500px;
}
.content {
	width: 730px;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	color: #462D6B;
}
.content a{
	color: #462d6b;
}


.contentSub {
	width: 730px;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: normal;
	margin-left: 10px;
}

.mainBody .content .padding {
	padding-right: 5px;
	padding-top: 10px;
}
p.introduction:first-letter {
	font-size : 55px;
	font-weight : bold;
	float : left;
	color : #e19433;
	line-height: 30px;
	
}

p.postIntro {
	color : #462d6b;
	text-align : justify;
}

/*p.Accred {
	color : #462d6b;
	text-align : justify;
	font-size : 12px;
	
}*/

.AnnouncementsList li{
	padding-top: 3px;
	padding-bottom: 3px;
	
}

.footer {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	letter-spacing: normal;
	word-spacing: normal;
}
.footerLine {
	width: 100%;
	background-color: #57328B;
	height: 1px;
	float: left;
	position: relative;
}
.footer a {
	color: #666666;
}
.FooterImages {
	margin-top: 10px;
	float: left;
}
.FooterText {
	margin-top: 10px;
	text-align: right;
}
	

.AA {
	color: #3c0041;
}
.discover {
	color: #2a526b;
}
.dogs {
	color: #a05f25;
}
.involved {
	color: #1d4f48;
}
.secondary {
	color: #e09434;
}

.mainBody .content .introduction a {
	text-decoration: none;
	color: #E19433;
}
.mainBody .content ol ol {
	list-style-type: lower-alpha;
}
.contentSub a {
	color: #333333;
	letter-spacing: normal;
}
.rightSideBar {
	font-size: 12px;
	text-align: left;
}
.mainBody .contentSub .pubs {
	padding-bottom: 10px;
	text-align: left;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}
.mainBody .contentSub ol ol {
	list-style-type: lower-alpha;
}
.descriptions {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: normal;
	margin: 10px;
	padding: 10px;
}

.indent {
	padding-left: 15px;
}

.NotFound {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333333;
}
.NotFound a {
	color: #333333;
}
