@charset "UTF-8";
/* CSS Document */

div#entire {
	width:906px;
}
div#content {
	width:906px; 
	height:auto;
	min-height:466px;
	background-image:url(../images/innerBG.gif);
	background-repeat:repeat-y;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:15px 0;
	padding:50px 0 25px 0;
	color:#444;
	font-size:13px;
}
div.rightCol {
	width:450px;
	margin-right:65px;
}
#leftSide {
	float:left;
	margin-left:78px; /* correct for About page */
}
p {
	padding-bottom:10px;
}
div.statement {
	font-style:italic;
}
.statementHead {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	padding-right:5px;
}
div.bio {
	padding-top:20px;
}
div#moreText, div#moreText2, div#moreText3, div#moreText4 {
	display:none;
} 
button.showBtn  {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#222;
	color:#314768;
	font-weight:bold;
	background-color:#fff;
	cursor:pointer;
	padding-left:0px;
	border:none;
	text-align:left;
	margin:10px 0 25px 0;
	display:block;
	outline:none;
} 
button.showBtn:hover {
	color:#666;
	outline:none;
}
a.details {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
	color:#788aa4;
}
a.details:hover {
	text-decoration:underline;
	color:#5d6b80;
}
body#details div.rightCol {
	float:none;
	width:auto;
	margin-right:215px;
	margin-left:220px;
}
body#details #circleDots {
	padding-bottom:40px;
}



/*/////    CONTACT PAGES    //////*/

div.contactInfo {
	margin:10px 0 50px 0;
}
h2, h4, label {
	text-transform:uppercase;
	font-weight:normal;
	line-height:17px;
	color:#444;
	font-size:9px;
	letter-spacing:1px;
}
h4 {
	font-size:10px;
	padding-left:3px;
	float:right;
	text-align:right;
	color:#314768;
}
a.h4link:link, a.h4link:visited {
	color:#314768;
	text-decoration:none;
}
a.h4link:hover {
	color:#444;
	text-decoration:none;
}
h2#thankYou {
	padding-top:50px;
}
input, textarea {
	border: 1px solid #ddd;
	margin-bottom:15px;
	padding: 4px;
	background-color:#fff;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	width:420px; /* original contact page width */
	width:450px;
	color:#666;
	letter-spacing:1px;
	text-align:left;
}
input:focus, textarea:focus { 
	outline: none;
}
input#input {
	border:0;
	color:#303030;
	cursor:pointer;
	width:120px;
	padding:0;
	font-size:10px;
	letter-spacing:2px;
	text-decoration:underline;
	text-align:left;
}
input#input:hover {
	color:#314768;
}
body#contact div#content {
	padding:10px 0 11px 0;  /* to make 541 total */
}
body#contact div.rightCol {
	width:420px;
	margin-right:40px;
}
body#contact img#leftSide {
	margin-left:27px;
}

/*/////    GALLERY DETAIL PAGES    //////*/

h5#gallery-details {
	margin-top:30px;
}
