body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 100%;
}
img {
	border: 0;
}
.container {
	width: 960px;
	min-height: 768px;
	margin: 0 auto;
	overflow: none;
}
.logo {
	width: 123px;
	height: 690px;
	float: left;
	margin: 39px 0;
}
.contentwrapper {
	width: 827px;
	min-height: 690px;
	margin: 39px 0 39px 133px;
	position: relative;
	overflow: hidden;
}
nav {
	background-color: #fff;
	font-size: 30px;
	float: left;
}
nav a {
	color: #7f7f7f;
	text-decoration: none;
}
nav a:hover {
	color: #ff6600;
	margin-left: 5px;
}
nav li .active {
	color: #ff6600;
	margin-left: 10px;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
nav li {
	padding-left: 15px;
	line-height: 37px;
}
.contactInfo {
	float: right;
	text-align: right;
}
.contactInfo a {
	text-decoration: none;
	cursor: default;
}
.lgAreaCode {
	font-weight: bold;
	font-size: 84px;
	color: #c0c0c0;
	line-height: 84px;
	margin: 0;
	padding: 0;
}
.phoneNumber {
	font-size: 32px;
	font-weight: bold;
	line-height: 15px;
	color: #666;
	margin: 0;
	padding: 0;
}
.contactInfo .socialLink {
	height: 22px;
	width: 22px;
	color: #7f7f7f;
	font-size: 20px;
	background: url(../images/sprite_social.png) 0 0 no-repeat;
	padding-left: 25px;
	cursor: pointer;
	cursor: hand;
}
.contactInfo .socialLink:hover {
	height: 22px;
	width: 22px;
	color: #ff6600;
	font-size: 20px;
	background: url(../images/sprite_social.png) 0 -25px no-repeat;
	padding-left: 25px;
}
.contactInfo .emailLink a {
	color: #7f7f7f;
	font-size: 20px;
	cursor: pointer;
	cursor: hand;
}
.contactInfo .emailLink a:hover {
	color: #ff6600;
	font-size: 20px;
}
.contactInfo strong {
	color: #000;
	font-size: 20px;
}
.clear {
	clear: both;
}
.mainContentArea {
	margin-top: 20px;
	padding: 0 0 0 15px;
	overflow: auto;
}
.mainContentArea p, .mainContentArea a {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 19px;
	font-weight: bold;
	color: #7f7f7f;
}
.leftCol {
	max-width: 46%;
	height: 510px;
	float: left;
	position: relative;
}
.leftCol a {
	color: #ff6600;
	text-decoration: none;
}
.leftCol a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}
.bioImage {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.rightCol {
	width: 416px;
	float: right;
	margin-left: 10px;
}
.galleryWrapper {
	margin: 0;
	padding: 20px 0 20px 15px;
	overflow: hidden;
	position: relative;
}
.dragToOpen {
	position: absolute;
	top: 250px;
	left: 75px;
	width: 212px;
	height: 66px;
	background: url(../images/img_dragtoopen.png) 0 0 no-repeat;
}
.galleryNav {
	margin: 0 auto;
	padding-top: 20px;
	width: 300px; 
	text-align: center;
}
.galleryNav a {
	font-size: 16px;
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}
.galleryNav a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* Gallery CSS */
#flipbook {
	width: 790px;
	height: 527px;
	margin: 0 auto !important;
	-webkit-transition: margin-left 0.2s ease-in-out;
	-moz-transition: margin-left 0.2s ease-in-out;
	-o-transition: margin-left 0.2s ease-in-out;
	-ms-transition: margin-left 0.2s ease-in-out;
	transition: margin-left 0.2s ease-in-out;
}
#flipbook .page {
	width: 790px;
	height: 527px;
	background-color: white;
	line-height: 300px;
	font-size: 20px;
	text-align: center;
}
#flipbook .page-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	-o-perspective: 2000px;
	perspective: 2000px;
}
#flipbook .hard {
	color: #333;
	/*background: #ccc !important;
	-webkit-box-shadow: inset 0 0 5px #666;
	-moz-box-shadow: inset 0 0 5px #666;
	-o-box-shadow: inset 0 0 5px #666;
	-ms-box-shadow: inset 0 0 5px #666;
	box-shadow: inset 0 0 5px #666;*/
	font-weight: bold;
}
/*#flipbook .odd {
	background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
	background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
	-webkit-box-shadow: inset 0 0 5px #666;
	-moz-box-shadow: inset 0 0 5px #666;
	-o-box-shadow: inset 0 0 5px #666;
	-ms-box-shadow: inset 0 0 5px #666;
	box-shadow: inset 0 0 5px #666;
}
#flipbook .even {
	background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
	background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image: linear-gradient(left, #fff 95%, #dadada 100%);
	-webkit-box-shadow: inset 0 0 5px #666;
	-moz-box-shadow: inset 0 0 5px #666;
	-o-box-shadow: inset 0 0 5px #666;
	-ms-box-shadow: inset 0 0 5px #666;
	box-shadow: inset 0 0 5px #666;
}*/
