/* design by Anet Dunne updated June 28, 2007 mint testimonial box, columns align */
/* revised to display business card layout */
/* layout by Andreas Viklund, kuler.adobe.com pistachio */

* {margin:0; padding:0;}

/*** General tags ***/

body {
   background:url(images/background.gif) repeat-y top center #fffffb; /*Pistachio cream f6e7b1 */
   color:#404040;  
   font:76% Verdana,Tahoma,Arial,sans-serif;
   line-height:1.2em;
   margin:0 auto;
   padding:0;
   }

p {
   margin:0 0 18px 10px;
  }

a {
color:#45563B;  /* Pistachio Remix dark green */
font-weight:700; /* Linda changed this to bold */
text-decoration:none;  /* links are bold green, not underlined until hover*/
}

a:hover {
text-decoration:underline; /* line decoration only comes up on hover */
}

a img {
border:0;
}



ul,ol,dl {
font-size:0.9em;
margin:2px 0 16px 35px;
}

ul ul,ol ol {
margin:4px 0 4px 35px;
}

blockquote {
border:1px solid #dadada;
font-size:0.9em;
margin:20px 10px;
padding:8px;
}

h1 {
color:#667e52;  /* Pistachio brighter green does not show because this is a link */
font-size:4.2em; 
letter-spacing:-3px;
margin:0 0 25px 25px; /* bottom margin was 30 px */
}

h1 a {
color:#060;  /* company name shows emerald */
text-transform:none; 
text-decoration: underline;  /* show link underline only on company name */
}

h1 a:hover {
/* color: #b5b073;   light olive */
color: #AFCC99;  /* box color green */
}

h2 {
border-bottom:4px solid #b5b073; /*border color changed to light olive */
color:#45563b; /* pistachio remix blackish green */
font-size:1.4em;
letter-spacing:-1px;
margin:0 0 10px;
padding:0 2px 2px 5px;
}

h3 {
border-bottom:1px solid #dadada;
color:#4088b8;
font-size:1.2em;
font-weight:700; /* Linda changed this to bold */
margin:10px 0 8px;
padding:1px 2px 2px 3px;
}

/*** Main wrap and header ***/

#wrap {
color:#404040;
margin:10px auto;
padding:0;
width:970px;
}

#header {
margin:0;
}

#toplinks {
font-size:0.9em;
padding:5px 2px 2px 3px;
text-align:right;
}

#toplinks a {
color:#BBCC6E;
}

#slogan {
color:#b5b073; /* light olive tan */ 
font-size:1.5em;
font-weight:700;
letter-spacing:-1px;
line-height:1.2em;
margin:15px 0 20px 35px;
}

#letterhead {
color: #060;  /* emerald */
font-size: 1.5em;
font-weight: normal;
letter-spacing: 17px;
line-height: 1.2em;
margin: 0 0 30px 30px;
}


/*** Sidebar and menu ***/

#sidebar {
float:left;
/* line-height:1.4em;  eliminated to make the two colums line up but it squeezes the column text */
margin:0 0 5px;
padding:1px 0 0; 
width:195px;
}

#sidebar p {
line-height:1.4em; /* moved from #sidebar div to open text*/
}

#sidebar ul {
font-size:0.9em;
line-height:1.4em; /* added to compensate for removal from #sidebar */
list-style:none;
margin:0;
padding:0 0 15px 10px;
}

#sidebar li {
list-style:none;
margin:0 0 4px;
padding:0;
}

#sidebar li a {
font-size:1.2em;
font-weight:700;
padding:2px;
}

#sidebar ul ul {
line-height:1.2em;
margin:4px 0 3px 15px;
padding:0;
}

#sidebar ul ul li a {
font-weight:400;
}

#sidebar h2 {
margin:3px 0 8px;
}

/*** Main content ***/

#content {
float:right;
line-height:1.5em;
margin:0;
padding:0;
text-align:left;
width:750px;
}

#contentalt {
float:left;
line-height:1.5em;
margin-right:20px;
padding:0;
text-align:left;
width:750px;
}

#content h3,#contentalt h3 {
margin:10px 0 8px;
}

/*** Footer ***/

#footer {
border-top:4px solid #dadada;
clear:both;
color:#BBCC6E;
font-size:0.9em;
line-height:1.6em;
margin:0 auto;
padding:8px 0;
text-align:right;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
}

/*** Various classes ***/

.box {
background:#AFCC99; /* fade green was bbca79 pistachio tan 088b84  */
border:1px solid #b5b073; /* border was #c8c8c8 */
color:#fff;
font-size:0.9em;
font-weight:bold;
line-height:1.4em;
padding:10px 10px 10px 13px;
}

.box a {
color:#f0f0f0; /* link color against dark box b.g. */
}

.box h4 {
text-align:right;
}


.left {
float:left;
margin:0 15px 4px 0;
}

.right {
float:right;  
margin:0 15px 4px 15px;
}

.signature {
float: right;
margin: 0 45px 0 15px; /* bottom space controlled by box padding 10 px */
}

.readmore {
margin:-10px 10px 12px 0;
text-align:right;
}

.timestamp {
font-size:1.2em;
margin:-5px 0 15px 10px;
}

.timestamp a {
font-weight:normal;
}

.emerald {
color:#060; /* blue was #4088b8 pistachio was #bbca79 */
font-weight: bold;
}

.clear {
clear:both;
}

.fade {
color:#AFCC99; /* the word Construction  */
}

.tan {
color:#B5B073; /* pale blue #E4FBFF*/
}

.youarehere {
font-size:1.2em;
font-weight:700;
color:#B5B073;
}

.photo {
background:#fff;
border:1px solid #bababa;
margin:6px 18px 2px 5px;
padding:2px;
}
