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

#header {
	width: 460px;
	height: 75px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 10px 0px;
}

.headimglarge {
	display: none;
}

.headimgmedsmall {
	display: block;
}

.headimgsmall {
	display: none;
}

#innercontainer {
	width: 100%;
	padding: 10px 0px 10px 0px;
	background-color: #444444;
}

#bodyhome {
	float: none;
	width: 100%;
	background-image: url(../images/gary_home.jpg);
	background-position: right top;
}

#bodyitems {
	float: right;
	width: 100%;
	background-color: #fff;
}

#menubtn {
	position: absolute;
	top: 75px;
	left: 0px;
	width: 50px;
	height: 26px;
	background-color: #444444;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	display: block;
}

#pageheads {
	width: 80%;
	margin: 20px auto 0px auto;
	text-align: right;
}

#divider {
	width: 80%;
	height: 1px;
	margin: 10px auto 0px auto;
	background-color: #444444;
}

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

#portrait {
	width: 80%;
	margin: 30px auto 0px auto;
}

.biophoto {
	width: 100%;
	height: 100%;
}

.teachingphoto {
	float: right;
	width: 50%;
	height: 50%;
	margin: 0px 0px 20px 20px;
}

#bodycopy {
	width: 80%;
	margin: 30px auto 40px auto;
}

#bodycopy2 {
	width: 80%;
	margin: 20px auto 20px auto;
}

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

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

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

#nav_container {
	position: absolute;
	top: 105px;
	left: 0px;
	width: 460px;
	float: none;
	display: none;
	z-index: 1000;
	box-shadow: 0px 0px 14px 0px #444444;
	/*background-color: #000;*/
}

.navrow {
	width: 452px;
	padding: 17px 8px 15px 0px;
	margin: 0px 0px 0px 0px;
	/*background-color: #6a6a6a;*/
	background-color: rgba(255, 255, 255, 1.0);
	border-bottom: 1px solid #000;
	color: #949494;
	cursor: pointer;
}

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

.navitems {
	float: left;
	width: 452px;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	text-align: left;
	margin-left: 48px;
}

#subnavdiv {
	width: 166px;
	background-color: #fff;
	margin-left: 48px;
	margin-top: 32px;
	border-radius: 15px;
	overflow: hidden;
	display: none;
}

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

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

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

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

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

#caldiv {
	width: 100%;
}

.calyear {
	width: 100%;
	margin: 36px 0px 12px 0px;
}

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

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

.infocells {
	float: left;
	width: 48%;
	padding: 12px 20px 12px 20px;
}

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

.engagement_head_small {
	display: none;
}

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

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

#bodycopycol2 {
	width: 80%;
	margin: 20px auto 20px auto;
}

#keycontainer {
	position: fixed;
	bottom: 0px;
	top: auto;
	left: 0px;
	width: 100%;
	margin-left: 0px;
	padding: 10px;
	box-shadow: 0px 0px 0px 0px #444444;
	background-color: #f3f2f2;
}

#key {
	width: 74%;
	height: 200px;
	font-size: 12px;
	border: 1px dotted #444444;
	margin: 0px auto 0px auto;
	padding: 40px;
}

#keylist {
	column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#keybtn {
	position: absolute;
	top: -39px;
	right: 30px;
	width: 40px;
	text-align: center;
	box-shadow: 0px 0px 0px 0px #444444;
	background-color: #f3f2f2;
	padding: 10px;
	display: block;
	cursor: pointer;
}

#extraspace {
	width: 100%;
	height: 200px;
}

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

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

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

.thumbs_all {
	margin: 0px 9px 18px 9px;
	width: 130px;
	height: 130px;
	border: 1px solid #acacac;
}

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

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

#video_container {

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

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

.videostills {
	width: 460px;
	height: 259px;
}

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

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

#formcell {
	width: 40%;
	margin: 12px 0px 0px 0px;
}

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

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

.formareafield {
	float: right;
	width: 100%;
	height: 74px;
	margin: 0px 0px 0px 0px;
}

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

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

.submitbtn {
	float: right;
	width: 100%;
	height: 24px;
	margin: -24px 0px 24px 0px;
}

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

.headjointheadersmall {
	display: none;
}

#footer {
	width: 460px;
	color: #b6b6b6;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
}

#footerleft {
	float: none;
	width: 460px;
	text-align: center;
	margin-bottom: 12px;
}

#footerright {
	float: none;
}

.sm_logo {
	margin-right: 12px;
}