@charset "UTF-8";
/* CSS Document */
body {
	background: #FFFFFF url(../images/lbwbkg.jpg) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.vihdMain #container {
	width: 860px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left;
	margin: 2em auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
} 
.vihdMain  #container  h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.vihdMain  #container  .searchLink a  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #CC0033;
	text-decoration: none;
	background: url(../images/topicBkg.gif) repeat-x left top;
	border: 1px solid #333333;
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
}
.vihdMain #container .searchLink a:visited {
}
.vihdMain #container .searchLink a:hover {
	color: #FFFFFF;
	background: url(../images/searchLinkBkg.gif) repeat-x left top;
}
.vihdMain #container .searchLink a:active {
}
.vihdMain #header {
	background: #ffffff url(../images/banner7.jpg) left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	position: relative;
	border-bottom: thin solid #0000CC;
	padding: 0px;
	z-index: 1001;
} 
.vihdMain #header h1 {
	margin: 0;
}
/* Main navigation styles*/
.vihdMain #header ul {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 530px;
	list-style: none;
	background: url(../images/linkGrad3.gif) repeat-x left top;
}
.vihdMain #header ul li {
	float: left;
}
.vihdMain #header ul a {
	padding: 4px 14px;
	font-size: 12px;
	text-decoration: none;
	color:#FFFFFF;
	float: left;
	display: block;
	background: url(../images/linkSep.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	}
.vihdMain #header ul a.first {
	background: none;
	}
.vihdMain #header ul a:link {
	color: #FFFFFF;
	}
.vihdMain #header ul a:hover {
	color:#FFFFFF;
	font-weight: normal;
	background: #000000;
	}
 
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".vihdMain #sidebar1 p" rule.
*/
.vihdMain #sidebar1 {
	float: left;
	font-size: 10px;
	width: 160px;
	margin-right: 12px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #F3F6FF;
}
.vihdMain  #sidebar1  p       {
	text-align: left;
	padding: 0px;
	margin: 5px 10px 10px;
}
.vihdMain #sidebar1 h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Helvetica;
	color: #354886;
	margin: 8px 0px 5px;
	padding: 0px;
	}
.vihdMain  #sidebar1  #allLinks  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #F3F6FF;
	border-top: 1px solid #000000;
	font-weight: normal;
}
.vihdMain  #mainContent  {
	width: 550px;
	float: left;
}
.vihdMain #container #mainContent #titleBreak {
	display: none;
}
.vihdMain #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* End */
 
.vihdMain #mainContent h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
}
.vihdMain  #mainContent  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.vihdMain #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.vihdMain  #mainContent  .lowerCat  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*.vihdMain #listTable {
	border-bottom: 1px solid #99CCFF;
}*/
.vihdMain   #ads  {
	float: right;
	width: 120px;
	margin-left: 12px;
	height: auto;
}
.vihdMain #ads .adsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #999999;
	background: #EBEBEB;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 2px;
	z-index: 1;
}
.vihdMain #container #ads a {
	text-decoration: none;
}
.vihdMain #sidebar2 {
	width: 120px;
	font-size: 10px;
	z-index: 1;
	float: none;
}
.vihdMain #sidebar3 {
	width: 120px;
	font-size: 10px;
	z-index: 1;
	float: right;
}
.vihdMain #lowerBanner {
	width: 550px;
}
.vihdMain  #bottomOption {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: left;
}
.vihdMain  #footer  {
	margin: 1em 0.3em 0.3em;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
.vihdMain  #footer  a:link  {
	color: #0000FF;
	text-decoration: underline;
}
.vihdMain  #footer  a:visited  {
	color: #0000FF;
	text-decoration: underline;
}
.vihdMain  #footer  a:hover  {
	font-size: 1em;
	color: #FFFFFF;
	background: #505B94;
	padding: 0.2em 0.5em 0.2em .5em;
	text-transform: uppercase;
}
.vihdMain  #footer  a:active  {
	color: #0000FF;
}
.disclaimer {
	font-size: 8px;
	font-style: italic;
	padding: 1em;
	text-align: justify;
	border: 1px solid #000000;
}
/*.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}*/
.clearfloat { 
	clear:both;
}
.recordTitles {
	text-align: left;
	text-decoration: none;
	background: #F3F6FF;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 3px;
	border-left: 2px solid #99CCFF;
	border-top: 2px solid #99CCFF;
	margin-left: 2px;
	border-bottom: 1px solid #99CCFF;
	padding-left: 30px;
}
#repeatContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0000EE;
	position: relative;
	border-bottom: 1px solid #99CCFF;
	margin-top: 4px;
	padding-bottom: 4px;
}
#repeatContainer #repeatName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000EE;
	padding-bottom: 0px;
	padding-top: 0px;
}
#repeatContainer #repeatText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	text-indent: 20px;
}
#repeatContainer #listBlock1 {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
#repeatContainer #listBlock2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
#repeatContainer #repeatEmail {
	float: left;
}
#repeatContainer #repeatWeb {
	float: left;
	position: absolute;
	left: 300px;
	margin: 0px;
	padding: 0px;
}
.recordListHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000EE;
	width: 510px;
	padding-bottom: 0.3px;
	border-top: 1px solid #99CCFF;
	line-height: 1em;
}
.recordList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000EE;
	line-height: 1em;
	border-top: 1px solid #99CCFF;
	margin-top: 6px;
	padding-bottom: 6px;
}
.recordListPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #0000EE;
	margin-top: 0px;
	padding-top: 0px;
}
.recordListWE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	color: #0000EE;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
}
.deleteWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EE0000;
	text-align: center;
}
.recordDispaly {
	font-size: 8px;
}
.recordNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	text-align: center;
}
/*.sidebar1  {
	float: left;
	width: 125px;
	background: #EBEBEB;
	font-size: 10px;
}*/
.topicLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
	padding: 5px 10px 15px;
	line-height: 12px;
	text-align: left;
}
.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
	display: block;
	text-indent: 20px;
	padding-top: 0px;
	text-decoration: none;
}
.topicLinksLower {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	padding: 10px 1px 10px 0px;
	background: #EEEFF6;
	border-top: 1px solid #000000;
}
.vihdMain #container #mainContent .searchLink   {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mobileSearchLink {
	display:none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FFFFFF;
	background: #6471A1;
	padding: 2px 3px;
}
a:active {
	color: #FFFFFF;
	background: #FF0000;
}

div.htmltooltip{
	position: absolute;
	z-index: 5000;
	left: -1000px;
	top: -1000px;
	background: #660000;
	border: 12px solid black;
	color: white;
	padding: 10px;
	width: 280px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 200px;
	clear: right;
}
.htmltooltip #notice {
	text-align: center;
}
.topics {
	color: #354886;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
}
[if IE 5]>
<style type="text/css"><link href="../assets/css/IE5_hack.css" rel="stylesheet" type="text/css" /></style>
<![endif]
[if IE]>
<style type="text/css"><link href="../assets/css/IE_genericHacks.css" rel="stylesheet" type="text/css" /></style> 
<![endif]
[if IE]>
<style type="text/css"> 
a {
	zoom: 1;
}
</style>
<![endif]
/*This is for topic pages*/
#topicTable {
	border: 1px solid #000000;
	margin: 6px 0px 0px;
	padding: 0px;
	width: 505px;
	text-align: left;
	background: #FAFAFA;
}
/*.topic {
	color: #001BC3;
}
*/
.box {
	color:#000000;
	padding: 5px;
}
.topic  p {
	font-size: 11px;
	color: #000000;
}
.topicText    ul    li    {
	font-size: 11px;
	color: #000000;
}
.topicTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/topicBkg.gif) repeat-x left top;
	text-transform: uppercase;
	border: 1px solid #000000;
	padding: 5px 0px 5px 55px;
	margin: 0px;
}
.topicHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}
.topicText {
	font-size: 11px;
	padding: 5px 10px;
	border-top: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}
.topicDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px 15px;
	text-indent: 28px;
	border-bottom: 1px solid #000000;
}
#topicSummary {
	padding-right: 10px;
	padding-left: 10px;
}
.topicContents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px 15px;
	line-height: 13px;
}
.topicDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: italic;
	padding-right: 15px;
	padding-left: 40px;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.resources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.1em;
	color: #000000;
	padding: 5px 10px;
	border-top: 1px solid #000000;
}
.references {
	font-size: 9px;
	color: #000000;
	line-height: 1em;
	border-top: 1px solid #000000;
	padding: 5px 10px;
}
.topicText ul {
	font-size: 11px;
	color: #000000;
}
.recordListHeadAlpha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000EE;
	width: 510px;
	border-top: 1px solid #99CCFF;
}
.recordListCats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000EE;
	line-height: 1
.em;
	line-height: 1em;
	text-decoration: none;
}
.recordListHeadU {
	line-height: 15px;
}
/*This is for contact, about pagse*/
/*#teamTable {
	margin-top: 10px;
	margin-bottom: 1px;
	border: 1px solid #666666;
	width: 500px;
}*/
.titleBlocks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #6471A1;
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	line-height: 25px;
}/*
.tablePadding {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}
.tablePaddingBorder {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
	border-right: 1px solid #000000;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	padding-top: 12px;
	word-spacing: 3px;
	letter-spacing: 1px;
}
.tablePaddingQuote {
	padding: 6px 5px 5px;
	vertical-align: top;
	background: #e0e6f4 url(../images/quote_box.gif) no-repeat left top;
}
.titleBlocksRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: #FF0000;
	text-align: center;
	vertical-align: top;
	border: 1px solid #000000;
	line-height: 25px;
}*/
.required {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF6600;
	font-style: italic;
}
/*This is for the home page*/
/*.linkTabs {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.linkButtonsRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #FF0000;
}
.linkButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #66FF00;
}*/
.pullDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font: #c00;
	font-size: 9px;
}
/*.redLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #EE0000;
	text-decoration: underline;
}
.labeltop {
	font-size: 10px;
	text-align: center;
}
.instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}*/
/*.check {
	font-size: 10px;
}*/
#search {
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 10px;
}
#search #desc {
	display: none;
}
.vihdMain   #container #mainContent .titleScreen h4 {
	line-height: 20px;
	text-align: center;
	margin: 0px;
	padding: 4px;
}
#cSearch {
	border-top: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
	z-index: 3;
}
#searchNav {
	width: 160px;
	margin: 5px;
	border: 1px solid #000000;
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	padding: 0px;
	z-index: 4;
}
#searchButtons {
	position: relative;
	/*padding: 3px 0px 5px;*/
	margin: 0px auto;
}
.searchButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	/*padding-bottom: 5px;*/
	/*padding-top: 3px;*/
}
#form1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.CJselect {
	text-align: right;
	position: relative;
	width: 45%;
	padding-top: 3px;
	padding-bottom:5px;
	display: inline-block;
	float: left;
}
.TXselect {
	position: relative;
	text-align: left;
	width: 50%;
	padding-top: 3px;
	padding-bottom:5px;
	display: inline-block;
	float: right;
}
/*#cSearchTool      {
	float: left;
	white-space: nowrap;
	background: #414141;
	padding: 10px;
}*/
#cSearchText {
	text-align: justify;
	width: 300px;
	color: #000000;
	float: right;
	margin-top: 10px;
}
#iSearch {
	z-index: 3;
	border-top: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#iSearchTool {
	display: inline-block;
	width: 160px;
	border: 1px solid #000000;
	margin: 5px;
	position: relative;
	background: #FFFFFF;
}
/*#iSearchTool  #textField {
	float: right;
	width: 35%;
}*/
/*#iSearchTool #iSearchCJ {
	text-align: right;
	display: inline-block;
	width: 45%;
	position: relative;
}*/
#iSearchTool .blackBlock {
	background: #414141;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	z-index: 4;
}
/*#iSearchTool #iSearchTX {
	text-align: left;
	display: inline-block;
	width: 50%;
	position: relative;
}*/
#iSearchText {
	text-align: justify;
	float: right;
	width: 300px;
	color: #000000;
	margin-top: 10px;
}
#gSearch {
	z-index:3;
	border-top: 1px solid #000000;
	padding-top: 1px;
	padding-bottom: 10px;
}
#gSearchTool {
	padding: 6px;
	height: 22px;
	display: inline-block;
	margin: 1px;
}
#gSearchText {
	text-align: justify;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: right;
}
/*#Div5 {
	width:150px;
	height:18px;
	z-index:10;
}
#Div6 {
	width:150px;
	height:18px;
	z-index:9;
}
#Div7 {
	width:150px;
	height:18px;
	z-index:8;
}
#Div8 {
	width:150px;
	height:18px;
	z-index:7;
}*/
.rowPadding {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	padding: 0px;
}
.bottomBanner1 {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/linkGrad3.gif);
	text-align: center;
}
/*.rowPaddingNoBorder {
	padding: 0px;
}*/
/*.bottomTableLabel {
	text-align: center;
	padding: 10px;
	border: 1px solid #666666;
	background: url(../images/linkGrad2.gif);
	margin: 0px;
}
.bottomTableContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	line-height: 11px;
	margin: 0px;
	vertical-align: top;
}*/
/*#otherResources p {
	line-height: 16px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#healthNews p {
	line-height: 16px;
}*/
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
}
/*.bottomTableLabelNews {
	text-align: center;
	padding: 10px;
}*/
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin: 0px;
}
/*.vihdMain #container #mainContent .textInTables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	vertical-align: top;
	padding-bottom: 5px;
	text-align: left;
}*/
.vihdMain #container #mainContent h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #9F372E;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}
/*.vihdMain #container #mainContent .catDivAlign {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.vihdMain #container #mainContent .alphaDivAlign {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.vihdMain #container #mainContent .govDivAlign {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}*/
ul.MenuBarVertical iframe 
{ 
position: absolute; 
z-index: 1010; 
} 
#mobileLogo {
	display: none;
}
.titleScreen {
	display: block;
}
.titleMobile {
	display: none;
}
#bottomOption #bottomContainer {
	width: 100%;
	border-bottom: 1px solid #8091C7;
}
.bottomBanner1 {
	width: 100%;
	background: url(../images/linkGrad3.gif) repeat-x;
}
.bottomBanner2 {
	background: url(../images/linkGrad2.gif) repeat-x;
	margin-left: 1px;
}
.vihdMain #container #bottomOption #bottomContainer .bottomBanner1 h6 {
	line-height: 15px;
	margin: 0px;
	padding: 4px;
	text-align:center
}
.vihdMain #container #bottomOption #bottomContainer .bottom2 h5 {
	line-height: 12px;
	margin: 0px;
	padding: 8px;
	text-align:center
}
.bottom1 {
	float: left;
	width: 47%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 8px;
}
.bottom2 {
	float: left;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: repeat-x;
	margin: 0px;
	padding-left: 0px;
}
.bottom2 p {
	padding: 0px 6px;
}

