/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Key Lime Page Pack Layout 02b
	Static Menu or Placeholder
  2 Column Fixed
	Page-spanning Masthead
	Sidebar on right
  -----------------------------------
*/
body {
	color: #770000;
	background-color: #FFFFFF;
	background-image: url(../images/boug_pbg.jpg);
	background-repeat: repeat-x;
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 90%;
	min-width: 770px;
	letter-spacing: 1pt;
	margin: 0;
	padding: 0;
	clip: rect(auto,auto,auto,auto);
}
#masthead {
	background-image: url(../images/boug_logo2.jpg);
	background-repeat: no-repeat;
	height: 148px;
	background-position: center;
}
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/********COLUMN WRAPPER**********/
#layout {
	width: 770px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0;
}

/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of Layout
	590 + 180 = 770
	Then we deduct 2px from the sidebox to work
	around gross miscalculations by IE5 Mac*/
#mainbox {
	width: 590px;
	float: left;
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: 12px;
	margin-bottom: 0px;
}
#sidebox {
	width: 192px;
	float: left;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	background-image: url(../images/kl-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 1em;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.4em;
}
h1 {
	margin: 0px;
	font-size: 1.5em;
	color: #FFFFFF;
	border: 1px solid #663300;
	font-weight: normal;
	background-image: url(../images/boug-h1.jpg);
	background-color: #663300;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 24px;
	padding-bottom: 2px;
	padding-left: 24px;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.3em;
	line-height: 1em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
#maincontent p {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.85em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 24px;
	line-height: 0.7em;
}
#sidecontent .topheading {
	margin: 0;
	color: #FFFFFF;
}
#sidecontent p {
	margin: 8px 0 12px 0;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	clear: both;
	font-size: 0.9em;
	width: 770px;
	line-height: 1.3em;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	margin: 0;
}
/*Footer Content*/
#footer {
	background-color: #440000;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	margin: 0;
}
#footer p {
	margin: 0;
}

/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #FFFFFF;
	cursor: default;
	font-size: .1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#layout a:hover, #layout a:active, #layout a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}

/******TAB BAR MAGIC NAVBAR STYLES********/
#p7TBMroot {
	font-size: 1.1em;
	border-top: 1px solid #333333;
	background-image: url(../images/kltab_bevel_bottom.jpg);
	padding: 0 0 16px 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	letter-spacing: .1em;
}
#p7TBMrootbox {
	background-image: url(../p7tbm/img/bougbar.jpg);
	background-repeat: repeat-x;
	background-color: #CC9966;
}
#p7TBMroot ul {
	padding: 0;
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #333;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
	color: #440000;
	text-decoration: none;
	border-right: 1px solid #333333;
	background-image: url(../p7tbm/img/boug_roots.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #97AD73;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	padding-left: 24px;
	letter-spacing: .1em;
}
#p7TBMrootuberlink {
	color: #440000!important;
	background-color: #FFFFFF!important;
	background-position: 0px -200px !important;
	background-repeat: repeat;
	font-size: 1.1em;
	padding-right: 6px;
	padding-left: 6px;
	letter-spacing: 0.1em;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#p7TBMroot li a:hover,
#p7TBMroot li a:focus, 
#p7TBMroot li a:active {
	color: #ECE9D8;
	background-position: 0px -100px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
