/* Buena Vista Colorado Chamber of Commerce CSS Document */

body {
	background:#2b1a0a;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#271909;
	}
	
/* -------------- universal a:link definitions */
a, a:visited {
	color:#a11908;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	color:#000;
	}
	

	
/* ------------------------ h1, h2, font tag definitions */
.smalltext {
	font-size:9px;
	}
.addytext {
	font-size:11px;
	text-align:center;
	
	}
	
h1 {
	color:#6b1207;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h2 {
	color:#861e11;
	font-size:16px;
	line-height:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
/*  hr class */
.line {
	color:#a59077;
	margin-right: 10px;
	width: 60%;
	}
	
.padding {
	padding: 0 15px 0 15px;
	}


	
/* ------------------- main container, centers site */
#bv_container {
	margin: 0 auto;
	padding:0;
	width:928px;
	}

/* ------------------- header */
#bv_header {
	background: url(images/header.gif) no-repeat;
	height:72px;
	}
	
#bv_calendarcontainer {
float:right;
	width:675px;
	padding-right:10px;
	}
	
/* ----------------- ALT FLASH HOLDERS SITEWIDE - each are held in separate includes*/
/*************************** for recreation section ************************************/
#bv_headerrecreation {
	background: url(images/recreation-header.jpg) no-repeat;
	height:258px;
	}
	
	
/*************************** for application section ************************************/
	
#bv_headerapplication {
	background: url(images/fishing-header.jpg) no-repeat;
	height:258px;
	}
	
	
/*************************** for relocation section ************************************/
#bv_headerrelocation {
	background: url(images/relocation-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for news section ************************************/
#bv_headernews {
	background: url(images/news-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for lodging section ************************************/
#bv_headerlodging {
	background: url(images/lodging-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for newsletter section ************************************/
#bv_headernewsletter {
	background: url(images/newsletter-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for contact section ************************************/
#bv_headercontact {
	background: url(images/contact-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for contact section ************************************/
#bv_headercalendar {
	background: url(images/calendar-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for relocation index section ************************************/
#bv_headerrelocationindex {
	background: url(images/relocation-index-header.jpg) no-repeat;
	height:258px;
	}

	/*************************** for churches section ************************************/
#bv_headerchurches {
	background: url(images/churches-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for medical section ************************************/
#bv_headermedical {
	background: url(images/medical-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for clubs section ************************************/
#bv_headerclubs {
	background: url(images/clubs-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for history section ************************************/
#bv_headerhistory {
	background: url(images/history-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for business section ************************************/
#bv_headerbusiness {
	background: url(images/business-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for misc section ************************************/
#bv_headermisc {
	background: url(images/misc-header.jpg) no-repeat;
	height:258px;
	}
	
	/*************************** for wedding section ************************************/
#bv_headerwedding {
	background: url(images/wedding-header.jpg) no-repeat;
	height:258px;
	}

	/*************************** for weather section ************************************/
#bv_headerweather {
	background: url(images/weather-header.jpg) no-repeat;
	height:258px;
	}
	
/* ------------------- flash holder */
#bvflashbkg {
	background: url(images/flash-holder.jpg) no-repeat;
	height:258px;
	}

	
/* ---------------- main body of site */
#bv_mainbody {
	background: #ece0cc url(images/top-body.jpg) top no-repeat;
	padding: 20px 0 0 10px;
	margin-top:-14px;/* counters the menu padding*/
	}

	
/* ------------------ footer */
#bv_footer {
	background: url(images/footer.jpg) no-repeat;
	height:41px;
	clear:both;
	}
	
/* ------------------- pre footer definitions */
#bv_prefooter {
	clear:both;
	}
/* ----------------- hp boxes */
#bv_left {
	float:left;
	width:219px;
	height:auto;
	margin-right:5px;
		z-index:1;
	}
	
#bv_widget {
	border: 1px solid #cab8a0;
	background: url(images/box-gradient.jpg) repeat-x;
	padding: 4px;
	margin-bottom:7px;
		z-index:1;
	}
#bv_visitor {
	border: 1px solid #cab8a0;
	background: url(images/box-gradient.jpg) repeat-x;
	padding: 4px;
	}
/* ----------------- ends left floated hp boxes */

/* ----------------- hp boxes: right aligned */
#bv_right {
	float:right;
	width:249px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
		z-index:1;
	
	}
#bv_news {
	border: 1px solid #cab8a0;
	background: url(images/box-gradient.jpg) repeat-x;
	padding: 4px;
	margin-bottom:7px;
		z-index:1;
	}
#bv_partners {
	border: 1px solid #cab8a0;
	background: url(images/box-gradient.jpg) repeat-x;
	padding: 4px 4px 4px 10px;
	font-weight:bold;
	line-height:16px;
	z-index:1;
	}
#bv_partners a, #bv_partners a:visited {
	font-size: 12px;
	color:#000;
	}
#bv_partners a:hover {
	font-size:12px;
	color:#a11908;
	}
/* ---------------- ends right floated hp boxes */

/*-------------- centered hp text */
#bv_center {
	margin:0;
	padding:0;
	position:relative; /* to fix ie6 disappearing bug */
	font-family:Arial, Helvetica, sans-serif;
	z-index:0;
	}
	


/* ---------------- text on templates across site, to force width */
#bv_templates {
	margin:0;
	padding:0;
	position:relative; /* to fix ie6 disappearing bug */
	font-family:Arial, Helvetica, sans-serif;
	width:600px;
	}
	
/* ----------- ends centered hp text */

/* ------------ flash holder for homepage */
#bv_movie {
	margin: 0 auto;

	
	font-style:oblique;
	font-weight:bold;
	}
#bv_movie a, #bv_movie a:visited {
	color:#000;
	font-style:oblique;
	text-decoration:none;
	}
	
#bv_movie a:hover {
	color:#a11908;
	}
/* ----------- ends flash holder */
	
	
	
/* ------------------- menu */
#bv_menu {
	background: url(images/menu.jpg) no-repeat;
	height:44px;
	padding:12px 0 0 10px;
	font-weight:bold;
	z-index:100;
	}
		
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:22px;

}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:127px;
padding:6px 0;
color:#ece0cc;
background:#3f2b12;
text-decoration:none;
margin-right:1px;
text-align:center;
border-left:1px solid #000;
border-right: 1px solid #000;
}
/* style the links hover */
.menu :hover{
color:#000;
background:#bda88f;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

