/* Screen
----------------------------------------------- */
@import url("structure/structure_screen.css");
@import url("text/text_screen.css");
@import url("theme/theme_screen.css");

/* Print
----------------------------------------------- */
@import url("structure/structure_print.css");
@import url("text/text_print.css");
@import url("theme/theme_print.css");


ul#main-menu {float:left;width:736px;}
ul#main-menu li {float:left;list-style:none;text-transform:uppercase;text-align:center;font-family:arial;font-weight:bold;line-height:29px;}
ul#main-menu li a {float:left;text-decoration:none;color:#025575;height:29px;width:103px;font-size:10px;background:url(/images/menubg.png) repeat-x;margin:0 1px 0 1px;}
ul#main-menu li a:hover {background-position:0 -29px;}

#banner {float:left;width:661px;height:149px;background:url(/images/banner.png) no-repeat;margin:3px 0 0 0;color:#FFF;font-family:arial;padding:50px 0 0 80px;}
#banner h3 {font-weight:normal;font-size:25px;width:415px;line-height:24px;}
#banner p {font-size:11px;width:405px;margin:4px 0 0 0;line-height:13px;}
#banner p#learn-more {float:left;text-indent:-1000em;height:25px;width:95px;margin:9px 0 0 0;}
#banner p#learn-more a {float:left;background:url(/images/learn-more.png) no-repeat;height:25px;width:95px;overflow:hidden;}
#banner p#learn-more a:hover {background-position:0 -25px;}

#header h2 {float:left;text-indent:-1000em;width:254px;height:51px;background:url(/images/logo.png) no-repeat;margin:3px 0 4px 7px;}