@charset "UTF-8";
/* CSS Document */
@import url(_reset.css); /* Import CSS Reset Document */
@import url(_typography.css); /* Import Font CSS Document */
@import url(_layout.css); /*Import basic layout CSS Document */


#homepageFeature { height: 292px; position: relative; width: 1000px; z-index: 1; }
	
	#homepageFeature img{ behavior: url(../assets/css/iepngfix.htc); }
	
#homepageHeader { background-image: url(../images/global/topMenu/homepage-background.png); background-repeat: no-repeat; height: 78px; left: 0; position: absolute; top: 0; width: 1000px; }

.homepageBlogWrapper { margin: 0; padding: 1.4em 0 1.6em 0; }
		
		.homepageBlogTeaser p{ border-bottom: 1px solid #ccc; padding-bottom: 1.0em; }
		
		.homepageBlogMeta { color: #666; font-size: 11px; line-height: 1.6em; margin: 0; padding: 0; }
		
		.homepageBlogTeaser h2{
			font: 16px Tahoma, Geneva, sans-serif;
			color: #006699;
			font-weight: bold;
			line-height: 1.6em;
			margin:  0 0 0.3em 0; padding: 0;
			}
			
		.homepageBlogComments {
			font-size: 10px;
			color: #666;
			line-height: 1.6em;
			margin: 0; padding: 0;
			}
	
	
