@charset "utf-8";
*
{
  margin:0;
  padding:0;
}
#header
{
  background-image:url(/img/pageTop.jpg);
  background-repeat:no-repeat;
  background-position:center;
  height:65px;
  padding-left:3px;
  padding-right:3px;
}
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color:#FF0000; }
a:active { color: #0000FF; }
#googleSearch
{
  float:right;
  width:190px;
  padding-top:4px;
  margin-right:18px;
}
body
{
  background-image:url(/img/bg.jpg);
  background-repeat:repeat-y;
  background-position:center;
  border:0px;
  margin:0px;
  padding:0px;
  background-color:#FFFFFF;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
}
.image
{
  margin:auto;
  display: block;
}
#container
{
  border:0px;
  margin:0px auto;
  padding:0px;
  text-align:left;
  width:1002px;
}
#mainContent
{
  padding-top:2px;
  margin:auto;
}
#containerBackground
{
  background-image:url(/img/bigRightBackground.gif);
  background-position:center;
  background-repeat:repeat-y;
}
#containerBackgroundOneColumn /*used with one column pages like login.phtml and dnr pages*/
{
  background-image:url(/img/bigMainBackground.gif);
  background-position:center;
  background-repeat:repeat-y;
}
#bigLeft	/*used with smallRight*/
{
  width:663px;
  padding-top:10px;
  padding-left:25px;
  padding-right:10px;
  float:left;
}
#smallRight	/*used with bigLeft*/
{
  width:254px;
  padding-top:10px;
  padding-left:10px;
  padding-right:25px;
  float:right;
}
#smallLeft /*used with bigRight*/
{
  width:153px;
  padding-top:10px;
  padding-left:20px;
  padding-right:10px;
  float:left;
}
#bigRight	/*used with smallLeft*/
{
  width:779px;
  float:left;
  margin-left:14px;
}
#store
{
  width:769px;
  margin:auto;
  margin-top:9px;
  padding:10px;
  border: 1px solid #1F2B69;
}
#smallLeft li
{
  list-style-image:url(/img/bullet.gif);
  padding-right:0px;
  padding-bottom:4px;
}
#smallLeft a:hover { color:#FF0000; }
#bigRightWhiteBar
{
  width:787px;
  background-color:#FFFFFF;
  float:left;
  height:9px;
}
#bigRightFlash
{
  width:779px;
  height:565px;
  float:left;
  padding-top:12px;
  padding-left:5px;
  padding-bottom:5px;
  font-size:12px;
  text-align:center;
}
#bigRightNoFlash
{
  width:700px;
  margin:auto;
}
.background
{
  background-color:#FEF8E0;
  padding:10px;
  text-align:center;
}
.background2
{
  background-color:#FEF8E0;
  text-align:center;
}
.clear { clear:both; }
.quote
{
  background-color: #ffffcc;
  padding: 10px;
  font-style:italic;
  border: medium solid #014080;
  width:90%;
  margin:auto;
}
.bgColor { background-color:#FFFF00; }
.indent { padding-left:25px; }
.activeLink
{
  text-decoration:underline;
  font-weight:bold;
}
.inactiveLink { text-decoration:none; }
.spacing { padding-bottom:7px; }
.buttonSpacing
{
  padding-top: 15px;
  padding-bottom: 11px;
}
.textButtonSideSpacing
{
  padding-left:5px;
  padding-right:5px;
}
ul { padding-left:20px; }
.mainHeading
{
  font-size:24px;
  font-weight:bold;
  padding-bottom:5px;
}
.subHeading { font-size:16px; }
.red { color:#FF0000; }
/*holds php footer*/
#footer
{
  padding-top:20px;
  font-size:10px;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
  color:#69C;
  text-decoration:none;
}
.padBlock { padding: 10px; }
.noBullet
{
  list-style-type:none;
  list-style-image:none;
}
.center
{
  text-align:center;
  display:block;
}
img
{
  border:0;
  text-decoration:none;
}
h1.pm_title {
color:#000080;
font-family:Verdana,Helvetica,sans-serif;
font-size:16pt;
margin:20px 0;
text-align:center;
}

