/* Credit to the Twisted Melon guys for the drop down menu items. 
Visit their site http://www.twistedmelon.com and buy their app Mira */

html,body {
	margin: 0;
	padding: 0
}

body {
	font: 80% "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background: #BFCFFF;
	padding-bottom: 20px
}

p {
	margin-top: 0;
}

a {
	font: Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: underline;
}

a:hover {
	font: Verdana, Arial, sans-serif; color: #fff;
	text-decoration: none;
}

h1,h2,h3 {
	font: normal normal 200% "Trebuchet MS", Arial, sans-serif;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

.border {
	border: 1px solid #b4b4b4;
	margin: 2px;
	padding: 5px;
}

.bubble {
	background: #FFF;
	text-indent: 10px;
	width: 80%;
	padding-left: 20px;
	left: 10px;
	position: relative;
	margin-top: 5px;
	line-height: 20pt;
}

.bubblenarrow {
	background: #FFF;
	text-indent: 10px;
	width: 40%;
	padding-left: 20px;
	left: 10px;
	position: relative;
	margin-top: 5px;
	line-height: 20pt;
}

#bubbles {
	position: absolute;
	top: 140px;
	left: auto;
	margin-left: -20px;
	z-index: 1;
	width: 311px;
	height: 110px;
}

div#badge {
	position: absolute;
	font-size: 150%;
	color: #F5F3CE;
	text-shadow: 1px 1px 1px #000;
	width: 150px;
	height: 150px;
	text-align: right;
	top: 0px;
	right: 0px;
	z-index: 1;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.gloryreborn.com/includes/images/babycounterbg.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */

div#badge[id] {
	background-image: url(images/babycounterbg.png);
	background-repeat: no-repeat;
	background-position: ;
}

div#badge h1 {
	font-size: 160%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: white;
}

div#badge a {
	text-decoration: none;
}

div#badge2 {
	position: relative;
	width: 150px;
	height: 150px;
	text-align: right;
	top: 0px;
	left: 630px;
	z-index: 3;
}

div#badge2 a img {
	text-decoration: none;
	outline: none;
	outline-width: 0;
	border-style: none;
}

#headerphoto {
	position: absolute;
	top: 40px;
	left: auto;
	margin-left: 550px;
	width: 200px;
	height: 115px;
	overflow: hidden;
	text-align: center;
	vertical-align: center;
}

div#header {
	width: 770px;
	height: 160px;
	margin: 0 auto;
	text-align: left;
	vertical-align: baseline;
	z-index: 2;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.gloryreborn.com/includes/images/newlogorev5.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */

div#header[id] {
	background-image: url(images/newlogorev5.png);
	background-repeat: no-repeat;
}

div#header h1 {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	vertical-align: text-bottom;
}

div#menubar {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	vertical-align: baseline;
	background: #BFCFFF;
	z-index: 2;
}

div#menu {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
}

div#menuspacer {
	width: 770px;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}

div#header div#right {
	position: relative;
	float: right;
	padding: 0px;
	margin: 0px;
}

div#header h1 {
	padding: 30px 0 10px;
	color: #FFF
}

/* Tabbed Navigation with Images */

#leftmenuimage {
	background: url(images/leftmenu.png) no-repeat;
	width: 100%;
	background-position: -68px -50px;
	width: 362px;
	height: 100%;
	z-index: 1;
}

#tabhome {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: 0 -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabhome a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabhome a:hover {
	background-image: none;
}

#tababout {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -68px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tababout a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -68px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tababout a:hover {
	background-image: none;
}

#tabadopt {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -136px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabadopt a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -136px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabadopt a:hover {
	background-image: none;
}

#tabnews {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -204px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabnews a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -204px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabnews a:hover {
	background-image: none;
}

#tabcontact {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -272px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabcontact a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -272px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabcontact a:hover {
	background-image: none;
}

#tabphotos {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -340px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabphotos a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -340px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabphotos a:hover {
	background-image: none;
}

#tabshop {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -408px -64px;
	width: 68px;
	height: 64px;
	display: block;
}

#tabshop a {
	background-image: url(images/tabs2.png);
	background-repeat: no-repeat;
	background-position: -408px 0;
	text-indent: 68px;
	width: 68px;
	height: 64px;
	overflow: hidden;
	display: block;
}

#tabshop a:hover {
	background-image: none;
}

/* Show current section's Tab as OPEN */

/* place one of these IDs in the body tag of each page */

#home #tabhome a,
#about #tababout a,
#news #tabnews a,
#adopt #tabadopt a,
#contact #tabcontact a,
#photos #tabphotos a,
#shop #tabshop a {
	background-image: none;
}

/* Blue bar sub-navigation - add ID "current" to create a tab around current selection */

#subnav {
	color: #444444;
	font-size: 12px;
	background: url(images/subnav_background2.png) repeat-x;
	text-decoration: none;
	margin: 0 auto;
	width: 770px;
	height: 38px;
}

#subnav ul {
	margin: 0 0 0 5px;
	padding-left: 250px;
	list-style-type: none;
	display: block;
}

#subnav li {
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: 1px;
	position: relative;
	top: 3px;
	float: left;
	margin: 0;
	list-style-type: none;
	display: inline;
}

#subnav a:link, #subnav a:visited {
	color: #a0b8ce;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 5px;
	display: block;
}

#subnav a:hover {
	color: #fff;
	text-decoration: underline;
}

#subnav a:active {
	color: #426fa6;
	text-decoration: none;
}

#subnav li#current {
	background-image: url(images/subnav_current_back2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#subnav li#current a, #subnav li#current a:hover {
	color: white;
	background-image: url(images/subnav_current_right2.png) !important;
	text-decoration: none;
	cursor: default;
}

/* the !important is crucial for IE to display correctly */

div#container {
	width: 770px;
	margin: 0 auto 10px;
	padding: 20px 0 10px;
	text-align: left;
	background: #FFF
}

div#content {
	float: left;
	display: inline;
	width: 560px;
	margin: 0 0 10px 10px
}

ul#intro,ul#intro li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#intro {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px
}

ul#intro li {
	float: left;
	width: 180px;
	margin-right: 10px;
	padding: 10px 0
}

li#vision {
	background: #FFBFC6
}

li#services {
	background: #89C0E9
}

li#contact {
	background: #c974a2
}

ul#intro li#future {
	margin-right: 0;
	background: #A1D9C8
}

ul#intro p,ul#intro h3 {
	margin: 0;
	padding: 0 10px
}

ul#intro h3 {
	text-transform: uppercase;
	padding-bottom: 3px;
	color: #FFF;
}

.givebutton a {
	display: block;
	float: left;
	vertical-align: top;
	width: 70px;
	height: 36px;
	background: transparent url(http://www.gloryreborn.com/includes/images/give3.png) no-repeat;
}

.givebutton a:hover {
	background-position: -70px 0;
}

.joinbutton a {
	vertical-align: top;
	display: block;
	float: right;
	width: 70px;
	height: 36px;
	background: transparent url(http://www.gloryreborn.com/includes/images/join3.png) no-repeat;
}

.joinbutton a:hover {
	background-position: -70px 0;
}

div#content h2 {
	margin: 10px 0;
	color: #007BC4
}

div.date {
	float: left;
	width: 4em;
	padding: 5px 0;
	background: #FFF;
	color: #B0001E;
	text-align: center;
	margin: 0 4px 4px 0;
	font-size: 80%;
	line-height: 0.9
}

div.date span {
	display: block;
	font-size: 150%;
	font-weight: bold
}

div.comments div {
	background: #A1D9C8;
	margin-bottom: 10px;
	width: 100%;
}

div.comments p {
	padding: 10px;
	margin: 0
}

div.comments div.odd {
	background: #DAE6FE
}

div.comments div.other {
	background: #89C0E9
}

div.comments div.next {
	background: #FFBFC6
}

div.news ul {
	list-style-type: none;
}

div#side {
	float: right;
	display: inline;
	width: 180px;
	text-indent: 5%;
	background: #FFBFEF;
	margin: 0 10px 10px 0;
	padding: 5px;
	z-index: 1;
	overflow: visible;
}

div#side p {
	margin: 5px 0 10px;
	padding: 0 10px;
}

.donate {
	float: left;
	padding-bottom: 10px;
}

#quickfacts {
	position: static;
	width: 180px;
	margin: 0px;
	text-align: center;
	z-index: 1;
	overflow: visible;
}

#dataph1 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataph1 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataph1 a:hover {
	background: url(images/statsphhover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

#dataph2 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataph2 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataph2 a:hover {
	background: url(images/statsph2hover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

#dataph3 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataph3 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataph3 a:hover {
	background: url(images/statsph3hover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

#dataus1 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataus1 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataus1 a:hover {
	background: url(images/statsushover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

#dataus2 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataus2 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataus2 a:hover {
	background: url(images/statsus2hover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

#dataus3 {
	float: left;
	background: url() no-repeat;
	width: 170px;
	height: 230px;
	background-position: 0px 0px;
	margin: 2px;
	z-index: 1;
	overflow: visible;
}

#dataus3 a {
	float: left;
	width: 170px;
	height: 230px;
	background: url() no-repeat;
	background-position: 0px 0px;
	z-index: 1;
	overflow: visible;
}

#dataus3 a:hover {
	background: url(images/statsus3hover.gif) no-repeat;
	width: 170px;
	height: 230px;
	z-index: 1;
	overflow: visible;
}

div#footer {
	clear: both;
	width: 750px;
	margin: 0 10px 0;
	padding: 10px 0;
	background: #6078BF;
	color: #000000;
	text-align: center
}

div#footer p {
	margin: 0
}

/*OLD*/

ul#nav,ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	float: left;
	font-size: 80%
}

ul#nav li {
	float: left;
	margin-left: 3px;
	text-align: center
}

ul#nav a {
	float: left;
	width: 100px;
	padding: 0;
	background: #6078BF;
	text-decoration: none;
	color: #A1D9C8
}

ul#nav a:hover {
	background: #d9a1b2;
	color: #E6ECFF
}

ul#nav li.activelink a,ul#nav li.activelink a:hover {
	background: #A1D9C8;
	color: #003;
	border: 1px black;
	height: 25px;
}

ul#nav2,ul#nav2 li {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul#nav2 {
	float: right;
	font-size: 80%
}

ul#nav2 li {
	float: left;
	margin-left: 0px;
	text-align: center
}

ul#subnav,ul#subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 10px;
}

ul#subnav {
	float: left;
	font-size: 8pt;
	height: 15px;
}

ul#subnav li {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 10px;
	height: 15px;
	text-align: center;
	width: 95px;
}

ul#subnav a {
	float: left;
	width: 95px;
	padding: 0;
	background: ;
	height: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF
}

ul#subnav a:hover {
	text-decoration: underline;
	color: #FFF
}

ul#subnav li#activelink a,ul#subnav li#activelink a:hover {
	background: #A1D9C8;
	height: 25px;
	color: #003;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}

/* Shows the sub navigation links */

/* place id in body tag of each page */

div#strip {
	width: 770px;
	height: 10px;
	margin: 0 auto;
	background: #FFF;
}

div#submenu {
	width: 770px;
	line-height: 15px;
	margin: 0 auto;
	vertical-align: top;
	text-align: center;
	background: #9999FF;
	overflow: hidden;
	z-index: 2;
}

ul#subnav {
	list-style-type: none;
	padding-left: 20px;
	float: right;
}

ul#subnav li {
	width: 100px;
	height: 20px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: center;
	float: right;
	z-index: 1;
}

ul#subnav li a {
	background: #9999FF;
	color: #000;
	height: 20px;
	vertical-align: center;
	font-size: 10pt;
}

ul#subnav li a:hover {
	background: #9999FF;
	color: #FFF;
	text-decoration: underline;
}

ul#subnav li a#current {
	height: 20px;
	background: #000;
	padding-top: 10px;
}

/* CHART LISTS */

.chartlist {
	float: left;
	border: 1px solid #EEE;
	width: 15em;
}

.chartlist li {
	position: relative;
	display: block;
	border-bottom: 1px solid #EEE;
	_zoom: 1;
}

.chartlist li a {
	display: block;
	padding: 0.4em 4.5em 0.4em 0.5em;
	position: relative;
	z-index: 2;
	text-decoration: none;
}

.chartlist .count {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0.3em;
	text-align: right;
	color: #999;
	font-weight: bold;
	font-size: 0.875em;
	line-height: 2em;
}

.chartlist .index {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #66CC99;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 2em;
}

.chartlist li:hover {
	background: #CC3333;
}

/* Column Boxes */

#creditfooter
{
display: none;
}
