html {overflow-y:scroll;} /*keep scrollbar position present at all times, for demo column expander*/

body {
    margin:0;
    padding:0;
    font:100%/1.4 arial,helvetica,sans-serif;
    background:#9fA0A5;

}
#wrapper {
    width:950px;
    margin:20px auto;
    background:#fff url(images/faux.jpg) repeat-y 0 0;
    overflow:hidden;/*contain the inner floats*/


}
#header {
    height:130px;
    background:#fff;
}
#content {
    width:700px;
    float:right;
    padding-top:.5em;
    text-align:justify;
    padding-right: 0.5em;
}
#left {
    width:220px;
    float:left;
    padding-top:.5em;
}
#footer {
    clear:both;
    height:80px;
    text-align:center;
    text-shadow: 1px 1px 1px #333333;
    background-color: #9FA0A5;
    color: #fff;
    padding-top: 10px;
	margin: 20px auto;
	width: 950px;
}


/*=== Demo Typography ===*/
h1,h2,p{margin:0 .5em .5em; font-size:1.6em;}
h2{font-size:1.3em;}
p{margin:0 .5em 1.15em; font-size:1em;}
#footer p{margin-bottom: 20px; font-size:0.8em;}

p.expand{
    font-size:.75em;
    font-weight:bold;
    margin:0 .75em .5em;
    padding:.5em 0;
}
p.expand a{ 
    text-decoration:none;
    color:#00F;
}
p.expand a:hover{
    display:block;
    height:250px;
    color:#000;
    background:#55F;
}

/*=== Added by Matt ===*/

#pestlist {
	padding: 5px 5px 10px 5px;
	background: #B0C4DE !important;
  	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	/* border-right: 1px dotted #330033; */
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#pestlist p {
  padding: 10px 5px 5px 5px; 
  
}

#pestlist strong {
		text-shadow: 1px 1px 1px #fff;
}

#pestlisthighlight {
background-color: #fff;
color: red;
font-weight:bold;
text-align:center;
margin: 5px auto 5px auto;
background-image: url(images/wasp.png);
background-repeat: no-repeat;
background-position: 2% 50%;
border: 1px solid red;
  -moz-border-radius: 6px;
-webkit-border-radius: 6px;

}

#pestlisthighlight p {

margin: auto 0 auto 50px !important;
vertical-align:top;
}

#content h2 { 
text-align: center;
margin: 15px 0 20px 0;
text-shadow: 2px 2px 2px #C2C2C2;
}

#content h3 {
text-align: center;
margin: 55px 0 20px 0;
font-size: 24px;
}

.img-desc {
	float:right;
	position: relative;
	display: inline;
	height:237px;
	width: 200px;
	margin: 5px auto 10px 25px;
	border: 1px solid #B0C4DE;
}
.img-desc cite {
	background: #B0C4DE;
	filter:alpha(opacity=70);
	opacity:.70;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 180px;
	padding: 10px;
	border-top: 1px solid #B0C4DE;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}

.img-desc2 {
	float:right;
	position: relative;
	display: inline;
	height:229px;
	width: 350px;
	margin: 5px auto 10px 15px;
	border: 1px solid #B0C4DE;

}
.img-desc2 cite {
	background: #B0C4DE;
	filter:alpha(opacity=75);
	opacity:.75;
	color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 330px;
	padding: 10px;
	border-top: 1px solid #B0C4DE;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}

#header h1 {
	text-indent: -9999em;
	background: url(images/sas-logo.png) no-repeat 0 20px;
	height: 130px;
}

#headertext {
	float: right;
	position: relative;
	margin-top: -140px;
	width: 380px; 
	padding: 5px 8px 8px 8px;
	font-weight: bold; 
}

#headertext p {
	margin-bottom: 5px;
}

#headertext strong {
font-weight: bold;
font-size: 26px;
}

#headertext a, a:active, a:visited {
color: #330033;
}

#headertext a:hover {
background-color: #330033;
color: #fff;
}

#footer a, a:visited {
	color: #fff;
}

#footer a:hover {
	color: #330033;
	background-color: #fff;
	text-shadow: none;
}

p.clearfix {
	clear: both;
}

#content a, a:visited {
	color: #330033;
}

#content a:hover {
background-color: #330033;
color: #fff;
}
