#container {
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header {
	width: 1000px;
	height: 75px;
	padding: 15px 0px 0px 0px;
}

.headimglarge {
	display: block;
}

.headimgmedsmall {
	display: none;
}

.headimgsmall {
	display: none;
}

#innercontainer {
	width: 980px;
	padding: 20px 20px 20px 0px;
	background-color: #444444;
}

#bodyhome {
	float: right;
	width: 806px;
	height: 640px;
	background-image: url(../images/gary_home.jpg);
}

#bodyitems {
	float: right;
	width: 806px;
	background-color: #fff;
}

#menubtn {
	display: none;
}

#pageheads {
	width: 726px;
	margin: 40px auto 0px auto;
	text-align: right;
}

#divider {
	width: 726px;
	height: 1px;
	margin: 30px auto 0px auto;
	background-color: #444444;
}

#bodycopydivider {
	width: 100%;
	height: 1px;
	margin: 20px auto 0px auto;
	background-color: #adadad;
}

#bodycopydivider67 {
	width: 63%;
	height: 1px;
	margin: 20px 0px 0px 0px;
	background-color: #adadad;
}

#portrait {
	width: 726px;
	margin: 40px auto 0px auto;
}

.biophoto {
	width: 726px;
	height: 480px;
}

.teachingphoto {
	float: right;
	width: 33%;
	height: 33%;
	border: 1px solid #acacac;
	margin: 0px 0px 40px 20px;
}

#bodycopy {
	width: 726px;
	margin: 40px auto 40px auto;
}

#bodycopy2 {
	width: 726px;
	margin: -20px auto 40px auto;
}

.dropcapstyle {
	margin: 4px 6px 0px 0px;
}

.highlighttext {
	font-weight: bold;
	color: #adadad;
}

/*====================================
			START NAV STYLES
====================================*/

#nav_container {
	width: 174px;
	float: left;
}

.navrow {
	width: 166px;
	padding: 8px 8px 5px 0px;
	margin: 1px 1px 1px 0px;
	background-color: #6a6a6a;
	color: #fff;
	cursor: pointer;
}

.navrow:hover {
	background-color: #c3c3c3;
	color: #444444;
}

.navitems {
	float: left;
	width: 148px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	text-align: right;
	margin-right: 8px;
}

#subnavdiv {
	width: 166px;
	display: none;
}

.subnavitems {
	float: left;
	width: 146px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #000;
	padding-right: 28px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 1px;
	background-color: #9a9a9a;
}

.subnavitems:hover {
	background-color: #000;
	color: #fff;
}

.indicator {
	float: right;
	width: 10px;
}

/*====================================
			END NAV STYLES
====================================*/

/*====================================
			START NEWS STYLES
====================================*/

.newsdate {
	font-weight: bold;
	color: #adadad;
	margin: 20px 0px 0px 0px;
}

/*====================================
			END NEWS STYLES
====================================*/

/*====================================
			START ENGAGEMENTS STYLES
====================================*/

#caldiv {
	width: 100%;
}

.calyear {
	width: 100%;
	margin-top: 36px;
}

.calrows {
	width: 100%;
	border-bottom: 1px solid #adadad;
}

.datecells {
	float: left;
	width: 15%;
	padding: 12px 0px 12px 0px;
}

.infocells {
	float: left;
	width: 56%;
	padding: 12px 6px 12px 6px;
}

.locationcells {
	float: left;
	width: 25%;
	padding: 12px 0px 12px 0px;
}

.engagement_head_small {
	display: none;
}

/*====================================
			END ENGAGEMENTS STYLES
====================================*/

/*====================================
			START COMPS STYLES
====================================*/

#bodycopycol2 {
	width: 363px;
	margin: 40px 0px 40px 363px;
}

#keycontainer {
	position: fixed;
	top: 280px;
	bottom: auto;
	left: 50%;
	width: 240px;
	margin-left: -285px;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #444444;
	background-color: #fffceb;
}

#key {
	font-size: 12px;
	border: 1px dotted #444444;
	padding: 10px;
}

#keybtn {
	display: none;
}

/*====================================
			END COMPS STYLES
====================================*/


/*======================================
		START GALLERY STYLES
======================================*/

#thumb_container {
	width: 726px;
	margin: 40px auto 0 auto;
}

.thumbs_all {
	margin: 0px 15px 17px 0px;
	border: 1px solid #acacac;
	box-shadow: 0px 0px 10px 1px #acacac;
}

/*======================================
		END GALLERY STYLES
======================================*/

/*====================================
			START DISCOGRAPHY STYLES
====================================*/

#covers {
	float: left;
	width: 33%;
	margin: 0px 0px 0px 0px;
}

.coverimages {
	width: 100%;
	height: 100%;
	border: 1px solid #acacac;
}

#disc_copy {
	float: right;
	width: 64%;
}

#grayout {
	position: fixed;
	top: 300px;
	left: 50%;
	width: 350px;
	height: 115px;
	margin-left: -175px;
	background-color: #acacac;
	box-shadow: 0px 0px 20px #888888;
	border-radius: 10px;
	display: none;
}

#audioDiv {
	margin: 25px 25px 25px 25px;
}

#closeBox {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url(../images/close.png);
	background-size: 30px 30px;
	text-align: center;
	box-shadow: 0px 0px 20px #888888;
	border-radius: 15px;
	cursor: pointer;
}

audio {
	width: 300px;
	background-color: #acacac;
	border-radius: 5px;
}

p.audiotext {
	margin-top: 12px;
	width: 300px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.samples {
	font-style: italic;
	color: #acacac;
	cursor: pointer;
}

.samples:hover {
	color: #feb22a;
}

/*====================================
			END DISCOGRAPHY STYLES
====================================*/

/*====================================
			START VIDEO STYLES
====================================*/

#video_container {

	width: 480px;
	margin: 0px auto 24px auto;
	text-align: left;
	display: block;
}

.videoDivs {
	width: 480px;
	margin: 0px auto 24px auto;
}

.videostills {
	border: 1px solid #444444;
}

/*====================================
			END VIDEO STYLES
====================================*/

/*====================================
			START CONTACT STYLES
====================================*/

#formcell {
	width: 418px;
	margin: 24px 0px 0px 0px;
}

.formtext {
	float: left;
	width: 110px;
	height: 24px;
	text-align: right;
	margin: 24px 12px 0px 0px;
}

.formfield {
	float: right;
	width: 288px;
	height: 24px;
	margin: 24px 0px 0px 0px;
}

.formareafield {
	float: right;
	width: 288px;
	height: 74px;
	margin: 24px 0px 0px 0px;
}

.textfields {
	width: 288px;
	height: 24px;
	padding-left: 12px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.textareafield {
	width: 288px;
	height: 74px;
	padding-left: 12px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #acacac;
	border-radius: 6px;
}

.submitbtn {
	float: right;
	width: 288px;
	height: 24px;
	margin: 24px 0px 0px 0px;
}

.btnstyle {
	border: 1px solid #acacac;
	background-color: #fff;
	border-radius: 6px;
	padding: 6px 12px 6px 12px;
}

.btnstyle:hover {
	background-color: #acacac;
	color: #fff;
	cursor: pointer;
}

/*====================================
			END CONTACT STYLES
====================================*/

.headjointheadersmall {
	display: none;
}

#footer {
	width: 1000px;
	color: #b6b6b6;
	text-align: right;
	margin: 40px auto 40px auto;
}

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

.sm_logo {
	margin-right: 12px;
}