body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #0A51A1;
}
a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img
{
 border-color: white;
}

.more {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.more:hover {
	text-decoration: undeline;
	color: #000000;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 780px;
}

#testmenu {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 780px;
	background-color:#00FFFF;
	height: 200px;
}

#header {
	margin: 0 auto;   /* align for good browsers */
	background-image: url(media/bvrfinalheader.jpg);
	height: 272px;
	width: 800px;	
}

#headergallery {
	margin: 0 auto;   /* align for good browsers */
	background-image: url(media/bvrfinalheader.jpg);
	height: 136px;
	width: 800px;	
}

#footer {
	margin: 0 auto;   /* align for good browsers */
	width: 800px;
	text-align: center;
}
#menu {
	margin: 0 auto;   /* align for good browsers */
	height: 50px;
	width: 810px;
	margin-top: 15px;
}

#titletext {
	margin: 0 auto;   /* align for good browsers */
	width: 800px;
}


#propertybox {
	float: none;
	height: 230px;
	width: 780px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
#propertybox .left{
	float: left;
	height: 200px;
	width: 390px;
	background-color:#0A51A1;
}
#propertybox .right{
	float: right;
	height: 180px;
	width: 370px;
	background-color:#0A51A1;
}



.picBorder {

	padding: 5px;

}
.propertyboxtitletext {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
}


div.clear {
clear: both;
}

.copytext {
	font-size: 11px;
}
.titletext {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;

}


/*- Menu Tabs--------------------------- */ 


    #tabs {
      float:center;
      width:100%;
      background:#0A51A1;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

      }
	  
#tabs ul #selected{
	  background: #FF0000;
	
      }
	  
	  
	  
	  
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
	
      }
    #tabs a {
      float:left;
      background:url("media/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-family:Arial, Helvetica, sans-serif;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("media/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000; /* button text color for non hover */
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#006633;     /* Hover text button color */
      }
    #tabs a:hover {
      background-position:0% -42px;     /* Hover backgroung color image change */
      }
    #tabs a:hover span {
      background-position:100% -42px;     /* Hover backgroung color image change */
      }

	  
/*    #tabs #current { Selected Tab style
color: #FFffff;			 NOTHING
}   */

#tabs #current a span{ /*Selected Tab style*/
color: #666;			/* this ONE text*/
}


    #tabs #current a{
      background-position:0% -42px;     /* Hover backgroung color image change FOR CURRENT*/
      }
    #tabs #current span {
      background-position:100% -42px;     /* Hover backgroung color image change FOR CURRENT*/
      }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
margin: 0 auto;   /* align for good browsers */
width: 800px;
padding-left: 20px;
padding-top: 30px;
overflow: hidden;
 /*bottom horizontal line that runs beneath tabs  border-bottom: 1px solid black;*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: black; /*background of tabs (default state)*/
	background-color: #666666;
}



.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #009933;
}

a#here {
    background: white; !important;
    color: #000000 !important;
}
