/* CSS Document */
html,body {border:0;margin:0;padding:0; background-image:url(../images/background_gradient.gif);}
#container{ margin:0 auto; width:791px;}
#header {
	height:100px;
	width:791px;
	text-align:center;
	background-image:url(../images/header.jpg);
	background-position:top center;
}
	
#main {
	width:791px;
	margin:0;
	padding:0px 0px 0px 0px;
	background-color: #CCCCCC;
}

#maincontent {
	padding:10px 20px 10px 20px;
	min-height:234px;
	width:751px;
	background-color:#FFFFFF;
	/*background-image:url(images/mainbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
/* for Internet Explorer */
/*\*/
* html #maincontent {
height: 254px;
}
/**/
.mainimage {
	width:250px;
	float:right;
	padding: 0px;
	border: 0;
}
.mainimageleft {
	width:225px;
	height: 225px;
	float:left;
	padding: 0px;
	border: 0;
}
.other {
	position: relative;
	z-index:101;	
	margin:0 0 -14px 0;
}
.desexposter {
	width:275px;
	float:right;
	padding: 0px;
	border: 0;
}
.catshowimage {
	width:731px;
	float:left;
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	border: 0px;
}
.catshowimage img {
	padding-right:10px;
}

.sponsorimage {
	text-align:center;
	width:365px;
	float:right;
	padding: 0px;
	border: 0;
}

.image {margin: 5px 0px 5px 20px;}


.dogshelter {
	height:235px;
	padding-right:5px;
	padding-left:5px;
}

#bottom {
	height:26px;
	width:791px;
	background-color: #CCCCCC;
	background-image:url(../images/footer.jpg);
	background-position:top center;
	position: absolute;
	z-index: 1;
}

#menucontainer {
	width:647px; 
	height:62px; 
	background-image:url(../images/menu_background.jpg);
	background-color:#8D45FF;
	padding:0px 19px 0px 125px
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/padding.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it widthpadding-bottom:200px; */
.menu {
	float:left;
	font-size:0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:50px; background:transparent;}

/* style the sub-level lists */
.menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	float:left;
	height:50px;
	display:block;
	text-align:center;
}

/* style the sub level list items */
.menu ul ul li {display:block;width:12em;height:auto; line-height:1em; text-align:left;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:50px; 
	width:80px; 
	font-size:1em;
	text-decoration:none;
	color:#FFFFFF;
	background:#8D45FF url(../images/top_grad.gif) center center;
}
/* hack IE5.x to get the correct the faulty box model and get the width right 
* html .menu a, * html .menu a:visited {width:11em; w\idth:7em;}*/

/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#894dff url(../images/sub_grad.gif); color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em; border-bottom:1px solid #7854a5;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; padding:0; margin:-2px; width:0; height:0; font-size:1em; z-index:1;}



/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#894dff url(../images/sub_grad.gif);}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#56319f;}

/* style the level hovers */
/* first */
* html .menu a:hover {color:#4dff44;background:#894dff; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#4dff44;background:#894dff;}
/* second */
* html .menu ul ul a:hover{color:#4dff44;background:#894dff; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#4dff44;background:#894dff;}
/* third */
* html .menu ul ul ul a:hover {background:#894dff; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#894dff;}
/* fourth */
.menu ul ul ul ul a:hover {background:#894dff; position:relative; z-index:130;}

.menu ul ul a.sub1:hover {
	background:#894dff;
	}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:50px; left:0; width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:12em;top:0;width:14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent url(../images/trans.gif); left:-3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible; left:11em;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


p {
	font-family: georgia, FreeSerif, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	text-decoration: none;
	margin-top:0px;
	font-weight: normal;
}

#maincontent p {
	padding-left: 20px;
}

#maincontent table p {
	padding-left: 0;
}


b {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a {
	font-weight: normal;
	color: #009900;
	text-decoration: none;
	border-style: none;
}

.anchorlink {
	padding-left: 100px;
	font-weight: normal;
	color: #8D45FF;
	text-decoration: none;
	}

h1 {
	font-family: georgia, FreeSerif, serif;
	font-size: 20px;
	font-weight: bold;
	color: #8D45FF;
	text-decoration: none;
}

h2 {
	font-family: georgia, FreeSerif, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #8D45FF;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom:0px;
	line-height: 2em;
}

h3 {
	font-family: georgia, FreeSerif, sans-serif;
	color:#333;
	font-size:12px;
}

.bullets {
	font-family: georgia, FreeSerif, sans-serif;
	font-size: 0.75em;
	line-height: 2em;
	color: #009900;
	text-decoration: none;
	margin-top:0px;
	font-weight: normal;
}

.bullet_text{
	color: #555555;
}

table {
	font-family: georgia, FreeSerif, sans-serif;
	font-size: 0.75em;
	line-height: 2em;
	color: #555555;
}

table.adoption td {
	background-color:#DBEDD7;
	padding:5px;
	vertical-align:top;
	margin:0 0 20px 20px;
		width: 150px;

}

table td.adoption_img, table td.adoption_text {
	padding:0;
	margin:0;
}

.adoption_text {
	padding:5px;
	background-color:#DBEDD7;
	float:left;
}

#maincontent .adoption_text p {
	padding-left:0;
	font-size:11px;
	line-height:15px;
	margin-bottom:0;
}

#maincontent .adoption_text h3 {
	margin:5px 0;
}
