@charset "utf-8";
/* CSS Document */

body,
#qm0 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	font-size:12px;
	margin:0;
	padding:0;
	background-repeat:repeat-x;
	/*background-image: url(/Layouts/VHM2009/Images/BodyBG.jpg);*/
	background-image: url(/Layouts/VHM2009/Images/BodyBG.png);
	background-position: center top;
	background-color:#B9B9B9;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}


ul {
	padding-left:15px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

a,
a:active,
a:visited {
	color: #273647;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

dl{}
dl dt {
	font-weight:bold;
	font-size:14px;
}

dl dd {
	
}

ul{}
ul li {
	margin-left:5px;
	list-style-position: outside;
	list-style-image: url(/Layouts/VHM2009/Images/Bullets/Bullet_Blue_Arrow.gif);
}

#BodyContainer {
	background-image:url(/Layouts/VHM2009/Images/InnerContent_OuterBg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:979px;
}

#Header {
	width:100%;	
	margin:0;
	padding:0;
}

#NavMenuWrapper {
	background-image:url(/Layouts/VHM2009/Images/InnerContent_OuterBG.jpg);
	background-repeat:repeat-y;
	height:30px;
}

#NavMenu {
	background-image:url(/Layouts/VHM2009/Images/MenuBG.gif);
	background-repeat:repeat-x;
	height:30px;
	margin-right: 9px;
	margin-left: 9px;
}




#ContentWrapper {
	background-image: url(/Layouts/VHM2009/Images/InnerContent_OuterBG.jpg);
	background-repeat: repeat-y;
	min-height:500px;
	border-bottom:1px solid #B9B9B9; /* Fixes a weird spacing issue between the contentwerapper and the footer wrapper */
	
}
#ContentInnerWrapper {
	background-image: url(/Layouts/VHM2009/Images/InnerContent_InnerBG.jpg);
	background-repeat: no-repeat;
	margin-right:8px;
	margin-left: 10px;
	margin-top:0px;
	margin-bottom:0;
	padding:10px;
	background-color: #FFF;
	background-position: center top;
}


#Content {
	/* Width is set in layout component */
	border: 2px solid #EEE;
	padding-left:5px;
	padding-right:5px;
	min-height:623px;
}

#Content h1 {
	background-image: url(/Layouts/VHM2009/Images/ContentHeader.jpg);
	background-repeat: repeat-x;
	height:29px;
	color: #FFF;
	font-size: 16px;
	padding-top: 2px;
	margin-bottom:10px;
	margin-left:-5px;  /*Offset of #Content */
	margin-right:-5px; /*Offset of #Content */
}
/*
#FooterWrapper {
	background-image: url(/Layouts/VHM2009/Images/InnerContent_OuterBG.jpg);
	height: 30px;
	margin:0;
	padding:0;
}
#Footer {
	background-color: #000;
	margin-right:7px;
	margin-left: 8px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	height:100%;
}
*/

#Footer {
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	height:100%;
}

#Content h2 {
	color: #7693B5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6A6A6A;
}

#Content h3 {
	color: #7693B5;
}



#Footer a,
#Footer a:active,
#Footer a:visited{
	color:#FFF;
	text-decoration:none;
}

#Footer a: hover {
	color:#FFF;
	text-decoration:underline;
}

#PodContainer {
	width: 250px;
	float: right;
}

.Pod {
	width: 250px;
	border: 2px solid #EEE;
	margin-bottom:15px;
}

.Pod .Header {
	background-image: url(/Layouts/VHM2009/Images/PodHeader.jpg);
	background-repeat: repeat-x;
	height:28px;
	font-size: 20px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.Pod .PodContents {
	padding: 5px;
}


.BlogFeed .BlogTeaser h1 {
	font-size: 13px;
}

.BlogFeed .BlogTeaser h1 a {
	text-decoration:none;	
}

.BlogFeed .BlogTeaser h1 a:hover {
	text-decoration:underline;	
}

.BlogFeed .BlogTeaser p {
	margin-top: 5px;
	margin-bottom: 5px;
}


.BlogFeed .BlogTeaser .Date {
	font-size: 10px;
	color: #999999;
}

.BlogFeed .BlogTeaser .ReadMore {
	text-align: right;
	font-style: italic;
}

div.ThinLine {
	height : 1px;
	margin: 0 0 2px 0;
	border: none;
	color:#dddddd;
	background-color: #EEE;
}

/* Input Tables */
.InputTable {}
.InputTable th {
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	padding-right:10px;
	
}

.Required {
	/*border-right-color: #FF0000;
	border-right-style: solid;
	border-right-width: medium;*/
	background-image: url(/Layouts/VHM2009/Images/Required_Indicator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#Content .ReadMore {
	font-style: italic;
	background-image:url(/Layouts/VHM2009/Images/Bullets/Bullet_Orange_Arrow.gif);
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left center;
	width:200px;
}


span.Required,
div.Required {
	width:12px;
	padding-left:3px;
	padding-right:3px;
}

.HomePageText {
	font-size:15px;
}

.ContactPage-ContactInfo {
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.TestimonialBlock {
	padding:5px;
}

.TestimonialBlock,
.TestimonialBlockAlt {
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.TestimonialBlockAlt {	
	background-color:#DFDFDF;
}

.TestimonialBlock-Company {
	text-align:right;
	font-weight:bold;	
}

blockquote {
	border:1px solid #385F8D;
	background-color:#D2DFEE;
	font-style: italic;
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 30px;
	padding-right:20px;	
	padding-bottom:8px;
}

blockquote div {
	text-align:right;
	font-weight:bold;
}



hr {
	display:none;
}

div.ThickLine {
	height: 1px;
	margin: 0 0 2px 0;
	padding:0;
	border: none; 
	color:#dddddd;
	background-color: #dddddd;
}

div.ThinLine {
	height : 1px;
	margin: 0 0 2px 0;
	border: none; 
	color:#dddddd;
	background-color: #dddddd;
}



/*----------------------------------------------------------------------------------------------------------------
= NEWS LISTING
------------------------------------------------------------------------------------------------------------------*/
/* ----------- NEWS LISTING (LISTING OF ALL NEWS ARTICALES-----------*/
/* DL Format */
dl.NewsItem { }

dl.NewsItem dd {
	padding-left:0;
	margin-left:25px;
}

dt.NewsHeadline, dt.NewsHeadline a {
	color: #7C99BB;
	text-decoration: none;
	font-weight:bold;
	font-size: 16px;
}

dt.NewsHeadline a:hover {
	text-decoration: underline;
}

dd.NewsShorty {
}

dd.NewsDate {
	margin-top:5px;
	color:#999;
	font-style:italic;
}

/* ----------- SINGLE NEWS ARTICLE DISPLAY-----------*/
.NewsHeadline {
	font-weight:bold;
	font-size: 16px;
	margin-top:8px;
	
}
.NewsHeadlineDate {
	font-weight:bold;	
}
#NewsContent, #NewsContent p { text-align: justify; }

/***********************************
	MESSAGE BOXS (Success, Errors, Info, etc)
************************************/
.MessageBox {
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
	width: 500px;
}

.MessageBox table td,
.MessageBox table th {  /* This fixes when a message is nested in a table */
	border:none !important;
	vertical-align:middle !important;
	text-align:center !important
}

 
.MessageBox .BoxType-Info {
	background-color: #FFFF99;
	border: 1px solid #008FE6;
}

.MessageBox .BoxType-Success {
	background-color: #E7F7DE;
	border: 1px solid #56A929;
}
.MessageBox .BoxType-Error {
	background-color: #FFEBEF;
	border: 1px solid #AA0022;
}

.MessageBox .MessageBoxText {
	font-weight: bold;
	text-align:left;
	padding:10px;
}

.MessageBox .MessageBoxText li {
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: square;
}
/* End Message Box */ 


/*********************************************
	CORE STYLES - DO NOT EDIT!!!
**********************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/

.clearfix {display: block;}
/* End hide from IE-mac */


html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }
