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

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

.headimglarge {
	display: block;
}

.headimgmedsmall {
	display: none;
}

.headimgsmall {
	display: none;
}

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

#bodyhome {
	float: none;
	width: 806px;
	height: 640px;
	background-image: url(../images/stephens25.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: #998877;
}

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

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

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

.teachingphoto {
	float: right;
	width: 33%;
	height: 33%;
	border: 1px solid #998877;
	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: #4F3C35;
}

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

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

#keycontainer {
	position: left;
	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 NAV STYLES
====================================*/

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

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

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

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

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

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

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

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

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



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

#video_container {
	width: 100%;
	margin: 40px auto 40px auto;
	text-align: left;
	display: block;
}

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

.videostills {
	border: 1px solid #2F1C15;
}

/*====================================
			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 #998877;
	border-radius: 6px;
}

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

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

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

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

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

.headjointheadersmall {
	display: none;
}

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

#footerleft {
	float: left;
}

#footerright {
	float: right;
}

.sm_logo {
	margin-right: 12px;
}