/* Structure Styles */
body {
	background-color: #C0C0C0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/back-white90.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	position:absolute;
	width:100%;
	height:500px;
	z-index:1;
	text-align: center;
	margin: auto;
	left: 0;
	top: -150px;
}
/* Navigation Styles */
#nav {
	height: 209px;
	background-color: #0E74D4;
	display: block;
	width: 100%;
	margin: auto;
	background-image: url(../images/navback.jpg);
	background-repeat: repeat-x;
}

#nav a, #nav a:visited {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	margin-left: 65px;
}
#nav a:hover {
	color: #FFFF99;
}
#nav-table {
}

#tab {
	width: 100%;
	text-align: left;
	margin: auto;
	background-image: url(../images/nav-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
}
#navtab {
	margin-left: 20px;
}
#phone {
	margin-left: 80px;
	margin-right: 5px;
}
#subtitle {
	margin-top: 7px;
	margin-left: 19px;
	margin-bottom: 15px;
}
#title {
	width: 300px;
	text-align: right;

}
.emphasis {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .05em;
}
/* Section Styles */

#info {
	width: 875px;
	margin: auto;
	padding-top: 50px;
	text-align: left;
	font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
}


#text a:link, #text a:visited
{
	color: #666666;
	background-color: #FFFF99;
	padding: 1px 2px;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	white-space: nowrap;
}

#text a:hover
{
	position: relative;
	top: -1px;
	left: -1px;
	border-bottom-color: #666666;
	border-right-color: #666666;
	color: #858585;
}
.Subtitle {
	font-size: 24px;
	color: #000;
}
#text {
	float: right;
	margin-left: 10px;
	width: 463px;
	margin-bottom: 50px;
}
#pagePhoto {
	float: left;
}
#nopic {
	margin-left: 21px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.thumbnail {
	border: 8px solid #CCC;
	margin-right: 8px;
	margin-bottom: 8px;
}

.thumbnail a:hover {
	border: 8px solid #000;
	
}
