/* Westheights Carnival 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/iStock_000002462034Small crop 760x190.jpg');
}
/*	Background Images:
	Ball on Grass:		'../images/iStock_000002462034Small crop 760x190.jpg'
	Hot Air Balloon:	'../images/Hot Air Balloon - crop2 760x190.jpg'
	WordPress Blue:		'../images/header.gif'
*/

#b4u_top .b4u_nav {
   margin-top: 1px;
}

#b4u_middle {
   margin-top: 24px;
}

/* DEFAULT FONT FAMILY */

* {
   font-family: 'Lucida Grande', 'Lucida Sans Unicode', 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_top .b4u_pagetitle h2 {
   font-family: Arial, Verdana, sans-serif;
   padding-top: 147px;
   font-size: 30px;
   color: white;
}

#b4u_middle h1 {font-size: 20px; color: #17397A;}
#b4u_middle h2 {font-size: 17px; color: #076FEC;}
#b4u_middle h3 {font-size: 14px; color: #C7A728; letter-spacing: 0.2em;}
#b4u_middle h4 {font-size: 11px; color: black;}

#b4u_middle .countdown {
   color: #076FEC;
   background-color: white;
   font-size: 18px;
   letter-spacing: normal;
   font-variant: small-caps;
}

/* 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: white;
   background-color: #cd0000;
}

#b4u_middle a:hover {
   color: #cd0000;
   background-color: #cccccc;
}

/***** Table Styles ******/

#b4u_middle .b4u_view .b4u_content .table_style{
	width: 518px;
}

#b4u_middle .b4u_view .b4u_content .table_style th{
	background-color: #d3d3d3;
	width: 220px;
	border: 1px solid #cccccc;
	vertical-align:middle;
	font-weight:bold;
	text-align:center;
	height:30px;
}

#b4u_middle .b4u_view .b4u_content .table_style tr{
	vertical-align:top;
}


#b4u_middle .b4u_view .b4u_content .table_style td{
	width:170px;
	border: 1px solid #cccccc;
	vertical-align:top;
}

#b4u_middle .b4u_view .b4u_content .table_style td p{
	margin:0;
	padding:0;
}
