@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image:url(../Assets/page/VNAH2010Banner.jpg);
	background-repeat:no-repeat;
	padding: 0 0px 0 0px;  /* 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: 150px;
}

.twoColFixLtHdr #navbar {
	padding: 0 0px 0 0px;  /* 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: 35px;
	background-color: #006699;
}

.twoColFixLtHdr #main_graphic {
	float: left;
	height: 287px;
	width: 395px;
	background-image:url(../Assets/home/home.jpg);
	background-repeat:no-repeat;	
}

.twoColFixLtHdr #graphic_caption {
	float: right;
	height: 265px;
	width: 150px;
	vertical-align:middle;
	padding-top: 25px;	
		
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #news {
	float: left; /* since this element is floated, a width must be given */
	width: 525px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 4px 4px 4px;	
}
.twoColFixLtHdr #jobs_Sidebar {
	float:right;
	width: 210px;
	padding: 4px 4px 4px 4px;
	background: #006699;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	width:560px;	
}
 
.twoColFixLtHdr #mainContent p {
	padding-left: 10px;

}
.twoColFixLtHdr #footer {
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	position:relative;
	width: 780px;
 
		
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.homepage_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	padding-left:40px;
	padding-right:40px;
	padding-top:5px;	
}	

.homepage_text {
	font-size:12px;
	margin-bottom:0px;
	margin-top: 6px;
	padding-left:10px;
	padding-right:10px;
	
}			

.ContentBullits {
	font-size: 14px;
	list-style-position:outside;
	list-style-type:disc;
	list-style:disc;
	padding-top: 12px;

}	

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mission {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	color: #006699;
	text-align:left;
	font-size:26px;
	line-height: 1.5em;
}

	
.copyright {
	font-size:9px;
	color:#FFFFFF;
}	
		
.ClinicSchedule {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.ClinicScheduleTableHead {	
color:#FFFFFF;
font-weight:bold;
text-align:center;

}

.Canceled {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color:#FF0000;
}	
	
.Press_Release_Intro {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-bottom: 10px;
}
.Sidebar2_header {
	color:#006699;
	font-size:16px;
	font-weight: bold;
	
}
.Sidebar2_Subhead {
	color:#006699;
	font-size:12px;
	font-weight: bold;
}
.Sidebar2_text {
	color:#000000;
	font-size:12px;	
}

/* */
.values_header {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	color: #006699;
	text-align:left;
	font-size:26px;
	padding-bottom: 0px;	
}

.values_text {
	color:#000000;
	font-size:12px;
	
}

.news_header {
	color:#006699;
	font-size:16px;
	font-weight: bold;
	
}
.news_Subhead {
	color:#006699;
	font-size:12px;
	font-weight: bold;
	margin-bottom:0px;
}
.news_text {
	color:#000000;
	font-size:12px;
	margin-top:0px;	
}

/* */
.jobs_sidebar_header {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 2px;
}
.jobs_sidebar_bullet {
	font-size:12px;
	color:#FFFFFF;
}

.TrusteeName {
	font-size: 14px;
	color: #006699;
	font-weight:bold;
	line-height: 1.5;	
}	

.TrusteeTitle {
	font-size: 75%;
	font-style: italic;
}

.EventTitle { 
	font-size:24px;
	font-style:normal;
	margin-bottom:0px;				
}
.EventPageTitle { 
	font-size:34px;
	font-style:italic;
	margin-top:0px;
	
}

.EventSubTitle {
	font-size:16px;
}

.ppom-walk-intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	margin-bottom: 0px;

}

.ppom-walk-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-style:italic;
	margin-top: 0px;
}

.wings-title {
	font-family:"Monotype Corsiva";
	font-size:36px;
	margin-top:0px;

}

