.sdmenu {
    width: 150px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url(../../shared/images/slashfiles/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(../../shared/images/slashfiles/title.gif) repeat-x;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../../shared/images/slashfiles/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #DEDCDC;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #600001;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #600001 url(../../shared/images/slashfiles/linkarrow.gif) no-repeat right center;
    color: #FFF;
}

.linkline {
 background: url(linkline.gif) 0 0 no-repeat;
 width: 20em;
 padding:3px
}

.bl-black {background: url(bl-black.gif) 0 100% no-repeat #000000; width: 100%}
.br-black {background: url(br-black.gif) 100% 100% no-repeat}
.tl-black {background: url(tl-black.gif) 0 0 no-repeat}
.tr-black {background: url(tr-black.gif) 100% 0 no-repeat; padding:10px}

.bl-red {background: url(bl-red.gif) 0 100% no-repeat #800000; width: 15em}
.br-red {background: url(br-red.gif) 100% 100% no-repeat}
.tl-red {background: url(tl-red.gif) 0 0 no-repeat}
.tr-red {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.bl-red2 {background: url(bl-red.gif) 0 100% no-repeat #800000;}
.br-red2 {background: url(br-red.gif) 100% 100% no-repeat}
.tl-red2 {background: url(tl-red.gif) 0 0 no-repeat}
.tr-red2 {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1px; height: 1px}

.bl-grey {background: url(bl-grey.gif) 0 100% no-repeat #DEDCDC; width: 100%}
.br-grey {background: url(br-grey.gif) 100% 100% no-repeat}
.tl-grey {background: url(tl-grey.gif) 0 0 no-repeat}
.tr-grey {background: url(tr-grey.gif) 100% 0 no-repeat; padding:10px}

.bl-line {background: url(bl-red.gif) 0 100% no-repeat #600001; width: 100%}
.br-line {background: url(br-red.gif) 100% 100% no-repeat}
.tl-line {background: url(tl-red.gif) 0 0 no-repeat}
.tr-line {background: url(tr-red.gif) 100% 0 no-repeat; padding:10px}

.bl-ltgrey {background: url(bl-ltgrey.gif) 0 100% no-repeat #D0D0D0; width: 100%}
.br-ltgrey {background: url(br-ltgrey.gif) 100% 100% no-repeat}
.tl-ltgrey {background: url(tl-ltgrey.gif) 0 0 no-repeat}
.tr-ltgrey {background: url(tr-ltgrey.gif) 100% 0 no-repeat; padding:10px}

#embeddedright {
/*position: absolute;
left: 64px;
top: 64px;*/
width: 48%;/* -- edit width here! -- */
float: right;
padding: 0;
margin: 0;
 }
#embeddedleft {
/*position: absolute;
left: 64px;
top: 64px;*/
width: 48%;/* -- edit width here! -- */

padding: 0;
margin: 0;
 }


.clearer {
	clear: both;
	font-size: 1px;
}

#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:425px; 
  border:1px solid #888; 
  background:#fff url(windows/win_back.gif);
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:30px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  }
#gallery li a:hover img {
  height:239px;
  }

.thumbnail
{
position: relative;
z-index: 0;
}

.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}

.thumbnail span
{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid gray;
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: -220px;
left: 10px; /*position where enlarged image should offset horizontally */

}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

a:link, a:visited, a:hover
{
text-decoration: none;
}

p:
{
color: #000000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background: #008000 url(media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 20px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 20px 7px 20px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

.uppermenubuttonblue {
display: inline;
background: #FFF url(blue_back.jpg) repeat-x;
color: black;
padding: 7px;
padding-left: 18px;
padding-right: 17px;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.uppermenubuttonmetal {
display: inline;
background: #FFF url(metal_back.jpg) repeat-x;
color: white;
padding: 7px;
padding-left: 26px;
padding-right: 26px;
text-decoration: none;
font-family: Verdana Sans-Serif, Arial Black, Gill Sans MT, Helvetica;
}

.uppermenubuttongreen {
display: inline;
background: #FFF url(blue_green.jpg) repeat-x;
color: black;
padding: 7px;
padding-left: 18px;
padding-right: 17px;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.uppermenubuttonpink {
display: inline;
background: #FFF url(blue_pink.jpg) repeat-x;
color: black;
padding: 7px;
padding-left: 18px;
padding-right: 17px;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.uppermenubuttonblue A{
display: inline;
background: #FFF url(blue_back.jpg) repeat-x;
color: black;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.uppermenubuttonmetal A{
display: inline;
color: white;
text-decoration: none;
font-family: Palatino Linotype, Verdana Sans-Serif;
}

.uppermenubuttongreen A{
display: inline;
background: #FFF url(blue_green.jpg) repeat-x;
color: black;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.uppermenubuttonpink A{
display: inline;
background: #FFF url(blue_pink.jpg) repeat-x;
color: black;
text-decoration: none;
font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif;
}

.wrapper2 {
display: inline;
float: left;
padding: 0px;
}

.buttonlink {
color: #ffffff;
text-decoration: none;
}

body {font-size:100%; font-family: Palatino Linotype, Arial Black, Gill Sans MT, Helvetica, Verdana Sans-Serif; color: red; line-height: 120%;}
h1 {font-size:130%; font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif; color: #0285c6; line-height: 120%;}
h2 {font-size:110%; font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif; color: #0285c6; line-height: 110%;}
h5 {font-size:130%; font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif; line-height:10%; margin-bottom: 10px; font-style:italic; line-height: 120%;}
h6 {font-size:90%; font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif; line-height: 120%;}
h7 {font-size:130%; font-family: Gill Sans MT, Helvetica, Verdana Sans-Serif; color: #0285c6; margin-bottom: 50px; line-height: 120%;}
p {font-size:0.875em; font-family: Palatino Linotype, Arial Black, Gill Sans MT, Helvetica, Verdana Sans-Serif; line-height: 120%;}


.portfolio
{
width: 740px;
float: left;
padding: 10px;
}

.portfolio A
{
color: #ffffff;
text-decoration: none;
}

.portfoliopic
{
width: 300px;
float: left;
padding: 8px;
}

.birthlinkcontainer {
	float: left;
	padding: 10px;

}

.birthlink {
	float: left;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	height: 110px;
	}

.birthlink A {
	color: #000000;
	padding: 10px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
.picturelinkcontainer {
	float: left;
}