/* CSS Document */
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}
	/* end hide */

	.logo {
	margin-top: 5px;
}
	#thumbnails {
	visibility: visible;
	}
.nav {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #877A69;
	text-align: center;
}
.nav a{
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 10px;
padding-left: 10px;
background-color: #877A69;
border-left:1px solid #463F36;
border-right:1px solid #463F36;
}
.nav a:hover, .nav a.selected{
font-weight:bold;
color: #FFFFFF;
background-color: #5B5246;
text-decoration:none;
}
.portimage {
	margin-right: 15px;
	margin-bottom: 15px;
	border:1px solid #5D5351;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #1A1A1A;
	background-color: #FFF;
	text-align: center;
margin: 0px auto;
padding-top: 75px;
}
.p {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #877A69;
	text-align: center;
}
.p a{
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
}
.p a:hover {
font-weight:bold;
color: #FFFFFF;
text-decoration:underline;
}
.bio {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5D5351;
	padding-bottom: 2px;
}
.bio a{
color: #5D5351;
text-decoration:underline;
}
.bio a:hover, .portnav a.selected {
color: #5D5351;;
text-decoration:none;
}
.portnav {
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A39F9B;
	padding-bottom: 2px;
	padding-left: 7px;
	border-left:1px solid #B5B4B4;
	border-bottom:1px solid #D0CFCE;
	width: 150px;
	text-transform: uppercase;
}
.portnav a{
color: #A39F9B;
text-decoration:none;
}
.portnav a:hover, .portnav a.selected {
color: #72624D;
text-decoration:none;
font-weight:bold;
}
.sublogo {
padding-top: 5px;
}
.subbottomtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A39F9B;
	padding-top: 9px;
	padding-right: 15px;
}
.subbottomtext a{
color: #A39F9B;
text-decoration:none;
}
.subbottomtext a:hover, a.selected {
color: #72624D;
text-decoration:none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
background-color: #ffffff;
}
.arrowleft {
margin-top: 15px;
}
.arrowleft a{
	background: url(images/arrowleft.gif); 
background-repeat: no-repeat;
float: left;
padding-bottom: 15px;
}
.arrowleft a:hover{
	background: url(images/arrowleft01.gif); 
background-repeat: no-repeat;
float: left;
}
.arrowright {
margin-top: 15px;
}
.arrowright a{
	background: url(images/arrowright.gif); 
background-repeat: no-repeat;
float: left;
padding-bottom: 15px;
}
.arrowright a:hover{
	background: url(images/arrowright01.gif); 
background-repeat: no-repeat;
float: left;
}
.arrowthumb {
margin-top: 15px;
}
.arrowthumb a{
	background: url(images/arrowthumb.gif); 
background-repeat: no-repeat;
float: left;
padding-bottom: 15px;
}
.arrowthumb a:hover{
	background: url(images/arrowthumb01.gif); 
background-repeat: no-repeat;
float: left;
}