/* site-wide styles */

body { 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: black;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}


small {
	font-size: 67%;
}

pre {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: black;
}

img {
	border:0px;
}

@media screen {
#topimgs {
	position: absolute;
	top: 25px;
	right: 3%;
}
}

@media print {
#topimgs {
	display: none;
}
}

.topimg {
	padding: 2px;
	z-index: 1;
}

.logoimg {
	padding: 0 25px 0 0;
	z-index:100;
}

.padded {
	padding: 3%;
}

.green {
	background: #9DDEBE;
	color: #ffffff;
	font-weight: bold;
}

input, textarea, select {
	background: #9DDEBE;
}

form {
	font-size: 70%;
}


/*  positioning (in vertical order of appearance) */


#pagewidth{ 
 	position: relative;
	top: 0;
	margin: 5px auto;
	width: 779px;
	border: 1px solid #c3c3c3;
	text-align: left;
} 

#logo {
	position: relative;
	top: 0;
	width:94%;
	height: 100px;
	background: #999999;
	padding: 0px 3% 2% 3%;
}

#imgbanner {
	
}

#menubar {
	height: 22px;
	padding: 0px 20px; 0px 10px;
	margin: 10px 0 0 0;
	background: #9DDEBE;
	color: #ffffff;
}

#content {

	padding: 10px 20px 3% 20px;
}

#footer {
	float: right;
	height: 1.5em;
	margin: 10px 0 0 18%;
	padding: 0 0 5px 0;
	/*background: #9DDEBE;*/
	color: #625856;
	font-family: verdana, tahoma, arial, Helvetica, sans-serif;
	font-size: 70%;
}

#piconly {
	position: absolute;
	left: 3%;
	top: 220px;
	width: 270px;
	border-right: solid 1px #9DDEBE;
}

#editport {
	position: absolute;
	left: 6%;
	top: 6%;
}


.editimg {
	border: 1px dotted;
	padding: 5px;
}


.itemtext {
	position: absolute;
	left: 320px;
	top: 220px;
}

img.imgbehindtext {
	margin: auto;
}

.thumb {
	font-size: 70%;
	width:155px;
}

.imginfo {
	font-size: 70%
}

.order {
	font-size:70%;
	font-weight: bold;
	color: #8E8E8E;
}	
	
.back {
	font-size: 70%;
}




/* menu link styles */	

a.menu:link, a.menu:visited {
	font-family: Gill Sans, Gill Sans MT, Trebuchet, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover, a.menu:active, a.activemenu:link, a.activemenu:hover, a.activemenu:visited, a.activemenu:active {
	font-family: Gill Sans, Gill Sans MT, Trebuchet, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #8E8E8E;
}

a.active, a.active:hover, a.active:link {
	text-decoration: underline;
	font-weight: bold;
}

a.inactive {
	text-decoration: none;
}

.fixedwidth {
	width: 70px;
}

