/* Mill Creek Jewelry Appraisal Styles */

/*-------------------
  General Styles
--------------------*/
body{
  font-family: verdana, tahoma, sans-serif;
  background-color: #000000;
  color: #ffffff;
  margin: 0px;
  padding:0px;
  font-size: 90%;
}
h1{
  padding: 0px;
  margin: 40px 0px 0px 0px;
}
h1.imgH1{
	padding:0px;
	margin: 0px;
}
.redText{
	color: Red;
}
ul.noBullets{
 list-style-type:none;
}
ul.noBullets li{
  padding: 6px 0px 6px 6px;
}
/*-------------------
  Main Layout Table
--------------------*/
table.mainLayout{
  border: 0px;
  width: 100%; 
}
table.mainLayout td{
  vertical-align:top;
}
table.mainLayout td.logoBanner{
  height: 149px;
  background-image: url('images/bgHeader.jpg');
  text-align:center;
  background-repeat: repeat-x;
}
table.mainLayout td.topNavRow{
  height: 32px;
  background-image: url('images/bgHeader2.jpg');
  text-align:center;
  background-repeat: repeat-x;
}
div.uberContainer{
  text-align:center;
}
/* inner most tbl for content */
table.contentTbl{
  width: 800px;
}	
table.contentTbl td{
  vertical-align: top;
}	
table.contentTbl td.hero{
  width: 340px;
  padding: 40px 20px 0px 0px;
  text-align: right;
  }
table.contentTbl td.mainContent{
  vertical-align:top;
  height: 350px;
  text-align:left;
  padding-bottom: 25px;
}
/* END inner most tbl for content */
table.mainLayout td.footer{
  background-color: #000033;
  font-family: verdana, sans-serif;
  color: #ffffff;
  font-size: 85%;
  text-align: center;
  padding: 20px;
}
table.mainLayout td.footer h1{
  vertical-align: middle;
  padding: 0px;
  margin: 2px;
  font-size: 120%;
  color: #ffffff;
}
table.mainLayout td.footer h1 span{
  padding-top: 4px;
}
/*---------------------------------
  LINKS
----------------------------------*/
a, a:link, a:visited, a:active{
	text-decoration: underline;
	color: #99ccff;
}
a:hover{
	text-decoration: none;
	color: #99ccff;
}
.inUse{
  font-family: Times New Roman, Serif;
  color: #336699;
  font-weight: bold;
  padding-right: 50px;
}
div.topNavLinks{
	text-align:center;
	vertical-align:middle;
	padding-top:5px
}
div.topNavLinks a, div.topNavLinks a:link, div.topNavLinks a:visited, div.topNavLinks a:active{
  padding-right: 50px;
  font-family: Times New Roman, Serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
td.topNavLinks a:hover{
	text-decoration: underline;
}
/*---------------------------------
  CYBERLUCKY
----------------------------------*/
div#cyberlucky{
  padding: 20px 0px 2px 0px;
  font-size: 95%;
  color: #666666;
  text-align: right;
}
div#cyberlucky a, div#cyberlucky a:link, div#cyberlucky a:visited, div#cyberlucky a:hover{
  font-size: 95%;
  color: #666666;
  text-decoration: none;
}
