/* STRUCTURE LAYOUT & COLORS */
* { padding: 0; margin: 0; }

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 1em;
}
#wrapper { 
	 margin: 0 auto;
	 width: 950px;

}
#header {
	 color: #333;
	 width: 928px;
	 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: 190px;
	 float: left;
}
#content { 
	 float: right;
	 color: #333;
	 border: 1px solid #946b43;
	 background: #ffffff;
	 margin: 0px 0px 5px 0px;
	 padding: 10px;
	 height: auto;
	 width: 698px;
	 display: inline;
}
#footer { 
	 width: 928px;
	 clear: both;
	 color: #333;
	 border: 1px solid #946b43;
	 background: #eef5e9;
	 margin: 0px 0px 10px 0px;
	 padding: 10px;
}


/* ACCORDION MENU */

.arrowlistmenu{
	width: 185px; /*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;
}
/* END ACCORDION MENU */

/* 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%;
}

.mediumfont {
	font-size: 85%;
}

.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;
}

/* text box */
#box {
	border: 2px solid red;
	/*border: 2px solid #946b43; */
	background: white;
	/*padding: .5em; */
	text-align: center;
	/*height:auto; */
	width: 200px;
	/*float: right; */
	margin: 2px;
}

img.ctr {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.pushin {
	padding:0em 0em 0em 1.5em;
}

/* PHOTO GALLERY */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
