@charset "utf-8";
/* CSS Document for www.stevespest.com
Created by Web Wise Concepts, Nov 2009 */

html, body, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
body {
	min-width: 780px;
	background: #fff url(../images/body_bg.jpg) repeat-x;
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
/* lAYOUT ---------------------------------------------- */
#wrapper {
	width: 75%;
	margin: 10px auto;
	text-align: left;
	border: 2px solid #9ec630;
	background: #fff;
	font-size: .8em;
}
#skipnav {
	position: absolute;
	margin: 5px 0 0 -1000px; /* moves links out of window */
	list-style: none;
	display: none; 
}
#skipnav li {
	margin: 0;
	padding: 0;
	position: absolute; /* makes links display in same spot when tabbed to */
}
#skipnav a:focus, #skipnav a:active {
	width: 12em; /* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px; /* moves links back in window */
	overflow: visible; /* for IE, doesn't hurt others */
	display: block; /* for IE, doesn't hurt others */
}
#blah:active { /* for IE, doesn't hurt others */ }
#header {
	position: relative;
	padding: 0;
}
#photo-banner {
	height: 120px;
	border-top: 5px solid #9ec630;
	border-bottom: 5px solid #9ec630;
	background: #fff url(../images/header.jpg) no-repeat right;
}
#logo {
	float: left;
	padding: 1px 0;
	width: auto;
}
#content {
	float: left; /* makes it contain children floats */
	width: 100%;
	padding: 15px 0;
}
#sidebar {
	float: right;
	width: 24%;
	min-width: 180px;
	margin-right: 15px;
	padding-bottom: 10px;
	border: 1px solid #9ec630;
	background: #83acca;
	color: #f8f8f8;
}

#content_main {
	width: 70%;
	margin-bottom: 15px;
	margin-left: 15px;
}
#onecol #content_main {
	width: 95%;
	margin: 0 15px;
}
#box_container {
	margin: 15px auto;
	width: 500px;
	padding: 20px 10px 10px 10px;
	background: #9ec630;
}
#box_container #box_left {
	float: left;  
	width: 235px;  
	margin-bottom: 10px;  
	background-image: url(../images/box_left.gif); 
	background-repeat: no-repeat;  
	background-position: 90% 25px;  
	background-color: #F4F4F4; 
}
#box_container #box_right {
	float: right;  
	width: 235px;  
	margin-bottom: 10px;  
	background-image: url(../images/box_right.gif);
	background-repeat: no-repeat;
	background-position: 95% 75px;  
	background-color: #F4F4F4;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
#footer {
	background-color: #E3ECF3;
	border-top: 1px solid #9ec630;
	text-align: right;
	margin-top: 20px;
	clear: left;  
}

/* TEXT ---------------------------------------------------- */
h1, h2 {
	font-family: Georgia, "Times New Roman", serif;
	color:#9ec630;
}
h1 {display: none;}
@media print {h1 {
	padding: 20px 0 0 40px;
	font-size: 2.5em;
}}

h2 {
	font-size: 165%;
	margin: 8px 10px;
	padding: 4px 0 4px 10px;
	font-family: Georgia, "Times New Roman", serif;
	background-color: #F4F4F4;  /*sets the background colour*/
}
h3, #sidebar p.title {
	font-size: 115%;
	color: #9ec630;
	background: #f4f4f4;
	font-weight: bold;
}
h4 { font-size: 100%; }
#content_main h3 {
	margin: 8px 35px;
	padding: 4px 10px;
	width: 75%;
}
#sidebar p.title, #box_container h3 a{
	margin: 8px 3px;
	padding: 4px 0;
	text-align: center; }
p {
	margin:0 10px;
	padding: 3px 0;
	line-height: 1.3;
}
#box_container p { margin: 10px;}
#sidebar p {
	font-size: 90%;
	padding: 5px;
}
p#tag {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 100px 0 5px 0;
	text-align: center;
	font-weight: bold;
	color: #9ec630;
}
#footer p {
	padding: 4px 4px 4px 10px;
	font-size: 70%;
	margin: 0;
}
/* LISTS --------------------------------------------------- */
dl { margin: 15px 35px; }
dt {
	margin: 1em 0 0 0;
	font-weight: bold;
}
dd { margin: 0; }
#content_main ul { margin-left: 2.5em; }
#content_main li { padding-bottom: 8px; }

/* Generic ------------------------------------------- */
.fltlt {
	float: left;
	width: auto;
	margin: 8px 8px 8px 0;
}
.fltrt {
	float: right;
	width: auto;
	margin:  5px 0 5px 10px;
}
.block {padding: 15px 25px;}
.center {
	text-align: center;
	margin: 5px auto;
}
.caption {
	font-size: .75em;
	padding: 5px 0;
}
#call {
	text-align: right;
	font-weight: bold;
}
.enlarge {
	font-size: 1.2em;
	font-weight: bold;
}
.smit {
	font-size: .7em;
	font-style: italic;
}
img { border: none; }
/* LINKS --------------------------------------------------- */
a {
	padding: 1px 3px;
	color: #6998BE;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background: #6998BE;
}
#sidebar ul {
	list-style: none;
	margin: 0 auto;
	padding: 5px;
	background:#E3ECF3;
	width: 150px;
}
#sidebar li {
	padding: 3px 6px;
	margin-bottom: 1px;
	font-size: 85%;
	line-height: normal;
}
#sidebar ul.list {background-color: transparent;}
#sidebar #buglinks a {
	color: #fff;
	background:url("../images/tableftsm.gif") no-repeat left top;
	margin:0;
	padding:0;
	text-decoration:none;
}
#sidebar #buglinks a span {
	display:block;
	background:url("../images/tabrightsm.gif") no-repeat right top;
	padding:5px 0;
	text-align: center;
	color:#FFF;
}
#sidebar #buglinks a:hover span { background-position:100% -32px; }

/*- Menu Tabs --------------------------- */
#nav_main {
	float:right;
	width:100%;
	background:#E3ECF3;
	font-size:93%;
	line-height:normal;
}
#nav_main ul {
	margin:0;
	padding:10px 50px 0 10px;
	list-style:none;
}
#nav_main li {
	display:inline;
	margin:0;
	padding:0;
}
#nav_main a {
	float:right;
	background:url("../images/tableft5.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	width: auto;
}
#nav_main a span {
	float:right;
	display:block;
	background:url("../images/tabright5.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav_main a span { float:none; width: auto;}
/* End IE5-Mac hack */
    #nav_main a:hover span { color:#FFF; }
#nav_main a:hover { background-position:0% -42px; }
#nav_main a:hover span { background-position:100% -42px; }
#nav_main #current a { background-position:0% -42px; }
#nav_main #current a span { background-position:100% -42px; }

/* forms ------------------------------------ */
form#payments {
	width: 200px;
	margin: 25px auto;
}
.req { color: red; }
#request {
	width: 80%;
	margin: 10px auto;
}
#request p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 175px; /*width of left column containing the label elements*/
	height: 1%;
}
#request label {
	font-weight: bold;
	text-align: right;
	float: left;
	margin-left: -175px; /*width of left column*/
	width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
#request input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/ width: 180px; }
input, textarea, select { margin-left: 15px; }
div#submit { margin: 5px 25px 25px 160px; }
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix { margin-left: 3px; }

/* Bug guide ----------------------------------*/
.tabcontent { display:none; }
 @media print {
.tabcontent { display:block !important; }
}
#bugguide {
	margin: 2.5em .5em 1em .5em;
	position: relative;
}
#bugguide img {
	float: left;
	width: auto;
	margin: 0 25px 25px 0;
}
#bugguide span img { margin: 0; }
#bugcontainer {
	border:1px solid #9ec630;
	width:94%;
	margin-bottom: 1em;
	padding: 10px 15px;
}
#bugcontainer p.sec_title {
	margin: 10px 0 0 25px;
	text-transform:uppercase;
	font-style: italic;
	color:#83acca;
}
#bugcontainer h3 {
	margin: 10px 0 25px 5px;
	padding: 4px 10px;
	width: 55%;
}
#bugcontainer p { margin: 5px 25px; }
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e3ecf3;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #83acca;
	visibility: hidden;
	color: #9ec630;
	text-decoration: none;
	font-size: 80%;
}
.thumbnail span img { /*CSS for enlarged image*/
	border: none;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
