/*===================================================================================
SPD Parent SHARE CSS
====================================================================================*/
/*===  CSS Helpful Notes  =========================
  shorthand: {property: top right bottom left;}
  
  Basic Font Families       Examples
    sans-serif               Verdana,Arial,Helvetica,"Trebuchet MS"
    serif                    Georgia,"Times New Roman"   
    Monospace                Courier,"courier New","Andale Mono"
    Miscellaneous            Impact,Webdings,Western,"Comic Sans MS"
    
*/
/*====================================================================
Basic Body 
=====================================================================*/

body {
  background-color: rgb(0,102,153);
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  font-family: verdana,arial,tahoma,sans-serif;}

#container {
  margin: auto;
  height: 100%;
  position: relative;
  width: 750px;}

#content {
  background-color: #52664a;  /*ddf*/
  width: 70%;
  margin: auto;
  padding-top: 30px;
  clear: both;}

#pagecontent {
  margin-left: 160px;}
               
::selection {background: #09a; color: #000;}
::-moz-selection {background: #09a; color: #000;}


/*===================================================================
Links and Navigation
===================================================================*/
/*=== Defaults/Within page links ===*/
a:link, a:active {color: #009;}
a:hover, a:focus {color: #000;
                  background-color: #40e0d0;} 
a.address {padding-top: 2px; padding-bottom: 20px;}
#pagecontent a {font-size: 14px;} 

/*=== Global Navigation ==============================*/
/*=== Positioning and Font ===*/
#global, #aboutus, #spdinfo, #help, #support, #resources {position: absolute; top:130px;}
#global {top: 100px; width: 750px; font-size: 80%;}
#aboutus, #spdinfo, #help, #support, #resources {font-size: 75%;}

/*=== Button width ===*/
#home {width: 80px;}
#aboutusglobal {width: 125px;}
#spdinfoglobal {width: 125px;}
#helpglobal {width: 128px;}
#supportglobal {width: 125px;}
#resourcesglobal {width: 125px;}

/*=== Menu Positioning ===*/
#aboutus {left: 87px;}  /* 132 px difference*/
#spdinfo {left: 219px;}
#help {left: 351px;}
#support {left: 487px;}
#resources {left: 618px;}
/*#share {left: 137px;}
#spdinfo {left: 274px;}  137 px difference
#services {left: 411px;}*/

/*=== Other Global Nav Styles ===*/
#global a {float: left;}
ul.menu, .menu li {list-style: none; margin: 0; padding: 0;}
.menu a {text-decoration: none; padding: 5px 0 5px 5px; color: #fff;
         letter-spacing: 1px; border: 1px solid #fff; background: #039;   /*BG=ddd,ffc*/
         display: block; width: 180px;}
.menu a.over {background: #e1771e; color: #fff;}

/*=== Shops ===*/

#shopsmenu {
  width: 100%;
  background-color: #c8ddc8;}


/*=== Page Navigation ===*/
.pagenav {
  font-size: 12px;
  padding: 5px;
  border: 1px dotted #000;}

.pagemenu li {
  font-size: 14px;
  margin-top: 10px;}

/*====================================================================
Masthead - Banner
=====================================================================*/

#masthead {
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  /*text-indent: -5000px;*/
  height: 100px;
  /*width: 750px;
  border: 0px;
  padding: 0px 55px;*/}
/*#masthead a {
  position: relative;
  display: block;}*/
h1 {
  text-indent: -5000px;
  padding-bottom: 80px;}
#tagline {text-indent: -5000px;}



/*======================h==============================================
Main Content 
=====================================================================*/
/*=== Fonts, Paragraphs, and Headers ===*/
p {
  font-size: 14px;
  padding-top: 0px;
  margin-top: 0px;}

h2 {
  text-align: center;
  font-size: 25px;
  color: #000;
  background-color: #ddf;
  width: 750px;
  margin: auto;
  padding: 0px;
  border-bottom: 3px solid #000;}
            
h3 {
  font-size: 20px;
  color: #115;
  background-color: #fc7;  /*bbb*/
  /*padding-left: 5px;*/
  padding-right: 5px;
  font-family: "Times New Roman",georgia,serif;}

.topic {color: black;
        font-weight: bold;
        font-size: 15px;}

.note {
  font-size: 12px;}

.subjectgroup {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  border-collapse: collapse;}

  

#pagefooter {background-color: #a0a0a0;}

ul#footernav {
  list-style-type: none;
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 14px;}

ul#footernav a {text-decoration: none;}

ul#footernav li {display: inline;}

p#copyright {
  text-align: center;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;}

p#disclaimer {
  text-align: center;
  font-size: 12px;
  padding: 5px;}

/* Shops */
#pagecontent h4.shopnames a {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 3px;}


