/* CSS Document */
/*html, body {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	min-height: 100%;     force vertical scrollbar 
	margin-bottom: 1px;  * to prevent page shift    
}*/
body {
  	font-family: "Trebuchet MS", Tahoma, Arial; 
  	font-size: 90%;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: normal;
  	line-height: normal;
	color:#FFF;
	background-image:url(../images/structure/Background-browner-gold.jpg);
	background-repeat:repeat-x;
	text-align: center;/* centers the wrapper in IE 5.x*/
}
.mooresupdate #wrapper {
	background-image:url(../images/structure/Background-browner-gold.jpg);
	background-repeat:repeat-x;
	color: inherit;
	height: 100%;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	padding: 10px;
	position: relative;/*set for the positioning of the nav*/
	text-align: left;
	width: 766px;
}
.mooresupdate #header{
	height: 40px;
	/*
	background-color: #000000;*/
	border-bottom: 2px solid #A98A5B;
	margin: 10px auto 0;/*centers the wrapper in compliant browsers*/
	text-align: center;
	width: 766px;
	color:#FFF;
}
.mooresupdate #menu {
}
.mooresupdate #menu ul {
	padding: 10px 0;
	margin: 0;
}
.mooresupdate #menu li {
	display: inline;
}
.mooresupdate #menu a:link,#menu a:visited {
	color: #dddddd;
	font-size: 0.75em;
	font-weight: 500;
	text-decoration: none;
}
.mooresupdate #menu a:hover {
	color: #ffffff;
}
.mooresupdate #banner{
	/*background-image: url(../images/logosmall-bw.jpg);*/
	background-image:url(../images/logos/moores_mono_whiteout-footer.png);
	background-position: 100% 10px;
	background-repeat: no-repeat;
	height: 110px;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	padding: 10px 0;
	width: 766px;
}
.mooresupdate #banner p {
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 5px;
}
.mooresupdate #content {
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	padding: 10px 0;
	width: 756px;
}
.mooresupdate #content.right {
	float: right;
	padding: 10px 0;
	width: 90%;
}
.mooresupdate #content p {
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 5px;
}
.mooresupdate #content-no-banner {
	/*
	background-color: #000000;*/
	background-image:url(../images/logos/moores_mono_whiteout.png);
	background-position: 100% 10px;
	background-repeat: no-repeat;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	padding: 0;
	width: 766px;
}
.mooresupdate #content-no-banner p {
	font-weight: 400;
	color: #ffffff;
	margin: 0;
	padding: 0 0 10px 5px;
	top: 0px;
	width: 65%;
}
h1 { 
  	color: #ffffff;
  	font-size: 20px;
	font-style:normal;
  	font-weight: bold;
	margin: 0 0 5px;
	padding: 20px 0 0 5px;
}
h2 { 
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
}
h3 { 
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 5px;
}
a {
	color: #ffffff;
  	font-weight: bold;
	text-decoration: none;
}
p {
	margin:0;
	padding-left: 5px;
	color:#FFF;
}
img {
	margin:5px 0;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
  	/*background-color: #000000;*/
	border-top: 2px solid #000000;
  	height: 600px;
	margin: 10px auto;/*centers the wrapper in compliant browsers*/
	padding:10px 0 0 10px;
  	position: relative;
	width:756px;
}
.thumbnail img {
  	margin: 0 5px 5px 0;
}
.thumbnail:hover {
  	background-color: transparent;
	text-decoration: none;
}
.thumbnail:hover img {
}
.thumbnail span { /*CSS for enlarged image*/
  	position: absolute;
  	left: -1000px;
  	visibility: hidden;
  	color: black;
  	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
  	border-width: 0;
}
.thumbnail:hover span { /*CSS for enlarged image*/
  	left: 40%; /*position where enlarged image should offset horizontally */
	padding-top: 10px;
  	top: 0;
  	visibility: visible;
  	z-index: 50;
}
.mooresupdate #footer{
	clear: both;
	/*background-color: #000000;*/
  	border-bottom: #A98A5B 2px solid;
  	border-top: #A98A5B 2px solid;
	height: 30px;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 766px;
}
.mooresupdate #footer p {
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 400;
	margin: 0pt;
	padding: 5px;
	text-align: center;
}
.mooresupdate #footer-img{
  	/*background-image: url('../images/logosmall-bw.jpg');*/
	background-image:url(../images/logos/moores_mono_whiteout-footer.png);
  	background-repeat: no-repeat;
	background-position: center 10px;
	height: 120px;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	text-align: center;
	width: 766px;
}

.main-text {
	color: #ffffff;
}