/* Bongo4U CSS Control File */

/* Import Common CSS for All Sites */


/* Import Menu for Top */
@import url(top_menu_vertical_popout.css);

/* Import Common CSS for the desired Theme */
@import url(center_masthead_theme.css);

/* LAYOUT BACKGROUND AND COLORS AND DISTANCES */

body { /* The entire window's background, wider than the canvas area */
   background-color: #2050A0;
   color: black;
}

#layout_default { /* The center canvas area */
   background-color: white;
   background-image: url('../images/cdnmall_masthead_760x190.jpg');
}
/*	Background Images:
	Hot Air Balloon:	'../images/Hot Air Balloon - crop2 760x190.jpg'
	WordPress Blue:		'../images/header.gif'
*/

#b4u_top .b4u_pagetitle h2 {
   padding-top: 147px;
   font-size: 24px;
   color: white;
}

#b4u_top .b4u_nav {
   margin-top: 1px;
}

#b4u_middle {
   margin-top: 24px;
}

/* DEFAULT FONT FAMILY */

* {
   font-family: Arial, Verdana, sans-serif;
}

/* DEFAULT FONT SIZE */

body, p, a, li, input, textarea, select, option, td, th, dt, dd, .error_message, input.submit {
   font-size: 13px;
}

/* HEADINGS */

#b4u_middle h1 {font-size: 24px; color: #17397A;}
#b4u_middle h2 {font-size: 15px; color: #076FEC; letter-spacing: 0.2em;}
#b4u_middle h3 {font-size: 13px; color: #17397A;}

/* NAVIGATION LINK COLORS */

#b4u_top .b4u_nav  p.level_1 a,
#b4u_top .b4u_nav  p.level_2 a,
#b4u_top .b4u_nav  p.level_3 a,
#b4u_top .b4u_nav  p.level_4 a,
#b4u_top .b4u_nav  p.level_5 a,
#b4u_top .b4u_nav  p.level_6 a {
   color: #17397A;
}

#b4u_top .b4u_nav  p.level_1 a:hover,
#b4u_top .b4u_nav  p.level_2 a:hover,
#b4u_top .b4u_nav  p.level_3 a:hover,
#b4u_top .b4u_nav  p.level_4 a:hover,
#b4u_top .b4u_nav  p.level_5 a:hover,
#b4u_top .b4u_nav  p.level_6 a:hover {
   color: #FF0000;
}

/* LISTS */

#b4u_middle .b4u_content ul {
   list-style-image: url(../images/cdn_icon_22x22.jpg);
}

#b4u_middle .b4u_content li a {
   font-weight: bolder;
}

#b4u_middle .b4u_content li a:hover {
   color: #ff0000;
   text-decoration: underline;
}
