/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:83%;
background-image:url(siteimages/bodyBg.jpg);
background-repeat:repeat-x;
background-color:#bbbbbb;
margin: 6px 0 0 0;
color:#29452e;
}

#contentwrapper {
width: 810px;
position:absolute;
left:50%;
margin-left:-405px;
background-image:url(siteimages/pageBg.jpg);
background-repeat:repeat-y;
}


#masthead {
height:170px;
background-image:url(siteimages/masthead.jpg);
background-repeat:no-repeat;
}

#masthead h1 {
padding: 68px 0 0 20px;
margin:0;
font-size: 1.5em;
color:#333333;
font-weight:normal;
}

#masthead h2 {
padding: 4px 0 0 25px;
margin:0;
font-size: 1em;
color:#333333;
font-weight:normal;
}


#topspacer {
}
#topspacer p{
margin:0;
}


#topcrumb {
padding: 2px 0 2px 230px;
font-size:0.8em;
}
#topcrumb a{
color:#29452e;
text-decoration:underline;
}

#topcrumb a:hover{
color:#29452e;
text-decoration:none;
}

#sidepanel {
float:left;
width:200px;
}
#sidepanel h2{
font-size: 1em;
border:1px solid #29452e;
margin-bottom:0;
padding-bottom:2px;
padding-left:10px;
}

/* ------------------------------ Rollover Side nav --------------*/
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0 10px;
	padding:0;
	border: 1px solid #ffffff;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #304b1e;
	padding: 4px 10px;
	color: #ffffff;
	line-height:1;
	border-bottom:1px solid #ffffff;
		letter-spacing: 0.1px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #0066FF;
	background-color: #476f2d;
	color: #FFFFFF;
	letter-spacing: .1px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffff;
	font-weight: bold;
	background-color: #476f2d;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #0066FF;
	color: #CCCCCC;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 180px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}


#content {
width:550px;
border-left:1px solid #bbbbbb;
padding: 0px 20px 10px 20px;
margin: 10px 0 10px 210px;
}

#content img {
border:2px solid #ffffff;
}

#content h1 {
font-size:1.4em;
}

.pimage {
float:left;
width:150px;
padding:5px 10px;

}

.listlist {
margin-left:200px;
width:300px;
text-align:left;
}

.photocenter {
text-align:center;
margin:0;
padding:0;
}

#bottomcrumb {
clear:both;
padding: 2px 0 2px 230px;
font-size:0.8em;
}
#bottomcrumb a{
color:#29452e;
text-decoration:underline;
}

#bottomcrumb a:hover{
color:#29452e;
text-decoration:none;
}

#footer {
clear:both;
background-image:url(siteimages/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
text-align:center;
padding: 15px 0 20px 0px;
font-size:0.8em;
color:#29452e;
}

address {
font-style:normal;
}

#tagline {
background-color:#bbbbbb;
font-size:0.8em;
text-align:right;
padding: 5px 20px;
}

#tagline a{
color:#333333;
}

#tagline a:visited{
color:#666666;
}
#tagline a:hover{
color:#333333;
text-decoration:none;
}

fieldset {
border: 1px solid #bbbbbb;
}

legend {
padding: 0 5px;
font-weight:bold;
color:#304b1e;
}

legend a{
color:#29452e;
text-decoration:underline;
}

legend a:hover{
color:#29452e;
text-decoration:none;
}
