
/* CSS Document */


#nav_container {
width: 72em;
}


/* Main Navigation */

#navPyra {
margin:0;
padding: 0 0 0 0;
}
#navPyra li {
display:inline;
list-style-type:none;
margin:0pt;
padding:0pt;
}

h4 {
margin: 0; padding: 0;
font-family: Arial, Verdana, sans-serif;
font-size:1em;
font-weight:bold;

}


#navPyra a:link, #navPyra a:visited {
color:white;
float:left;
font-size:1em;
font-weight:bold;
line-height:250%;
padding:1em 2em 0.7em 0;
text-decoration:none;
}
#navPyra a.active:link, #navPyra a.active:visited, #navPyra a:hover {
background:transparent url(pics/tab_pyram2.gif) no-repeat scroll center bottom;
color: rgb(243,148,53);
}


/* Side navigation without structure */

#services_container ul {
list-style-image: url(pics/circle.gif);
padding: 0; margin: 0;
padding-left: 2em;
}



#services_container a,  #services_container a:link, #services_container a:visited, #services_container a:hover{
text-decoration: none;
color: black;
}

#services_container a:hover{
color: rgb(243,148,53);
}

#float_right {
float: right;
position:relative;
top: -65px;
right: 15px;
}

#copy_container img{
border-width: 0px;
padding: 0.2em;
}

#copy_container img:hover, #copy_container img:link, #copy_container img:visited,
#copy_container a:hover, #copy_container a:link, #copy_container a:visited{
padding: 0px;
border-width: 0.2em;
border-color: rgb(52,124,43);
}

#copy_container a, #copy_container a:visited{
color: black;
text-decoration: none;
font-weight: bold;
}

#copy_container a:hover{
color: red;
text-decoration: underline;
}

