@charset "utf-8";
/* CSS Document */
#container {
	width:900px;
	margin:0 auto;
	font:.8em Verdana, Arial, Helvetica, sans-serif;
}
#content a:active, #content a:visited, #content a:link {
color:#4770BD; 
font-weight:bold; 
text-decoration:underline;
background-color:transparent
}
#content a:hover {
color:#0000FF;  
font-weight:bold; 
text-decoration:underline;
background-color:transparent
}
#masthead {
	position:relative;
}
#masthead #map {
	position:absolute;
	top:95px;
	left:150px;
	visibility: hidden;
}
img {
	border:none;
}
#header {
	background:url(/resources/images/waveHeader.png) no-repeat #FFF;
	padding:35px 179px 0 0;
	text-align:right;
	height:157px;
	font-weight:bold;
	font-size:24px;
	color:#87C9EC;
}
#nav {
	color:#274E89;
	float:left;
	width:155px;
	background:url(/resources/images/navBkgnd.jpg) no-repeat 0px 10px;
}

#nav hr {
	width:75%;
	background-color:#87b8E3;
	color:#87b8E3;
}
#content {
	float:left;
	width:745px;
	padding-top:10px;
	padding-bottom:2px;
	line-height:1.5em;
}
#content h1 {
	color:#4670bc;
	font-size:160%;
	margin-bottom:5px;
}
#content h2 {
	color:#4670bc;
	font-size:140%;
	margin-bottom:5px;
}
#content h4 {
	color:#930;
	text-align:center;
	font-size:120%;
}
#content ul {
	margin-left:20px;
	padding-left:20px;
}
#content li {
	list-style:none;
	padding-left:35px;
	background:url(/resources/images/bullet.gif) no-repeat 0 7px;
}
#stage {
	margin:10px 0 0 20px;
}

.soldimage {
    position:relative;        /* don't change this */
    z-index:2;                /* don't change this */
    top:-20;                  /* adjust to align text vertically over the image */
    height:0;                 /* adjust to control the bottom edge of the hover area */
}

.center {
	text-align:center;
}
.floatLeft {
	float:left;
	margin-right:15px;
}
.floatRight {
	float:right;
	margin-left:15px;
}
.clear {
	clear:both;
}
.imgBorder {
	border:solid 1px #000;
}
/*Index Page*/
.index {
	border-collapse:collapse;
	border:solid 2px #4670BC;
	width:595px;
}
.index td {
	vertical-align:top;
	padding:2px;
	border:solid 2px #4670BC;
}
.headerBkgnd {
	background:url(/resources/images/headerBkgnd.gif) repeat-x top right;
}
.index td.noHdrBkgnd, .index td.noHdrBkgnd td {
	background-image:none;
}
.index td table, .index td table td{
	border:none;
}
.index td.blueBkgnd {
	background-color:#6ab9e4;
	color:FFF;
}
.indexHeader {
	text-align:center;
	margin-bottom:10px;
}
/* footer */
#footer {
	font-size:.8em;
	margin:5px 0;
	clear:both;
}
#credits {
	float:right;
	width:260px;
	text-align:right;
}
#p7PMnav {
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#p7PMnav li.new {
	background:url(/resources/images/NEW.gif) no-repeat center right;
}
#p7PMnav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10000;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: none;
	padding: 4px 0px 4px 10px;
	color: #FFF;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding: 3px 0px 3px 10px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #86B8E2;
	color: #333;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: solid 1px #000;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 150px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
	border: solid 1px #000;
	background-color:#86B8E2;
	margin-left:3px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
