/* Styling For SEO Area */
div#seo {
	width:956px;
	margin:auto;
	font-size:11px;
	line-height:20px;
	margin-top:300px;
	margin-bottom:10px;
	}
	div#seo #seo_left {
		float:left;
		width:762px;
		}
		div#seo #seo_left .seo_top {
			width:762px;
			height:11px;
			overflow:hidden;
			background-image: url(/SiteCollectionImages/left-seo-top-bg.gif);
			background-repeat:no-repeat;
		}
		div#seo #seo_left .seo_content {
			width:762px;
			background-image: url(/SiteCollectionImages/left-seo-content-bg.jpg);
			background-repeat:repeat-y;
			}
			div#seo #seo_left .seo_content .seo_content_inner {
				padding:10px 30px;
			}
		div#seo #seo_left .seo_bottom {
			width:762px;
			height:11px;
			overflow:hidden;
			background-image: url(/SiteCollectionImages/left-seo-bottom-bg.gif);
			background-repeat:no-repeat;
		}
	div#seo #seo_right {
		float:right;
		width:177px;
		}
		div#seo #seo_right .seo_top {
			width:177px;
			height:11px;
			overflow:hidden;
			background-image: url(/SiteCollectionImages/right-seo-top-bg.gif);
			background-repeat:no-repeat;
		}
		div#seo #seo_right .seo_content {
			width:177px;
			background-image: url(/SiteCollectionImages/right-seo-content-bg.jpg);
			background-repeat:repeat-y;
			}
			div#seo #seo_right .seo_content .seo_content_inner {
				padding:10px 20px;
			}					
		div#seo #seo_right .seo_bottom {
			width:177px;
			height:11px;
			overflow:hidden;
			background-image: url(/SiteCollectionImages/right-seo-bottom-bg.gif);
			background-repeat:no-repeat;
		}		

div#seo p,
div#seo h1,
div#seo h2,
div#seo ul {
	margin-bottom:18px;
}
div#seo h1 {
	color:#5C687A;
	font-size:17px;
}
div#seo h2 {
	font-size:14px;
	background-image:none;
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
}
div#seo ul {
	padding-left:30px;
}
/* End Styling For SEO Area */


