/*
Style Sheet for BVM
Created 10/2008 
Ridge Avenue Design
*/

html, body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
body, p, table, td, th, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
a{
	color:#336666;
	text-decoration: none;
}
a:hover {
	color: #336666;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #669999;
	margin-bottom: 2px;
	margin-top: 5px;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #669999;
	margin-bottom: 8px;
	margin-top: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color : #669999;
}

ul li  {

	list-style-image: url(images/li-news.gif);
	list-style-position: outside;
	font-size: 10pt;	
}

/*To make list items #00538f color*/
.listbold{
	color:#669999;
}

/*List sections on section pages*/
.li-sections li  {
	list-style-image: url(images/li-news.gif);
	list-style-position: outside;
	font-size: 12pt;	
	padding-bottom: 5pt;
}

/*News ul and li*/
.li-news li  {
	list-style-image: url(images/li-news.gif);
	list-style-position: outside;
	font-size: 8pt; /*Below: Top right bottom left*/
	margin: 0px 0px 0px -20px;
	line-height: 10pt;
	text-align: left;
	font-weight: bolder;
	font-style: normal;

}
.li-news A {
	text-decoration: none;
}
.li-news A:link {
	color:#000000;
}
.li-news A:hover {
	color: #000000;
	text-decoration: underline;
}
.li-news A:active {
	color:#000000;
}
.li-news A:visited {
	color: #000000;
}

/*Border Background*/
.border-bg{
	background-color: #00538f;
	background-image: url(images/border-bg.jpg);
}

/*Footer*/
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color:#ffffff;
	background-color: #00538f;	
	background-image: url(images/border-bg.jpg);
}
.footer A:ACTIVE {
	color: #ffffff;
}
.footer A:HOVER {
	color: #ffffff;
}
.footer A:LINK {
	color: #ffffff;
}
.footer A:VISITED {
	color: #ffffff;
}

/*Home page (index.html) titles for each of the core areas*/
.home-title {
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13pt;
	line-height: 13pt;
	/*Below: Top right bottom left*/
	margin: 5px 0px 10px 0px;	
}

/*Main Navigation table height
.mainnavtable{
height:100%;
}
*/

/*Navigation Background*/
.navigation-bg{
	background-color: #5093a1;
	background-image: url(images/nav-background.gif);
	height: 100%;
}

/*News headlines on home page (index.html)*/
.news {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13pt;
	line-height: 13pt;
	/*Below: Top right bottom left*/
	margin: 0px 0px -10px 0px;	
}

/*Portfolio Tables on four core pages */
.portfolio-table{
	background-color: #d8d8d8;
	padding: 6px;
  /*Below adds a solid border around tables*/
  /*border: 1px solid black;*/
}
.portfolio-title {
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10pt;
	line-height: 10pt;
	/*Below: Top right bottom left*/
	margin: 0px 0px 5px 0px;	
}
/*Align the text for the tables left*/
.portfolio-text {
	text-align: left;
}


/*To block the logo from view in browser that will print when printed*/	
#printlogo{
  display: none;
}

/*Top Navigation menu (Contact Us and Home)*/
.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bolder;
	/*font-weight: 800;*/
	margin-bottom: 5px;
	margin-right: 15px;
	color: #666666;
	text-align: right;
}
.top-nav A {
	text-decoration: none;
}
.top-nav A:link {
	color:#666666;
}
.top-nav A:hover {
	color: #666666;
	text-decoration: underline;
}
.top-nav A:active {
	color:#666666;
}
.top-nav A:visited {
	color: #666666;
}

/*Membership information in the navigation area */
.membership {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12pt;
	line-height: 13pt; /*Below: Top right bottom left*/
	margin: 0px 0px 20px 2px;
	text-align: center;
	font-weight: 600;
}

.ultwo {
margin-top: 0px;
}

/*Background Color for the header*/
.header-bg{
background-color: #e4e4e4;
background-image: url(images/header-bg.gif);
}

.clientsubhead{
	margin: 0px 0px 0px 25px;
}
