body {
background-color: #949494;
}
#browserframe {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
}
#root {
background-color: #ededed;
margin:0 auto;
margin-top: 50px;
width: 938px;
-webkit-box-shadow: 0px 5px 20px #666;
-moz-box-shadow: 0px 5px 20px #666;
}
#header {
height: 90px;
background-color: #5a7588;
background-image: url('macadamia.png');
background-attachment: absolute;
background-position: center right;
background-repeat: no-repeat;
}
#subroot {
background-color: #ededed;
height: 500px;
}
#menu {
background-color:#e6e6e6;
width: 250px;
height: 500px;
float: left;
background-image: url('mediumNut.png');
background-attachment: relative;
background-position: bottom center;
background-repeat: no-repeat;
}
#inactiveRow {
background-color:#e6e6e6;
height: 25px;
}
#content {
background-color:#ffffff;
height: 450px;
background-image: url('watermark.png');
background-attachment: relative;
background-position: bottom right;
background-repeat: no-repeat;
}
.topcontentbounds
{
width: 638px;
height: 450px;
float: left;
padding: 25px 25px 25px 25px;
visibility: hidden;
}
.subcontentbounds
{
width: 638px;
height: 450px;
float: left;
padding: 25px 25px 25px 25px;
margin-top: -500px;
margin-left: 250px;
position: relative;
visibility: hidden;
}
#contact {
background-color:#ededed;
width: 638px;
height: 43px;
float: left;
padding: 7px 0px 0px 10px;
margin-top: -50px;
margin-left: 250px;
position: relative;
}
#contactSub {
background-color:#ededed;
margin-top: -27px;
margin-left: 42px;
position: relative;
}
.lightRow {
background-color:#ededed;
padding: 15px 15px 15px 40px;
}
.darkRow {
background-color:#e6e6e6;
padding: 15px 15px 15px 40px;
}
.lightRow:hover {
background-color:#ffffff;
padding: 15px 15px 15px 40px;
background-image: url('nut.png');
background-attachment: relative;
background-position: 5px;
background-repeat: no-repeat;
}
.darkRow:hover {
background-color:#ffffff;
padding: 15px 15px 15px 40px;
background-image: url('nut.png');
background-attachment: relative;
background-position: 5px;
background-repeat: no-repeat;
}
span {
font-family: helvetica;
color: #000000;
font-size: 11pt;
}
span.fontHeaders {
color: #5a7588;
font-weight:bold;
}
a:link {
color: #38452f;
text-decoration: underline;
}
a:visited {
color: #4f674c;
text-decoration: underline;
}
a:hover {
color: #4a5f3c;
text-decoration: underline;
}