﻿* { padding: 0; margin: 0; }

body {
 font-family: "Georgia", Garamond, Times New Roman, serif;
 font-size: 13px;
 color: #4D4D4D;
 background: url(../../images/bg_home.png) repeat-x;
}


/* Basic styles */

img { -ms-interpolation-mode:bicubic; }

p {
    color: #4D4D4D;
    font-weight: normal;
    font: 13px "Georgia", Garamond, Times New Roman, serif;
	line-height: 19px;
    margin-top: 0.8em;
}

h1 {
    font: 21px "Georgia", Garamond, Times New Roman, serif;
    color: #094426;
    padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
    
}

h2 {
    text-transform: uppercase;
    font: 13px "Georgia", Garamond, Times New Roman, serif;
	font-weight: bold;
    color: #883C0B;
    padding-top: 2px;
	padding-right: 2px;
    padding-bottom: 10px;
	line-height: 10px;
    
}

h3 {
    font: 15px "Georgia", Garamond, Times New Roman, serif;
    color: #42210B;
    padding-top: 0px;
    line-height: 18px;
    padding-bottom: 5px;
}

h4 {
    text-transform: uppercase;
    font: 10px "Georgia", Garamond, Times New Roman, serif;
	font-weight: bold;
    color: #094426;
    padding-top: 0px;
    line-height: 10px;
    padding-bottom: 5px;
}

a {
    color: #FF6209;
    text-decoration:none;
}
a:hover {
    color:#FF6209;
    text-decoration:underline;
}

/* page layout */

#wrapper { 
 margin: 0 auto;
 width: 984px;
 position:relative;
}

#header {
 width: 942px;
 color: #333;
 height: 327px;
 padding: 10px 10px 0px 10px;
 margin: 10px 0px 0px 0px;
 text-align: right;
 background: url(../../images/bg_header.png) no-repeat;
 position:relative;
}

#category_header {
 width: 942px;
 color: #333;
 height: 155px;
 padding: 0px 10px 0px 10px;
 margin: 10px 0px 0px 0px;
 text-align: right;
 background: url(../../images/bg_category_header.png) no-repeat;
}

#safetytip
{
    clear:left;
    position:relative;
    font-size:11px;
    padding:10px;
}
#safetytip h4
{
    font-size:12px;
    font-weight:bold;
}

#navigation {
 float: right;
 width: 620px;
 height: 15px;
 color: #333;
 padding: 10px;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 position: relative;
 z-index: 100;

}

#navigation a {
    color: #4D4D4D;
    text-decoration:none;
}
#navigation a:hover {
    color:#FF6209;
    text-decoration:underline;
}

#tagline {
clear:right;
float: right;
width: 317px;
height: 16px;
padding: 0px;
background: url(../../images/home_tagline.png) no-repeat;
display:none;
}



#headerphoto {
 width: 619px;
 height: 180px;
 padding: 0px;
 margin:0px;
 top:123px;
 left:182px;
 position: absolute;
 background: url(../../images/home_headerphoto1.png) no-repeat;
 z-index: 1;
}

#content  
{
 clear:left;
 float:left;
 width: 942px;
 color: #333;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 position:relative;
 height:100%;
}

#content ul
{
    margin:10px;
    padding:10px;
}

#content li
{
    padding:2px;
    padding-left:5px;
}

#footer  
{
 clear:left;
 position:relative;
 width: 962px;
 height: 59px;
 color: #094426;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: center;
 font-size: 10px;
 background: url(../../images/bg_footer.png) no-repeat;
}



/* Search Box */

div#searchbox /*--Search box--*/ {
padding-top:10px;
clear:right;
position:relative;
float:right;
height:30px;
}

.searchtext {
	width:175px;
	border:solid 1px #d2d0ca;
	font-family: Tahoma, Arial, serif;
}

.searchbutton {
	width:57px;
	height:16px;
	vertical-align:top;
}

/* Supplemental styles */

.more {
    text-transform: lowercase;
    font: 9px "Georgia", Garamond, Times New Roman, serif;
	font-style: italic;
	font-weight: bold;
    color: #FF6209;
    padding-top: 0px;
    padding-bottom: 0px;
}

.more a {
    color: #FF6209;
    
}

.more a:hover {
    color:#FF6209;
    text-decoration:underline;    
}

.moreright
{
    float:right;  
    position:relative; 
}

.morefront
{
    top:-29px;
    padding-right:6px;
}


.icon_pdf {
 float:left;
 height: 26px;
 width: 28px;
 background: url(../../images/icon_PDF.png);
 background-repeat: no-repeat;
 background-position:0px 0px;
}

.footer_logo 
{
 height: 20px;
 width: 20px;
 background-image: url(../../images/ahtna_footerlogo.png);
 background-repeat: no-repeat;
 background-position:0px 0px;
}

.galleryBox
{
    width:260px;
    height:351px;
    padding:10px;
    background: url(../../images/bg_front.png) top left no-repeat;
}

.servicesBox
{
    width:431px;
    height:351px;
    padding:10px;
    background: url(../../images/bg_services.png) top left no-repeat;
    text-align:left;
}

.galleryBoxProjects
{
    width:720px;
    height:526px;
    padding:10px;
    background: url(../../images/bg_projects.png) top left no-repeat;
    text-align:left;
}
.safetytipLeft
{
    float:left;
    position:relative;
    width:35px;
    vertical-align:middle;
}
.safetytipRight
{
    float:left;
    position:relative;
    width:534px;
    padding:5px;
    padding-top:0px;
}