@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	float: none;
}
body {
	background-color: #D4A851;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/grad2.jpg);
	background-repeat: repeat-y;
}
#content {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	text-align: center;
}
p.Name {
	background-color: #D4A851;
	background-image: url(images/grad2.jpg);
	background-repeat: repeat-y;
	color: #9F9F00;
}
#bgImg img {
	/* [disabled]height: 100%; */
	width: 100%;
	position:absolute;
	bottom: 0px;
}
#bgImg {
	width: 100%;
	height: 95%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	overflow:hidden;
}
#divNav {
	z-index: 10;
	display: inline-block;
	position: absolute;
	top:60px;
	right: 10px;
	text-align: left;
}
#divNav ul {
	list-style-type: none;
	display: inline-block;
}
#divNav li a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #BEB883;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
}
#divNav li a:hover {
	color: #000;
}
#divNav li ul li a:hover {
	color: #000;
}
#divNav li {
	display: inline-block;
}
#divNav li ul {
	position: absolute;
	left:63px;
	z-index: 11;
	display: none;
	background-image: url(images/screen_50.gif);
	margin-top: -2px;
}
#divNav li ul li {
	clear:both;
	white-space: nowrap;
	display: block;
}
#divNav li:hover ul, #divNav li:hover li:hover ul {
	display:block;
}
#profile {
	max-height: 63%;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 30px;
	margin-top: 75px;
	background-image: url(images/screen_50.gif);
	border: 1px solid #45341a;
}
#profile p , #profile li{
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	line-height: 135%;
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align:left;
}
#profile ul li {
	list-style-position: inside;
	list-style-type: square;
	text-align: left;
}
#contact {
	max-height: 70%;
	width: 60%;
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	padding: 15px;
	margin-top: 75px;
	background-image: url(images/screen_50.gif);
	border: 1px solid #45341a;
}
#contact p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.9em;
	margin-bottom: 1em;
	color: #CCC;
}
.form {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.formLbl {
	text-align: right;
	width: 125px;
	float: left;
	margin-right: 10px;
}
.formFld {
	width: 400px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
#portfolio {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]text-align: center; */
	color: #FFF;
	margin-top: 75px;
	background-image: url(images/screen_50.gif);
	border: 1px solid #45341A;
	padding: 15px;
	display: block;
	max-height: 80%;
}
#tnImgs {
	width: 100%;
	text-align: center;
	display: inline-block;
	/* [disabled]vertical-align: top; */
	height: 100%;
}
.tnImgBox {
	height: 75px;
	width: 75px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin: 2px;
	border: 2px solid #342714;
	cursor: pointer;
}
#lgImg {
	text-align: center;
	display: inline-table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	position: absolute;
	z-index: 15;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background-image: url(images/screen_50.gif);
}
#mainImgBox {
	display: table-cell;
	vertical-align: middle;
	/* [disabled]height: 100%; */
	max-width: 640px;
	width: 79%;
}
#mainImgBox img {
	cursor: pointer;
	border: 1px solid #45341A;
	display: inline-block;
	height: 85%;
	max-height: 565px;
	max-width: 565px;
}
#dtlImgs {
	width:20%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	max-width: 50px;
}
.dtlImgBox {
	height: 40px;
	width: 40px;
	overflow: hidden;
	display: inline-block;
	border: 2px solid #342714;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: left;
	clear: both;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	color: #BEB883;
	font-style: italic;
}
h4 {
	color: #986520;
	text-align: left;
}
.closeWin {
	font-size: 0.8em;
	color: #BEB883;
	margin-top: -25px;
}
