/* CSS Document */

/* HTML tags */

body 
	{
	padding:0 5%; 
	font: 12pt "Times New Roman", Times, serif; 
	color: #000000; 	
	background: #FFFFFF; 
	} 
	
#leftnav 
    {
	display: none;
	}

#datanavigation 
    {
	display: none;
	}
	
#rightnav 
    {
	display: none;
	}
	
#searchform
	{
	display: none;
	}
	
#header
	{
	display: none;
	}
		
h1, h2, h3, h4, h5, h6
    {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.2em;
	}

h1  { 
	font-size : 18pt; 
	}
	
h2 { 
	font-size : 16pt; 
	}
	
h3 
	{ 
	font-size: 14pt; 
	}

h4 
	{
	font-size: 12pt;  
	} 
	
h5 
	{
	font-size: 11pt; 
	} 	

h6 
	{ 
	font-size: 10pt; 
	}
	
img 
	{
	border:none;
	}

hr 
	{
	color: #004FA3;
	width: 80%;
	} 

table 
	{
	border-collapse:collapse;
	margin-bottom:5px;
	}

th
	{
	text-align:left;
	font-weight:bold;
	background-color:#E7E7E7;
	}

td
	{
	border:none;
	}
td.form
		{
	border:1px solid;
	}
	
/* Site Sections -- top elements */

#header 
	{
	background-color:#034FA3;
	height: 1em;
	font:70% Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	padding-top:4px; 
	top:1px;
	} 

#header a 
	{
	color:#ffffff; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#header a:hover 
	{
	color: #ECE86B; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#header .toplistleft
	{
	float: left;
	}
#header .toplistright
	{
	float: right;
	}

#tagline
	{
	background-repeat:no-repeat; 
	background-color:#CC0000;
	height: 50px;
	}

#searchform
	{
	position:absolute;
	top:40px;
	right:10px;
	text-align:right;
	white-space:nowrap;
	}
	
#grayrow 
	{
	height:1em;
	background-color:#999999; 
	padding:5px; 
	padding-top:4px; 
	font:70% Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	} 

#grayrow a 
	{
	color:#ffffff; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#grayrow a:hover 
	{
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold; 
	} 

#grayrow .breadcrumb
	{
	float:left;
	} 
	
#grayrow .dateline
	{
	float:right; 
	} 
	
/* Site Sections -- whitebox */

#whiteboxcontainer
	{
	background-color:#FFFFFF;
	width:600px;
	}
		
.wireless 
	{
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}



/* Site Sections -- content and right column */

#content
	{
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	padding-left:6px;
	padding-bottom:10px;
	padding-right:10px;
	font-size:90%;
/* Hide from IE5-mac. Only IE-win sees this\*/	
	* height: 1px;
	/* End hide from IE5/mac
	k*/
	}
	
#datapagecontent
	{
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	font-size:90%;
	height: 1px;
	}	

#rightnav
	{
	position:absolute;
	width: 190px;
	left: 400px;
	top: 100px;
	padding-left:5px;
	padding-right:2px;
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	border-left: 1px dotted #cccccc;
	}

/* Site Sections -- bottom footer */

#footer 
	{
	border-top: 1px dotted #cccccc;
	text-align: center;
	padding: 5px;
	clear: both;
	font-size:90%;
	}

/* Site Sections -- extra styles */

ul.altlistreddot li
	{
	list-style-image: url('/cnp/vdemnew/images/redbox.gif');
	padding-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	}
	
ul.datanav li
	{
	list-style-image: url('/cnp/vdemnew/images/arrow.gif');
	padding-left: 0;
	margin-left: 0;
	font-size:95%;
	}

.graybox
	{
	background-color: #E7E7E7;
	display:block;
	padding-left:5px;
	padding-right:2px;
	padding-top:.5px;
	padding-bottom:.5px;
	}
.yellowbox
	{
	background-color: #ECE86B;
	display:block;
	padding-left:5px;
	padding-right:2px;
	padding-top:.5px;
	padding-bottom:.5px;
	text-align: center;
	}
	
.topnavgraybox
	{
	background-color: #E7E7E7;
	display:block;
	padding-left:5px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:.5px;
	font-size:95%;
	}
	
.caption { 
	color: #666666;
	font-weight:bold;
	font-size : 100%;  
	padding-bottom:0px;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-top:-10px;
	border-bottom: 1px solid #e4e4e4;
	}

.center 
	{
	text-align: center;
	}
	
.right 
	{
	text-align: right;
	}
	
.redtext 
	{
	color: #CC0000;
	}
	
.smalltext 
	{
	color: #666666;
	font-size : 90%;
	}
		
.navimage 
	{
	float:left;
	padding:1px;
	}
	
.imgleft 
	{
	float:left;
	padding:5px;
	}

.imgright 
	{
	float:right;
	padding:5px;
	}
	
.photocaption_right
	{
	background-color: #ffffff;
	display:block;
	padding-left:5px;
	padding-right:5px;
	float:right;
	color: #666;
	font-weight:bold;
	font-size : 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.photocaption_left
	{
	background-color: #ffffff;
	display:block;
	padding-left:5px;
	padding-right:5px;
	float:left;
	color: #666;
	font-weight:bold;
	font-size : 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.searchtext 
	{
	padding-bottom: 5px;
	padding-top: 2px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-top: 1px solid #cc0000;
	}

.bold
	{
	font-weight:bold;
	}
	
#searchresultsbar 
	{
	margin-bottom: 10px;
	margin-top: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #E7E7E7;
	font-size:90%;
	font-weight:bold;
	} 

.floatleft
	{
	float:left;
	} 
	
.floatright
	{
	float:right; 
	}

/* Special styles -- used to make the layout work */

/* on plash page only */
	
#slogan_in_red
	{
	font-size: 95%; 
	font-weight: bold; 
	color: #CC0000;
	padding-top: 4px;
	margin-bottom:0px;
	} 
	
#threats_heading_right 
	{ 
	font-size: 95%; 
	font-weight: bold; 
	color: #004FA3;
	margin-bottom: 4px;
	}
