.col1, .col2, .col3, .cols {float:left}
.col1 {width:346px;background:#FAFDFF;height:100%} 
.col2 {width:610px}
.cols {width:280px}
/* index.html */
#page1 h1 {padding-top:33px}
#page1 #top_nav {padding-top:33px}
#page1 #menu {padding-top:12px}
#page1 header {height:126px}
#page1 #banner {background:url(../images/bg_img.jpg) 0 0 no-repeat;height:283px;padding:38px 0 0 60px}
/* index-1.html */
#page2 .cols {width:249px}
/* index-2.html */
#page3 .cols {width:249px}
/* index-3.html */
/* index-4.html */
#page5 .cols {width:80px}
/* index-5.html */
/* index-6.html */


.imgsmall
{
    width:100px;
    height:100px;
    border:2px solid #333;
    margin:5px;
}

.imgGal
{
    width:180px;
    height:220px;
    border:2px solid #333;
    margin:5px;
}

.imgCover
{
    padding:2px;
    text-align:center;
    float:left;
    margin-bottom:25px;
}

 .form
    {
        line-height:35px;
    }
    .label
    {
        float:left;
        width:100px;
        font-weight:bold;
    }
    .form input[type=text], form input[type=password]
{
    padding: 5px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fcfcfc;
    vertical-align: middle;
    -moz-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    color: #666;
       width:300px;
}

.form textarea
{
    padding: 6px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    background: #fcfcfc;
    color: #666;
    width: 300px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
padding: 8px 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  -moz-box-shadow: 1px 1px 2px #eee;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
      background: #06666B;    
    color: white;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active,
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {

      background: #00B2BB;    
    color: white;
}

.tableheader
{
    font-weight:bold;
    color:#00B0B0;
    border-bottom:1px solid #333;
    padding-bottom:5px;
    margin-bottom:5px;
}