* { margin: 0; padding: 0; }

body {
    font: 12px Verdana, sans-serif;
    color: #727272;
    background: #ffffff;
    height: 100%;
    width: 100%;
}

li{
    margin-left: 20px;
    list-style-image: url(../img/clock.png);
    margin-top: 7px;
    margin-bottom: 7px;
}



hr{
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

#header {
    width: 980px;
    padding: 0;
    margin: 0 auto;
    margin-top: 5px;
    height: 140px;
}

#navbar{
    width: 100%;
    height: 57px;
    background: #004AB5 url('../img/navbar.png') repeat-x;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

#navbar ul{
    text-align: center;
    width: 1000px;
    background: transparent;
    margin: 0 auto;
}

#navbar li{
    float: left;
    list-style: none;
    display: block;
    margin: 20px;
}

#navbar a{
    color: white;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
}
#navbar a:hover{
    color: white;
    font-weight: bold;
    font-size: 110%;
    text-decoration: underline;
}
#navbar img{
    float: left;
}


#logo{
    width: 100%;
    padding: 10px;
    float: left;
}

#sublinks{
    margin-top: 20px;
}



a { 
    color: #0095DA;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #0095DA;
}









#featured{
    margin: 0 auto;
    height: 260px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #acc9d6;
    width: 920px;
}


#wrapper{
    margin: 0 auto;
    margin-top: 5px;
    padding: 15px;
    width: 950px;
    background: #ffffff url("../img/wrapper-bg.gif") repeat-x;
}


.featured_link, h1, h2, h3, h4{
    display: block;
    font-size: 25px;
    line-height: 25px;
    margin: 10px;
    color: #0095DA;
    text-decoration: none;
}

h2{ font-size: 22px; }
h3{ font-size: 20px; }
h4{ font-size: 15px; }
h5{ font-size: 12px; }

.clear { 
    width:100%;
    overflow:hidden;
}


#content{
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #acc9d6;
    float: left;
    width: 600px;
}

#rightnav{
    margin-top: 10px;
    padding: 10px;
    background: #ffffff;
    border: none;
    float: right;
}


.h3_block{
    background: transparent url('../img/h3-bg.gif') no-repeat;
    width: 282px;
    height: 31px;
    color: white;
    font-size: 120%;
    padding-top: 4px;
    padding-left: 15px;
    margin-top: 14px;
    clear: none;
}




#search_form{
    background: #ffffff url('../img/search_bg.png') no-repeat;
    border: 0;
    width: 280px;
    height: 31px;
    font-weight: bold;
    font-size: 110%;
}

#search_input{
    margin-top: 5px;
    margin-left: 7px;
    background: transparent;
    border: none;
    width: 232px;
}

#search_btn{
    width: 40px;
    height: 25px;
    float: right;
    background: transparent;
    border: none;
    cursor: pointer;
}




#slideshow_wrapper{
    width: 245px;
    margin-left: 45px;
	overflow: hidden;
    height: 127px;	
}

#slideshow img {
    margin: 0 auto;
    background-color: #cccccc;
    padding: 7px;
    border: 1px solid #7e7e7e;
    width: 175px;
    height: 110px;
    float: left;
    clear: both;

}

#footer{
    width: 800px;
    margin: 0 auto;
    height: 100px;
}


.news{
    min-height: 150px;
    margin-top: 10px;
}

.news_image{
    border: 1px solid gray;
    background: lightgray;
    padding: 3px;
    /* width: 100px;
    height: 100px; */
    float: left;
    margin: 5px;
    text-decoration: none;
}


















