﻿
/*********************************
Layout Stylesheet: defines general widths, margins, floats, a classes, and other display attributes******************************/


body { background-color:#ffffff; background-repeat: repeat-x }


#mainlayout { width: 1000px; min-width:1000px; margin: 0 auto }





/********************************
Global
*********************************/


body { font:11px Arial,Helvetica,FreeSans,sans-serif }


/*Removal of underline and addition of border-bottom for links */


a { text-decoration: none; color:#00266d }




a:hover { color: #00266d; }


hr { background:#eae9e6; border:0; clear:both; height:1px }


img {border: none }



b {color: #00266d;}

/**********************************
Headers
************************************/


h1 { font-size:16px; font-family: Georgia, "Times New Roman", Times, serif; color: #00266d; font-weight: 400; border-bottom: 5px solid #00266d; padding-bottom: 5px;}


h2 { font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase; color: #00266d; padding-bottom: 3px; letter-spacing: 2px; font-weight: 400 }


h3 { font-size:13px; font-family: Arial, Helvetica, sans-serif; color: #00266d; font-weight: 400;}


h4 { font-size:12px; font-family: Arial; color:#3f3c30; font-weight: 400 }


h5 { font-size:11px; font-family: Arial, Helvetica, sans-serif; color: #00266d; font-weight: 400 }
	






/**********************************Main Content
***********************************/	




#content_main h3 { font-size:15px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 500 }
	


p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom:5px }

/**********************************
General classes
***********************************/


.skip {position: absolute; top: -9999px; left: -9999px }


.hide { display: none; visibility: hidden }


.clear { clear: both }



hr.clearer { clear: both; visibility: hidden; }





/*********************************
Header
**********************************/


#header { background-image: url('header1.webp'); background-repeat: repeat-x; width: auto; min-width:1000px; height: 180px; margin: 0 auto; color: #ffffff }


#header_content { width: 1000px; min-width:1000px; height: 200px; margin: 0 auto; color: #ffffff }


#header_content div{display: inline;}

#header a { border: none }




#logo {float: left; margin-top: 20px; margin-left: 100px; margin-right: 40px; height: 38px }



#header_links { background-image: url('../images/header_bottom.jpg');  width: auto; min-width:1000px; height: 30px; margin: 0 auto; color: #ffffff }





/*********************************
Search
**********************************/



#search {
        background: url(/images/search_box_bg.png) no-repeat 0px 0px;
    float: right;
        width: 185px;
        padding-left: 10px;
        margin-top: -65px;      
}

#search input {
    background-color:white ;
    border: 0px;
    float: left;
    padding-top: 1px;
    width: 140px;
        height: 16px;
    font-size: 13px;
}
#search .submit {
   
    border: 0;
    margin: 1px 0 0 5px;
    padding: 10px 9px 10px 10px;
    width: auto;
        height: 15px;
    background: url(images/btn_search.gif) no-repeat;
    cursor:pointer;
}

.box{ padding: 10px;}







/*********************************
Footer
**********************************/


#footer {background-image: url(images/header.png); width: auto; min-width: 1000px; margin: 0 auto; text-align: center; padding-top: 10px; margin-bottom: -5px; }



#nav_footer li { display: inline; }


#nav_footer li a { font-size: 12px; text-decoration: none; color: #ffffff; border: none }


#nav_footer li a:hover { color: #ffffff }


/* Hard-coded IDs - if the footer text changes in footer.html then these IDs should change accordingly */

#footer_link { padding-right: 15px; padding-left: 15px; border-right: 1px solid white }

#footer_lastlink { padding-right: 15px; padding-left: 15px; }

#copyright{padding-top: 10px; padding-bottom: 5px; color:#ffffff;}

#footer_line { height: 20px; background-image: url("images/footer_bg.gif"); background-repeat: repeat-x }