﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,/*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;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

/*********************************/
/*            BODY
/*********************************/

body {
background:url(../images/bodyBkgd.jpg) repeat-x  #1d4358;
font-family:Arial, Helvetica, sans-serif;
font-size:70%; 
}

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:url(../images/containerBkgd.png) repeat-y;
height:auto;
min-height:500px;
margin:0 auto;
width:904px;
}

#hdr {
background:url(../images/hdrBkgd.jpg) no-repeat top;
}

/*the logo*/
#hdr h1 a {
display:block;
width:269px;
height:78px;
outline:none;
background:url(../images/logo.jpg)  no-repeat top;
position:relative;
top:19px;
left:23px;
z-index:1;
}

/*image replacement technique*/
#hdr h1 span {
display:none;
}

/*contact info*/
#hdr p {
position:relative;
float:right;
margin:-58px 24px 0 0px;
text-align:right;
color:#626262;
}

/*phone #*/
#hdr h3 {
position:relative;
float:right;
clear:right;
font-size:1.6em;
margin:-35px 60px 0 0px;
text-align:right;
color:#1d4358;
}

#search {
clear:right;
position:relative;
float:right;
z-index:3;
top:4px;
right:7px;
}

#mainphoto {
background:url(../images/hdr.jpg) no-repeat;
width:859px;
height:282px;
position:relative;
left:23px;
top:-5px;
}


/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
width:595px;
position:relative;
clear:right;
float:right;
margin:10px 0;
padding:0 30px 0 20px;
border-left:1px solid #e2e1d9;
min-height:300px;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#5d2f0f;
text-decoration:underline;
}

#contentarea a:hover {
color: #3c5155 ;
text-decoration:none;
}

/*text header*/
#contentarea .txthdr {
color:#1d4358;
font-size:1.6em;
font-weight:bold;
}

/*********************************/
/*          NAVIGATION
/*********************************/
#nav {
width:220px;
position:relative;
float:left;
margin:10px 0 0 0px;
left:25px;
}

#nav ul li {
list-style:none;
margin:5px 0;
padding:0 0 0 0px;
}
/*gold arrow*/
#nav ul li a  {
background:url(../images/navArrow.gif) no-repeat 3px 5px;
position:relative;
display:block;
color:#000000;
font-size:1.15em;
text-decoration:none;
outline:none;
font-weight:bold;
}

#nav ul li a span {
padding:3px 0 3px 16px;
display:block;
}

/*hover effect*/
#container #nav ul li a:hover span {
background:url(../images/navArrow_hover.jpg) no-repeat 3px 5px;
}
/*hover effect*/
#nav ul li a:hover {
background:url(../images/navBkgd_hover.jpg) repeat-x;
display:block;
color:#FFFFFF;
}

/*image bkgd remains on first tier selected*/
#nav ul li .selected {
background:url(../images/navBkgd_hover.jpg) repeat-x;
color:#FFFFFF;
}

/*image bkgd remains on first tier selected*/
#nav ul li .selected span {
background:url(../images/navArrow_hover.jpg) no-repeat 3px 5px;
}

/*image bkgd remains on first tier selected*/
#nav ul li .selected span {
background:url(../images/navArrow_hover.jpg) no-repeat 3px 5px;
}


/*no image on second tier selected*/
#nav ul li ul .selected,  #nav ul ul li .selected span {
background:none;
color:#000000;
}

/*underline selected*/
#nav ul ul li .selected {
text-decoration:underline;
}

/*no image on second tier hovers*/
#container #nav ul li ul li a:hover span {
background:none;
}

/*start 2nd tier submenu*/
#nav ul li li{
list-style:none;
margin:0px 0;
padding:3px 0 0 15px;
background:none;
}

#nav ul ul li a {
background:none;
font-size:1.1em;
font-weight:normal;
}


/*third tier*/
#nav ul li li li li .selected span {
background:url(../images/navArrow.gif) no-repeat 3px 5px;
}

#nav ul ul ul li .link span{
background:none;
text-decoration:none;
}

#nav ul ul ul li {
margin:0px 0;
line-height:1em;
}


/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footer.jpg) no-repeat #3c5155 top center;
width:100%;
height:50px;
clear:both;
position:relative;
z-index:2;
}

#footer p {
color:#FFFFFF;
text-align:right;
padding:46px 10px 0 0;
font-size:.9em;
}

#footerbkgd {
background-color:#193949; 
margin:-50px 0 0 0;
width:100%;
height:100px;
}