/* STRUCTURE LAYOUT & COLORS */
* { padding: 0; margin: 0; }

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1em;
}
#wrapper { 
	 margin: 0 auto;
	 width: 922px;

}
#header {
	 color: #333;
	 width: 900px;
	 float: left;
	 padding: 10px;
	 border: 1px solid #946b43;
	 height: 90px;
	 margin: 10px 0px 5px 0px;
	 background: #eef5e9;
	 text-align: center;
	 background-image: url('images/dogmural2.jpg');
	 background-repeat: repeat; 
}
#menu { 
	 color: #333;
	 margin: 0px 5px 5px 0px;
	 padding: 10px;
	 height: auto;
	 width: 185px;
	 float: left;
}
#content { 
	 float: right;
	 color: #333;
	 border: 1px solid #946b43;
	 background: #ffffff;
	 margin: 0px 0px 5px 0px;
	 padding: 10px;
	 height: auto;
	 width: 688px;
	 display: inline;
}
#footer { 
	 width: 900px;
	 clear: both;
	 color: #333;
	 border: 1px solid #946b43;
	 background: #eef5e9;
	 margin: 0px 0px 10px 0px;
	 padding: 10px;
}


/* ACCORDION MENU */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: black;
	background: black url(images/titlebar-active_green4.jpg) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.menuheader a{
	background-color: transparent;
	color:#000000;
	text-decoration: none;	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar-active_green4.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #dfedd5 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #dfedd5 !important;
}

.arrowlistmenu ul li a{
	color: #37413c;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #949292;
	font-size: 90%;
}

/* FUNCTION SET UP FOR SUB SUB HEADER */
.arrowlistmenu ul li ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #dfedd5 !important;
}

.arrowlistmenu ul li ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #dfedd5 !important;
}

.arrowlistmenu ul li ul li a{
	color: #37413c;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #949292;
	font-size: 90%;
}

.arrowlistmenu ul li ul li a:visited{
	color: #37413c;
}

.arrowlistmenu ul li ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li ul li a.subsubexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
/* END SUB SUB */

.arrowlistmenu ul li a:visited{
	color: #37413c;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}



/*POP-UP PICTURE*/
/*Credits: Dynamic Drive CSS Library */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #dfedd5;
padding: 5px;
left: -1000px;
border: 1px dashed #946b43;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50;
left: 10px; /*position where enlarged image should offset horizontally */

}

/* SPECIFIC TO THE CONTACT FORM */
.credits {
	font-size: 0.5em;
}
.required {
	color: #FF0000;
}
div#contact {
	width:200px;
	margin: 0 0 0 100px;
}	
/* END CONTACT FORM */
h1, h2, {
	background: transparent;
	margin: 0;
	padding: 0.5em 2%;
}

h1 {
	font-size: 160%;
	text-align: center;
}

h2 {
	font-size:110%;
}

.subhead {
	font-size:110%;
	font-weight: bold;
}

.smallfont {
	font-size: 70%;
}

.inpagelink a{
	background-color:transparent;
	color:#774718;
	text-decoration:underline; 
}
.specialhead {
	color: #946b43;
	font-weight: bold;
}

table.inpage {
	table-layout:auto;
	border: 0;
	width:100%;
}

hr {
	color: #946b43;
}
