﻿
body { 
    background-image:url("Mesh.png"); background-repeat:repeat-x; background-color:whitesmoke; font-family: Geneva, 'Segoe UI', Verdana, Tahoma, sans-serif; font-weight:normal; font-size:14px; color:#203060; margin:0px;
}

/*BackHead*/
#backheadPanel {
    height: 100px;
    background:linear-gradient(white,lightgray);
    color: whitesmoke;
    min-width: 1024px;
}

/*Head*/
#headPanel {
    width: 1024px;
    height: 90px;
    background:linear-gradient(white,lightgray);
    margin: auto;
    position:relative;
    padding-top:0px;
}

/*Work*/
#workPanel {width:1024px; height:auto; margin:auto; background-color:white; box-shadow: 6px 0px 10px #eaeaea, -6px 0px 10px #eaeaea;

}

/*Article*/
#articlePanel {  width:auto; height:auto;  background-color:white; min-height:700px; padding-bottom:30px; position:relative;
}

/*Navigate*/
#navigatePanel {
    position:relative;
    top:0px;
    width: 1024px;
    height: 36px;
    top:-10px;
    background-color:#484856;
}

.navbtn {
    display:inline-block; width:100px; margin:10px; text-align:center;
}

.navlink:link {text-decoration:none; font-size:14px; color:lightgray;
}
.navlink:visited {color: lightgray;
}
.navlink:hover { color:cyan;
}

.navsep{
    font-size:20px; color:gray
}


/*SubNavigate*/
#subnavigatePanel {
    position: relative; 
    height: 36px; 
    top: -10px; 
    background: linear-gradient(white,lightgray);
}

.subnavbtn {
    display:inline-block; width:100px; margin:10px; text-align:center;
}

.subnavlink:link {text-decoration:none; font-size:14px; color:#203060;
}
.subnavlink:visited {color:#203060;
}
.subnavlink:hover { color:deeppink; font-weight:normal;
}

.subnavsep{
    font-size:20px; color:silver
}

/*Footer*/
#footerPanel {
   width: auto;
    height: 120px;
    min-height: 120px;
    margin: auto;
    background-color: #e2e2e2;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:lightgray;
    text-align:center;
    padding:10px;
    color:#484856;
    min-width: 1024px;
  }

.footpar{
    line-height:1.6; color:#484856;
}

.footlink:link {color: deeppink; text-decoration:none;
}
.footlink:visited {color: deeppink; 
}
.footlink:hover { color:deeppink;
}