﻿/**
* Verity Website Stylesheet
* Dave Rigsby, January 2007
* Media Target: Print
**/

/**
** HTML Element Overrides
*/

body {
 margin: 0;
 height: 100%; 
 padding: 0;
 font-family: arial;
 min-height: 100%; 
}

html {
 height: 100%;
 min-height: 100%;
 font-family: arial;
 width: 100%;
}

ol li 
{
	margin-top: 10px;
}

table{
 border-spacing: 0px;
 font-size: 13px;
}

ul {
 margin-bottom: 0px;
 margin-top: 0px;
}


/**
 ** Content Elements
 **/
#article_header {
 color: #FB010A;
 font-weight: bold;
 vertical-align: top;
 margin-bottom: 8px;
}

#article {
 width: 50%;
 vertical-align: top;
 border-spacing: 0px;
 padding-left: 10px;
 padding-right : 10px;
}

#article_text 
{
 line-height:1.50;
}

#cent_horiz_divider {
 margin-top: 8.5px;
 background: url(/verity/images/hdivider.jpg) 0 0 no-repeat;
 background-position: center;
 width: 100%; 
}

#content_banner 
{
	background-color: #ebece7;
	color: #001;
	padding: 2px 10px;
	font-size: small;
	margin: 0 0 3px 0;	
}


#container { 
 height : 100%;
 width: 100%;
 font-family: arial; 
} 


#footer {   
 height: 20px;   
 width:100%;
} 

#footer_fill {
 width: 20%;
 border: 0;
 height: 20px;
 background-color: #160E97;
}


#footer_script {
 color: gray;
 font-size: 11px;
}

#footer_script a {
 color: gray;
 font-size: 11px;
}

#filler_block {
 width: 20%;
 background-color: #160E97;
}

#header {
 float: left;
 padding: 0px;
 margin-right: 2px;
 width: 80%;
 height: 70px;
}

#horiz_divider {
 margin-top: 8.5px;
 background: url(/verity/images/hdivider.jpg) 0 0 no-repeat;
}

#info {
 
}

#info_box {
 background-color: #DEDEDC;
}

#info_header {
 margin-bottom: 5px;
}

#info_title {
 color: #180E99;
 font-weight: bold;
 font-size:13px;
}

#info_text {
 color: black;
 font-size:12px;
}

#spotlight {
 width: 50%;
 vertical-align: top;
 border-spacing: 0px;
 float: left;
}

#v_list {
 margin-left: 0;
 padding-left: 0;
}

#v_list li{
  padding-left: 10px;
  margin-bottom: 8px;
  margin-left: 20px;
  background-image: url(/verity/images/bullet.jpg);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  list-style: none;
}

#v_list ul {
 list-style: none;
}

#vert_divider {
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-top: 0px;
 background: url(/verity/images/vdivider.jpg);
 background-repeat: repeat-y; 
 height: 300px;
}



/**
** IDs and Classes to Hide during print
**/

.left_dot 
{
	display: none;
 }

.right_dot {
  display: none
}

#searchBox { display: none; }
#footer { display: none; }
#navigation { display: none; }
#navigation_sub { display: none; }
#plugs { display: none; }

