/*Head*/
body.lightblue .b_head { background: url(images/b_head.bg.png) repeat-x 0 0; }

/*Search*/
body.lightblue p.button.search { background: url(images/search.button.png) no-repeat left top;}
body.lightblue p.button.search input { background: transparent url(images/search.button.png) no-repeat right -27px;}

/*Menu*/
body.lightblue #topper ul li {	border-right: 1px solid #182f43; border-left: 1px solid #037ef1;}
body.lightblue #topper ul li:first-child{ border-left: none; }
body.lightblue #topper ul li:last-child{ border-right: none; }

body.lightblue #topper ul.sf-menu li ul.children li {	border-left: 1px solid #037ef1; border-right: 1px solid #182f43; }
body.lightblue #topper ul.sf-menu li:first-child ul.children li {	border-left: 1px solid #037ef1; border-right: 1px solid #182f43; }
body.lightblue #topper ul.sf-menu li:last-child ul.children li {	border-left: 1px solid #037ef1; border-right: 1px solid #182f43; }

body.lightblue .top_menu{ background: url(images/menu.bg.png) no-repeat left top; }

body.lightblue .top_menu li { border-right: 1px solid #182f43; border-left: 1px solid #037ef1; }
body.lightblue .top_menu li:first-child { border-left: none;}
body.lightblue .top_menu li:last-child a { border-right: 1px solid #037ef1; }
body.lightblue .top_menu li li:first-child { border-left: 1px solid #037ef1; }

body.lightblue .top_menu li:hover { background: url(images/menu.hover.png) repeat-x left top; }
body.lightblue .top_menu li:first-child:hover { background: url(images/menu.hover.first.png) repeat-x left top; }

body.lightblue .top_menu li.current_page_item { background: url(images/menu.hover.png) repeat-x scroll left top transparent; }
body.lightblue .top_menu li.current_page_item:first-child { background: url(images/menu.hover.first.png) repeat-x scroll left top transparent; }

/*Submenu*/
body.lightblue .sf-menu li li { background: url(images/menu.hover.png) repeat right 0px; }
body.lightblue .sf-menu li li:first-child:hover { background: url(images/menu.hover.png) repeat right 0px; }
body.lightblue .sf-menu li li li { background: url(images/menu.hover.png) repeat right 0px; }
body.lightblue .sf-menu li li li:first-child:hover { 	background: url(images/menu.hover.png) repeat right 0px; }

/*Footer*/
body.lightblue .b_body_f { background: url(images/b_body_f.bg.png) repeat scroll 0 0 transparent; }
body.lightblue .b_body_f .bottom { background: url(images/b_body_f.bottom.bg.png) repeat-x scroll left bottom transparent; }

/*logo*/
.logo h1 a{color: #244562}