#slideshow {
    display: relative;
    width: 568px;
    float:left;
    z-index: 1;
}
body {
text-align:center;
    font: 13px tahoma;
background:white;
}

#mainContentDiv, #container {
    font: 13px tahoma;

}

body, div, table, tr, td, img {
  margin:0;
  padding:0;
}

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

a {
  text-decoration:none;
  color:#11f
  }

img {
  border:0;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

/*h3 {
  text-shadow: 0.1em 0.1em 0.2em #999999;
  margin-left:30px;
}*/

p, h4, h3, h2, h1 {
  margin-left:10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*
#action_alert {
    text-align: center;
  	font-size: 100%;
        color: #f00;
	font-weight:bold;
}
*/


#container {
    background-color:#fff;
    text-align:left;
	width:782px;
	margin:0px auto;
    position:relative;
    border:1px solid #fff;
}

#header_wrap {
    margin: 0;
    padding:0px;
    width: 782px;
    background-color: #226030;
}
#header{
	margin: 0;
    background:white;
}

#leftNav{
	margin: 0 78% .5% 0;
	padding: 0px;
    background:white;
}

#rightNav{
}

#main{
	    height:300px;
    background:#FFFFFF url("/images/dog_ear.jpg") no-repeat top right;
	margin: 0;
	padding: 8px;
    min-height:314px;
}
#main p, #main h1, #main h2, #main h3, #main ul, #main a{
    margin: 0 0 5px 0;text-shadow: #999999;
}
#main li{
    0 0 2px 0;
}


/*********** #leftNav link styles ***********/
#leftNav img {
border: none;
}

#leftNav ul li a:link, #leftNav ul li a:visited {
	display: block;
	font-size: 75%;
        color: #000;
	font-weight:bold;
        text-decoration: none;
}
#leftNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftNav li {
  text-align:center;
padding: 2px;
margin: 2px;
  border: 2px solid #3a5e38;
 /* border-bottom: 1px solid #ffff00;  */
  background-color: #fdd35d;
  font-family: Verdana, serif;
  
}

/* fix for browsers that don't need the hack 
html>body #leftNav li {border-bottom: none;} */





/************* #footer styles ***************/

#footer {
	font-weight:bold;
	clear: both;
    padding:0;
	margin: 0px;
	text-align:center;
background:url('/cmimages/bgFooter.jpg');
}


/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

.gallery_thumb {
  float: left;
  width: 195px;
  height: 300px;
}


.gallery_thumb img {
   border: none;
}


