/*
-----------------------------------------------
Style Sheet

Site: Building Operating Management Media Kit
Author:   Trade Press Media Group    www.tradepress.com
Version:  2009_1.0
----------------------------------------------- */

@import url("CalendarTable.css");
@import url("HomePage.css");

body {
  font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.4em;
  background: #a69786 url(http://www.bomkit.com/images/2010/bkg2010_2.gif) repeat top left;
}

p, h1, h2, h3 { margin: 0 25px 0 25px; }
p { margin-bottom: 15px;}
p, ul, ol { font: 14px Verdana, Arial, Helvetica, sans-serif; color: #666; }
h1, h2 { font: 26px Georgia, "Times New Roman", Times, serif; color:#333; margin-bottom: 5px; margin-top: 15px; }
h3 { font: 18px Georgia, "Times New Roman", Times, serif; color: #333; margin-bottom: 5px; }

.small p {font-size: 11px;}

a:link, a:active, a:visited { color:#006699; text-decoration: none; }
a:hover { color: #666666; text-decoration: underline; }
a img { border: 0; }


/*
SITE CONTAINER --------------------- */
#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}
/*
HEADER --------------------- */

#header {
	width: 990px;
	height: 100px;
	padding: 0;
	margin-top: 0;
}

#header h1 {
	position: absolute;
	width: 132px; 
	margin: 8px 0 0 0;
	height: 47px; 
	z-index: 50;
	background: url(http://www.bomkit.com/images/2010/logo_bom_white.gif) no-repeat center;
	text-indent: -9000px;
}
#header h1 a { display: block; width: 132px; height: 47px; text-indent: -9999px; outline: none; }

#header h2 {
	position: absolute;
	width: 425px; 
	margin: 8px 0 0 150px;
	height: 49px; 
	z-index: 60;
	background: url(http://www.bomkit.com/images/2010/Media_Kit.gif) no-repeat center;
	text-indent: -9000px;
}
#header h2 a { display: block; width: 425px; height: 49px; text-indent: -9999px; outline: none; }


/*
TOP NAV --------------------- */
#topNav ul {
  margin: 0 0 25px 0;
  padding: 0;
  float: left;
  width: 990px;
  list-style: none;
}

#topNav ul li {
  float: right;
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}


#topNav ul a {
 display: block;
	outline: none;
}

/*
MAIN NAV --------------------- */

#mainNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #333;
}

#mainNav li {
background-color: #333;
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
  
}
#mainNav ul li.subhead {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ccc;
	padding: 3px 0;
	padding-left: 3px;
	}

#mainNav ul li a{ /*sub menu links*/
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 3px 0;
	padding-left: 3px;
	outline: none;
}

#mainNav ul li a:hover{
	background: #f28705;
}

#mainNav ul li a.on {
	background: #f28705;
}

#mainNav ul li ul li a{ /*sub menu links*/
	display: block;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #f28705;
	padding: 1px 0;
	padding-left: 15px;
}

#mainNav ul li ul li a:hover, #mainNav ul li ul li a.on {
	color:#fff;
}


.print a, .printOn a, .eMedia a, .eMediaOn a, .inPerson a, .contact a, .kit a {
  display: block;
  width: 131px;
  height: 40px;
  line-height: 40px;
  text-indent:-9000px;
  outline: none;
}
.print a { background: url(http://www.bomkit.com/images/2010/nav/print.gif) no-repeat left bottom; }
.eMedia a { background: url(http://www.bomkit.com/images/2010/nav/emedia.gif) no-repeat left bottom; }
.inPerson a { background: url(http://www.bomkit.com/images/2010/nav/inperson.gif) no-repeat left bottom; }
.contact a { background: url(http://www.bomkit.com/images/2010/nav/contact.gif) no-repeat left bottom; }
.kit a { background: url(http://www.bomkit.com/images/2010/nav/kit.gif) no-repeat left bottom; }

.print a:hover, .print .selected a, .eMedia a:hover, .eMedia .selected a, .inPerson a:hover, .inPerson .selected a, .contact a:hover, .contact .selected a, .kit a:hover, .kit .selected a {
  background-position: right bottom;
}

.printOn a { background: url(http://www.bomkit.com/images/2010/nav/print.gif) no-repeat right bottom; }
.eMediaOn a { background: url(http://www.bomkit.com/images/2010/nav/emedia.gif) no-repeat right bottom; }

.first a {
  height: 40px;
  line-height: 40px;
}
/*
CONTENT / BODY --------------------- */

#primaryContent {
float: right;
width: 858px;
margin: 0;
padding: 0;
display: inline;
background-color: #fff;
}

#leftContent{
float: left;
width: 132px;
margin: 0;
padding: 0;
display: inline;
z-index: 100;
}

#home {
float: left;
width: 990px;
margin: 0;
padding: 0;
display: inline;
background-color:#ffffff;
}

.boxHolder { width: 820px; float:left; display: inline;}
.boxHolder h3 { margin-top: 25px; color: #006699;}
.floatLeft { float:left; width: 390px; display: inline; margin: 0; padding:0;}
.floatLeftBox { float:left; width: 273px; display: inline;}

/*
TABLE ---------------------- 
table {
  border-collapse: collapse;
  width: 80%;
  border: 1px solid #666;
  margin: 5px 25px 25px 25px;
}
td { font-size: 12px; color:#666; }
th, td {
  padding: 0.1em 1em; 
}*/

/*
FOOTER --------------------- */

#footer {
	width: 990px;
	/*padding: 8px 0 1em; */
	background-color: #333;
	margin: 0 auto;
	text-align: center;
	clear: both;
	
}

#footer p {
margin-top: 25px;
	font-size: 10px; 
	color: #fff;
}

#footer h2 {
	color: #fff;
}

#footer p#copyright {
	float: left; 
	color: #333;
}

#footer p#copyright a:link, #footer p#copyright a:active, #footer p#copyright a:visited, #footer p#copyright, #footer p#logos a:link, #footer p#logos a:active, #footer p#logos a:visited, #footer p#logos { color: #fff; }

#footer p#copyright a:hover { color: #f60; }

#footer p#logos {
	float: right; 
	width: 40%; 
	text-align: right;
}