a:link {text-decoration:none;
	color: black;}
a:visited {text-decoration:none;
	color: dimgrey;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}


body { 
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    font-weight: normal;  
  font-family: Georgia;   
    color: #444; }

h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}


h2 { font-size: 152% }
h3, h4 { font-size: 122%; }
h1, h2, h3, h4 { color: #333; }
p { font-size: 100%; line-height: 18px; padding-right: 3em; }


hr {    
    height: 1px;
    width: 50%;
    color: dimgrey;
}

img {
    border: 1px solid #021a40;
    float: left;
    margin-right: 30px;
   
}


.breakdown {
    width: 73.076em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color:WhiteSmoke ;    
}

#inner {
    display: block;
    border-color: #666666;
    border-style: solid;
    border-width: 8px 0 2px;
    margin: 80px auto;
    padding: 10px 80px;
}   

 
#hd {   
    margin: 2.5em 0 3em;      
    margin-bottom: 2em;
    padding-bottom: 7em;
    border-bottom: 1px solid #CCCCCC;
}

#hd h1 {
    font-size: 48px; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
}

#hd h2 { 
    text-transform: uppercase;
    letter-spacing: 2px;
}





.title {
    float: left;
    margin: 0;
    padding: 0;
} 

.contact-info {
    float: right;
    margin: 0;
    padding: 0;
} 


.shot_list {
    padding-top: 1em;
}

.shot {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    min-height:200px;
}

.shot h4{
    position: absolute;
    right: 0;
    top: 0.25em;
}

.shot h5{
    position: absolute;
    right: 0;
    top: 2.5em;
}


#ft {
    border-top: 1px solid #CCCCCC;
    font-size: 92%;
    padding: 1em 0 5em;
    text-align: center;
    margin-bottom: 2em;
}





a#pdf {
    background: none repeat scroll 0 0 #666666;
    color: white;
    display: block;
    float: left;
    margin-bottom: 6px;
    padding: 6px 50px 6px 12px;
    text-decoration: none;
}


strong { font-weight: bold; }