/* Global Styles */

body {
	margin: 0px;
	color: #3C1A00;
	background-color: #3C1A00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 30px 30px 30px 30px;
	}
	
td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color:#F3DCAF; 
	}

a {
	color: #9999FF;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #FF3300;
	text-decoration: none;
	}

/* Class Styles */

.cell {
	margin:20px 20px 20px 20px;
	}

.articleTitle {
	color:#3C1A00;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	}
	
.articleSubTitle {
	color:#3C1A00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}

.resumeHeading {
	color:#3C1A00;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	}
	
.resumeSubHeading {
	color:#3C1A00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}

.resumeSmall {
	font-size:10px;
	font-style:italic;
	}

.resumeTitle {
	font-style:none;
	font-size:12px;
	}

.resume td {
	vertical-align:top;
	padding-top:5px;
	}
	
.galleryHeading {
	color:#3C1A00;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
	}
	
.gallerySubHeading {
	color:#3C1A00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	margin-left:5px;
	}

.galleryPhotoBlock {
	margin: 5px 10px 20px 20px;
	}

.audvidHeading {
	color:#3C1A00;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	}
	
.audvidSubHeading {
	color:#3C1A00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	margin-left:15px;
	}
	
.pressHeading {
	color:#3C1A00;
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
	}
	
.pressSubHeading {
	color:#3C1A00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}

.bottomlinks {
	font-size:10px;
	color:#F3DCAF; 
	background-color: #3C1A00;
	text-align:center;
	padding:15px 15px 15px 15px;
	}
	
.bottomlinks a {
	color:#F3DCAF; 
	text-decoration:none;
	}

.contactError {
	font-size:14px;
	font-weight:bold;
	color:#330000;
}

.contactSuccess {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/*.bodyText {
	font:11px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
*/

/* Biography Image 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;
	}

/*  Motion Gallery  */

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}