@charset "UTF-8";
/* CSS Document */

/*************** General ***************/
html, body, ul, ol, li, p, object, h1, h2, h3, h4, h5, h6, embed, form, fieldset, a, img, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 100.01%;
	
}

.clear_float{
	clear:both;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/***************************************/


#header {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 240px;
	background-image: url(../images/headerBG.jpg);	
}

.nav {
	position: absolute;
	top: 81px;
	left: 295px;
	width: 307px;
	height: 45px;
  }
  
.logo {
	position: absolute;
	top: 154px;
	left: 15px;
	width: 200px;
	height: 79;
  }
  
#footer {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 27px;
	background-image: url(../images/footerBG.jpg);
	clear: both;
}
  
  
 /***************************************/
 
 /***************************************/
 
 
#bgTop {
	background-image: url(../images/bgInnerTop.jpg);
	background-position: bottom;
	width: 100%;
	height: 30px;
}

#bgMiddle {
	background-image: url(../images/bgInnerMiddle.jpg);
	background-position: center;
	width: 100%;
	background-repeat: repeat-y;
	text-align: center;
}

#bgBottom {
	background-image: url(../images/bgInnerBottom.jpg);
	background-position: top;
	width: 100%;
	height: 50px;
}

 /***************************************/
 
 /***************************************/

#content {
	margin: 0 auto;
	width: 690px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 30px 30px 30px 30px;
}


ul {
	margin: 0 0 0 40px;
}







img { border:0px; }

h1 { font-size:15px; color:#ae3419; padding: 0 0 10px 0; }
h2 { font-size:12px; color:#000000; font-weight: bold; padding: 0 0 10px 0; }
p { line-height: 18px; }


.buckets {height:170px; margin:0px }
.bucket {float:left; width:155px; height:150px; margin:0px; padding:0 8px 0 8px; border-right:1px solid #ccc  }
.bucketLast {float:left; width:155px; height:150px; margin:0px; padding:0 8px 0 8px; border-right:0px }
.titlePad { padding: 0 0 10px 0; }
