/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/_pgback.jpg) repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #92938F;
}

a {
	color: #DC8528;
}

a:hover {
	text-decoration: none;
}

#outer_wrapper {
	width: 800px;
	margin: 0 auto;
	background: url(images/_pgbacktop.jpg) no-repeat center top;
} 

#inner_wrapper {
	margin: 0 auto;
	padding-top: 83px;
}

#top_menu {
	text-align: center;
}

.boxtop {
	width: 676px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: url(images/_boxtop.jpg) no-repeat top center;
}

.boxcontent {
	width: 646px;
	margin: 0 auto;
	padding: 15px;
	background: #FFF;
	text-align: left;
}

.boxbot {
	width: 676px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: url(images/_boxbot.jpg) no-repeat top center;
}

.pagetitle {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-variant:small-caps;
	letter-spacing: 3px;
	margin: 10px 0 10px 0;
}

#pageclose {
	width: 600px;
	height: 84px;
	margin: 0 auto;
	background: url(images/_pgbackbot.jpg) no-repeat center top;
	font-size: 10px;
	text-align: right;
	color: #999999;
}

/** NEWS **/

.newsheading {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 -15px 0;
}

.newstext {
	font-size: 12.5px;
	margin: 0 0 15px 10px;
	line-height: 115%;
}

/** SHOWS **/

.showsheading {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
}

.showstext {
	font-size: 12.5px;
	margin: 0 0 15px 10px;
	line-height: 115%;
}

/** RESUME **/

.resumeheading {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
}

.resumesmall {
	font-size: 12px;
}

.resume_vitals {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

ul.resume {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.resume li.col1 {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
}
ul.resume li.col2 {
	float: left;
	width: 26%;
	margin: 0;
	padding: 0;
}
ul.resume li.col3 {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}

ul.resume li.awards {
	margin: 0;
	padding: 0;
}

/* Image Gallery */

.galleryHeading {
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}
	
.gallerySubHeading {
	margin: 0 0 0 5px
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}

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

#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 */
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	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;
}