@charset "utf-8";
body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:80%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;

}
a {color:#000}
.virtusalayout #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.virtusalayout #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
/* Upper header content */
.virtusalayout #upperheader {
	height: 70px;
}
.virtusalayout #upperheader img#logo{
	margin-top: 18px;
	margin-left: 4px;
	

}
.virtusalayout #headersubnav{
	display:none;
}

.virtusalayout #headersocialmedia {
	display:none;
}


/* End upper header content */


/* Main menu styling */
.virtusalayout #lowerheader {
	display:none;
}

/* End main menu styling */

.virtusalayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* side bar items */
.virtusalayout #sidebar1 {
	display:none;
}

.virtusalayout #sidebar1 #sidecomponent {
	margin-bottom: 15px;	
}

/* end side bar items */
.virtusalayout #breadcrumbs ul{
/*	width: 100%;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	height: 25px;
	border: 1px solid #D9D9D9;
	line-height: 25px;*/
	/*list-style:none;*/
}
.virtusalayout #breadcrumbs li a{
	text-decoration:none;
	font-style: italic;	
}
.virtusalayout #breadcrumbs li a.home {
	display:none;	
}
.virtusalayout #breadcrumbs li {
	fontsize:12px;
	margin:0;
	padding:0;
	margin-bottom:4px;
	margin-left:5px;
	list-style-type: none;
	font-style: italic;
}
#banner{
	display:none;	
}
.virtusalayout #breadcrumbs li.currentpage{
	display:block;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
/* main content ----------- */
.virtusalayout #mainContent {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #85A3C2;
} 
.virtusalayout #subnavbox {
	display:block;
	width:100%
	
}
#subnavbox ul  {
	list-style: none;
	/*position: relative;*/
}
#subnavbox ul li{
	display:block;
	line-height:24px;

	float:left;
	
}
#subnavbox ul li a {
display:none;
}
#subnavbox ul li a:hover {
	color: #000;	
}
#subnavbox a.subcurrent {
	font-weight: bold;
	display:none;
	color:#000;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bodycopy{
	display:block;
	width:100%;
	clear:left;
}
.bodycopy h1{
/*	color:#7296B8;
	margin-bottom:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7296B8;
	letter-spacing: 1px;
	font-weight: bold;*/
	display:none;
}
.bodycopy p{
	margin-bottom:15px;
	line-height:16px;
}
.bodycopy a{
	color:#54759D;
}
.bodycopy a.nextpage{
	display:none;

}
.bodycopy .floatleft{
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;
}
/* end main content -------------------- */
.virtusalayout #footer {
	padding: 0;
	height: 70px;
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
} 
.virtusalayout #footer #statements{
	font-size:10px;	
	padding:4px;
	color:#666;
}
.virtusalayout #footer #statements b{
	color:#000;
	font-weight:bold;
	letter-spacing: 1px;
}
.virtusalayout #footer #links{
	display:none;

}
.virtusalayout #footer #links a{
	/*text-decoration:none;*/
	color:#333;
}
.virtusalayout #footer #footermainlinks {
	display:none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bodycopy ul.list_ltitlescaption {
	display:none;	
 }
ul {

}
li {
	margin-bottom:12px;
	margin-left:15px;
	padding-left:5px;
	list-style-type: circle;
}
.bodycopy .list_ltitlescaption{
	display:none;
}
.bodycopy .floatleft {
	float:left;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:5px;

}
.bodycopy .floatright {
	float:right;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}
#icontoolbar {
	display:none;	
}
.clicktoenlarge{
	display:none;	
}