* { margin: 0; padding: 0; outline: 0; }
body { background-color: white; font: 12px helvetica, arial, sans-serif; color: #615F58; }
#page { z-index: 10; position: relative; margin: 20px 0px 100px; }
.shell { margin: 0px auto; width: 900px; height: 600px; position: relative; padding: 10px 30px; }
#head { height: 40px; margin: 10px 0px; position: relative; }
p { text-indent: 25px; line-height: 18px; margin: 10px 0px; text-align: justify; }

a img { border: 0; }

A:link {text-decoration: none; color: #615F58; }
A:visited {text-decoration: none; color: #615F58; }
A:active {text-decoration: none; color: #CC6600; }
A:hover {text-decoration: none; color: #CC6600;}

li {
	padding: 2px 0px;
	letter-spacing: 1px;
}
#title {
	margin: 0px 4px 7px;
}
#bio {
	height: 380px;
	line-height: 16px;
	background-image: url(images/floorplan03.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#contact {
	height: 380px;
	background-image: url(images/bond-panorama.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#contact p {
	margin: 3px;
}
#blurb {
       position: relative;
       top: 25px;
       left: 280px;
       width: 620px;
       height: 100px;
       text-indent: 0;
       padding-bottom: 30px;
        }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.nav ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 110px; /* Width of Menu Items */
height: 160px;
}
	
.nav ul li{
position: relative;
}
	
/*Sub level menu items */
.nav ul li ul{
position: absolute;
width: 110px; /*sub menu width*/
top: 0;
left: 110px;
visibility: hidden;
}

/*Sub level menu items */
.nav ul li ul li ul{
position: absolute;
width: 250px; /*sub menu width*/
top: 0;
left: 110px;
visibility: hidden;
}
/* Sub level menu links style */
.nav ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #615F58;
text-decoration: none;
background: #fff;
padding: 2px 7px;
border-bottom: 0;
}

.nav ul li a:visited{
color: #615F58;
}

.nav ul li a:hover{
color: #CC6600;
}

.nav .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .nav ul li { float: left; height: 1%; }
* html .nav ul li a { height: 1%; }
/* End */

gallery img {
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 900px; /* Set to gallery width, in px or percentage */
height: 355px; /* Set to gallery height */
}

#motioncontainer img {
border: 0; /* Set image border color */
padding: 0px 5px;
}

#motioncontainer a:hover img {
border: 0; /* Set image border hover color */
}

#statusdiv {
border: 0;
padding: 10px;
position: absolute; /* Stop Editing Gallery Styles */
left: -600px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */
