@charset "UTF-8";
/* CSS Document */
/* index.php css */
#imghome {
	width: 800px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	float: left;
	border: solid 1px #333333;
}
/* galleries css */
#imgslideshow {
	width: 780px;
	height: auto;
	margin: 0;
	float: left;
	color: #BABABA;
	background-image: url(/p7vscroller/s1/img/p7sc1_contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	border: 1px solid #333333;
	text-align: center;
}
#imgslideshow img {
	border: solid 1px #EDEDED;
}
#statement {
	width: 200px;
	height: 350px;
	margin-top: 15px;
	float: right;
}
#alternatecontent {
	height: auto;
	width: 680px;
	text-align: center;
}
/* biography css */
#textbox {
	width: 780px;
	height: auto;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 14px;
	background-image: url(/p7vscroller/s1/img/p7sc1_contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	border: 1px solid #333333;
	float: left;
}
#textcontent {
	width: 670px;
	height: auto;
	margin: 3px 50px 0px 50px;
	color: #BABABA;
}
#textcontent h4 {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 3px;
}
#textcontent ul {
	text-align: center;
	list-style-type: none;
	margin: 3px 0px 10px -25px;
}
#textcontent ul li {
	margin: 2px 0px 4px 0px;
}
#textcontent a {
	color: #FC0;
}
#textcontent a:hover {
	color: #900;
}
#textcontent h5 {
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: center;
}
#phototourimg {
	width: 200px;
	height: 300px;
	float: right;
	margin: 16px 0px 5px 8px;
}
/* contact.php CSS only */
.formtable {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.formbox {
	text-align: left;
}
.label {
	text-align: right;
}
.addresscheck {
	display: none;
}
#addresscheck {
	display: none;
}
.warning {
	text-align: center;
	color: #FFF;
}
#contactinfo {
	width: 100%;
	height: auto;
	text-align: center;
}
#contactinfo ul {
	margin-right: 10px;
	list-style: none;
}
#flashcontent {
		width: 760px;
		height: auto;
		margin: 15px auto 10px auto;
	}
