@import url("/common/css/pagebase.css");
@import url("/common/css/leftmenu.css");

body {
  background-attachment: fixed;
  background-image: url("../resources/paletulips.jpg");
  background-repeat: no-repeat;
  background-position: 50% 200px;
}

body#page {
  text-align: center;
}

a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #b50000;
}

a:link, a:visited {
  border-bottom-color: #ccc;
  text-decoration: none;
}

a:hover, a:active {
  border-bottom-color: #333;
  text-decoration: none;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
  border-bottom-width: 0;
}

td, th {
	margin-top: 15px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000; */
}

h1, h2, h3 {
	background-image: url("../resources/redspot.gif");
	background-repeat: no-repeat;
	padding-left: 14px;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 130%;
	color: #BE2F2F;
	font-weight: bold;
	background-position: 0 5px;
}
h2 {
	font-size: 112%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	background-position: 0 4px;
}
h3 {
	font-size: 108%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	background-position: 0 3px;
}

.contentspot {
	font-family: "Courier New", Courier, mono;
	color: #C03637;
	font-weight: normal;
}

.listing {
	padding-left: 25px;
	}

.w3c	{
	text-align:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-top: 15px;
	padding-top: 15px;
	}

.highlight { 
	color: #000000;}

.wrap {
  margin: 0 0 0 0;
  border: 1px solid green;
  padding: 0 0 0 0;
}


/*
 *   contentspot link style overrides
 */

#creditlink {
  bottom: 11px;
  right: 180px;
}

/*
 *   page structure styles
 */

#pagetop {
 background-color: #FFFFFF;
	height: 140px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C5C8AA;
	background-image: url("../resources/dots.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}

.topleftlogo {
  position: absolute;
  top: 20px;
  left: 10px;
  border-width: 0;
}

.toprightlogo {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0;
}

#body {
  position: relative;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
}

#content {
	position: absolute;
	top: 20px;
	left: 120px;
	text-align: left;
	width: 80%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-right-color: #C5C999;
	border-bottom-color: #C5C999;
	border-left-color: #C5C999;
	border-top-style: none;

}


/*
 *   left menu style overrides
 */

#menu {
  top: 57px;
  left: 15px;
  text-align: left;
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
}

#menu, #menu .menuhead, #menu .enabled, #menu .disabled { width: 100px }

#menu .enabled, #menu .disabled {
  border-style: none;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
  border-width: 0;
  padding: 3px 3px 3px 12px;
  background-color: transparent;
}

#menu a:link, #menu a:visited, #menu a:active {
  color: #be2f2f;
  font-weight: bold;
}

#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  color: black;
}

#menu a:hover, #menu a.hover:link, #menu a.hover:visited {
  background-image: url("../resources/redspot.gif");
  background-repeat: no-repeat;
  background-position: left center;  
  background-color: transparent;
}

#menu a:hover, #menu .menubag div a:hover,
#menu a.hover:link, #menu a.hover:visited {
  color: #333;
}

#menu .menubag div {
  margin-top: 1.2em;
  border-color: #357910;
}

#menupad {
  top: -50px;
  left: -40px;
  width: 500px;
  height: 400px;
}

#menuoffset {
  top: 0;
  left: 100px;
}

#navigate input, #menu select { width: 150px }
#navigate input[type=text] { width: 146px }
#navigate input[type=button] { width: 100px }
#navigate input[type=submit] { width: 100px }
#navigate input.formButton { width: 100px }

/*
 *   thumbnail and gallery styles
 */

#thumblist {
  position: relative;
}

.thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.piximage img { border-style: none }

#thumblist .thumbback, #thumblist .thumbforward { display: inline }

#thumblist img {
  border: 1px solid white;
  margin: 4px 1px;
}

#thumblist a {
  border-bottom-width: 0;
}

#thumblist a:hover img {
  border-color: #357910;
}

/*
 *   in-page admin menu style overrides
 */

#pageadmin { top: 50px; right: 40px }
#pageadmin h1 { background-image: none }
