/*------------------------------------------------------------------

Project: Washington Coin & Bullion Association
Company: Northwest Territorial Mint
Author: Matt Fiske
Date: 12/26/2010
Last Modified: 12/28/2010 @ 8:00am by Matt

------------------------------------------------------------------*/





/*------------------------------------------------------------------

                            RESET CODE 
 
 ------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

a {outline: none;}

/*------------------------------------------------------------------

                            DEFAULT GLOBALS 
 
 ------------------------------------------------------------------*/
 
 
 body {
 
    text-align: center; 
    background-image: url(../images/bg_2.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    font-family: arial, sans-serif;
    font-size: 16px;
    background-color: #fff;
    padding: 0px 0px 20px 0px;
 }
 
 
    body#p01 {
        
         background-image: url(../images/bg.jpg);
    }
 
 a {
    
    color: #556e90;
    text-decoration: underline;
 }
 
    a:hover {
        
        color: #89333a;
    }
 
h1 {

    font-family: times, serif;
    font-size: 30px;
    text-align: center;
    display: block;
    color: #556e90;
    font-weight: bold;  
    margin: 0px 0px 10px 0px;
} 

p {

    line-height: 1.5em; 
    padding: 0px 0px 20px 0px;
}

    p.divider {
    
        display: block; 
        background-image: url(../images/divider.png);
        background-repeat: no-repeat;
        background-position: top center;
        padding: 10px 0px 0px 0px;
        margin: 10px 0px 0px 0px;
        text-align: center;
        font-weight: lighter;
        line-height: 1.2em;
        font-size: 14px;
    }
    
    p.divider b {
    
        text-transform: uppercase;
        font-family: impact, arial;
        font-size: 18px;
        font-weight: lighter;   
    }
 
 b, strong {
 
    font-weight: bold;
    text-style: inherit;    
 }
 
 i, em {
 
    font-weight: inherit;
    text-style: italic; 
 }
 
 ul {
 
    list-style-type: square;
    margin: 0px 0px 20px 0px;   
    border: 1px solid #ccc;
    padding: 20px 20px 20px 35px;
    background-color: #fff;
 }
 
 blockquote {
 
    padding: 20px 20px 0px 20px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #ccc;
    background-color: #fff;
 }
 
    blockquote.red {
    
        color: #89333a; 
        text-align: center;
    }
    
    blockquote.red a {
    
        color: #89333a;     
    }
 
    blockquote.red b {
        
        text-transform: uppercase;
        display: block;
        text-align: center;
     }
 
/*------------------------------------------------------------------

                            GLOBAL LAYOUT 
 
 ------------------------------------------------------------------*/ 
 
 #master_container {
 
    width: 570px;
    min-height: 100px;
    height:auto !important; /* IE6 hack */
    height: 100px;
    margin: 0 auto; 
    background-image: url(../images/montage_2.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
 }
 
 #p01 #master_container {
 
    background-image: url(../images/montage.jpg);
    min-height: 594px;
    height:auto !important; /* IE6 hack */
    height: 594px;
 }
 
.sep {

    clear: both;
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    overflow: hidden;
    height: 21px;
}
 
 
 
 /*------------------------------------------------------------------

                            NAVIGATION
 
 ------------------------------------------------------------------*/ 
 
 #p01  ul#navigation {
 
    margin: 0px 0px 420px 0px;  
 }
 
 ul#navigation {
    
    height: 30px;
    overflow: hidden;
    background-image: url(../images/nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin: 0px 0px 120px 0px;
    list-style: none;
    padding: 0px;
    border-width: 0px;
 }
 
    ul#navigation li {
    
        float: left;
        width: 95px;
        display: block;
    }
    
        ul#navigation li a {
        
            display: block;
            text-align: center;
            font-size: 11px;    
            height: 23px;
            padding: 7px 0px 0px 0px;
            color: #fff;
            text-decoration: none;
            background-image: url(../images/nav_item_bg.jpg);
            background-repeat: no-repeat;
            background-position: center 0px;
        }
        
        ul#navigation li a:hover {
            
            background-image: url(../images/nav_item_bg.jpg);
            background-repeat: no-repeat;
            background-position: center -30px;
        }
        
        #p01 ul#navigation .nav01,
        #p02 ul#navigation .nav02,
        #p03 ul#navigation .nav03,
        #p04 ul#navigation .nav04,
        #p05 ul#navigation .nav05,
        #p06 ul#navigation .nav06
        
        {
        
            background-image: url(../images/nav_item_bg.jpg);
            background-repeat: no-repeat;
            background-position: center -30px;
            font-weight: bold;  
        }
 
 
#p01 .nav01,
#p02 .nav02,
#p03 .nav03,
#p04 .nav04,
#p05 .nav05,
#p06 .nav06

{
    font-weight: bold;  
}
 
a.button {
 
    display: block;
    padding: 10px 0px 0px 10px;
    text-align: left;
    color: #999999;
    background-color: #556e90;  
    text-decoration: none;  
    margin: 0px 135px 20px 135px;
    background-image: url(../images/button2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 30px;
    width: 290px;
    overflow: hidden;
    font-family: verdana, sans-serif;
    font-size: 14px;
}
 
    a.button:hover {
    
        background-color: #89333a;  
        background-position: 0px -40px;
        color: #B7B7B7;
    } 

/*------------------------------------------------------------------

                       BOTTOM NAVIGATION
 
 ------------------------------------------------------------------*/ 
 
.bottom_nav {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 0px 0px;
	text-align: center;	
}

	.bottom_nav li:first-child {
	
		border-left: 0px;
		margin-left: 0px;
		padding-left: 0px;	
	}

	.bottom_nav li {
	
		display: inline;
		border-left: 1px solid #ccc;
		margin-left: 5px;
		padding-left: 5px;	
	}

/*------------------------------------------------------------------

                            FORMS 
 
 ------------------------------------------------------------------*/ 
 
form#joinus {

    display: block;
    margin: 0px 0px 20px 0px;   
}
 
form#joinus div {

    clear: both;    
}
 
 form#joinus label {
    
    float: left;
    clear: left;
    width: 120px;
    display: block;
    text-align: right;
    padding: 3px 20px 0px 0px;
    margin: 0px 0px 10px 0px;
 }
 
 form#joinus label span.req {
    color: red;
    font-style: italic;
    font-weight: bold;
 }
 
 form#joinus input {
 
    float: left;    
    width: 300px;
    border: 1px #ccc solid;
    height: 20px;
    font-size: 14px;
    padding: 3px 3px 0px 3px;
 }

 form#joinus textarea {
 
    float: left;    
    width: 300px;
    border: 1px #ccc solid;
    height: 6em;
    font-size: 14px;
    padding: 3px 3px 0px 3px;
 }
 
  form#joinus input#subscribe {
  
    width: auto;    
    border-width: 0px;
  }
 
   form#joinus input#submit {
    
        clear: both;
        margin: 10px 0px 0px 140px;
        height: 25px;
        padding: 0px;
        width: 308px;
   }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
