
.clearfix:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix
{
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix
{
    zoom: 1;
}



html, body, ul, li, h1, h2, h3
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}


body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

h1
{
    color: #FF6000;
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 10px;
}

h2
{
    color: #FF6000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3
{
    color: #FF6000;
    font-size: 14px;
    font-weight: bold;
}

p
{
    margin: 13px 0;
}


a
{
    text-decoration: none;
    color: #FF6000;
    font-weight: bold;
}

a:hover
{
    color: #FF6000;
    text-decoration: underline;
}

.large-text 
{
    font-size: 14px;
    }

.orange-text 
{
    color: #FF6000;
    }

#header-wrapper
{
    height: 150px;
    width: 100%;
    background: #333333;
    float: left;
}

#title-box-left-edge
{
    background: #FF6000;
    width: 50%;
    height: 40px;
    margin-top: 32px;
    float: left;
    border: 1px solid #FF6000;
}


#header-content-wrapper
{
    width: 980px;
    height: 150px;
    margin: 0 auto 0 auto;
    background: #333333;
    position: relative;
    z-index: 1;
}

#title-box
{
    float: left;
    border: 1px solid #FF6000;
    height: 40px;
    position: absolute;
    top: 32px;
    left: 0;
}

#title-box p
{
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 40px;
    font-size: 26px;
    font-weight: normal;
}

#title-box #title-name
{
    background: #FF6000;
    padding-right: 15px;
    color: #ffffff;
    display: inline-block;
}

#title-box #title-reward
{
    padding: 0 15px;
    color: #FF6000;
    background: #000000;
    display: inline-block;
}

#title-phone
{
    height: 40px;
    position: absolute;
    top: 32px;
    right: 0;
}

#title-phone p
{
    margin: 0px;
    padding: 0px;
    float: left;
    line-height: 40px;
    font-weight: normal;
}

#title-phone #title-call
{
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
}

#title-phone #title-number
{
    color: #FF6000;
    display: inline-block;
    font-size: 28px;
    padding-left: 5px;
}

#top-nav
{
    position: absolute;
    bottom: 0;
}

#top-nav ul
{
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
}

#top-nav li
{
    display: inline-block;
    border-right: 1px solid #828282;
}

#top-nav li a
{
    color: #ffffff;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
}

#top-nav li a:hover
{
    background: #FF6000 url('images/nav-over.gif') repeat-x; 
    text-decoration: none;
}

#top-nav.home .selected, #top-nav.suspect .selected, #top-nav.victim .selected, #top-nav.appeals .selected, #top-nav.investigation .selected, #top-nav.reward .selected, #top-nav.contact .selected, #top-nav.media .selected
{
    background: #FF6000 url('images/nav-over.gif') repeat-x; 
    }


#content-wrapper
{
    width: 980px;
    margin: 0 auto 0 auto;
}


#content-left-col
{
    clear: both;
    padding: 22px 22px 22px 0;
    width: 468px;
    font-size: 12px;
    float: left;
}

#content-left-col h1
{
    font-size: 18px;
    font-weight: bold;
    color: #FF6000;
    display: block;
}

#content-left-col h2
{
    font-size: 16px;
    font-weight: bold;
    color: #FF6000;
    display: block;
    
}

#content-left-col h2.date
{
    border-bottom: 1px solid #B2B2B2;
    clear: both;
    padding: 10px 0 3px 0;
}

#content-left-col p .time 
{
    font-weight: bold;
    width: 60px;
    float: left;
    clear: both;
    display: block;
    }

#content-left-col p .details 
{
    
    width: 400px;
    float: left;
    display: block;
    padding-bottom: 10px;
    }
    
 #content-left-col h3.press-title
{
    border-bottom: 1px solid #B2B2B2;
    clear: both;
    padding: 10px 0 3px 0;
    color: #000000;
}
   

#content-right-col
{
    float: right;
    padding: 22px;
    width: 445px;
    min-height: 300px;
    background: url('images/diagonal-bgd.gif') repeat;
}

.content-box
{
    background: #ffffff;
    padding: 10px;
    -moz-box-shadow: 0 0 20px 2px #666666;
    -webkit-box-shadow: 0 0 20px 2px #666666;
    box-shadow: 0 0 20px 2px #666666;
    margin-bottom: 29px;
}

.content-box-small
{
    background: #ffffff;
    padding: 10px;
    -moz-box-shadow: 0 0 20px 2px #666666;
    -webkit-box-shadow: 0 0 20px 2px #666666;
    box-shadow: 0 0 20px 2px #666666;
    float: left;
    margin: 0 29px 29px 0;
}
.margin-right-0 
{
    margin-right: 0px;
    }

.content-box .image-caption p
{
    background: rgba(0, 0, 0, 0.8);
    line-height: 34px;
    display: block;
    padding: 0 10px;
    height: 34px;
    color: #FF6000;
    font-size: 15px;
    margin: 0px;
    margin-top: -34px;
    position: relative;
    z-index: 3;
}

.content-box-small .image-caption p
{
    background: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    display: block;
    padding: 0 10px;
    height: 24px;
    color: #FF6000;
    font-size: 10px;
    margin: 0px;
    margin-top: -24px;
    position: relative;
    z-index: 3;
}

.content-box label 
{
    display: block;
    font-size: 12px;
     }
    
    
.content-box input, .content-box textarea
{
    display: block;
    padding: 3px 5px;
    margin-bottom: 15px;
    border: 1px solid #666666;
    width: 96%;
    }

.content-box textarea 
{
    height: 100px;
    }

.content-box button 
{
    float: right;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background: #FF6000;
    border: 1px solid #FF6000;
    padding: 5px 10px;
     }

#footer-border
{
    background: url('images/footer-shadow.png') repeat-x;
    height: 19px;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-top: -19px;
    border-bottom: 1px solid #ffffff;
}

#footer-wrapper
{
    background: #333333;
}

#footer-content
{
    width: 980px;
    margin: 0 auto 0 auto;
    
    text-align: center;
}

#footer-content ul
{
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    padding: 15px 0;
	margin-top: 35px;
    
}

#footer-content li
{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
}

#footer-content li a
{
    color: #ffffff;
    display: inline-block;
    padding: 0 12px;
    font-weight: bold;
    font-size: 13px;
}

    
#footer-logo 
{
    float: left;
    padding: 15px 0;
     }


#google_translate_element {
height: 25px;
overflow: hidden;
position: absolute;
bottom: 0;
left: 834px;
margin-bottom: 10px;
}