/* - - - - - - - - - - - - - - - - - - - - -

Title : Bug Zero
Author : Ryan Swedal
URL : http://bugzero.biz

Created :  12-08-2007
Modified :  12-18-2007

- - - - - - - - - - - - - - - - - - - - - */

/* Global Colors */
/* 
  Red Brown: #930 
  Brown Red: #960
  Gray Green: #8D8A61 
  Dark Green: #030
  Light Gray: #DFDFCE
*/

/* =HTML  */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote {margin:0; padding:0;} 
html>body {font-size: 12px;}
body {
padding:20px 0;
color: #666;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
background: #960 url(../images/main_bg.jpg) top left repeat-x;
}
p {
margin-top: 1em;
margin-bottom: 1.75em; 
line-height: 1.6em;
font-size:1em;
}
blockquote {padding: 0.4em 3em 0.8em 3em;}


/* =HEADINGS  */
h1 {
margin-top: 1.2em;
margin-bottom: 0; 
color: #8D8A61; 
font-weight: normal;
font-size:1.8em;
line-height: 1em;
}
h2 {
margin-top: .8em;
margin-bottom: 0;  
color: #960; 
font-weight: normal; 
font-size:1.6em;
line-height: 1.6em;
}
h3 {
margin-top: 1em;
margin-bottom: 1em;  
color: #666; 
font-weight: normal; 
font-size:1.6em;
line-height: 1.6em;
}
h4 {
margin-top: 0.8em;
margin-bottom: 0;  
color: #333; 
font-weight: normal; 
font-size:1.6em;
line-height: 1.6em;
}
h5 {
margin-top: 0.8em;
margin-bottom: 0;
color: #333;
font-size:1.6em;
line-height: 1.6em;
}
h6 {
margin-top: 0.8em;
margin-bottom: 0;
color: #333;
font-size:1.6em;
line-height: 1.6em;
}


/* =LINKS  */
a:link {color: #930; text-decoration:none;}
a:visited {color: #930; text-decoration:none;}
a:hover {color: #960; text-decoration:underline;}
a:active {color: #960; text-decoration:none;}


/* =NAVIGATION  */
/* MAIN and FOOTER NAV */
#globalNav {font-size:1em;} 
#footnav {
padding: 20px;
font-size:1.1em;
}
#navlist, #footlist {
list-style: none;
margin: 0;
}
#navlist li, #footlist li {
display: inline;
padding: 0;
margin: 0;
}
#navlist li a {color: #960;}
#footlist li a {color: #999;}
#navlist li a:hover, #footlist li a:hover {color: #930;}

/* BREADCRUMB NAVIGATION */
#breadnav {
height:50px;
margin: 0;
padding: 0 0 0 40px;
font-style: italic;
background: #fff url(../images/bread_bg.jpg) bottom left repeat-x;
}
#breadlist {
list-style: none;
padding: 20px 0 0 0;
margin: 0;
}
#breadlist li {
display: inline;
padding: 0;
margin: 0;
}

/*  SIDEBAR NAV: Bulleted Rollover List */
/*  
http://css.maxdesign.com.au/listamatic/vertical14.htm 
*/
.sidelist h2 { 
margin:30px 0 8px 0;
padding: 4px 10px 4px 10px;
font-size: 1.2em; 
color: #8D8A61; 
background: #DFDFCE;
}
#sidenav {margin-bottom:6em;}
#sidenav ul {
margin:0 ;
padding:0;
list-style-type: none;
text-align: left;
}
#sidenav ul li ul {
padding-left: 24px;
}
#sidenav ul li ul li a {
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #666;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
}
#sidenav ul li ul li a:hover {
background: transparent url(../images/list-on.gif) left center no-repeat;
color: black;
}


/* =LAYOUT  */
.hide {display:none;}
.right {float:right;}

/* HEADER */
#hd {
height: 134px;
background: #fff url(../images/header_bg.jpg) top left repeat-x;
}
#hd-l {
width:30%;
height: 134px;
float: left;
padding-left: 20px;
background: transparent url(../images/header_l.jpg) top left no-repeat;
}
#hd-r {
width: 60%;
height: 134px;
float: right;
text-align: right;
padding-right: 26px;
background: transparent url(../images/header_r.jpg) top right no-repeat;
}
#logo {
margin-top: 14px;
margin-left: 36px;
width: 288px;
height: 100px;
background: transparent url(../images/bugzerologo.gif);
}
#slogan {
margin:0;
padding:36px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.8em;
font-style:italic;
color: #993300;
font-weight:bold;
}

/* GRAPHIC BANNER */
#banner {
height:211px;
background: #333 url(../images/banner_bg.jpg) top left repeat-x;
}
#banner-l {
width:55%;
height: 211px;
float:left;
padding-left:20px;
background: transparent url(../images/banner_l.jpg) top left no-repeat;
}
#banner-r {
padding-right:10px;
width:33%;
height: 211px;
float:right;
text-align:right;
background: transparent url(../images/banner_r.jpg) top right no-repeat;
}
#banner blockquote {
padding:58px 0 0 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-style: italic;
line-height: 1.8em;
}
#grphc {
margin-top:22px;
width: 301px;
height: 167px;
background: transparent url(../images/banner_grphc.jpg) top right no-repeat;
}

/* MAIN CONTENT AREA */
#bd {background: #fff;}
#yui-main .yui-b {
padding: 0px 80px 40px 20px;
}
.yui-b {
padding: 10px 20px 20px 20px;
}

/* SECONDARY CONTENT */
.bttn001 {
margin:0 0 10px 0; 
padding:0;
width: 220px;
height: 48px;
text-align:center;
line-height: 44px;
background: transparent url(../images/bttn001.jpg);
}
.bttn001 a {
font-size: 1.4em;
font-style: italic;
color: #8D8A61;
}

.bttn002 {
margin:0 0 25px 0; 
padding:0;
width: 220px;
height: 48px;
text-align:center;
line-height: 44px;
background: transparent url(../images/bttn001.jpg);
}
.bttn002 a {
font-size: 1.4em;
font-style: italic;
color: #8D8A61;
}


/* FOOTER */
#ft {
margin:0;
padding: 0;
display:block;
background: #333;
text-align:center;
}
#ft p {
margin:1em 0 0 0; 
padding: 0;}
#copy {
margin-top: 0;
text-align:center;
color: #666;
font-size: 0.9em;
line-height: 2em;
}

.imgright {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

.imgleft {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.grayborder {
	border:4px solid #DFDFCE;
}

.wildlife {
	float:left;
	width:133px;
	margin-right:7px;
}

#pestlibrary {
	width:650px;
}

#pestlibrary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pestcategory {
	position: relative;
	float:left;
	width:184px;
	text-align:center;
	margin-bottom:20px;
}

.pestcategory ul {
	background-color: #fff;
	border: 4px solid #DFDFCE;
	position: absolute;
	left: 13px;
	top: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 9999;
}

.pestcategory ul li a {
	display: block;
	width: 150px;
}

li.pestcategory:hover ul {
	display: block;
}

.pestsubcategory {
	float:left;
	width:236px;
	text-align:center;
	margin-bottom:20px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.flashvideo {
	float:left;
	width:288px;
	height:216px;
	margin-right:10px;
	margin-bottom:20px;
	border:4px solid #e8e8e8;
}

.center {
	text-align:center;
}

.caption {
	font-size:.85em;
	font-style:italic;
	margin-top:5px;
}

.noborder {
	border:0px;
}

.redtext {
	color:#ff0000;
}

.bignumber {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

.insectashieldtext {
	margin-top:15px;
}

.universitylogo {
	width:164px;
	height:112px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

SUP {
	line-height:0;
	font-size:7px;
	}
iframe {
	border: 0px solid #ffffff;
	}
.central-1 {
	margin-left: 20px;
	margin-bottom:20px;
	position: relative;
	width: 900px;
	height:660px;
	border:0px;
	background-color:#fff;
	}
.hometitle {
	letter-spacing:-1px;
}	