/********************** HTML STYLES ***********************/ /* IE6 PNG FIX */ img, div, a { behavior: url(/iepngfix.htc); } /* DO NOT EDIT THE BODY TAG, USE .bodyClass INSTEAD */ body { margin: 0; background: #FFFFFF; color: #000000; } /* SET STANDARD FONT STYLES */ .bodyClass, p, td, .standard { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; } /* USE .bodyClass TO ASSIGN STYLES TO THE BODY TAG */ .bodyClass { text-align:center; background: url(standard/filler.jpg) repeat-x; } /* SET DEFAULT LINK COLOR */ a { color: #0000CC; } /* SET DEFAULT LINK MOUSE OVER COLOR */ a:hover { color: #0099FF; } a img { border: 0; } /********************** UNIVERSAL STYLES ***********************/ .error { color: #CC0000; } .standard { } .standardbold { font-weight: bold; } .standardheader { font-size: 24px; } /********************** LAYOUT STYLES ***********************/ #container { margin: 0 auto; width: 933px; background: #fff; } #header_logo { width: 933px; height: 95px; background: url(standard/header_logo.jpg) no-repeat; } #header_nav, #header_nav li { margin: 0; padding: 0; list-style: none; } #header_nav { padding: 45px 0 0 0; text-align: right; } #header_nav li { display: inline; padding: 0 10px; } #header_nav a { color: #FFFFFF; text-decoration: none; } /* #home_btn a{ float: right; display: block; margin-top: 36px; width: 85px; height: 33px; background: url(standard/top_nav_left.gif) no-repeat; } #home_btn a:hover{ float: right; display: block; margin-top: 36px; width: 85px; height: 33px; background: url(standard/top_nav_left_down.gif) no-repeat; } #aboutus_btn a{ float: right; display: block; margin-top: 36px; width: 77px; height: 33px; background: url(standard/top_nav_center.gif) no-repeat; } #aboutus_btn a:hover{ float: right; display: block; margin-top: 36px; width: 77px; height: 33px; background: url(standard/top_nav_center_down.gif) no-repeat; } #contactus_btn a{ float: right; display: block; margin-top: 36px; width: 114px; height: 33px; background: url(standard/top_nav_right.gif) no-repeat; } #contactus_btn a:hover{ float: right; display: block; margin-top: 36px; width: 114px; height: 33px; background: url(standard/top_nav_right_down.gif) no-repeat; } */ #center_graphic{ width: 933px; height: 183px; margin: 0 0 10px 0; background: url(standard/center_graphic.jpg) top no-repeat; } #content_header{ width: 933px; height: 29px; background: url(standard/content_header.jpg) no-repeat; } #title{ width: 633px; text-align: left; position: relative; top: 4px; left: 300px; font-size: 16px; color: #fff; } #middle{ background: url(standard/content_bg.jpg) repeat-y; } #content{ float: left; width: 600px; min-height:500px; height:auto !important; height:500px; padding: 0 0 0px 25px; } #content_footer{ width: 933px; height: 47px; background: url(standard/content_footer.jpg) no-repeat; } #left_nav{ padding: 1px 0 0 0; float: left; width: 261px; } #internal_nav{ margin: 0px 10px 0px 10px; text-align: left; width: 241px; } #internal_nav a:hover { background: url(standard/navigation_down.jpg) no-repeat; color: #fff; } .navoff{ display: block; color: #fff; width: 241px; margin: 3px 0px 3px 0px; padding: 1px 0px 2px 15px; text-decoration: none; background: url(standard/navigation_up.jpg) no-repeat; } .navon{ display: block; color: #fff; width: 241px; margin: 3px 0px 3px 0px; padding: 2px 0px 2px 15px; text-decoration: none; background: url(standard/navigation_down.jpg) no-repeat; } .subnavoff{ display: block; color: #fff; width: 241px; margin: 1px 0px 1px 0px; padding: 2px 0px 2px 15px; text-decoration: none; background: url(standard/navigation_down.jpg) no-repeat; } .subnavon{ display: block; color: #fff; width: 241px; margin: 1px 0px 1px 0px; padding: 2px 0px 2px 15px; text-decoration: none; background: url(standard/navigation_down.jpg) no-repeat; } #contact_info{ padding: 28px 0 0 0px; color: #fff; } #contact_info a{ color: #fff; } #infoname{ font-weight: bold; } .poweredby { padding: 10px; } .clear{ clear: both; }