html, body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; width: 100%; background-color: #FFFFFF;  }

a { text-decoration: none; color: #00baff; }
a:hover { text-decoration: underline; }
#wrapper { width: 950px; text-align: left; }
#pagetable { text-align: center; height: 100%; width: 100%; border: 1px; }
#header  { margin-top: 20px; margin-bottom: 5px; }
#footer  { clear:both; text-align: center; font-size: 10px; position: absolute; z-index: 10; bottom: 50px; left: 50px;}

#body-left { width: 500px; float: left; text-align: left; }
#body-right { width: 430px; float: right; text-align: left; }

#homeVideo { position: absolute; width: 490px; height: 285px; background: #FFFFFF; z-index: 20; margin: 2px; text-align: center; display: none; }

.submenu { width: 190px; position:absolute; margin-left: 238px; margin-top: 1px; padding: 1px 1px 1px 1px; display: none; text-align: left; clear: both; }
.submenu a { text-decoration: none; padding: 2px 2px 2px 5px; display: block; min-height: 32px; height: auto !important; height: 32px; }
.submenu a img { margin-top: 6px; margin-right: 10px; }
#submenu1, #submenu1 a { background-color: #0073bb; color: #FFFFFF; }
#submenu2, #submenu2 a { background-color: #fbaa29; color: #805209; }
#submenu3, #submenu3 a { background-color: #a9bd26; color: #566206; }
#submenu4, #submenu4 a { background-color: #303134; color: #FFFFFF; }
#submenu1 a:hover { background-color: #00baff; }
#submenu2 a:hover { background-color: #ffe066; }
#submenu3 a:hover { background-color: #d8f039; }
#submenu4 a:hover { background-color: #565961; }
.submenu-item { font-size: 12px; }
.submenu-img { clear: both; display: block; }
.submenu-divide { height: 2px; border-top: 1px solid #CCCCCC; margin-top: 2px; }


/* alerts page */
.event { padding: 5px 0px 5px 0px; border-top: 1px dashed #3a7dda; color: #3a7dda; clear: both; }
.date { color: #666666; font-weight: bold; }
.events-list { margin-left: 10px; width: 490px; float:left; }
.event-checkbox { width: 15px; float: left; }
.event-checkbox input { width: auto; }
.event-text { text-align: left; width: 465px; margin-left: 25px;  }


/* tips formats */
.Tips { cursor: pointer; }
.tool-tip { color: #fff; width: 139px; z-index: 13000; }
.tool-title { font-weight: bold; font-size: 12px; margin: 0; color: #fff; padding: 8px 8px 0px; background: url(../_img/tips-bg2.png) top left; }
.tool-text { font-size: 12px; padding: 8px 8px 8px; background: url(../_img/tips-bg2.png) bottom right; }
 

/* contact formats */
.contact-quote { font-size: 18px; color: #3a7dda; }
.contact-expert { text-align: right; }
.contact-text { clear: both; padding-top: 10px; }

/*
#clouds { height: 100%;	width: 100%; z-index: -10; position: absolute; }
#overlay {	background-image: url(../img/opacity40.png);	background-repeat: repeat;	height: 100%;	width: 100%;	z-index: 0;	min-width: 1200px;	min-height: 900px;}
html img, 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 = "img/blank.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)
);
}
*/

