﻿* {
	margin: 0;
	padding: 0;
}



body {
font-family: verdana;
}


p {
color:#333333;
font-size: 1em;
font-family:georgia;
padding-top:4px;
padding-bottom: 12px;
line-height: 1.3em;

}

h1 {
  font-size: 1.6em;
  font-family: georgia;
  color:#333333;
  padding-bottom: 15px;
  font-style:italic;
  
}

h2 {
  font-size: 1.1em;
  font-family: georgia;
  color:#333333;
}
h4{
	font-size: 0.8em;
  font-family: georgia;
 color: #fff;
 padding-top: 3px;
 padding-left: 10px;
 }

img{
border:none;
}

ul {list-style: none;}

.indent{
text-indent: 30px;
}
.clear {clear:both;}
.search{
  padding-left: 15px;
  padding-top:3px;
}


 div#page-wrap{
   margin: 0 auto;
   width: 700px;
 }


	div#header {
	width: 700px;
	height: 34px;
	background:url(../images/header.jpg) no-repeat;
	}
	div#header #e-pasts{
	display:block;
	height: 34px;
	width: 270px;
	float: right;
	cursor: pointer;
	}
		

	h1#logo {
	height: 72px;
	width: 700px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	padding:0px;
	}


/*Nav1*/

	div#nav1 {
	height:270px; width:700px;
	background:url(../images/nav1_1_bg.jpg) no-repeat;
	padding-bottom:10px;

	}
        div#nav1 ul{
            margin-left: 2px;
        }


		div#nav1 li {
		  float: left;
          margin-top: 227px;
        }

			div#nav1 li a{
                display: block;
                height: 33px;
                padding-left:9px;
                padding-right:9px;
               	padding-top: 6px;
                text-decoration: none;
                color: #fff;
                font-size: 1.2em;
                font-family: Georgia;


			}

				div#nav1 li a:hover {
				background:#75aae4;
				}


				div#nav1 li a:active {
				background:#75aae4;

				}
				div#nav1 .current{
				background:#75aae4;
				}

    div#content-wrap{
      width:530px;
      float: right;
      padding-right: 20px;
      }


    div#sidebar-wrap{
      width: 130px;
      float: left;
      }
         /*Nav2*/
         div#nav2-top{
         width: 122px;
         height: 25px;
         background: url(../images/nav2_top.jpg) no-repeat;
         }

         div#nav2-middle{
           width: 122px;
           background: url(../images/nav2_middle.jpg);
         }

                div#nav2-middle li {
                width: 120px;
                padding-left: 2px;

        		}

        			div#nav2-middle li a{
        			  text-decoration: none;
                      color: #fff;
                      display:block;
                      width: 114px;
                      padding-left: 6px;

                      font-family: Georgia;
                      font-size: 1.2em;



        			}

        				div#nav2-middle li a:hover {
                          background: #75aae4;






        				}


        				div#nav2-middle li a:active {
                         background: #75aae4;
        				}
						
						div#nav2-middle .current a{
				background:#75aae4;
				}

         #nav2-bottom{
           width: 122px;
           height: 25px;
           background: url(../images/nav2_bottom.jpg) no-repeat;
         }

         /*Nav3 and 4*/
         .nav3-top{
         width: 122px;
         height: 25px;
         background: url(../images/nav3_top.jpg) no-repeat;
         margin-top: 15px;
         }

            .nav3-top p{
              font-size: 0.7em;
              margin-left: 5px;
              color: #fff
            }


         .nav3-middle{
           width: 122px;
           background: url(../images/nav3_middle.jpg);
         }

         .nav3-middle a{
            color: #333333;
            text-decoration: none;
            font-size: 0.55em;
            white-space: nowrap;
            font-family:verdana;
            padding-left: 4px;
          }

          .nav3-middle #form-login .input{
            border: none;
            padding-left: 7px;
            font-size: 0.7em;

          }
          .nav3-middle .inputbox{
            width:100px
          }
          .nav3-middle .moduletable{
            width: 119px;
             margin: 0 auto;
            ;

          }
          .nav3-middle #form-login-remember{
             white-space: nowrap;


          }
          .nav3-middle #form-login-remember .inputbox{
             width:17px


          }

          .nav3-middle .button{
             width: 103px;
          }

         .nav3-bottom{
           width: 122px;
           height: 25px;
           background: url(../images/nav3_bottom.jpg) no-repeat;
         }

    #nav3{
      margin-top: 15px;
           width: 122px;

         }

    #footer{
    width: 700px;
	height: 34px;
    background: url(../images/footer.jpg) no-repeat;
    margin-top: 15px;
    }


