/***********************************************/
/* AAInc.css
/*
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/*background: url(./graphics/layoutElements/AAI_bgGradient.gif) fixed; */
	background-color:#165193;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2E2E2E;
	line-height: 1.166;	
	padding: 0px; 

	
}


/***********************************************/
/* Layout Divs*/                                

#outer{
	height:100%;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background-color:#165193;
	word-spacing: normal;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 2%;
	top: 2%;
}
#masthead{
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 780px;
	height: 130px;

	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}


#masthead img{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
	
}

/************* menu styles ****************/

#topMenuBar{  /* positioned below the masthead div */
	position: absolute;
	top: 130px;
	left: -9px;
	width: 780px;
	height: 32px;
	background-color:#165193; 
	margin: 0px;
	z-index:200;


}








#pageCell {  /* section below the masthead and menu */
	position: absolute;
	background-color:#165193;
	top: 205px;
	left: -2px;
	width: 780px;
	height: 100%;
	padding: 0px;
	margin:0px;
}
#reportBlock {  /* section below the masthead and menu */
	position: absolute;
	background-color:#FFFFF;
	top: 25px;
	width: 780px;
	padding: 0px;
	margin:5px;
	font-size:75%;
}
#kissHighlightBar{ /*first thing within the pageCell */
	float: left;
	width:180px;
	/*height:inherit;  */
	padding: 10px 10px 20px 10px;
	/*margin-bottom: 20px; */
	margin: 0px;
	background-color: #ffcc00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	z-index:100;
}
#leftHighlightBar{ /*first thing within the pageCell */
	float: left;
	width:180px;
	/*height:inherit;  */
	padding: 10px 2px 20px 2px;
	/*margin-bottom: 20px; */
	margin: 0px;
	background-color: #ffcc00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	z-index:100;
}
#staffHighlightBar {
	background-color:#BADD9B;
	float: left;
	width:180px;
	/*height:inherit;  */
	padding: 10px 2px 40px 10px;
	/*margin-bottom: 20px; */
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	z-index:100;	
}

#volunteerHighlightBar {
	background-color:#DEE4FC;
	float: left;
	width:180px;
	/*height:inherit;  */
	padding: 10px 2px 40px 10px;
	/*margin-bottom: 20px; */
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	z-index:100;	
}

#leftHighlightBar img {
	margin: 8px 8px 8px 8px;
	border:0px;
	
}
#leftHighlightBar h2 {
	padding-top:3px;
	line-height:90%;
	text-align:center;
	
}
#leftHighlightBar h1 {
	padding-top:10px;
	line-height:90%;
	text-align:center;
	
}
#leftHighlightBar table {
	background-color: #ffcc00;
	border-width:0;
	font-weight:bold;
	font-size: 90%;
	line-height:90%;
	color: #165193;
	padding:2px;


}
#leftHighlightBar tr {
	vertical-align:top;
	text-align:left;
}


#content{ /* within pageCell, to right of leftHighlightBar */
	padding: 10px 0px 5px 0px;
	/*height: 100%;*/
	right:0px;
	float:right;
	width:585px;
	background-color:#ffffff; 
	background-image: url(graphics/layoutElements/whitefill.gif);

	

}
#contentFullWidth{ /* within pageCell, to right of leftHighlightBar */
	padding: 10px 0px 5px 5px;
	float:left;
	width:775px;
	background-color:#ffffff; 
	background-image: url(graphics/layoutElements/whitefill.gif);
}

/******************* siteInfo in footer ***********************/

#siteInfo{ /* at bottom, nested below content, inside pagecell*/
	width: 580px;
	background-color:#FFFFFF;
	color:#165193;
	font-size: 75%;
	padding: 8px 0px 8px 0px;
	vertical-align:bottom;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#siteInfo img{
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}


/***************** standard elements **************************/

h1{	font-family:Arial, Helvetica, sans-serif;
font-size: 140%;
 color: #165193;
 margin: 0px;
 padding: 10px 0 0 0;

}

h2{	
font-family:Arial, Helvetica, sans-serif;
font-size: 120%;
 color: #165193;
 margin: 0px;
 line-height:90%;
 padding: 5px 0 0 0;;
}

h3{	
font-family:Arial, Helvetica, sans-serif;
font-size: 110%;
 color: #165193;
 margin: 0px;

}

h4{	
font-family:Arial, Helvetica, sans-serif;
font-size: 100%;
 font-style:italic;
 color:#165193;
 margin: 0px;
 padding: 0px;
}



p{
 margin-top: 5px;	
 font-family:Arial, Helvetica, sans-serif;
 color:#2E2E2E;}
 
 a{
 color:#165193;
	text-decoration: none;
}

a:link{
 color:#165193;
	text-decoration: none;
}

a:visited{
	 color:#165193;
	text-decoration: none;
}

a:hover{
	color: #3F78AF;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

li {
	padding-bottom: 6px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


table {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 2px;
	width: 94%;
	margin-left:1%;
}

/*
table.calendar {
	width: 75%;
	background-color: #ffcc00;
}

*/

table.menu {
	background-color:#ED2D38;
	border:thin #FFFF00;
	border-bottom-color:#FFFF00;
	width:780px;
}

table.angels {
	background-color:#FFFFFF;
	padding:5px;
	margin: 10 0 0 10;
	width:95%;
}

table.heartstringsGallery{
	background-color:#ffffff;
	width: 95%;
	border:2px;
	border-color:#ED2D38;
}

table.heartstringsPhotobar {
	background-color:#FFFFFF;
	width: 100px;
	align: center;
	text-align:center;
}
/*************** story styles ******************/

.story {
	padding: 4px 10px 4px 10px;
	font-size: 90%;
	font-weight:normal;
	color:#2E2E2E;
	/* border-bottom: 4px solid #cc3333; */
	border-bottom: 4px solid #ED2D38;
	margin-bottom:20px;


}


.story p {
	padding: 0px 8px 3px 8px;
	font-weight:normal;	
}

.story a.capsule{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #165193;
	display:block;
	padding-bottom: 3px;
	padding-top:5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	border-right: 2px;
	border-right-color:#ED2D38;
	/*border-right-color:#cc3333; */
	border-right-style:solid;
	width:50%;
}

td.storyRight{
	padding-left: 12px;
	width:50%;

}

.readMore {
	color: #005FA9;
}

.featurePet {
	margin-left:40px;
	background-repeat:no-repeat;
	background-position:right;
	height:120px;
	width:120px;
	background-image:url(graphics/layoutElements/featuredPetBackground.jpg); 
}
	
.featurePetSmaller {
	margin-left:40px;
	background-repeat:no-repeat;
	background-position:right;
	height:100px;
	width:100px;
	background-image:url(graphics/layoutElements/featuredPetBg100x.jpg); 
}

.locationInfo {
	padding: 10px 0 0 5px;
	margin-top:5px; 
	margin-left:10px;
	vertical-align:bottom;
	line-height: .9;	

}

.bigQuote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 120%;
}
	
