﻿@charset "UTF-8";
/* CSS Document */
body {
	min-height:100%;*height:auto!important;
        height:100%;
        width:100%;
	font-family: Helvetica, Arial, sans-serif;
	color:#000;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:.02em;
}
/*html{
        overflow:auto;
        overflow-y:auto;
        overflow-x:hidden;
}*/
a:link, a:visited{color: #7a1e15;}
/** -- Code for Background image and overlay scroll --**/
.box {
    margin: 0 auto;
    width: 400px;
    padding: 50px;
    background: white;
    padding-bottom:100px;
    font: 14px/2.2 Georgia, Serif;
}
html, body {height:100%; margin:0; padding:0;width:100%;overflow:auto;}
/*#page-background {position:absolute; top:0; left:0; width:100%; height:100%; z-index:0; margin:0;padding:0;}*/
#content {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;}
.bg {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#supersize img, #supersize a{  
    height:100%;  
    width:100%;  
    display:none;  
}  
#supersize .activeslide, #supersize .activeslide img{  
    display:inline;  
} 
/** end background image code**/
/***** begin get involved styles ******/
#get-involved-box{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:10px;
	line-height:14px;
	margin:auto;
	width:720px;
	background:url(../../images/background-color.png);
	clear:both;
	height:265px;
}
.small-headings{
	color:#003366;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:15px;
	text-shadow:-1px 1px 0.15em #333333;}
.white-box{background:#FFF;padding:10px; width:200px;float:left;height:245px;}	
.right-content{width:485px;float:right;}
.indent{padding-left:10px;}
.spacing {letter-spacing:0.01em;line-height:25px;}

/***** end get involved styles ******/
/***** begin info box styles ******/
#info-box{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:11.5px;
	line-height:18px;
	margin:auto;
	width:720px;
	background:url(../../images/background-color.png);
	clear:both;
	height:320px;
}
.small-headings{
	color:#003366;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:15px;
	text-shadow:-1px 1px 0.15em #333333;}
	
.left-content{background:#FFF;padding:10px; width:330px;float:left;height:300px;}	
.right-content2{background:#FFF;padding:10px;width:330px;float:right;height:300px;}
.indent{padding-left:10px;}
/***** end info box styles ******/
/***** begin main styles ******/
ol.numbers li {font: 17px Georgia, "Times New Roman", Times, serif; padding-bottom:10px; list-style-type:decimal; color:#660000; }
h6{font-size:10px;padding-left:4px; padding-right:20px; line-height:10px;position:relative; top:-10px;}
.story {font-family:Arial, Helvetica, sans-serif; font-size:13.5px; color:#000; position:relative; top:-50px;}
.story-line {font-family:Arial, Helvetica, sans-serif; font-size:13.5px; color:#000; position:relative; top:-30px;}
.table-text{font-size:10px;line-height:12px; margin-left:5px; padding-left:10px; padding-right:10px;}
			.drop-shadow-for-titles {position:relative; top:-10px;}
			.background {font-family:"Comic Sans MS", cursive; color:#036; font-size:15px;}
			.citations {font-size:9px; font-style:italic;}
			.headings {font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight: normal; color:#036; text-shadow: #333 -1px 1px 0.15em; z-index:999;}
			.main-text {font-family:Arial, Helvetica, sans-serif; font-size:13.5px; color:#000;}
			.medium-text {font-size:14px; color:#600; font-weight:bold;line-height:18px; }
			.notes {font-size:10px; color:#000; font-style:italic;}
			.emphasis {color:#069; font-weight:bold;}
			.quotes {font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic;}
img{border-style: none;}
span.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#09C;
	margin:5px;
	font-stretch:ultra-expanded;
	font-style:normal;
	font-weight:lighter;
	display:none;
}
h1{
    font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight: normal; color:#036; text-shadow: #333 -1px 1px 0.15em; z-index:999;
	line-height: 15px;
	letter-spacing:.03em;
}
h2{
        font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-weight: normal; color:#036; text-shadow: #333 -1px 1px 0.15em; z-index:999;
	line-height: 15px;
	letter-spacing:.03em;
}
h2.vtic {
margin-bottom:5px;
margin-top:10px;
}

/***** begin breadcrumb styles ******/
.B_crumbBox {font-size:11px; padding-left:7px; color:#003366;}
.B_firstCrumb a, .B_firstCrumb a:link, .B_firstCrumb a:visited,  .B_firstCrumb a:active {text-decoration:none; color:#600;}
.B_crumbBox a{text-decoration:none; color:#600;}
.B_firstCrumb a:hover, .B_crumbBox a:hover {text-decoration:underline; color:#300;}
/***** begin text shadow for slogan ******/
/*safari*/
.shadow {
	text-shadow: #333333 -2px 2px 4px;
}
.shadow {
	filter: Shadow(Color=#333333, 	
			Direction=135, 
			Strength=5);
}
/* ie */
.shadow {
	height: 1em;
	filter: Shadow(Color=#333333, 	
			Direction=135, 
			Strength=5);
	
}
/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  filter: Shadow(Color=#333333, 
                 Direction=135, 
                 Strength=7);
  /* Needed for Gecko */
  white-space: nowrap;
}
.ajaxSearch_highlight, .ajaxSearch_highlight1 {
color:#CC0000;
font-weight:bold;
padding:0;
background-color:#a3d5eb;
}
.red-headings{
color:#660000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:28px;
font-weight:normal;
letter-spacing:0.03em;
line-height:20px;
text-shadow:-1px 1px 0.15em #333333;
z-index:999;
}
ol.column {
  margin: 0;
  padding: 0;
width:300px;
}
li.col1, li.col2 {
  margin-right: 50px;
  padding: 0;
  line-height: 1.3em;
  list-style:none;
  width:300px;
}
.col1 {margin-left: 0em; background:#fff; width:300px; z-index:0;}
.col2 {margin-left: 350px; background:#ccc; width:300px;  z-index:2;}
.coltopper {margin-top: 00px;}
/* Begin Technical Library Hover */
div.techhover a {
	color: #333333;
	background: #E5E5E5;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	padding: 2px 5px;
}
div.techhover a:link {
color: #333333;
}
div.techhover a:active {
color: #000000;
background: #FFB300;
}
div.techhover a:visited {
background:#CCCCCC;
}
div.techhover a:hover {
color: #eeeeee;
background: #FFB300;
border:1px solid #000000;
}
/* End Technical Library Hover */
#trainings td {
border-bottom:1px dashed #CCCCCC;
}
/* Begin Project Pages */
span.project_image {
	float:right;
	border:1px #000000 solid;
}
p.image_caption {
	font-size:10px;
	padding:2px;
	line-height:12px;
	text-align:justify;
	margin:0
}