/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin restyle after the rest */
/* This is the default body settings for text */
body{
	background:#FFFFFF; 
	margin: 0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	/* Forces internet explorer to center all content
		this is another bug with iexplore, which requires all following div's to include the
		text alignment wanted
	*/
	/*text-align: center;*/
	text-align: left;
	line-height: 1.5;
}

h1 {font-size: 28px; padding-bottom: 12px; font-weight: bold;}
h2 {font-size: 24px; padding-bottom: 12px; font-weight: bold;}
h3 {font-size: 18px; padding-bottom: 12px; font-weight: bold;}
h4 {font-size: 14px; padding-bottom: 12px; font-weight: bold;}
h5 {font-size: 12px; padding-bottom: 0px; font-weight: bold;}
h6 {font-size: 10px; padding-bottom: 0px; font-weight: bold;}
p {font-size: 12px; padding-bottom: 12px;} 

em {font-style: italic;}
strong {font-weight: bold;}

blockquote {margin: 0px 36px; background-color: #f5f5f5;}

li ul, li ol {
margin:0 1.5em;
}
ul, ol {
margin:0 1.5em 1.5em 1.5em;
}

ul {
list-style-type:disc;
}
ol {
list-style-type:decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}

/* Configures the Drop Down Menus */
#rightnavbar {
	margin: 0;
	padding: 0;
	height: 1em;
	position:relative;
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#rightnavbar li {
	list-style: none;
	float: right;
	width:auto;
	}
#rightnavbar li a {
	display: block;
	padding: 2px 10px;
	background-color: #FFFFFF;
	color: #FF9301;
	text-decoration: none; 
	border-left: 1px solid #FF9301;
	}
#rightnavbar li a:hover{
color: #066BC7;
}

#rightnavbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #FFFFFF;
	font-weight:normal;
	z-index:5;
	}
#rightnavbar li:hover ul, #rightnavbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#rightnavbar li:hover li, #rightnavbar li.hover li {
	float: none; }
#rightnavbar li:hover li a, #rightnavbar li.hover li a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #FF9301;
	color: #FF9301;	
	}
#rightnavbar li li a:hover {
	background-color: #FFFFFF;
	color: #066BC7; 
	}
	
/* These styles create the dropdown menus. */
#leftnavbar {
	margin: 0;
	padding: 0;
	height: 1em;
	position:relative;
	font-size:12px;
	font-weight:bold;
	white-space: nowrap;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#leftnavbar li {
	list-style: none;
	float: left;
	width:auto;
	}
#leftnavbar li a {
	display: block;
	padding: 2px 10px;
	background-color: #FFFFFF;
	color: #066BC7;
	text-decoration: none;
	border-left: 1px solid #066BC7;
	}
#leftnavbar li a:hover{
color: #FF9301;
}

#leftnavbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #FFFFFF;
	font-weight:normal;
	z-index:5;
	}
#leftnavbar li:hover ul, #leftnavbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	}
#leftnavbar li:hover li, #leftnavbar li.hover li {
	float: none; }
#leftnavbar li:hover li a, #leftnavbar li.hover li a {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #066BC7;
	color: #066BC7;
	}
#leftnavbar li li a:hover {
	background-color: #FFFFFF;
	color: #FF9301;	
	}
	
/* Button Animation, each button requires a custom animation due to the dedicated images */
#AdoptableButton
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/backgrounds/AdoptablePetsHover.png) no-repeat;
white-space: nowrap;
display: block;
width: 200px;
height: 50px;
margin: 0;
padding: 0;
}

#AdoptableButton a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 50px;
display: block;
float: left;
color: black;
text-decoration: none;
}

#AdoptableButton img
{
width: 200px;
height: 50px;
border: 0
}

* html a:hover
{
visibility:visible
}

#AdoptableButton a:hover img
{
visibility:hidden
}

#AdoptableButton span
{
position: absolute;
top: -999px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

#DonateButton
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/backgrounds/DonateTodayHover.png) no-repeat;
white-space: nowrap;
display: block;
width: 200px;
height: 50px;
margin: 0;
padding: 0;
}

#DonateButton a
{
display: block;
color: #000000;
font-size: 11px;
width: 200px;
height: 50px;
display: block;
float: left;
color: black;
text-decoration: none;
}

#DonateButton img
{
width: 200px;
height: 50px;
border: 0
}

* html a:hover
{
visibility:visible
}

#DonateButton a:hover img
{
visibility:hidden
}

#DonateButton span
{
position: absolute;
top: -999px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

#JoinButton
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/backgrounds/JoinNowHover.png) no-repeat;
white-space: nowrap;
display: block;
width: 300px;
height: 75px;
margin: 0;
padding: 0;
}

#JoinButton a
{
display: block;
color: #000000;
font-size: 11px;
width: 300px;
height: 75px;
display: block;
float: left;
color: black;
text-decoration: none;
}

#JoinButton img
{
width: 300px;
height: 75px;
border: 0
}

* html a:hover
{
visibility:visible
}

#JoinButton a:hover img
{
visibility:hidden
}

#JoinButton span
{
position: absolute;
top: -999px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 

/* Sets the rounded borders and shadows using css
	Depends on using CSSPie to support iexplore earlier than 9*/
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px 20px 20px 20px;
	behavior: url(http://wpahumane.com/PIE.htc)
}

.shadow{
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	behavior: url(http://wpahumane.com/PIE.htc)
}

.rounded-top {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
    border-radius: 20px 20px 0px 0px;
	behavior: url(http://wpahumane.com/PIE.htc)
}

.rounded-bottom {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	border-radius: 0px 0px 20px 20px;
	behavior: url(http://wpahumane.com/PIE.htc)
}

/* Sets up a stretched background image
	without using the css background image property */
.stretch{
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	width:100%;
    height:100%;
}

/* Used for general text content */
.narrowcontent {
	background-color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	position: relative;
	z-index:2;
	padding:10px;
	}
	
.narrow{
	background-color: #FFFFFF;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	width:200px;
	/* Fixes Iexplore bug with doubling margin on floats */
	display:inline;
	}
	
.content {
	background-color: #FFFFFF;
	width:656px;
	z-index:2; 
	border:2px solid #066BC7;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	/* Fixes Iexplore bug with doubling margin on floats */
	display:inline;
	}
	
.splitcontent{
	background-color: #FFFFFF;
	z-index:2;
	width:308px;
}

.goldenbig{
	background-color: #FFFFFF;
	z-index:2;
	width:395px;
}

.goldensmall{
	background-color: #FFFFFF;
	z-index:2;
	width:241px;
}
	
.contentborder {
	background-color: #FFFFFF;
	z-index:1; 
	border:2px solid #066BC7;
	margin-top:10px;
	margin-bottom:10px;
	padding: 10px;
	}
	
.contentnoborder {
	background-color: #FFFFFF;
	width:660px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	z-index:2; 
	margin-top:10px;
	margin-bottom:10px;
	/* Fixes Iexplore bug with doubling margin on floats */
	display:inline;
	}
	
/* Used to ensure consistent use of fond colors */
.bluetext{
	color:#066BC7;
}
.orangetext{	
	color:#FF9301;
}
	
/* Used to ensure the left and right margins are applied properly */
.alignright {
float: right;
margin-left: 10px;
}

.alignleft {
float: left;
margin-right: 10px;
}
	
/* These are div id's */
div#heading{
	position:relative;
	width:900px;
	margin: 0 auto;
	/* z-index of relative parents must be larger than
		following relative blocks in order for dependent "position:absolute"
		elements to overlay properly.  This is a known issue with Internet Explorer
		and may not be fixed until version 10
		*/
	z-index:100;
}

div#container{
	position:relative;
	width:900px;
	margin: 0 auto;
	z-index:0;
}


a:link {color: #000000;}
a:active {color: #000000;}
a:visited {color: #000000;}
a:hover {color: #ff9300;}

a.bluehover:link {color: #000000;}
a.bluehover:active {color: #000000;}
a.bluehover:visited {color: #000000;}
a.bluehover:hover {color: #066BC7;}

a.greenhover:link {color: #000000;}
a.greenhover:active {color: #000000;}
a.greenhover:visited {color: #000000;}
a.greenhover:hover {color: #006600;}

/* The following style will put a gray border around image hyperlinks on hover */
a img.grayborderlink{
	border:2px solid #ffffff;
}

a:hover img.grayborderlink{
	border:2px solid #cccccc;
}

a img.blueborderlink{
	border:2px solid #ffffff;
}

a:hover img.blueborderlink{
	border:2px solid #066BC7;
}

/* Table Styles */

table.basicborders{
	border: 2px solid black;
	width:100%;
}

.basicborders th, .basicborders tr, .basicborders td{
	border: 1px solid black;
	padding: 5px;
}

.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer; z-index:55;}

/* Form Styles, from http://www.alistapart.com/articles/prettyaccessibleforms/ */
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}