/*headerhome and tabs div are only on home page, other pages have header. Home page is all layers and uses only this stylesheet not main css sheet
colors are
99b5c6 blue
d14d4d red
d9d74d green*/

#tabs {
top : 10px;
position : absolute;
height : 34px;
margin : 0;
width : 900px;
left : 52px;
}

#headerhome {
top : 44px; 
height : 18px; 
width : 900px;
left : 52px; 
background-color : #d9d74d;
border-bottom : 1px solid #ccc;
color : white;
position : absolute;
}



/*used for right photo column*/

#menu {
top : 135px;
left : 640px;
width : 300px;
position : absolute;
padding : 8px;
}

/*used for left links to pages column*/

#links {
top : 95px;
left : 90px;  
width : 160px; 
position : absolute; 
}
#links a {
font-family: verdana, arial, sans serif; 
font-size: 13pt;
color : #369; 
padding : 3px 8px 6px 8px;
text-decoration : none;
background-color : #f0f3f6;
background-image : url(gradientlinkv.gif);
}
#links a:hover {
background-color : #f9f9cc;
background-image : none;
}
#links p {
margin : 18px 0 0 0 ;
padding : 0;
}

#content {
top : 100px;
left: 300px; 
width : 306px;
position : absolute; 
}
#content p {
font-family : verdana, Georgia, Times, Verdana, Arial, sans serif; 
font-size : 12pt;
color : #666;
line-height : 1.6em;
}




/*div for homepage only, pages use class*/
#footer {
top : 550px;
width : 840px;
left : 70px;
position : absolute;
}


BODY {
margin : 0;
background-color : #e5d9a6;
background-image : url(bkgray900gold.gif);
background-repeat : repeat-y;
margin-right : auto;
margin-left : auto;
background-position : 33px 0;
}
 
a {
color : #369; 
text-decoration : none; 
}
a:active {
color : black;
} 
a:hover {
background-color : #ff9;
color : black;
text-decoration : underline;  
}
a:visited {
color : #369;
}

p {
margin : 0;
font-family : verdana, Georgia, Times, Verdana, Arial, sans serif; 
font-size : 11pt; 
font-weight : normal; 
line-height : 1.3em;
}

H2 {
font-size : 13pt; 
font-family : Verdana, Arial, Sans serif;
font-weight : normal;
margin : 15px 0 0 0 ;
padding : 0;  
color : #369; 
} 

H6 {
font-size : 10pt;
font-family : Verdana, Arial, Sans serif;
font-weight : normal;
margin : 0;
}


img {
border : none;
}


.border {
border : 1px solid #ccc;
padding : 0;
}

.nono {
margin : 8px 0;
padding : 0;
}


.navbarhome { 
padding : 0 5px 2px 5px;
font-family: verdana, Arial, Sans serif;
font-size : 10pt; 
font-weight : normal;  
margin : 0;
}
.navbarhome a:link {
color:#fff; 
text-decoration: none;
}
.navbarhome a:visited {
color:#fff; 
text-decoration: none;
}
.navbarhome a:active {
color:#fff; 
text-decoration : none;
}
.navbarhome a:hover {
background-color : #fff; 
color : #000; 
text-decoration : none;
}


.footer {
font-size : 8pt; 
font-weight: normal; 
font-family : Verdana, Arial, Sans serif;
margin :  25px 0 0 0;
border-top : 1px solid #e1e1e1;
}
