/** everywhere **/
body {
background: url(icons/topback.png) #FFFFCC repeat-x;
background-attachment: fixed;
}
img {
border: none;
}
.skip-nav {
left: -999em;
position: absolute;
}
div#container {
width: 904px;
margin-left: auto;
margin-right: auto;
padding: 0;
color: black;
font-family: verdana,sans-serif;
font-size: 80%;
}
a:link {
color: red;
}
a:visited {
color: #ff4817;
text-decoration: none;
}
/**** common menu style *****/
a.menu-item {
background-color: #ffff00;
color: black;
text-decoration: none;
}
/* "deactivate" link for this page */
.menu-this, .menu-sub {
background-color: white;
color: black;
text-decoration: none;
}
.menu-item:hover, .menu-item:focus, .menu-sub:hover, .menu-sub:focus {
background-color: #ff4817;
color: white !important;
text-decoration: underline;
}

/**** heading ******/
#header {
background: yellow no-repeat url(icons/head-bg4.png) right bottom;
border: red solid 2px;
color: black;
font-weight: bold;
height: 7.5em;
position: relative;
width: 900px;
-moz-border-radius-topright: 12px;
-moz-border-radius-topleft: 12px;
-webkit-border-top-right-radius: 12px;
-webkit-border-top-left-radius: 12px;
z-index: 10;
}
#header h1 {
font-size: 130%;
margin: 0;
position: absolute;
left: 1px;
top: 7px;
text-decoration: none;
}
#head-menu {
bottom: 0px;
list-style-type: none;
margin: 0;
position: absolute;
right: 3px;
}
#head-menu li {
float: right;
font-size: 90%;
padding: 1px;
text-align: center;
}
#head-menu li a {
border: #ff4817 solid 1px;
color: black;
display: block;
width: 8em;
-moz-border-radius: 12px;
-webkit-border-radius: 6px;
}

/** footer **/
#footer {
clear: both;
font-size: 75%;
/*height: 400px;*/
height: 50px;
padding-top: 5px;
position: relative;
text-align: right;
}
.foot-menu {
margin: 1px 5px;
position: relative;
}
.foot-menu a {
border: red solid 1px;
font-weight: bold;
height: 30px;
padding: 1px 10px;
text-align: center;
width: 8em;
-moz-border-radius: 12px;
-webkit-border-radius: 6px;
}

/***** home page *****/
#home-image {
border: none;
border-bottom: red solid 1px;
height: 296px;
margin-bottom: 0;
width: 900px;
}
#home-text {
background: yellow url(icons/home-bg.gif) repeat-x bottom;
border: red solid 2px;
border-top: none;
height: 480px;
margin-top: 0;
width: 900px;
}
#home-text p {
margin: 8px 12px;
padding: 2px;
}
.home-col {
float: left;
margin: 4px;
padding: 2px;
width: 285px;
}

/***** contact page ******/
#contact-bg {
background: url(images/contact.jpg) white;
border: red solid 2px;
border-top: none;
height: 480px;
position: relative;
width: 900px;
}
#contact-text {
position: absolute;
font-weight: bold;
bottom: 5px;
left: 180px;
margin: .5em;
padding: 0;
width: 550px;
text-shadow: yellow 2px 1px;

}
#contact-text h1 {
font-size: 190%;
}
#contact-text p {
font-size: 170%;
margin: 1em 1em 1em 5em;
}

/**** panel & picture nav menus *****/
#nv-menu {
left: 5px;
margin-top: 10px;
width: 150px;
float: left;
}
#nv-menu ul {
list-style-type: none;
padding-left: 0;
padding-top: 0;
margin-left: 1px; /* for IE */
}
#nv-menu li {
clear: left;
float: left;
margin-top: .4em;
}
#nv-menu li a {
border: red solid 1px;
display: block;
color: black;
padding: 1px;
text-align: center;
width: 145px;
-moz-border-radius: 12px;
-webkit-border-radius: 6px;
}
#nv-menu li h2 {
font-size: 110%;
margin: 0;
padding: 0;
text-align: center;
width: 150px;
}
#nv-menu li p {
background-color: #ff9900;
color: black;
margin: 0;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
width: 150px;
}
