body
{
	margin: 0;
	padding: 0;
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #ddd;
	background-image: url(/images/bg.gif);
}

p
{
margin: 0 .5em 1em .25em;
}


h1
{
color: #5d2070;
font-size: 1.75em;
font-style: italic;
margin: 0 1em .5em 3em;
}

#contentPage h1	{
font-size: 1em;
}

h2
{
font-size: 1.5em;
font-weight: bold;
color: #5d2070;
margin: 0em .5em .5em .25em;
}

h3
{
font-size: 1.25em;
color: #007b9a;
margin: 0em .5em .5em .25em;
}

h4, h5, h6
{
margin: 0em .5em .5em .25em;
}

	
.navbar
{
background-image:  url(/images/dog_blue.jpg);
background-repeat: no-repeat;
padding-top: 70px;
}

.news
{
background-image:  url(/images/dog_news.jpg);
background-repeat: no-repeat;
padding-top: 70px;
}

.quicklinks
{
font-size: 1.1em;
}

.subhead
{
font-style: italic;
font-size: 1.25em;
margin: 0 1em 0 3em;
}

.alt	{
	display:none;
	}
	
#contentPage .subhead	{
font-size: .75em
}
.date
{
color: #339933;
		font-size: 80%;
}

#container
{
	margin: 0 50px;
	background-color: #007b9a;
	width: 63em;
	
	border-bottom: 5px solid #007b9a;
}

#pageTables #container {
	margin: 0 0 0 50px;
	width: 100%;
	}

#banner
{
	background-color: #007b9a;
	background-image:  url(/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
}


#mainmenu
{
position: absolute;	
top: 95px;
left: 300px;
text-align: left;
font-size: 14px;
width: 40em;
}


#mainmenu li {
display: inline;
padding: 0 5px;

}

#mainmenu a:link, #mainmenu a:visited 
{
color: white;
background-color: #3d9fbc;
text-decoration: underline;
font-weight: bold;
}

#mainmenu a:hover
{
background-color: #ff6708;
}

.searchbox {
display: inline;
}

#wrapper
{
	background-color: white;
	background-repeat: repeat-y;
	margin: 1em;
	border-bottom: 0px solid #007b9a;
	text-align: left;
}	

#subhead
{
background-image:  url(/images/subhead_bg.jpg);
background-repeat: no-repeat;
background-color: white;
padding-top: .15em;
border-bottom: 1px solid #EF6B00;
position: relative;
}

#breadcrumbs
{
	padding: 0 0 .5em 0;
	background-color: #007b9a;
	color: #fff;
}

#breadcrumbs a, #breadcrumbs a:link
{
	color: #fff;
}

#nav
{
	float: left;
	width: 14em;
	margin-left: 10px;
	margin-top: 1em;
	padding-bottom: 1em;
	background-color: #ddeaf0;
}

#nav p { margin-top: 0; }

#content
{
	padding-top: 1em;
	margin: 0 1em 0 16em;

}

#pageTables #content {
	margin: 0 0 0 1em;
	}
	
#content ul, #nav ul {
display: table;
list-style-type: none;
padding: 0;
margin: -0.5em 0 1.5em 1.5em;
}



#content ul li, #nav ul li
{
list-style-image: url(/images/bullet.png);
margin-left: 1.1em;
}

.contentboxsmall
{
width: 16em;
height: 16em;
overflow: hidden;
border: 1px solid #007b9a;
padding-top: 1em;
float: left;
margin: 0 5px 5px 0;
}

.contentboxmedium
{
border: 1px solid #007b9a;
width: 26em;
height: 16em;
overflow: hidden;
margin:0 5px 5px 0;
padding-top: 1em;
float: left;
}

.contentboxbig
{
border: 1px solid #007b9a;
width: 42.6em;
margin: 0 5px 5px 0;
padding-top: 1em;
float: left;
}

#footer
{
	clear: both;
	background-image:  url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: .8em;
	text-align: center;
	}

#footer li
{
display: inline;
}

#footer p
{
margin: 0 2em 2em 2em;
}


/* images */

.images_thumb_left
{
width: 4em;
float: left;
margin:0 1em 1em 1em;
}

.images_thumb_right
{
width: 4em;
float: right;
margin:0 1em 1em 1em;
}

.images_small_left
{
width: 8em;
float: left;
margin:0 1em 1em 1em;
}

.images_small_right
{
width: 8em;
float: right;
margin:0 1em 1em 1em;
}

.images_large_left
{
width: 16em;
float: left;
margin:0 1em 1em 1em;
}

.images_large_right
{
width: 16em;
float: right;
margin:0 1em 1em 1em;
}

.images_left
{
float: left;
margin:0 1em 1em 1em;
}

.images_right
{
float: right;
margin:0 1em 1em 1em;
}


/* banner with text not graphic */

#banner
{
	background-image:  url(/images/header_clean.jpg);
}

.yapaTitle	{
display: block;	
position: absolute;
top: 150px;
left: 400px;

	}
	
.yapaTitle h1 {
color: #5d2070;
font-size: 1.2em;
text-align:right;
	}	

.yapaTitle h2 {
color: #ffffff;
font-size: .8em;
text-align:right;
	}	
	
/* end banner text */

.print	{
	display: none;
	}
	
.clear
{
clear: both;
}

/* tables */

table {
	margin:0 0 1.5em 0;
	border-collapse:separate;
	border-spacing:0;
	border:1px solid #ccc;
	width: 90%;	
	}

caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.5em 0;
	
	}

th {
	font-weight:bold;
	}

th, td {
	padding:0.25em 0.5em 0.25em 0;
	text-align:left;
	vertical-align:top;
	border:1px solid #ccc;
	}

/* google stuff */

#google #content {
	margin-left: 1em;
	}
	
#google table {
	margin:0;
	border-collapse:separate;
	border-spacing:0;
	border:0;
	}

#google caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0;
	}

#google th {
	font-weight:bold;
	}

#google th, #google td {
	padding:0;
	text-align:left;
	vertical-align:top;
	border:0px;
	}

#google p, #google ul {
	margin: 1em 0 0 0;
	}


/* horde forms */

#horde_form table, #horde_form th, #horde_form td {
border: 0px;
}

.finePrint {
		font-size: 80%;
			}
			
			
/* ie mac hacks */

/*\*/ /*/
#container {
 width: 67em;
 }
 
 #mainmenu
{
top: 100px;

}

#nav
{
width: 16em;
}

.contentboxbig
{
float: right;
margin:0 0 5px 5px;
}

.contentboxsmall
{
float: right;
margin:0 0 5px 5px;
}

.contentboxmedium
{
float: right;
margin:0 0 5px 5px;
}

.yapaTitle	{
display: block;	
position: relative;
top: 150px;
left: 0px;


	}
/* dont delete this line */