/*
	Author:	Phil Craig
	Email:	phil@pinkfish.org
	Website:	http://www.pinkfish.org/
	stylesheet:	For main website template not including navigation or individual pages

*/
/*-------------------------------------------MAIN STYLING----------------------------*/


* {
	
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
	padding:20px;
	background-color:#CCCCCC;
	}
#wrapper {
	margin:auto;
	width:970px;
	height:auto;
	background-color:#FFFFFF;
	margin-top:15px;
	border:#FFFFFF solid 5px;
	}
#container {
	background-color:#FFFFFF;
	width:970px;
	height:auto;
	}
#topbanner {
	background-color:#FFF;
	width:970px;
	height:58px;
	}
#topbannerlogo {
	background:url(../images/topbannerlogo.gif) no-repeat;
	width:138px;
	height:58px;
	float:left;
	}	
/*BREADCRUMBS*/

#breadcrumbs {
	float:left;
	width:970px;
	height:24px;
	background:url(../images/breadfaux.gif) repeat-x;
	margin-top:5px;
	}
.breadcontent {
	float:left;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	}
.breadcontent2 {
	float:left;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	}
.breadcontent2 a{
	color:#FFF;
}
.breadcontent2 a:hover{
	color:#069;
}
.spacer {
	float:left;
	background:url(../images/breaddiv.gif) no-repeat;
	width:18px;
	height:24px;
	}		
#breadhome {
	float:left;
	background:url(../images/breadhome.gif) no-repeat;
	width:50px;
	height:24px;
	}		
/*-----------------------------------------------END OF MAIN STYLE*/

/* content */
#content {
	width:970px;
	height:100%;
	margin:2px, 0 0 0;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
	clear:both;
}
#banner {
	background:url(../images/banner1.gif);
	width:970px;
	height:190px;
	margin-top:2px;
	}
#catlogocontainer {
	clear:both;
	width:100%;
	height:100px;
	}
.pdfdownloads {
	width:70%;
	margin:auto;
	height:auto;
	margin-top:20px;
}
.dl1{
	float:left;
	margin-right:10px;
	
}
.dl2{
	float:left;
	margin-right:10px;
	
}
.dl3{
	float:left;
	margin-right:10px;
	
}
.dl4{
	float:left;
	margin-right:10px;
	
}
.dl5{
	float:left;
	margin-right:10px;
	
}
/*bannercontent*/


#homebox a {
	display: block;
	background:url(../images/bannerimage1.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	border-left:0;
	}
#homebox1 a {
	display: block;
	background:url(../images/bannerimage2.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}

#homebox2 a{
	display: block;
	background:url(../images/bannerimage3.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}
#homebox3 a{
	display: block;
	background:url(../images/bannerimage4.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}
#homebox4 a{
	display: block;
	background:url(../images/bannerimage5.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}
#homebox5 a{
	display: block;
	background:url(../images/bannerimage6.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}
#homebox6 a{
	display: block;
	background:url(../images/bannerimage7.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	}
#homebox7 a{
	display: block;
	background:url(../images/bannerimage8.gif) no-repeat top;
	width: 116px;
	height: 100px;
	float:left;
	border:#FFFFFF solid 3px;
	border-right:0;
	}
	
#homebox a:hover {
	background:url(../images/rollover/bannerimage1.gif) no-repeat bottom;
	}
	#homebox1 a:hover {
	background:url(../images/rollover/bannerimage2.gif) no-repeat bottom;
	}
	#homebox2 a:hover {
	background:url(../images/rollover/bannerimage3.gif) no-repeat bottom;
	}
	#homebox3 a:hover {
	background:url(../images/rollover/bannerimage4.gif) no-repeat bottom;
	}
	#homebox4 a:hover {
	background:url(../images/rollover/bannerimage5.gif) no-repeat bottom;
	}
	#homebox5 a:hover {
	background:url(../images/rollover/bannerimage6.gif) no-repeat bottom;
	}
	#homebox6 a:hover {
	background:url(../images/rollover/bannerimage7.gif) no-repeat bottom;
	}
	#homebox7 a:hover {
	background:url(../images/rollover/bannerimage8.gif) no-repeat bottom;
	}
	
/*banner content end*/	
/*--------------------------------------------------------LETSIDE CONTENT*/

#contentBottom {
	clear:both;
	margin-top:2px;
	height:100%;
	
}		
#quicklinksA {
	float:left;
	width:116px;
	height:100%;
	}


/*-----------------------------------------------------------footer */
#footer {
	clear:both;
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	text-align:center;
	width:970px;
}

/* Added by Larry Ullman: */
.error {
	font-weight: bold;
	color: #C00
}
