/* Mooshmedia Stylesheet for Screen */

html { background: #86B219 url('/files/img/background.gif') repeat-x; }
body { width: 800px; margin: 2em auto; font: 82.5% Arial, sans-serif; }

#heading { height: 200px; }

h1#title a { float: right; margin: 5px 110px 0 0; width: 297px; height: 115px; background: url('/files/img/main-logo2.png') no-repeat; text-indent: -9999pt; }
#main-image { display: block; position: absolute; margin-left: -50px; margin-top: 130px; }

#navigation { height: 75px; letter-spacing: 0.1em; }
	#menu { padding: 15px 0; background: url('/files/img/darkener.png'); text-align: right; }
		#menu li { display: inline; }
		#menu li a { padding: 15px 20px; color: #FFF; text-decoration: none; }
		#menu li a:hover, #menu li a.current { background: url('/files/img/darkener.png'); }
	#submenu { margin-left: 345px; font-size: 85%; }
		#submenu li { display: inline; }
			#submenu li a { padding: 5px 7px; margin: 0 1px; background: url('/files/img/darkener-2.png'); color: #ceffe1; text-decoration: none; }
			#submenu li a:hover { color: #FFF; }
	#content { line-height: 1.8em; color: #E0EFBB; }
	#left-col { width: 355px; float: left; margin-top: 17px; padding-bottom: 0;  }	
	#right-col { width: 410px; float: right; margin-bottom: 20px; }
	#footer { clear: both; padding: 2em 0 0 380px; }
		#footer a { margin: 0 0 0 1em; }
a { color: #FFF; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
.accessibility { display: none; }

* html img, * html #title a,
* html .png{
position:relative;
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 = "http://mooshmedia.com/mooshmail/files/css/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='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
