body {
	background-repeat:repeat-x;
	background-color:#ffffff;
	font:10pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#topper {
	background-image: url(images/topper.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	width:642px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}
#topper.admin {
	background-image: url(images/topperAdmin.gif);
}
#topper #logo{
	margin:2px;
}
#main {
	border:1px solid #ffffff;
	border-top:none;
	background-color:#ffffff;
	background-image:url(/images/main_bg.jpg);
	background-repeat: repeat-x;
	width:640px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
}
#nav {
	width:641px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
      background-color:#A2B8CB;
     border-bottom:1px solid #ffffff;
      border-right:1px solid #ffffff;
      border-left:1px solid #ffffff;
}
#nav a {
	display:block;
	float:left;
	border-left:1px solid white;
     	border-bottom:1px solid #ffffff;
	background-color:#51799E;
	color:white;
	width:90px;
	text-decoration:none;
	font:10pt Arial, Helvetica, sans-serif;
	padding:3px;
	padding-left:8px;
}

#nav span {
	display:block;
	float:left;
     	border-bottom:1px solid #ffffff;
	background-color:#51799E;
	width:17px;
	padding:3px;
	padding-left:8px;
}
#nav a:hover {
	background-color:#A2B8CB;
	color:#ffffff;
}

.panel_404 {
	color:white;
	text-align:justify;
}

h1 {
	text-align:left;
	padding:0px;
	margin:0px;
	margin-top:6px;
	padding-bottom:6px;
	font:bold 36px Verdana, Arial, Helvetica, sans-serif;
	color: #51799E;
}

.contentBlock {
	width:610px;
	overflow:auto;
	margin-left:10px;
	padding-right:10px;
	text-align:justify;
}

.contentBlock a {
	color:#51799E;
}

.contentBlock img {
	margin:10px;
	border:1px solid black;
}

.minor {
	width: 480px;
	border-right:1px solid white;
	float:left;
}

#thumbPanel {
	width:120px;
	float:right;
	clear:right;
	overflow:auto;
	height:500px;
	border-left:1px solid #3B5873;
}

.thumb {
	width:80px; 
	border:1px solid white; 
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:6px;
	cursor:pointer;
	background-color:#9999aa;
}

.thumb:hover {
	border-color: #666677;
}

.imgDiv {
	width:499px;
	height:430px;
	z-index:10;
	background-color:black;
	opacity:.75;
}

#largeImage{
	float:left;
}	

#formDiv {
	color:black;
	padding:6px;
	font-weight:bold;
	margin-left:50px;
}

#formDiv input[type=text] {
	width:250px;
}

#formDiv textarea{
	width:480px;
	height:120px;
}

#formDiv select {
	width:480px;
}

#footer {
	vertical-align:bottom;
	width:642px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
	color:#3B5873;
	padding-top:60px;
	border-top:1px solid #3B5873;
	clear:both;
}
#footer * {
	color:#3B5873;
}
#imagePopup {
      position:absolute;
      top:40px;
      left:80px;
      border:1px solid #ffffff;
      background-color:#000000;
      width:460px;
      height:432px;
}

#lowerLinks {
      margin-top:20px;
      background-color:#ffffff;
      background-image: url(/images/seeAlso.jpg);
      background-repeat:no-repeat;
}
#lowerLinks ul {
	margin:10px;
	padding:0px;
	padding-top:56px;
	padding-left:12px;
}
#lowerLinks ul li {
	margin-bottom:6px;
}
#lowerLinks ul li a {
	color:#3B5873;
}

#content .imageBlock {
	float:right; 
	margin:18px;
	margin-right:0px;
	width:210px;
	background-color:#ffffff;
	color:black;
	padding:3px;
}
#content .imageBlock img {
	border:1px solid #333333;
}

#content .imageBlock span {
	font:10pt "Times New Roman", Times, serif;
	padding:2px;
	font-style:italic;
}

#frontPageText {
	padding-top:40px;
	margin-left:10px;
	color:#000000;
	width:250px;
	height:400px;
	text-align:left;
	float:left;
}
#istockLink {
	color:#A2B8CB;
	text-align:right;
	padding-right:10px;
	font-size:8pt;
	clear:both;
}

#istockLink a {
	color:#A2B8CB;
}

#sitemap li {
	line-height:20px;	
}

#sitemap li.sub {
	text-indent:20px;
	list-style:inside circle;
}

#portfolio {

}

.portfolioThumbnail {
	width:112px;
	height:112px;
	text-align:center;
	vertical-align:middle;
	margin:3px;
	background-color:#eeeeee;
}

/***** MOO TOOLS ******/
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
	background-color:#000000;
	border:1px solid #eeeeff;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}



/**********************/
#displayDiv {
	position:absolute;
	top:30px;
	left:5px;
	width:300px;
	height:200px;
	overflow:auto;
	border:1px solid black;
	padding:3px;
	background-color:#FFFFCC;
	font:8pt verdana;
	display:none;
}

