/*
| Date: May 23, 2007
| Employed By: Pendergraphics
| Author: Erik Smith, erik@pendergraphics.com
*/

/* Subpage Content Elements */
/* -------------------------------------------------- */

body {
	background:#000 url(../../images/home/background.gif) repeat-x 1px 0px;
}

#content {
	width:850px;
	position:relative;
	left:19px;
	top:28px;
	float:left;
}

	#content ul {
		margin:0 0 0 20px;
	}

	#content p {
		padding:0 0 15px 0;
	}

	#content-corner {	
		position:absolute;
		top:-1px;
		right:16px;
	}
	
	#content-bottom {	
		position:absolute;
		left:0px;
		bottom:-90px;
	}


	#content h2 {
		width:800px;
	}

		#content div.liner {
			width:500px;
			float:left;
			margin:30px 0 0 0;
			line-height:16px;
		}
		
		
#keepHeight {
	float:left;
	height:400px;
	width:2px;
}

		
		
/* Breadcrumb & Callout Elements */
/* -------------------------------------------------- */

	#breadcrumbs {
		display:block;
		margin:0 0 0 17px;
	}

		#breadcrumbs li {
			list-style-type:none;
			float:left;
		}
		
		#breadcrumbs li a {
			color:#5FA7E0;
		}
	
			#breadcrumbs li.content {
					background: transparent url(../../images/sub/blue-main.png) repeat-x;
					height:19px;
					padding:6px 20px 0 20px;
			}
			
	#pdf {
		display:block;
		clear:both;
		position:relative;
		top:20px;
	}

		#pdf li {
			list-style-type:none;
			float:left;
		}
	
			#pdf li.content {
					background: transparent url(../../images/sub/red-main.png) repeat-x;
					height:24px;
					padding:10px 0 0 0;
			}
			
			
/* Category Photos */
/* -------------------------------------------------- */

#catPhotos {
	float:right;
	margin:30px 25px 0 0;
	width:300px;
}

	#catPhotos ul li {
		list-style-type:none;
		float:left;
	}
	
		#catPhotos ul li a  {
			background:#fff;
			border:3px solid #fff;
			display:block;
			width:75px;
			height:75px;
			margin:5px;
			overflow:hidden;
			text-align:center;
		}
	