@charset "utf-8";

/* Pinnacle CMS Ver 1.2 */

html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/*************************
 LAYOUT DIVs
*************************/

div#contained {
	
}

div#header {
	display:none;
}

div#home_link {
	display:none;
}

div#email_link {
	display:none;
}

div#mainnav {
	display:none;
}

div#content_top {
	display:none;
}

div#content_bottom {
	display:none;
}

div#footer {
	margin-top:15px;
	text-align:center;
}

div#footer img {
	border:none;
}
	
/*==========================================================*/
/*						 IE6 PNG							*/
/*==========================================================*/

* html .png, * html .png img {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

