/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	/* font-family: Arial,sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202020;
	background-color: inherit;
	line-height: 1.1;	
	margin: 0px;
	padding: 0px;
}

/* a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
} */
a:link {
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}

a:visited {
    color: #3333FF;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #006633;
	background-color: inherit;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
/* font-family: Verdana,Arial,sans-serif; */
 	font-size: 130%;
 	color: #334d55;
	background-color: inherit;
}

h2{
 	font-size: 120%;
 	color: #006699;
	background-color: inherit;
}

h3{
 	font-size: 110%;
 	color: #334d55;
	background-color: inherit;
}

h4{
 	font-size: 105%;
 	font-weight: normal;
 	color: #333333;
	background-color: inherit;
}

h5{
 	font-size: 100%;
 	color: #334d55;
	background-color: inherit;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
 	font: bold 100% Verdana,Helvetica,Arial,sans-serif;
 	color: #334d55;
	background-color: inherit;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: inherit;
	background-color: #dfdfdf;
}

#navBar{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	margin: 0% 79% 0% 0%;
	padding: 0px;
	color: inherit;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0% 3% 0% 0%;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/
/* color was #cccccc */
#globalNav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: #fefefe;
	background-color: inherit;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 	display: block;
}

#globalNav img#bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}

/*
#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
*/

#globalNav new {
background-image: url(/ovff22/images/bullets/new-star.gif);
background-repeat: no-repeat;
background-position: right;
}

/* give the global-nav stuff a tabbed appearance. */
#globalNav a {
	font-size: 170%;
	padding: 0px 6px 10px 4px;
	color: #003366;
	background-color: #efefef;
	text-decoration: none;
}

#globalNav a:hover {
	color: #000000;
	background-color: #cccccc;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	font-size: 70%;
	padding: 5px 0px 5px 10px;
}

/************** #guestList style **************/

#guestList {
	display: block;
}

#guestList a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}

#guestList ul {
	list-style-type: none;
	white-space: nowrap;
	font-size: 120%;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature img.bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature a {
	text-decoration: underline;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 95%;
}

.story p{
	padding: 0px 0px 5px 0px;
}

.story img{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
}

.story img.bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}

.story a {
	text-decoration: underline;
}

/************* #siteInfo styles ***************/

#siteInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #606060;
	background-color: inherit;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo ul li new {
background-image: url(/ovff22/images/bullets/new-star.gif);
background-repeat: no-repeat;
background-position: right;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks li.new {
background-image: url(/ovff22/images/bullets/new-star.gif);
background-repeat: no-repeat;
background-position: right;
}

#sectionLinks a:link{
	color: #006699;  /* added */
	background-color: inherit;
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	text-decoration: none;
  	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	color: #006699;  /* added */
	background-color: inherit;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	color: inherit;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks img.bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}

/*********** #alert styles **********/
#alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
	color: inherit;
	background-color:#FFFFe0;
	padding-top: 4px;
	padding-bottom: 3px;
}

#alert img.bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}

#alert p {
	text-align: center;
	font-size: 90%;
}

#alert h3 {
	text-align: center;
}

#alert h4 {
	text-align: center;
}
#alert a:link {
	color: #006699;
	background-color: inherit;
	voice-family:inherit;
	width: auto;
}
#alert a:visited{
	color: #006699;
	background-color: inherit;
}

#alert a:hover{
}

#alert h3 a:link {
	color: #006699;
	background-color: inherit;
  	voice-family:inherit;
	width: auto;
}
#alert h3 a:visited{
	color: #006699;
	background-color: inherit;
}

#alert h3 a:hover{
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* added */
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks h3 a { /* added */
	/* make header links look like headers */
	color: #334d55;
	background-color: inherit;
}

.relatedLinks img.bullet{
	float:none;
	display:inline;
	vertical-align: bottom;
	}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/* display on the screen, but not on the printer */
#contactScreen {
}

/* don't display on the screen, but do on the printer */
#contactPrint {
	display: none;
}

/**** modifications for printing ****/
@media print {
	.relatedLinks {
		display: none;
	}
	#navBar {
		display: none;
	}
	#content {
		margin: 0cm 0cm 0cm 0cm;
	  	float: none;
		width: 100%;
	}
	#globalNav{
		display: none;
	}

	#siteInfo {
		background-color: #FFFFFF;
		color: #000000;
	}

	#printLogo {
		display: block;
		float: right;
	}
	
	#siteName{
		font-size: 200%;
	}
	
	.story {
		margin-left: 0;
		margin-right: 0;
		page-break-inside: avoid;
	}
	
	.feature {
		margin-left: 0;
		margin-right: 0;
		page-break-inside: avoid;
	}
	
	/* turn off the "contact us" and turn on the display of the e-mail address */
	#contactPrint {
		display: inline;
	}
	
	#contactScreen {
		display: none;
	}
}
