/* TITLE: Stylesheet for HRC Web Designs
/* URL  : /hrcwd.css
/* MODIF: 09-Sept-05

/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 10px;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 10px;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 20px;
}

[class~="RHS"] {
  margin-right: 20px;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 25px;
  margin: 20px 210px 0 210px;
  padding: 0 10px 10px 10px;
  background-image: url('images/jjfadebg.jpg');
  background-repeat: no-repeat
}


.topOfPage {
  color: #0099FF;
  font-size: 80%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  float: right;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  margin: 0;
}

}

h1 {
  color: #0099FF;
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid #0099FF;
  padding-bottom: 5px;
  font-family: "trebuchet ms", tahoma, arial, sans-serif;
  
}

h2 {
  color: #0099FF;
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 5px;
  font-family: "trebuchet ms", tahoma, arial, sans-serif;
}

img {
  border: 0;
}

.floatright {
  float: right;
  magin: 10px;
}

.floatleft {
  float: left;
  margin: 10px;
}

div.portfolio {
  border-bottom: 2px solid #FF6600;
  padding: 5px;
}

div.inner {
  text-align: center;
  padding-bottom: 15px;
}


span.large {
  font-size: 150%;
  font-weight: bold;
}

span.side {
  background: #666666;
  text-align: center;
}

a:link {  color: #00FF00 }
a:visited {  color: #0099FF }
a:hover {  color: #00FF00 }
a:active {  color: #FF6600 }

/* ###### Header ###### */

#header {
  border-bottom: 2px solid #FF6600;
  height: 176px;
  margin-bottom: 5px;
  padding: 0 5px 0 10px;
  text-align: center;
  background-color: #333333;
  background-image:url('images/reflection.jpg');
}

.headerTitle {
  font-size: 300%;
  color: #0099FF;
}


/* ###### Side Box ###### */

.sideBox {
  border-top: 2px solid #FF6600;
  border-bottom: 2px solid #FF6600;
  width: 160px;
  margin-top: 20px;
  background-color: #666666;
  text-align: left;
}

.sideBox div {
  color: #0099FF;
  font-weight: bold;
  border-bottom: 1px dashed #FF6600;
  padding: 5px 10px 5px 10px;
  background-color: #333333;
}

.sideBox a:hover {
  background-color: #333333;
}

.sideBox a {
  color: #00FF00;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  display: block;
  padding: 10px;
  background-color: #666666;
}

.sidebox span {
  
  background-color: #666666;
  font-size: 80%;
  line-height: 20px;
}

/* ###### Footer ###### */

#footer {
  color: inherit;
  font-size: 75%;
  line-height: 20px;
  border-top: 2px solid #FF6600;
  padding: 0 10px 5px 10px;
  clear: left;
  text-align: center;
  background-color: #333333;
  margin-top: 20px;
  
}

#footer * {
  color: #0099FF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
