/***************************************************************
	CSS written by Adam T. Gregory - 12/01/2008
***************************************************************/

/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
	height: 100%;
	min-height: 100%;
	text-align: left;
}

#content, #width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "860px" : "94%");
	max-width: 860px;
	margin: 0 auto;
}

#content[id], #width[id] {
	width: 860px;
	height: auto;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 148px;
	background-image: url(../images/BCVHeader.jpg);
	background-repeat: no-repeat;
}

/* Holds the site title and subtitle */
#header #title {
	position: relative;
	z-index: 3;
	top: 0px;
	text-align: right;
	float: right;
	padding-right: 5px;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
	text-align: right;
	letter-spacing: 0.09em;
}

#header h2 {
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #00F0EC;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
	background-image: url(../images/BCVMenuNavShadow.jpg);
	background-repeat: no-repeat;
	height: 62px;
	background-position: center top;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
}

#mainMenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li a {
	float: left;
	text-decoration: none;
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size:1.0em;
	font-weight: 400;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0em;
	color: #ffffff;
}

#mainMenu li a:hover {
	color: #b3884f;
	padding-top: 3px;
}

#mainMenu li.here a {
	color: #b3884f;
	padding-top: 3px;
}

#mainMenu li a.last {
	margin-right: 0;
}

/***********************************************
 #topMenu - Header Menu
***********************************************/


#headerMenu {
	float: left;
	width: 100%;
	clear: both;
}

#headerMenu ul {
	margin: 0;
	padding: 0;
}

#headerMenu li {
	display: inline;
	list-style: none;
}

#headerMenu li a {
	float: left;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	font-weight: 500;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 6px;
	padding-left: 0.5em;
	color: #ffffff;
}

#headerMenu li a:hover {
	color: #b3884f;
	padding-top: 3px;
}

#headerMenu li a.here {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #999999;
	border-top-color: #404040;
	border-bottom-color: #404040;
}

#headerMenu li a.last {
	margin-right: 0;
}

/**************************************************************
   .PageTitle: The page title area
 **************************************************************/
.PageTitle p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #c7c7c7;
}

.PageTitle b {
	color: #666666;
}

.PageTitle a {
	color: #999999;
	text-decoration: underline;
}

.PageTitle a:hover {
	color: #b3884f;
}

.PageTitle a:visited {
	color: #999999;
}

.PageTitle a:active {
	color: #999999;
}

.PageTitle h1 {
	clear: both;
	color: #b3884f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 100%;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #b3884f;
	margin: 0;
	padding: 10px 15px;
	
}





/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
	margin: 0;
	padding: 0;
}

.sideMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(../../../../assets/images/noimage.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 400;
}

.sideMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 3px 5px;
	text-decoration: none;
	color: #c7c7c7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sideMenu li a:hover {
	color: #b3884f;
	background-color: #000000;
}

/* Active menu item */
.sideMenu li.here {
	display: block;
	padding: 5px;
	color: #ffffff;
	background-color: #383838;
}



/* Submenu of active menu item */
.sideMenu li.here ul {
	margin: 0;
	padding: 0;
}

.sideMenu li.here ul li a {
	padding-left: 35px;
	color: #c7c7c7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/BCVBulletGrayWhite.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #383838;
}

.sideMenu li.here ul li a:hover {
	color: #b3884f;
	background-color: #000000;
	background-image: url(../images/BCVBulletBlackGold.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/
#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -0.05em;
	background-color: #000000;
	padding-bottom: 4em;
	color: #FFFFFF;
	font-size: 1.1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #751d19;
}

/* .sideMenu: The side bar menu */

ul.footerMenu {
	margin: 0;
	padding: 0;
	text-align: left;
}

.footerMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #FFFFFF;
}

.footerMenu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	margin-top: 0.1em;
	margin-right: 0;
	margin-bottom: 0.1em;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.footerMenu li a:hover {
	color: #b3884f;
}

/* Active menu item */
.footerMenu li.here {
	display: block;
	padding: 0px;
	color: #ffffff;
}

/* Submenu of active menu item */
.footerMenu li.here ul {
	margin: 0;
	padding: 0;
}

.footerMenu li.here ul li a {
	padding-left: 35px;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.55em;
	font-weight: 400;
	background-image: url(../images/BCVBulletBlackWhite.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.footerMenu li.here ul li a:hover {
	color: #b3884f;
	background-image: url(../images/BCVBulletBlackGold.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	padding-top: 10px;
	text-align: left;
	padding-left: 0px;
}

/**************************************************************
   .copyright: Copyright
 **************************************************************/
#copyright {
	width: 97.7%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}

/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
	width: 100%;
}

.width75 {
	width: 74%;
}

.width50 {
	width: 49.7%;
}

.width33 {
	width: 32.7%;
}

.width25 {
	width: 24.7%;
}

.width90 {
	width: 89.7%;
}

.width10 {
	width: 8.7%;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
	clear:both;
}

.block {
	display: block;
}

.small {
	font-size: 0.8em;
}

.TextGold {
	color: #B3884f;
}

.TextRed {
	color: #751d19;
}

.TextGrey {
	color: #383838;
}



/***********************************
  Content Background
***********************************/

.BackgroundContentBlack {
	background-color:#000000;
}

.BackgroundContentDarkGray {
	background-color:#383838;
	background-image: url(../images/BCVBG2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	color: #c7c7c7;
	font-weight: 400;
	line-height: 190%;
}

.BackgroundContentWhite {
	background-color:#ffffff;

}

/**********************************************
  Creates Round Corners
**********************************************/

.roundcornerContent {
	display:block
}

.roundcornerContent * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#000000
}

.roundcornerContent1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerContent2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerContent3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.roundcornerContent4 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerContent5 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerContentfg {
	background:#000000
}

.roundcornerSidemenu {
	display:block
}

.roundcornerSidemenu * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#383838
}

.roundcornerSidemenu1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #181818;
	border-right:1px solid #181818;
	background:#2a2a2a
}

.roundcornerSidemenu2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #050505;
	border-right:1px solid #050505;
	background:#2d2d2d
}

.roundcornerSidemenu3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #2d2d2d;
	border-right:1px solid #2d2d2d;
}

.roundcornerSidemenu4 {
	border-left:1px solid #181818;
	border-right:1px solid #181818
}

.roundcornerSidemenu5 {
	border-left:1px solid #2a2a2a;
	border-right:1px solid #2a2a2a
}

.roundcornerSidemenufg {
	background:#383838
}

.roundcornerPagetitle {
	display:block
}

.roundcornerPagetitle * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#000000
}

.roundcornerPagetitle1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerPagetitle2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background:#000000
}

.roundcornerPagetitle3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.roundcornerPagetitle4 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerPagetitle5 {
	border-left:1px solid #000000;
	border-right:1px solid #000000
}

.roundcornerPagetitlefg {
	background:#000000
}

.roundcornerContentWhite{display:block}
.roundcornerContentWhite *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.roundcornerContentWhite1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d;
  background:#bfbfbf}
.roundcornerContentWhite2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #191919;
  border-right:1px solid #191919;
  background:#cecece}
.roundcornerContentWhite3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cecece;
  border-right:1px solid #cecece;}
.roundcornerContentWhite4{
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d}
.roundcornerContentWhite5{
  border-left:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf}
.roundcornerContentWhitefg{
  background:#ffffff}
