html, body {

}

body {
  background: url('images/body_bg.jpg') repeat-x #d8e0e5;
  margin: 0;
  padding: 0;
  font-family: verdana, arial;
}

fieldset { margin: 1em 0; padding: 1em; border: 1px solid #cccccc;}
label { display: block;}
input { width: 200px; }
textarea { width: 300px; }
.labeltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666699;}
.labeltext_label {width: 300px; float: left; clear: left;}
.text2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;} 
/* --fix for firefox --*/
input[type="text"], textarea {
border-top: 2px solid #999999;
border-left: 2px solid #999999;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

input[type="checkbox"] {
  float: left;
  width: 50px;
}


/* Styling for header and footer links*/

a.head_foot_link {
  color: #CBC9C9;
  font-size: 11px;
  text-decoration: none;
  margin: 0px 20px 0 0;
}

a.head_foot_link:hover {
  color: #B10101;
}

#site_top_links { 
  height: 18px;
  padding-top: 0px;
}

#top_right_links {
  margin-left: 150px;
}

/* Styling for header and footer links EOF*/



p {
	font-family: Verdana, Arial;
}


/* News Page */
.news_item {
 border-bottom: 1px solid #ccc;
 margin: 10px;
 padding: 5px;
}

.news_title {
  font-weight:bold;
	font-size: 14px;
	text-decoration: underline;
	color: #076D2B; 
	margin-bottom: 5px;
}

.news_abstract {}

.news_abstract_indented {
  margin-left: 80px;
}

.news_image {
  width: 80px;
  float: left;
  clear: none;
}

.news_date {}

.news_date_indented {
  margin-left: 80px;
}

/* News Page EOF */

td{
font-family:verdana;
font-size:8pt;
}


/*Styles for My Account Page */
.account_heading {
  font-size: 14px;
  font-weight: bold;
	color: #444;
}

.account_checkbox_row {
  height:30px;
	margin-bottom: 10px;
	border: 1px dotted #aaa;
}
/*Styles for My Account Page EOF*/

.warning {
  border: 1px solid #a00;
	background: pink;
	color: #a00;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

a.simple_button {
  display: block;
  border: 1px solid #aaa;
	padding: 5px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}

a.simple_button:hover {
  background: #aaa;
	border: 1px solid #a0a;
}

/*Search Results Page */
.search_result_container {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 20px 0;
  border-bottom: 1px dotted #444;
}

.search_result_title {
}

.search_result_content {
}

.search_result_relevance {
  font-style:oblique;
  font-size: 11px;
}

/*Search Results Page EOF*/

/* Events Page */
.calendar_left_controls {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 11px;
  float: left;
  text-align: left;
  width: 120px;
}

.calendar_right_controls {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 11px;
  float: right;
  text-align: right;
  width: 120px;
}

.calendar_centre_block {
  font-family: Helvetica, sans-serif, Arial;
  text-align: center;
  margin-left: 120px;
  margin-right: 120px;
}

.calendar_centre_block TD{
  border: 1px solid #333;
}

.event_row {
  border-bottom: 1px solid #aaa;
  font-family: Helvetica, sans-serif, Arial;
  padding: 10px;
}
.event_date {
  font-weight: bold;
}

.event_time{
  font-weight: bold;
}
.event_title{
  font-weight: bold;
}
.event_description {
  font-style:oblique;
}
/* Events Page EOF */

/* BVR Specific Styles */

#header_top_container {
  width: 934px;
  height: 313px;
}

#left_margin {
  float: left;
  background: url('images/header_left.jpg') no-repeat;
  width: 17px;  
  height: 313px;
  display: inline;
}

#right_margin {
  float: right;
  background: url('images/header_right.jpg') no-repeat;
  width: 17px;
  height: 313px;
  display: inline;

}


#header_feature {
  height: 313px;
  width: 900px;
  float: left;
}

#site_container {
  width: 934px;
  padding: 0;
}

#logo_container {
  background: url('images/bvr_logo.jpg') no-repeat;
  width: 934px;
  height: 83px;
}

#nav_left_gutter {
  float: left;
  display: inline;
  background: url('images/page_left_repeat.jpg') repeat-y;
  width: 17px;
  height: 28px;
}

#nav_right_gutter {
  float: right;
  display: inline;
  background: url('images/page_right_repeat.jpg') repeat-y;
  width: 17px;
  height: 28px;
}

#main_nav_container {
  height: 28px;
  background: url('images/main_nav_repeat.jpg') repeat-x;
  margin: 0 17px 0 17px;
}

.main_nav_separator {
  background: url('images/main_nav_separator.jpg') no-repeat;
  width: 9px;
  height: 28px;
}


#main_nav_container TD{
  line-height: 28px;
  padding: 0 10px;
}

#main_nav_container TD, #main_nav_container TD A {
  font-size: 11px;
  font-weight: bold;
  color: #36527c;
  line-height: 28px;
  text-decoration: none;
}

#main_nav_container TD A:hover {
  color: #cc0000;
}

#col_and_main_container {
  background: url('images/page_body_repeat.jpg') repeat-y;  
  text-align: left;
}

#left_col_container {
  float: left;
  display: inline;
  width: 145px;
  margin-left: 37px;
  margin-right: 20px;
}

#right_col_container {
  float: right;
  display: inline;
  width: 165px;
  margin-left: 10px;
  margin-right: 31px;
}

#main_content_container {
  margin-left: 215px;
  margin-right: 215px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3c3c3c;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

.page_header {
  font-size: 14px;
  font-weight: bold;
  color: #cc0000;
}

#page_bottom {
  width: 934px;
  height: 138px;
}

#page_bottom a{
  width: 934px;
  height: 138px;
  display: block;
  text-decoration: none;
}

#sub_nav_heading {
  font-style:oblique;
  font-size: 14px;
  font-weight: bold;
  color: #b3c4ce;
  margin-bottom: 10px;
  margin-top: 10px;
}

A.nav_link {
  display: block;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
  height: 15px;
  line-height: 15px;
}

A.nav_link:hover {
  color: #cc0000;
}

A.nav_link IMG {
}

.nav_text {  
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
}

.testimonials_box {
  color: #4e738c;
  font-family: verdana, arial;
  font-size: 11px;
  text-align: center;
}

.testimonials_heading {
  font-style:oblique;
  font-size: 14px;
  font-weight: bold;
  color: #7e95a5;
  margin-bottom: 10px;
  margin-top: 10px;
}

.testimonial_author {
  margin-bottom: 30px;
}

.testimonial_content {
  font-weight: bold;
  font-style:oblique;
}


/* Infobox Styles */
.side_box {
  width: 158px;
  margin-top: 20px;
}

.side_box_top {
  background: url('images/sidebox_top.jpg') no-repeat;
  width: 158px;
  height: 12px;
}

.side_box_middle {
  background: url('images/sidebox_bg.jpg') repeat-y;
}
.side_box_bottom {
  background: url('images/sidebox_bottom.jpg') no-repeat;
  width: 158px;
  height: 11px;
}
.side_box_bottom_special {
  background: url('images/retailer_box_bottom.jpg');
  width: 158px;
  height: 109px;
}

.side_box_heading {
  font-size: 12px;
}

.side_box_content {
  margin-top: 20px;
  font-size: 11px;
  padding: 10px;
  border: 1px solid transparent;
}

.side_box_content form {
  text-align: center;
}

.side_box_content input{
  width: 100px;
}


/* Infobox Styles EOF */

.flipbook_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333;
  z-index: 3000;
}

.flipbook_close_link {
  color: #fff;
  float: right;
  height: 20px;
}

.flipbook_close_link a {
  color: #fff;
}


#design_credit, #design_credit a, #cms_credit, #cms_credit a, #sitemap_link a{
  font-family: verdana, arial;
  font-size: 10px;
  font-weight: normal;
  color: #444;
}

#design_credit {
  float: left;
  width: 350px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
}

#sitemap_link {
  margin-left: 355px;
  margin-right: 355px;
  height: 20px;
  line-height: 20px;
}

#cms_credit {
  float: right;
  width: 350px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 20px;
}
/*  BVR Specific Styles EOF */
