
body {
  font-size: 10pt;
  font-family: arial, verdana, sans-serif;
  color: #706657;
  background: #887f6a;
}

#shell {
  width: 865px;
  border: solid 1px #ccc;
  background-color: #fff;
  margin: 0 auto; 
  padding:7px;
}

#content {
  padding: 0 10px;
}





/*******************************
------------ HEADER ------------
*******************************/

#header {
  width: 100%;
  height: 120px;
  background: #2f2f2f url('images/samuelson-logo.jpg') no-repeat top left;
  margin-bottom: 2px;
  cursor: pointer;
}

#headerImage {
  height: 250px;
  background: #fff;
  margin-bottom: 2px;
  position: relative;
}

#notePad {
  width: 865px;
  color: #505050;
  background: #ededd3;
  font-weight: bold;
  filter: alpha(Opacity=80);-moz-opacity:.80;
  padding-top: 10px;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
}

#notePad-noURL {
  width: 865px;
  color: #505050;
  background: #ededd3;
  font-weight: bold;
  filter: alpha(Opacity=80);-moz-opacity:.80;
  padding-top: 10px;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
}

#notePad-noURL form {
  margin: 0;
  padding-bottom: 10px;
}

#description {
  width: 835px;
  background: #ededd3;
  overflow: hidden;
  border: none;
  font-family: arial, verdana, sans-serif;
  color: #505050;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
}




/*******************************
------------- MENU -------------
*******************************/

#nav {
  background: #b5aa8d;
  height: 40px;
  margin-bottom: 2px;
}

#nav ul {
  padding: 18px 12px 15px 12px;
  margin:0; 
}

#nav ul li {
  display: inline;
}

#nav ul li a {
  padding: 14px 12px 5px 12px;
  color: #fff;
  text-decoration: none;
}

#nav ul li a:hover {
  background: #fff url('images/hovernav.gif') repeat-x top left;
}

#nav ul li a.current {
  background: #fff url('images/currentnav.gif') repeat-x top left;
}













/*******************************
------------ HOMEPAGE -----------
*******************************/

#homeBoxLeft {
  width: 550px;
  height: 210px;
  float: left;
  border-right: 1px dotted #ccc;
  margin: 20px;
}

#homeBoxLeft p{
  margin-right: 40px;
}

#homeBoxRight {
  width: 200px;
  height: 210px;
  float: right;
  margin: 20px;
}

#homeBoxBottom{
  border-top: 1px dotted #ccc;
  width: 99%;
  float: left;
  clear: both;
  padding-top: 20px;
}

.denverTomorrow {
  width: 325px;
  text-align: left;
  margin-top: 10px;
}









/*******************************
---------- OUR STYLE -----------
*******************************/

#ourstyleBox {
  height: 275px;
  margin: 20px;
}

#ourstyleBoxLeft {
  width: 500px;
  height: 275px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
  padding-right: 30px;
}

#ourstyleBoxRight {
  width: 225px;
  height: 275px;
  float: right;
  margin: 20px;
}










/*******************************
--------- ADVERTISING ----------
*******************************/

#advertisingBox {
  margin: 20px;
}

#advertisingBoxLeft {
  width: 500px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
  padding-right: 30px;
}

#advertisingBoxRight {
  width: 225px;
  float: right;
  margin: 20px;

}









/*******************************
----------- IMAGING ------------
*******************************/

#imagingBox {
  margin: 20px;
}

#imagingBoxLeft {
  width: 500px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
  padding-right: 30px;
}

#imagingBoxRight {
  width: 225px;
  float: right;
  margin: 20px;

}








/*******************************
--------- COLLATERALS ----------
*******************************/

#collateralsBox {
  margin: 20px;
}

#collateralsBoxLeft {
  width: 500px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
  padding-right: 30px;
}

#collateralsBoxRight {
  width: 225px;
  float: right;
  margin: 20px;

}









/*******************************
---------- PRESS COPY ----------
*******************************/

#presscopyBox {
  margin: 20px;
}

#presscopyBoxLeft {
  width: 500px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
  padding-right: 30px;
}

#presscopyBoxRight {
  width: 225px;
  float: right;
  margin:20px;

}








/*******************************
----------DENVER POST -----------
*******************************/

#denverpostBox {
  margin: 20px;
}









/*******************************
------------- ABOUT ------------
*******************************/

#aboutBoxLeft {
  width: 225px;
  float: left;
  margin: 20px;
}

#aboutBoxRight {
  width: 550px;
  float: right;
  margin: 20px 20px 20px 0;

}








/*******************************
------------ CONTACT -----------
*******************************/

#contact {
  padding: 0 10px;
}


#contactBoxLeft {
  width: 450px;
  float: left;
  border-right: 1px dotted #505050;
  margin: 20px;
}

#contactBoxRight {
  width: 325px;
  float: right;
  margin: 20px;
  margin-right: 5px;
}

#mapContainer {
  width: 400px;
  height: 250px;
  border: 1px dotted #505050;
}

.contactForm {
  margin-left: 22px;
}

.sendBTN {
  background: #c13040;
  color: #fff;
  margin-top: 10px;
  margin-left: 277px;
}

.error {
  color: #c13040;
}











/*******************************
------------ FOOTER ------------
*******************************/


#footerImage {
  padding-top: 25px;
}


#footer {
  clear: both;
  text-align: center;
  height: 15px;
  padding-top: 100px;
  font-size: 8pt;
}












/*******************************
--------- COMMON STYLES --------
*******************************/

a {
  color: #B96D00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #706657;
  font-size: 24pt;
}

h3 {
  color: #706657;
  font-size: 14pt;
}

h4 {
  color: #706657;
  font-size: 12pt;
}

input {
  color: #706657;
}

textarea {
  color: #706657;
}